When trying to call AdRotationMode with AdGroup Performance Report through an Adwords Script I get the following Error.
Column 'AdRotationMode' is not valid for report type ADGROUP_PERFORMANCE_REPORT. Double-check your SELECT clause. (file Code.gs, line 8) The documentation mentions AdRotationMode <https://developers.google.com/adwords/api/docs/appendix/reports/adgroup-performance-report#adrotationmode> so I'm not sure if the documentation is wrong, or If I did something wrong, but I couldn't find anything for this topic. My current query (the rest works fine): "SELECT AdRotationMode, AccountDescriptiveName, AdGroupName, CampaignName, AdNetworkType1, AdNetworkType2, BiddingStrategyType, Labels, AveragePosition, SearchImpressionShare, SearchRankLostImpressionShare, SearchExactMatchImpressionShare " + "FROM ADGROUP_PERFORMANCE_REPORT " + "DURING YESTERDAY" Does anyone know more? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads 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 and Google Ads 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/e2c85d2f-91a1-440e-8ee6-f422884a97ed%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
