Re: CriterionError.INVALID_CRITERION_ID on setting location->id on v201209 in sandbox

2012-11-09 Thread WA
Yes! it seems to work now. thanks. Le vendredi 9 novembre 2012 08:19:47 UTC+1, Takeshi Hagikura a écrit : > > Hello, > > Apologies for the inconvenience. > The issue has been fixed now. > If you are still seeing the error, can you please let us know again? > > Thanks, > - Takeshi, AdWords API Team

Re: CriterionError.INVALID_CRITERION_ID on setting location->id on v201209 in sandbox

2012-11-09 Thread Donizetti
It works BUT when I use the *CategoryProductsAndServicesSearchParameter* it doesn't work and I get: UNEXPECTED_INTERNAL_API_ERROR. Have you got the same? D. Il giorno venerdì 9 novembre 2012 09:54:50 UTC+1, WA ha scritto: > > Yes! it seems to work now. thanks. > > Le vendredi 9 novembre 2012 08:

Clicks by countries

2012-11-09 Thread Darren
Hi everybody, In campaigns I can see what keywords the clients click on. I would like to know where these people who clicked on the certain keywords come from so I would know on which country I should focus regarding the advertising. In another words, for instance I advertise the same keyword "b

[API v201209] How to handlePolicyViolationError in a Bulk

2012-11-09 Thread Damien
Hello, We are experiencing some problems in migrating to API v201209. We send TextAds in a Bulk, using MutateJobOperation and SimpleMutateJob.mutate() How to handle PolicyViolationError in this bulk ? With previous version we had used BulkMutateJob[].result.operationStreamResults but now this d

Re: Ruby Client not working with OAuth2 in offline mode

2012-11-09 Thread Danial Klimkin
Hello Jennifer, Did you take a look on the OAuth2 example we have with the library? http://code.google.com/p/google-api-ads-ruby/source/browse/adwords_api/examples/v201209/misc/use_oauth2.rb For the configuration file, it should look like: :oauth2_token: :refresh_token: your_refresh_t

OpenSSL::SSL::SSLError: SSL_connect SYSCALL returned=5 errno=0 state=SSLv3 read server session ticket A

2012-11-09 Thread Jeremy Aube
Last night at 4:27am ET, we had an ad-hoc campaign performance report fail with the following error: OpenSSL::SSL::SSLError: SSL_connect SYSCALL returned=5 errno=0 state=SSLv3 read server session ticket A from /Users//.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/net/http.rb:799:in `connect' from

Re: adhoc report errors after updating to v201209

2012-11-09 Thread Jeremy Aube
Try it this way: Id NOT_EQUALS 66642776 Id NOT_EQUALS 73335776 Status EQUALS ACTIVE On Wednesday, November 7, 2012 12:59:14 PM UTC-5, chris h wrote: > > Have this predicate > > Id > NOT_EQUALS > 66642776 > I

Re: Perl API examples appear to be broken - help??

2012-11-09 Thread Jeremy Aube
You should use an email when setting up sandbox. Then you'll need to initialize your sandbox accounts by making a get request to CampaignService. If that request is successful, you should now have 5 sandbox accounts, which you can see by using the ManagedCustomerService. Pick one of the account

Re: In Adwords API AdWords.v201209 How to get the Exact and BROAD and PHRASE searchVolume?

2012-11-09 Thread Kevin Winter
Hi, Only EXACT search volume is available in v201209 and moving forward. - Kevin Winter AdWords API Team On Wednesday, November 7, 2012 8:54:02 AM UTC-5, Abdul Saboor wrote: > > In Previous version (v201109) I does like this > > for (int iKeywords = 0; iKeywords < s.Length; iKeywords++) >

Re: BudgetService (v201209)

2012-11-09 Thread Kevin Winter
Hi, You can still request the budget value in the CampaignService as "Amount": https://developers.google.com/adwords/api/docs/reference/latest/CampaignService.Budget#amount You can also use BudgetService as well as Campaign Performance Report. - Kevin Winter AdWords API Team On Wednesday, No

