AdAudiencePermissions
Columns
Name | Type | ReadOnly | Description |
Id [KEY] | String | True | The unique identifier of the ad audience permission. |
AudienceId [KEY] | String | False | The unique identifier of the ad tailored audience. |
AccountId | String | False | Id of the advertising account to work with. |
GrantedAccountId | String | False | The unique identifier of the ad account who has been granted this permission. |
CreatedAt | Datetime | True | The time of the creation of this audience permission. |
Deleted | Boolean | True | Whether the audience permission is deleted. |
PermissionLevel | String | False | The level of the audience permission. |
UpdatedAt | Datetime | True | The time of the last change of the properties of this audience permission. |
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. |
Last updated