Hi, I'm using the standard xml custom report definition given in the Reporting Basics docs <https://developers.google.com/adwords/api/docs/guides/reporting>as below:
<reportDefinition xmlns="https://adwords.google.com/api/adwords/cm/v201710"> <selector> <fields>CampaignId</fields> <fields>AdGroupId</fields> <fields>Impressions</fields> <fields>Clicks</fields> <fields>Cost</fields> <predicates> <field>AdGroupStatus</field> <operator>IN</operator> <values>ENABLED</values> <values>PAUSED</values> </predicates> </selector> <reportName>Custom Adgroup Performance Report</reportName> <reportType>ADGROUP_PERFORMANCE_REPORT</reportType> <dateRangeType>LAST_7_DAYS</dateRangeType> <downloadFormat>CSV</downloadFormat> </reportDefinition> In my understanding, all I need to do is POST this to https://adwords.google.com/api/adwords/reportdownload/v201710 with my headers and it will return the report - Headers are attached to the request as in the image attached. And I was able to retrieve the ReportDefinitionService outline so the authentication is not the issue. Just wondering if I'm missing something on this request. Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/027e0934-35d1-4cdd-b514-922c87a8bd20%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
