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.
Also, please confirm if that is the right way to mention attributionModel. I am getting the below error when giving that name:

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.