Get advertiser entities in bulk

POST {{baseUrl}}/ad_accounts/:ad_account_id/bulk/download

Create an asynchronous report that may include information on campaigns, ad groups, product groups, ads, and/or keywords; can filter by campaigns. Though the entities may be active, archived, or paused, only active entities will return data.

Request Body

{"entity_types"=>["PRODUCT_GROUP"], "entity_ids"=>["3", "6526988"], "updated_since"=>"43734908251", "campaign_filter"=>{"start_time"=>"739", "end_time"=>"41748426569", "name"=>"<string>", "campaign_status"=>["RUNNING", "ADVERTISER_DISABLED"], "objective_type"=>["CATALOG_SALES", "AWARENESS"]}, "output_format"=>"JSON"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;request_id&quot;:&quot;\u003cstring\u003e&quot;}