# Schema Information

## Tables/APIs&#x20;

The following is the list of tables or APIs associated with the Unbounce v2 connector:

* [Accounts](#accounts)  &#x20;
* [Accounts Sub Account](#accounts-sub-account)  &#x20;
* [Sub Account Domain](#sub-account-domain)  &#x20;
* [Sub Account Pagegroups](#sub-account-pagegroups)  &#x20;
* [Pages](#pages)
* [Pages Form Fileds](#pages-form-fileds)  &#x20;
* [Pages Leads](#pages-leads)&#x20;

### Accounts  &#x20;

Provides access to your Unbounce account details and settings.

For more information see, [Unbounce - Accounts](https://developer.unbounce.com/api_reference/#id_accounts).

**FIELDS**

<table><thead><tr><th width="64">Field Name</th><th width="64">Data Type</th></tr></thead><tbody><tr><td>created_at</td><td>TIMESTAMP</td></tr><tr><td>id</td><td>STRING</td></tr><tr><td>name</td><td>STRING</td></tr><tr><td>state</td><td>STRING</td></tr><tr><td>uuid</td><td>STRING</td></tr><tr><td>metadata</td><td>RECORD</td></tr></tbody></table>

### Accounts Sub Account  &#x20;

Allows you to manage and interact with sub-accounts associated with your main Unbounce account.

For more information see, [Unbounce - Accounts Sub Account](https://developer.unbounce.com/api_reference/#id_accounts__account_id__sub_accounts).

**FIELDS**

<table><thead><tr><th width="64">Field Name</th><th width="64">Data Type</th></tr></thead><tbody><tr><td>account_id</td><td>STRING</td></tr><tr><td>created_at</td><td>TIMESTAMP</td></tr><tr><td>domains_count</td><td>NUMERIC</td></tr><tr><td>id</td><td>STRING</td></tr><tr><td>metadata</td><td>RECORD</td></tr><tr><td>name</td><td>STRING</td></tr></tbody></table>

### Sub Account Domain  &#x20;

Helps you to handle the domain configurations for your sub-accounts within Unbounce.

For more information see, [Unbounce - Sub Account Domain](https://developer.unbounce.com/api_reference/#id_sub_accounts__sub_account_id__domains).

**FIELDS**

<table><thead><tr><th width="64">Field Name</th><th width="64">Data Type</th></tr></thead><tbody><tr><td>id</td><td>STRING</td></tr><tr><td>metadata</td><td>RECORD</td></tr><tr><td>name</td><td>STRING</td></tr></tbody></table>

### Sub Account Pagegroups  &#x20;

Used to manage and organize page groups within your sub-accounts.

For more information see, [Unbounce - Sub Account Pagegroups](https://developer.unbounce.com/api_reference/#id_sub_accounts__sub_account_id__page_groups).

**FIELDS**

<table><thead><tr><th width="64">Field Name</th><th width="64">Data Type</th></tr></thead><tbody><tr><td>id</td><td>STRING</td></tr><tr><td>metadata</td><td>RECORD</td></tr><tr><td>name</td><td>STRING</td></tr></tbody></table>

### Pages  &#x20;

Provides access to your Unbounce landing page templates and their details.&#x20;

For more information see, [Unbounce - Pages](https://developer.unbounce.com/api_reference/#id_pages).

**FIELDS**

<table><thead><tr><th width="64">Field Name</th><th width="64">Data Type</th></tr></thead><tbody><tr><td>created_at</td><td>TIMESTAMP</td></tr><tr><td>domain</td><td>STRING</td></tr><tr><td>id</td><td>STRING</td></tr><tr><td>integrations_count</td><td>NUMERIC</td></tr><tr><td>integrations_errors_count</td><td>NUMERIC</td></tr><tr><td>last_published_at</td><td>TIMESTAMP</td></tr><tr><td>metadata</td><td>RECORD</td></tr><tr><td>name</td><td>STRING</td></tr><tr><td>state</td><td>STRING</td></tr><tr><td>sub_account_id</td><td>STRING</td></tr><tr><td>url</td><td>STRING</td></tr><tr><td>variants_count</td><td>NUMERIC</td></tr></tbody></table>

### Pages Form Fields  &#x20;

Allows you to interact with the form fields present on your Unbounce landing pages, making it easier to manage and customize data collection forms.

For more information see, [Unbounce - Pages Form Fields](https://developer.unbounce.com/api_reference/#id_pages__page_id__form_fields).

**FIELDS**

<table><thead><tr><th width="64">Field Name</th><th width="64">Data Type</th></tr></thead><tbody><tr><td>id</td><td>STRING</td></tr><tr><td>name</td><td>STRING</td></tr><tr><td>type</td><td>STRING</td></tr><tr><td>validations</td><td>RECORD</td></tr></tbody></table>

### Pages Leads &#x20;

Enables you to access and manage the leads or customer data collected through your Unbounce landing pages.&#x20;

For more information see, [Unbounce - Pages Leads](https://developer.unbounce.com/api_reference/#id_pages__page_id__leads).

**FIELDS**&#x20;

<table><thead><tr><th width="64">Field Name</th><th width="64">Data Type</th></tr></thead><tbody><tr><td>created_at</td><td>TIMESTAMP</td></tr><tr><td>extra_data</td><td>RECORD</td></tr><tr><td>form_data</td><td>RECORD</td></tr><tr><td>id</td><td>STRING</td></tr><tr><td>metadata</td><td>RECORD</td></tr><tr><td>page_id</td><td>STRING</td></tr><tr><td>submitter_ip</td><td>STRING</td></tr><tr><td>variant_id</td><td>STRING</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://daton-sarasanalytics.gitbook.io/daton/integrations/data-sources/business/unbounce-v2/schema-information.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
