ads
Fetch ad preview records for one or more ad groups
Fetch ad preview records for one or more ad groups. Returns all active previews associated with the provided ad group IDs.
get/ad_accounts/{ad_account_id}/campaign_ad_preview
Path parameters
ad_account_idstring required
Unique identifier of an ad account.
Query parameters
ad_group_idsAdGroupIdType[] required
List of Ad group Ids to use to filter the results.
Response
The request has succeeded.
Example response
[
{
"ad_account_id": "549755885175",
"ad_group_id": "1234567890",
"url": "https://ads.pinterest.com/web-ad-preview/748db198-bd61-4a6f-b756-996c034e8cbb/"
}
]