audiences
Create audience
Create a new audience for the ad account.
post/ad_accounts/{ad_account_id}/audiences
Path parameters
ad_account_idstring required
Unique identifier of an ad account.
Request body
Example request
{
"audience_type": "ACTALIKE",
"rule": {
"event_data": {
"lead_type": "Newsletter",
"line_items": {
"product_brand": "Parker",
"product_category": "Shoes",
"product_id": 1414,
"product_name": "Parker Boots",
"product_price": "99.99",
"product_quantity": 2,
"product_variant": "Red",
"product_variant_id": "1414-34832"
},
"order_id": "X-151481",
"order_quantity": 1,
"page_name": "Our Favorite Pins on Pinterest",
"promo_code": "WINTER10",
"property": "Athleta",
"search_query": "boots",
"value": "199.98",
"video_title": "How to style your Parker Boots"
}
}
}Response
The request has succeeded.
Example response
{
"audience_type": "ACTALIKE",
"rule": {
"event_data": {
"lead_type": "Newsletter",
"line_items": {
"product_brand": "Parker",
"product_category": "Shoes",
"product_id": 1414,
"product_name": "Parker Boots",
"product_price": "99.99",
"product_quantity": 2,
"product_variant": "Red",
"product_variant_id": "1414-34832"
},
"order_id": "X-151481",
"order_quantity": 1,
"page_name": "Our Favorite Pins on Pinterest",
"promo_code": "WINTER10",
"property": "Athleta",
"search_query": "boots",
"value": "199.98",
"video_title": "How to style your Parker Boots"
}
}
}