Attribution Model

108 views
Skip to first unread message

Reuben M.

unread,
Apr 12, 2018, 5:07:42 PM4/12/18
to Google's DoubleClick Campaign Manager API Forum
Hello,

What attribution model is defaulted when pulling a conversion report from the DCM API, if there are multiple attribution models as options?

(Apologies if this is a double-post.. not sure if the first post went through)

Thanks!
Reuben M.

Reuben M.

unread,
Apr 12, 2018, 5:07:42 PM4/12/18
to Google's DoubleClick Campaign Manager API Forum
Hello,

What attribution model is defaulted when pulling a conversion report via the API, when there are multiple attribution models associated to a floodlight?

Thanks!
Reuben M.

hko...@homeaway.com

unread,
Apr 12, 2018, 6:00:45 PM4/12/18
to Google's DoubleClick Campaign Manager API Forum
Hello Reuben,

There is nothing selected when we create the report from Java code. It is just blank when I check that report ID (126401576) in the portal. We want to select the Attribution model "DDA - BidTarget (132519)" under Floodlight Configuration ID: 6519113. I dont see a way to select that attribution model from Java code. Could you please suggest on this.

Regards
harish.

hko...@homeaway.com

unread,
Apr 13, 2018, 11:06:51 AM4/13/18
to Google's DoubleClick Campaign Manager API Forum
Hi,

Any update on this?

Chris Feldman (DCM API Team)

unread,
Apr 13, 2018, 3:23:26 PM4/13/18
to Google's DoubleClick Campaign Manager API Forum
Hi,

Thank you both for reaching out to support. I need to check internally for the best way to do this via the API. I will get back to you as soon as I have more information.

Regards,
Chris Feldman
DCM API Team

Chris Feldman (DCM API Team)

unread,
Apr 16, 2018, 3:01:06 PM4/16/18
to Google's DoubleClick Campaign Manager API Forum
Hi,

The attribution model is a dimension filter. You can look up values via dimensionValues.query. For more information, this is covered in our creating reports guide.

Please let me know if there's anything else you need.

Regards,
Chris Feldman
DCM API Team

Harish Kotha

unread,
Apr 16, 2018, 9:13:32 PM4/16/18
to google-doubleclick-...@googlegroups.com

Hi Chris,

 

I am setting up the dimensionValue to select attributionmodel “DDA – BidTarget” as below. But I have some criteria (Start Date, End Date, Dimensions and Metrics ) already set to report. How can I get these criteria attached along with dimensionValue for attribution model?

 

List<String> metrics = new ArrayList<String>(Arrays.asList(dfaMetricsList.split(",")));
criteria.setMetricNames(metrics);
DimensionValueRequest request =
new DimensionValueRequest();
request.setDimensionName(
"dfa:DDA - BidTarget");

 

Regards

Harish.

--
You received this message because you are subscribed to the Google Groups "Google's DoubleClick Campaign Manager API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
google-doubleclick-for-ad...@googlegroups.com.
For more options, visit
https://groups.google.com/d/optout.

Harish Kotha

unread,
Apr 16, 2018, 9:29:48 PM4/16/18
to google-doubleclick-...@googlegroups.com

Also, please confirm if that is the right way to mention attributionModel. I am getting the below error when giving that name:

 

Chris Feldman (DCM API Team)

unread,
Apr 17, 2018, 2:51:28 PM4/17/18
to Google's DoubleClick Campaign Manager API Forum
Hi Harish,

It should be 'dfa:attributionModelConfig'. Are you able to return this value when you do dimensionValues.query? If not, can you please use the 'Reply Privately to Author' option to share your DCM Account ID, as well as the API JSON request and response. If you continue to have issues, I'd like to try running this myself.

Regards,
Chris Feldman
DMC API Team

To unsubscribe from this group and stop receiving emails from it, send an email to google-doubleclick-for-advertisers-api+unsubscribe@googlegroups.com.
For more options, visit
https://groups.google.com/d/optout.


Reply all
Reply to author
Forward
0 new messages