Hi,

 I’m trying to upgrade to version 201502 but since I referenced to the new 
dll’s and using the code as shown in the examples I get the following error 
during executing of GetResponse(): 
ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH, Trigger: , 
FieldPath: selector

_user = new AdWordsUser();

string query = "SELECT CampaignId, AdGroupId, Id, Criteria, CriteriaType, 
Impressions, " +               "Clicks, Cost FROM 
CRITERIA_PERFORMANCE_REPORT WHERE Status IN [ENABLED, PAUSED] " +               
 
"DURING LAST_7_DAYS";

ReportUtilities utilities = new ReportUtilities(_user, "v201502", query, 
DownloadFormat.XML.ToString());ReportResponse response = 
utilities.GetResponse(); 


I’m using the following authentication in my config file: 

<add key="ClientCustomerId" value="846-991-4123"/>  <!--Amazing Bits -->

<add key='AuthorizationMethod' value='OAuth2' />

<add key='OAuth2ClientId' value='635512712249.apps.googleusercontent.com' />

<add key='OAuth2ClientSecret' value='xxxxxxxxxxxxxxxxxxx' />
<add key='OAuth2RefreshToken' value='
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/> 

 

I use the generated refreshtoken because I am using my MCC account for 
authentication.

In previous versions I didn’t had any problems executing AWQL code this way. 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/e7e09908-41d3-4e0a-bdea-ee639718b163%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to