Re: AdHoc reporting for multiple clients isn't possible anymore (v201209)

2012-12-18 Thread Anash P. Oommen
Hi Reinhold, Here's a singlethreaded version of the code that works. public void Run(AdWordsUser user, string directory) { string[] clientCustomerIds = GetChildAccounts(user); ReportDefinition definition = BuildReportDefinition(); if (!Directory.Exists(directory)) {

Re: AdHoc reporting for multiple clients isn't possible anymore (v201209)

2012-12-18 Thread Danial Klimkin
Hello Reinhold, It looks like we do not have one for C# at the moment. I will check with the library author to tackle this. -Danial, AdWords API Team. On Thursday, December 13, 2012 2:11:05 AM UTC-8, Reinhold Maurus wrote: > > Does anyone have a sample code in c# for doing reports for each c

Can't download WSDL for any service API v201209 (in sandbox)

2012-12-18 Thread Jonathan W. Zaleski
I'm not positive that this is the best place to be posting this, but as of about 4:30 EST yesterday we have been unable to download the sandbox WSDLs for AdWords API v201209. I have attempted to hit the sandbox WSDLs directly and receive the following error in my browser: *502.* That’s an err

Re: Quality score insights

2012-12-18 Thread Bogdan S
Hi guys, Has this been made available through the API ( I've looked around and can't see it, just want to double check ) , is it on the roadmap? Thanks Bogdan On Tuesday, June 26, 2012 11:34:11 AM UTC+2, Anash P. Oommen wrote: > > Hi, > > These aren't available through the AdWords API right n

Re: Difference in Search Query and Keyword Performance Report

2012-12-18 Thread PPC London
Thanks for reply Takeshi San I downloaded the reports today from adwords.com and Yes they are still different for 28th Nov 2012 To investigate further, should I send you the reports? Or should I just email you the account Id and adgruop Id? Thanks a lot -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

testing an ad - non api question

2012-12-18 Thread Robert Blackwell
I'd be glad to post this somewhere else but I didn't see a "regular" adwords group. I'm really interested in testing how searches are really triggering my ads. For example I'd like to do some dummy searches and see which keywords are actually activating the ad and why, ie, exact match, broad, m

Re: ClassNotFound exception using latest api version with maven

2012-12-18 Thread John Lister
Cheers, works now. Sorry I posted twice as my first post didn't show up on the forum so I assumed I'd not actually posted it. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwor

Re: How to Get Stats Hourly - Ruby on Rails

2012-12-18 Thread Danial Klimkin
Hello Eduardo, Also, take a look at our AdWords on Rails demo, if you haven't already: http://code.google.com/p/google-api-ads-ruby/source/browse/#git%2Fadwords_api%2Fexamples%2Fadwords_on_rails -Danial, AdWords API Team. On Tuesday, December 11, 2012 11:13:52 AM UTC-8, Eduardo Hiroshi Ca

Ad Campaign Targeting Criteria "exclude"

2012-12-18 Thread Emin Aydan
Hi; For example link from a campaign targeting available. So I need to set the parameter for which to *exclude*. http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201209/Targeting/AddCampaignTargetingCriteria.php example $california = new Location(); $california->i

Re: How to get monthly search volume for a given keyword with v201209

2012-12-18 Thread Danial Klimkin
Hello Warren, You request is for RequestType.IDEAS type. You need to use the RequestType.STATS instead. -Danial, AdWords API Team. On Sunday, December 16, 2012 6:39:34 PM UTC-8, Hongyu Li wrote: > > Hi, > the question is simple, how to get monthly search volume for a keyword. > following

Re: SOAP Format for TrafficEstimatorService 201209

2012-12-18 Thread Danial Klimkin
Hello Gustav, First of all I really recommend to consider upgrading to a newer version of rails and using the library. It handles quite a lot of tricky issues you face with SOAP. As per the issue, you need to generate something like this instead: KEYWORD ... this is done in Savon with "

Re: refresh token not returned

2012-12-18 Thread Itai
thanks Paul i will take a look where should i email the soap request/response It does not contain the refresh token. I am wondering, could this be because i use a test account? or maybe because my developer token application is still being processed? On Tuesday, December 18, 2012 8:19:46 AM UTC+

Re: How can I get "real search terms" with API ?

2012-12-18 Thread Alessandro Miele
Hi Anash, so it seems to be not possible to get "Search Terms" using the API. Can you confirm please? And what would you suggest to get the closest results as possible? Many thanks, Alessandro On Friday, December 2, 2011 8:36:29 AM UTC+1, Anash P. Oommen wrote: > > Hi Olivier, > > AdWords API