Create product group promotions
POST {{baseUrl}}/ad_accounts/:ad_account_id/product_group_promotions
This endpoint is currently in beta and not available to all apps. Learn more.
Add one or more product groups from your catalog to an existing ad group. (Product groups added to an ad group are a 'product group promotion.')
Request Body
{"product_group_promotion"=>[{"slideshow_collections_description"=>"Description", "creative_type"=>"REGULAR", "collections_hero_pin_id"=>"123123", "product_group_promotion_name"=>"catalogProductGroupName", "collections_hero_destination_url"=>"http://www.pinterest.com", "tracking_url"=>"https://www.pinterest.com", "slideshow_collections_title"=>"Title", "status"=>"ACTIVE"}, {"slideshow_collections_description"=>"Description", "creative_type"=>"REGULAR", "collections_hero_pin_id"=>"123123", "product_group_promotion_name"=>"catalogProductGroupName", "collections_hero_destination_url"=>"http://www.pinterest.com", "tracking_url"=>"https://www.pinterest.com", "slideshow_collections_title"=>"Title", "status"=>"ACTIVE"}], "ad_group_id"=>"2680059592705"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
[{"data":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"exceptions":{"code":2,"message":"Advertiser not found."}},{"data":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"exceptions":{"code":2,"message":"Advertiser not found."}}]