Hi Amit, 

Please see the points that needs to be updated:

   1. Sorting and paging are not supported in reports. Please check here 
   
<https://developers.google.com/adwords/api/docs/guides/awql#using_awql_with_reports>
 for 
   more details. 
   2. The following fields are not supported for Ad Performance Report : 
   ActiveViewImpressions, AdGroupAdDisapprovalReasons. Please check here for 
   the complete list 
   
<https://developers.google.com/adwords/api/docs/appendix/reports/ad-performance-report>
 of 
   fields that are supported by Ad Performance Report.
   3. Since you are running the report for a custom date, you will need to 
   specify the min and max date too.

Please see the sample report definition with the above updates: 

__rdxml: <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<reportDefinition 
xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201802";>
  <ns2:selector>
    <ns2:fields>Date</ns2:fields>
    <ns2:fields>AccountCurrencyCode</ns2:fields>
    <ns2:fields>AccountDescriptiveName</ns2:fields>
    <ns2:fields>ActiveViewCpm</ns2:fields>
    <ns2:fields>AdGroupId</ns2:fields>
    <ns2:fields>AdGroupName</ns2:fields>
    <ns2:fields>AdGroupStatus</ns2:fields>
    <ns2:fields>AdNetworkType1</ns2:fields>
    <ns2:fields>AdType</ns2:fields>
    <ns2:predicates>
      <ns2:field>Status</ns2:field>
      <ns2:operator>NOT_IN</ns2:operator>
      <ns2:values>PAUSED</ns2:values>
    </ns2:predicates>
    <ns2:dateRange>
      <ns2:min>20180320</ns2:min>
      <ns2:max>20180326</ns2:max>
    </ns2:dateRange>
  </ns2:selector>
  <ns2:reportName>Ad performance report #1522355265002</ns2:reportName>
  <ns2:reportType>AD_PERFORMANCE_REPORT</ns2:reportType>
  <ns2:dateRangeType>CUSTOM_DATE</ns2:dateRangeType>
  <ns2:downloadFormat>CSV</ns2:downloadFormat>
</reportDefinition>


Thanks,
Sreelakshmi, 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/d26cdc6b-3554-4dcb-bbd1-b962f8bd3ca7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • Re: Keyw... info . amit . dahiya
    • Re:... 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum

Reply via email to