Hi,

Could you confirm if you are getting the report fields 
<https://developers.google.com/adwords/api/docs/samples/java/reporting#get-report-fields>
 (in 
Java) in your request? If your goal is just to get the report fields of 
AdGroup Performance Report, then you can use the example that I linked. 
However, if your goal is to get the report data of this report type, then 
you can check this example 
<https://developers.google.com/adwords/api/docs/samples/java/reporting#download-a-criteria-performance-report-with-selector>
. 

Below is a sample report definition 
<https://developers.google.com/adwords/api/docs/guides/reporting#create_a_report_definition>
 in 
getting a report data with selector:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
      <reportDefinition
          xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201708";>
          




*<ns2:selector>              <ns2:fields>AdGroupId</ns2:fields>            
  <ns2:fields>CampaignId</ns2:fields>              
<ns2:fields>Impressions</ns2:fields>              
<ns2:fields>Clicks</ns2:fields>          </ns2:selector>*
          <ns2:reportName>Ad Group Perf Report Sample</ns2:reportName>
          <ns2:reportType>ADGROUP_PERFORMANCE_REPORT</ns2:reportType>
          <ns2:dateRangeType>LAST_7_DAYS</ns2:dateRangeType>
          <ns2:downloadFormat>CSV</ns2:downloadFormat>
      </reportDefinition>

Let me know if you have further clarifications.

Thanks,
Vincent
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
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/f3cd85be-ad3d-479c-9c9a-dff35bdf2b25%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • Report definitio... JohnA_a
    • Re: Report ... 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
      • Re: Rep... JohnA_a
        • Re:... 'Vincent Racaza (AdWords API Team)' via AdWords API Forum

Reply via email to