Get advertiser Marketing Mix Modeling (MMM) report.

GET {{baseUrl}}/ad_accounts/:ad_account_id/mmm_reports?token=<string>

Get an mmm report for an ad account. This returns a URL to an mmm metrics report given a token returned from the create mmm report endpoint.

Request Params

KeyDatatypeRequiredDescription
tokenstring(Required) Token returned from the post request creation call

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;code&quot;:&quot;\u003cnumber\u003e&quot;,&quot;data&quot;:{&quot;report_status&quot;:&quot;CANCELLED&quot;,&quot;url&quot;:&quot;\u003cstring\u003e&quot;,&quot;size&quot;:&quot;\u003cnumber\u003e&quot;},&quot;message&quot;:&quot;\u003cstring\u003e&quot;,&quot;status&quot;:&quot;\u003cstring\u003e&quot;}