GET accounts/:account_id/cards/app_download/:card_id¶
Retrieve card information about a given app download card. This card is part of our Mobile App Promotion suite of endpoints.
Resource URL¶
https://ads-api.twitter.com/1/accounts/:account_id/cards/app_download/:card_id
Resource Information¶
| Response formats | JSON |
| Requires authentication? | Yes (user context only) |
| Rate limited? | Yes |
Parameters¶
| Name | Required | Description | Default Value | Example |
| account_id | required | The identifier for the leveraged account. Appears within the resource’s path and is generally a required parameter for all Advertising API requests excluding GET accounts . The specified account must be associated with the authenticating user. | 43853bhii879 | |
| card_id | required | The identifier for the specific card. | gpj123131 |
Example Request¶
GET https://ads-api.twitter.com/1/accounts/abc1/cards/app_download/pfs
Example Response¶
{
"data_type": "card",
"data": {
"card_type": "APP_DOWNLOAD",
"account_id": "abc1",
"deleted": false,
"googleplay_app_id": "com.twitter.android",
"id": "pfs",
"ipad_app_id": "333903271",
"preview_url": "https://cards.twitter.com/cards/abc1/pfs",
"created_at": "2014-06-10T04:21:19Z",
"name": "Sample App Card",
"updated_at": "2014-06-10T04:21:19Z",
"app_country_code": "US",
"iphone_app_id": "333903271"
},
"request": {
"params": {
"account_id": "abc1",
"card_type": "app_download",
"card_id": "pfs"
}
}
}