Re: AdRotationMode for AdGroup_Performance_Report not a valid report type

2018-08-20 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, 

I see that you have already posted this question on the AdWords Scripts 
forum . 
Since your questions are specific to AdWords Scripts, please continue your 
discussion on that thread. Please feel free to open a new thread if you 
have any questions about the AdWords API or Google Ads API. 

Thanks,
Sreelakshmi, AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 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 and Google Ads 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/b18d8707-565c-4bd6-a6f9-c1c9618a688a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: AdRotationMode for AdGroup_Performance_Report not a valid report type

2018-08-20 Thread jan . fiedler
Thanks for the reply, I figured this out later on as well, but couldn't delete 
my post.
I guess the newest version which is automatically selected when not specifing 
the API version would be the Google ads API 0.1, which doesn't support Ad 
Rotation Mode yet, right?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 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 and Google Ads 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/0767717e-1ce8-494f-b50b-d0d339ad5526%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: AdRotationMode for AdGroup_Performance_Report not a valid report type

2018-08-17 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, 

Could you please confirm if you are using AdWords API or AdWords Scripts? 
If you are using AdWords Scripts, could you please post your question on their 
forum ? If you are 
using AdWords API, please make sure that you are using the V201806 version 
of the API as AdRotationMode field was added to ADGROUP_PERFORMANCE_REPORT 
in that version of the API. Please check here 

 
for more details. 

Thanks,
Sreelakshmi, AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 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 and Google Ads 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/aa61e7c6-c64b-4088-bd0e-a7dafca6f9d9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


AdRotationMode for AdGroup_Performance_Report not a valid report type

2018-08-17 Thread jan . fiedler
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 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 and Google Ads 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/e2c85d2f-91a1-440e-8ee6-f422884a97ed%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.