ads
Get ad
Get a specific ad given the ad ID. If your pin is rejected, rejected_reasons will contain additional information from the Ad Review process. For more information about our policies and rejection reasons see the Pinterest advertising standards.
get/ad_accounts/{ad_account_id}/ads/{ad_id}
Path parameters
ad_idstring required
The ID of this ad.
ad_account_idstring required
Unique identifier of an ad account.
Response
The request has succeeded.
Example response
{
"collections_header_type": "SHOP_THIS_COLLECTION",
"customizable_cta_type": "LEARN_MORE",
"disclosure_type": "MED_GUIDE",
"grid_click_type": "CLOSEUP",
"quiz_pin_data": {
"questions": [
{
"question_id": 1,
"question_text": "Where do you thrive?",
"options": [
{
"text": "Hangout vibes"
},
{
"text": "Time to party!"
},
{
"text": "Keeping it lowkey"
}
]
},
{
"question_id": 2,
"question_text": "Where would you nap?",
"options": [
{
"text": "Hammock in the mountains"
},
{
"text": "Beach towel in the sand"
},
{
"text": "Tent under the stars"
}
]
},
{
"question_id": 2,
"question_text": "Who are you taking?",
"options": [
{
"text": "No one—solo trip!"
},
{
"text": "My best friend"
},
{
"text": "The family"
}
]
}
],
"results": [
{
"organicPinId": "1234",
"android_deep_link": "https://www.pinterest.com/",
"iOS_deep_link": "https://www.pinterest.com/",
"destination_url": "https://www.pinterest.com/",
"result_id": 1
},
{
"organicPinId": "1234",
"android_deep_link": "https://www.pinterest.com/",
"iOS_deep_link": "https://www.pinterest.com/",
"destination_url": "https://www.pinterest.com/",
"result_id": 2
},
{
"organicPinId": "1234",
"android_deep_link": "https://www.pinterest.com/",
"iOS_deep_link": "https://www.pinterest.com/",
"destination_url": "https://www.pinterest.com/",
"result_id": 3
}
]
},
"status": "ACTIVE",
"summary_status": "APPROVED",
"tracking_urls": {
"impression": [
"URL1",
"URL2"
],
"click": [
"URL1",
"URL2"
],
"engagement": [
"URL1",
"URL2"
],
"buyable_button": [
"URL1",
"URL2"
],
"audience_verification": [
"URL1",
"URL2"
]
}
}