promotions
Get promotion by id
Get a promotion by its Pinterest-specific id. It must be associated with the provided ad account id.
get/ad_accounts/{ad_account_id}/promotions/{promotion_id}
Path parameters
promotion_idstring required
Promotion ID
ad_account_idstring required
Unique identifier of an ad account.
Response
The request has succeeded.
Example response
{
"promotion_type": "VARIABLE",
"status": "ACTIVE",
"template_values": [
{
"amount": 100,
"custom_text": "My promotion",
"percent": 10
}
]
}