AdAccounts
Retrieve all of the advertising-enabled accounts the authenticating user has access to.
View Specific Information
Select
There are no available filters for this view.
Columns
| Name | Type | Description |
| Id [KEY] | String | The unique identifier of the ad account. |
| Name | String | The name of the account. |
| ApprovalStatus | String | Indicates if this account is eligible for promoting. One of the following values: ACCEPTED, UNDER_REVIEW, or REJECTED. |
| CreatedAt | Datetime | The time when the account was created. |
| UpdatedAt | Datetime | The time of the last change of the properties of this account. |
| Timezone | String | Time zone selected on account setup. Each campaign will run in this timezone. |
| TimezoneSwitchAt | Datetime | The time of the last timezone switch. |
| Deleted | Boolean | Whether the account is deleted. |
| Salt | String | Random string used to uniquely identify an account. |
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description |
| IncludeDeleted | String | Boolean used for including or not the deleted accounts.
The default value is false. |