Create a request for a Marketing Mix Modeling (MMM) report
POST {{baseUrl}}/ad_accounts/:ad_account_id/mmm_reports
This creates an asynchronous mmm report based on the given request. It returns a token that you can use to download the report when it is ready. NOTE: An additional limit of 5 queries per minute per advertiser applies to this endpoint while it's in beta release.
Request Body
{"report_name"=>"sit in veniam", "start_date"=>"6914-05-66", "end_date"=>"9988-00-47", "granularity"=>"WEEK", "level"=>"AD_GROUP_TARGETING", "countries"=>["CO", "RO"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"code":"\u003cnumber\u003e","data":{"report_status":"IN_PROGRESS","token":"\u003cstring\u003e","message":"\u003cstring\u003e","status":"\u003cstring\u003e"}}