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
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
Name | Type | Description |
IncludeDeleted | String | Boolean used for including or not the deleted accounts.
デフォルト値はfalseです。 |