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)
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?