AdAccounts
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
Name
Type
Description
IncludeDeleted
String
Boolean used for including or not the deleted accounts.
The default value is false.
Last updated