Re: Cannot seem to get campaign level criteria (like Location, Gender, Age and such) via Creteria report.

2013-03-22 Thread Paul Matthews (AdWords API Team)
Hi Slava, The CRITERIA_PERFORMANCE_REPORThttps://developers.google.com/adwords/api/docs/appendix/reports#criteriaonly reports on AdGroupCriteria. At present the recommended way of getting report data for the CampaignCriteria is to use the

Re: Cannot seem to get campaign level criteria (like Location, Gender, Age and such) via Creteria report.

2013-03-22 Thread Paul Matthews (AdWords API Team)
Hi Slava, The CRITERIA_PERFORMANCE_REPORThttps://developers.google.com/adwords/api/docs/appendix/reports#criteria only reports on AdGroupCriteria. At present the recommended way of getting report data for the CampaignCriteria is to use the

Re: How to get ClickType

2013-03-22 Thread Jonathan Sosa
Hi Anash Thank you for your response. I looked into it and I was able to get the a CAMPAIGN_PERFORMANCE_REPORT as xml into a string. Is there a way to instance a Campaign array based on this xml? I'm currently using the .Net Client Library v201302. Do I need to create a class and parse the

Re: Empty MANAGED_PLACEMENTS_PERFORMANCE_REPORT

2013-03-22 Thread oseemann
Thanks for your reply, David. I'm looking forward to being able to retrieve mobile performance data and set bids on mobile placements in a future API release! Am Donnerstag, 21. März 2013 17:39:22 UTC+1 schrieb David Torres (AdWords API Team): Hi Oliver, Mobile placements are currently

Re: Ruby and OAuth

2013-03-22 Thread johannes . kaefer
Thank you Danial. Your help is always very much appreciated. Keep it! Best regards Hannes On Thursday, March 21, 2013 8:24:16 AM UTC+1, Danial Klimkin wrote: Hello Hannes, There is no such guide, but the difference for the library users should be minimal. authorize() will return you

Re: GetClientCustomerId?

2013-03-22 Thread Paul Matthews (AdWords API Team)
Hi Mac, The GetClientCustomerId example made use of the InfoService. The migration guidehttps://developers.google.com/adwords/api/docs/guides/migration-v201302explains that the InfoService has been removed as it is not needed in the with the new APi

java.lang.ClassNotFoundException: com.google.api.client.util.Preconditions

2013-03-22 Thread F.Pers
Hi im trying to use oAuth2 with the webServerClient connection, and i get a java.lang.ClassNotFoundException: com.google.api.client.util.Preconditions when executing the following code: [code] GoogleAuthorizationCodeFlow authorizationFlow = new GoogleAuthorizationCodeFlow.Builder(

Re: java.lang.ClassNotFoundException: com.google.api.client.util.Preconditions

2013-03-22 Thread F.Per
scope is https://adwords.google.com/api/adwords btw Am Freitag, 22. März 2013 20:03:45 UTC+1 schrieb F.Pers: Hi im trying to use oAuth2 with the webServerClient connection, and i get a java.lang.ClassNotFoundException: com.google.api.client.util.Preconditions when executing the following