AdCards
Retrieve details for some or all cards associated with the current account.
Columns
| Name | Type | Description |
| id [KEY] | String | The id identifier for a card. |
| AccountId | String | Id of the advertising account to work with. |
| Name | String | The name for the card. Maximum length: 80 characters. |
| CreatedAt | Datetime | The date the card was created. |
| UpdatedAt | Datetime | The date the card was last updated. |
| Deleted | Boolean | Whether the card is deleted or not |
| CardType | String | The type of the card. |
| ComponentType | String | The type of the component. |
| MediaKeys | String | Media Keys |
| LabelType | String | Labels define the text shown on buttons |
| LabelValue | String | The value of the label |
| DestinationType | String | The destination type, which determines its schema. |
| DestinationURL | String | The URL of the website to redirect a user to. |
| DestinationCountryCode | String | The ISO 3166-1 alpha-2 two-letter code for the country where the app is sold. |
| DestinationGooglePlayAppId | String | The Google Play application package name. |
| DestinationIOSAppStoreId | String | The iOS app store identifier. |
| DestinationGooglePlayDeepLink | String | A deep link into the Android app you're promoting. |
| DestinationIOSDeepLink | String | A deep link into the iOS app you're promoting. |
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. |