GET accounts/:account_id/cards/image_app_download/:card_id¶
Retrieve card information about a given image 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/image_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/image_app_download/pfs
Example Response¶
{
"data_type": "card",
"data": {
"deleted": false,
"created_at": "2014-06-17T23:25:47Z",
"account_id": "18ce53uo8cb",
"iphone_app_id": "333903271",
"id": "pfs",
"ipad_app_id": "333903271",
"googleplay_app_id": "com.twitter.android",
"wide_app_image": "https://pbs.twimg.com/peacock/uploads/abc1/5_2_aspect_ratio_image.jpg",
"app_country_code": "US",
"card_type": "IMAGE_APP_DOWNLOAD",
"preview_url": "https://cards.twitter.com/cards/abc1/pfs",
"updated_at": "2014-06-17T23:25:47Z",
"name": "Test 001"
},
"request": {
"params": {
"account_id": "abc1",
"card_id": "pfs",
"card_type": "image_app_download"
}
}
}