Hi Chris,
That will work, or if you are creating the reports programmatically to run them I’ve found you now need to add an extra filter to the params:
params: {
filters: [
{type: "FILTER_ATTRIBUTION_MODEL", value: "0"},
{type: "FILTER_ADVERTISER", value: advertiserId},
],
And it just needs to be set to “0” to work.
Kind regards,
| ||||||||||||||
| ||||||||||||||
| ||||||||||||||
| ||||||||||||||
|
From: google-doubleclick-...@googlegroups.com <google-doubleclick-...@googlegroups.com>
On Behalf Of Chris Baclig
Sent: 14 July 2021 18:17
To: Google's Campaign Manager 360 API Forum <google-doubleclick-...@googlegroups.com>
Subject: Re: CM360 API returns error on some reports
Discovered the same issue this morning. It appears there was a new "Attribution Model" field added to the CM report builder form:
--
You received this message because you are subscribed to the Google Groups "Google's Campaign Manager 360 API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
google-doubleclick-for-ad...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/google-doubleclick-for-advertisers-api/c632b147-f34f-43a7-a275-a6f6a88e3884n%40googlegroups.com.
Hi all,
Thank you for reporting this to us.
I have raised this issue to the rest of the team since we got a spike in query regarding this. But, could you please share the following in case we would need for further investigation?
@Pavlo you may disregard the API response since you already shared it.
To Note: If "re-saving" the report you are currently working on or "adding the attribution model programatically and setting its value to 0" resolves the issue, please continue to do so while we wait for the result of the investigation.
params: { filters: [ {type: "FILTER_ATTRIBUTION_MODEL", value: "0"}, {type: "FILTER_ADVERTISER", value: advertiserId}, ],
Regards,
|
||||||
params: {
filters: [
{type: "FILTER_ATTRIBUTION_MODEL", value: "0"},
{type: "FILTER_ADVERTISER", value: advertiserId},
],
Hi Michael,
Just as an aside here this seems to be an issue where an update to your systems not requires that an attribution model is set on all DV360 reports. If you save them from the report builder this will automatically be added but all past saved reports will have been broken by this change.
For programmatically built reports you now need to add the FILTER_ATTRIBUTION_MODEL filter when building the report.
This seems to have been an unannounced change as there is nothing on the change log referencing it and unlike the change two weeks ago to require an Advertiser ID we did not get any communication through our usual partner channels.
Kind regards,
| ||||||||||||||
| ||||||||||||||
| ||||||||||||||
| ||||||||||||||
|
From: google-doubleclick-...@googlegroups.com <google-doubleclick-...@googlegroups.com>
On Behalf Of DCM API (DoubleClick Campaign Mgr)
Sent: 15 July 2021 11:01
To: mupo...@gmail.com
Cc: google-doubleclick-...@googlegroups.com
Subject: Re: CM360 API returns error on some reports
Hi Pavlo,
|
|
|
ref:_00D1U1174p._5004Q2Kc8Bv:ref
--
You received this message because you are subscribed to the Google Groups "Google's Campaign Manager 360 API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
google-doubleclick-for-ad...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-doubleclick-for-advertisers-api/d9kzS000000000000000000000000000000000000000000000QWA6HC000y_J6SJ9TGmOaAvGV4uByg%40sfdc.net.
|
|
Hi all,
Our team circled back on this and discovered that the issue started since 7/13 afternoon, and was fixed 7/15 morning via a roll back.
Feel free to get back to us if you still encounter the issue.
Regards,
|
|