GET accounts/:account_id/cards/video_app_download/:id¶
Retrieve card information about a given Video App Download Card. This card is part of our Mobile App Promotion suite of endpoints.
Related endpoints: - GET /cards/video_app_download - DELETE /cards/video_app_download/:id - PUT /cards/video_app_download/:id - POST /cards/video_app_download
For a short guide on how promoted video in the Ads API works please see our Promoted Video Overview.
Resource URL¶
GET accounts/:account_id/cards/video_app_download/: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. | c5575wz03o | |
| id | required | The identifier of the specific Video App Download Card to be updated. | zy6bv |
Example Request¶
GET https://ads-api.twitter.com/1/accounts/c5575wz03o/cards/video_app_download/zy6bv
Example Response¶
{
"data_type": "card",
"data": {
"name": "video_app_download_1",
"googleplay_app_id": "com.twitter.android",
"ipad_app_id": "333903271",
"iphone_app_id": "333903271",
"preview_url": "https://cards.twitter.com/cards/c5575wz03o/zy6bv",
"id": "zy6bv",
"account_id": "c5575wz03o",
"app_country_code": "US",
"created_at": "2015-07-28T04:57:32Z",
"updated_at": "2015-07-28T04:57:32Z",
"video_poster_url": "https://pbs.twimg.com/media-preview/snf:62585678429059584/-j2JnQzb.png",
"app_cta": "INSTALL_OPEN",
"deleted": false,
"card_type": "VIDEO_APP_DOWNLOAD"
},
"request": {
"params": {
"card_id": "zy6bv",
"card_type": "video_app_download",
"with_deleted": false,
"account_id": "c5575wz03o"
}
}
}