Re: How many simultaneous logins

2012-11-09 Thread Kevin Winter
Hi, It's not so much a matter of how many simultaneous logins so much as the total number of requests you are making. Our servers will return back RATE_EXCEEDED_ERROR when you have made too many. We recommend that regardless of how many threads you use, you check for this error and delay fo

Re: What's the difference between axis and jaxb?

2012-11-09 Thread Kevin Winter
In the java libraries, we use Axis for SOAP calls (everything but reports) but jaxb for the report download requests. Choose which import you need depending on which functionality you are using. As you pointed out, the generated code is slightly different and it won't compile if you have the w

Re: TargetingIdeaService with broad match

2012-11-09 Thread Kevin Winter
No, this feature is no longer supported in the AdWords API. - Kevin Winter AdWords API Team On Thursday, November 8, 2012 12:19:22 PM UTC-5, terrafant wrote: > > Thanks, Kevin. > But won't any other AdWords API Service help? > > On Thursday, November 8, 2012 6:45:48 PM UTC+2, Kevin Winter wrote:

Re: [v201209] Discrepancy between API results and web UI search volume results

2012-11-09 Thread Kevin Winter
v201109 officially sunset on 10/26: https://developers.google.com/adwords/api/docs/sunset-dates You should migrate off this version immediately. - Kevin Winter AdWords API Team On Thursday, November 8, 2012 4:42:53 PM UTC-5, Sébastien de Salvador wrote: > > As far as I'm concerned I think this

Reminder: keep contact email up to date

2012-11-09 Thread Kevin Winter
Hi all, Just wanted to remind everyone that it is important to keep your developer contact email up to date. This email address can be updated in My Account -> AdWords API Center for your Developer MCC account. This is important both for veteran developers as well as brand-new applications (

CreativeApprovalStatus filtering by UNCHECKED in the AdsPerformanceReport

2012-11-09 Thread Sanjay J
Hello, I'm retrieving the Ads Performance Report, and filtering by the CreativeApprovalStatus to include 'UNCHECKED' ads (which are those in the pending review stage). I've tried a few different ways to include the ads in the pending review state without luck. I'm using the Python AdWords cl

Re: Does the AdWords API support authentication via service accounts (OAuth 2.0)?

2012-11-09 Thread Micah Ransdell
Win Ko Aye, I am trying to follow your instructions, but I am unable to complete Step 2 because we are not using Google Apps for Business. I am able to complete the other steps, and when I try to access the CampaignService I receive "AuthenticationError.NOT_ADS_USER" when trying to access the c

[v201206] Getting AVERAGE_TARGETED_MONTHLY_SEARCHES and GLOBAL_MONTHLY_SEARCHES

2012-11-09 Thread Adrian Perez
As per the migration guide, both params were replaced by SEARCH_VOLUME, although in different setups. Although I'm new to Adwords API it does introduce some ambiguity and it makes me wonder about the problem at hand: is it possible to get both on a single request? Then, how? Refresher from the

Re: How many simultaneous logins

2012-11-09 Thread Steve Beaman
Thank you! On 11/9/2012 8:21 AM, Kevin Winter wrote: Hi, It's not so much a matter of how many simultaneous logins so much as the total number of requests you are making. Our servers will return back RATE_EXCEEDED_ERROR when you have made too many. We recommend that regardless of how many

Re: CriterionError.INVALID_CRITERION_ID on setting location->id on v201209 in sandbox

2012-11-09 Thread Gatsby Lee
Takeshi, どうもありがとう. It is working fine now. Again, thank you for your quick fix. Gatsby On Thursday, November 8, 2012 11:19:47 PM UTC-8, Takeshi Hagikura wrote: > > Hello, > > Apologies for the inconvenience. > The issue has been fixed now. > If you are still seeing the error, can you please let