Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2010-07-16 Thread ojak
Not sure regarding the HTTPClient errors. There's is an HTTPClient::SendTimeoutError for sending timeouts and a HTTPClient::ReceiveTimeoutError for receiving, however I suppose either could be caused by connection errors on either end... probably won't worry too much about it, since I haven't seen

Re: CAMPAIGN_NEGATIVE_KEYWORDS_PERFORMANCE_REPORT error

2010-07-16 Thread AdWords API Advisor
Hi, Can you post the sanitized SOAP XML you used to create the ReportDefintion that is failing to download? Best, - Eric On Jul 16, 2:59 pm, rayden wrote: > I tried today and it still doesnt work. > > The problem is 'CAMPAIGN_NEGATIVE_KEYWORDS', > 'CAMPAIGN_NEGATIVE_PLACEMENTS'. > > Others work

Re: Does keyword quota include negative keywords?

2010-07-16 Thread AdWords API Advisor
Hi Kevin, I believe they do, but you may want to post your question to the general AdWords forum, as they are more familiar with this information: http://www.google.com/support/forum/p/AdWords Best, - Eric Koleda, AdWords API Team On Jul 16, 11:07 am, Kevin wrote: > Yes. Keywords limit per a

Re: Problem with accents?

2010-07-16 Thread AdWords API Advisor
Hi, Thank you for reporting this problem, I am able to replicate it as well. I'll bring this to the attention of the core engineering team. The same request without the accent works correctly, so you may want to remove the accents for now, to get approximate search volume values. Best, - Eric Ko

Re: Ad Parameters Not Updating

2010-07-16 Thread AdWords API Advisor
Hi Kevin, Currency symbols are treated as one character, so that shouldn't be an issue. For the ad group you've used in this request, the defaults values in the ad are the same as the values you set. How are you determining that the values aren't being inserted? Best, - Eric Koleda, AdWords API

Re: SOAP-ERROR: Parsing WSDL

2010-07-16 Thread AdWords API Advisor
Hi, Thanks for the information. For now I don't think I will add it to the requirements, as this is the first case I've seen. Best, - Eric On Jul 15, 6:53 pm, zac439 wrote: > Eric- > > In scouring the web I found > this:http://codeigniter.com/forums/viewthread/73884/#384673 > > I noticed WDDX

Re: Need Help Setting up Sandbox with v201003 - php Libraries

2010-07-16 Thread AdWords API Advisor
Hi, That error is correct, as campaigns can only be added to client accounts. What error are you receiving when the clientId is not commented out? Best, - Eric On Jul 15, 3:52 pm, JohnW2G wrote: > Hey Eric, > > Thanks for the reply. > > I changed auth.ini, commenting out the clientID field as

Re: To get approx_content_impressions_per_day for placement.

2010-07-16 Thread AdWords API Advisor
Hi Joseph, APPROX_CONTENT_IMPRESSIONS_PER_DAY is a LongRangeAttribute, and the value of this type of attribute is a Range, not a number: http://code.google.com/apis/adwords/v2009/docs/reference-v200909/TargetingIdeaService.AttributeType.html#APPROX_CONTENT_IMPRESSIONS_PER_DAY http://code.goo

Re: Regarding retrieve PlacementURL

2010-07-16 Thread AdWords API Advisor
Hi Ashok, Can you elaborate on the problem you are encountering? Do you have any code snippets that can highlight what you are trying to accomplish? Best, - Eric Koleda, AdWords API Team On Jul 15, 8:08 am, Ashok wrote: > Hi, > >    I am currently working in Placement Targeting(AdGroupCriterio

Re: Getting UNEXPECTED_INTERNAL_API_ERROR when doing exemption requests.

2010-07-16 Thread AdWords API Advisor
Hi Peer, The cause of this issue appears to be the same as one you've already reported: http://groups.google.com/group/adwords-api/browse_thread/thread/167dda9be08144ff/ This core problem has hasn't been resolved yet, but the core engineering team is working on it. Best, - Eric Koleda, AdWor

Re: No results on API, thousands on keyword tool

2010-07-16 Thread AdWords API Advisor
Hi, This issue seems to be caused by the same problem that is causing other search volume issues. Thank you for brining it to our attention. Best, - Eric On Jul 15, 3:23 am, calford wrote: > sure thing, done for all countries, all languages > > for > Nicole Kidman > John Travolta > Lindsay Loh

A job to get monthly search volume for a bulk of keywords

2010-07-16 Thread squeener
I have a large set of keywords that I would like to update each month (or perhaps bi-monthly) with the Monthly Global Google Volume and avg CPC. Currently I have to run small patches of keywords in the Adwords Keyword Tool and hope for exact matchesproven to be very time consuming giving I hav

Traffic Estimator in new version

2010-07-16 Thread Raj
Hi Eric, I want to know the monthly searches for given keywords. Can you please tell me which api does the job? I found Traffic Estimator API suits but it is in V13, I did not find in the new version. Please help me in this. Thanks, Raj -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Re: CAMPAIGN_NEGATIVE_KEYWORDS_PERFORMANCE_REPORT error

2010-07-16 Thread rayden
I tried today and it still doesnt work. The problem is 'CAMPAIGN_NEGATIVE_KEYWORDS', 'CAMPAIGN_NEGATIVE_PLACEMENTS'. Others work with no problem. I hope this helps. Best, On Jul 13, 12:42 am, AdWords API Advisor wrote: > Hi, > > I've noticed that there are some transient errors when downloadin

Re: Does keyword quota include negative keywords?

2010-07-16 Thread Kevin
Yes. Keywords limit per adgroup/account. -Kevin On Jul 16, 2:51 am, AdWords API Advisor wrote: > Hi Kevin, > > Could you clarify what you mean by keyword quota? Are you referring to > the limits mentioned > athttp://adwords.google.com/support/aw/bin/answer.py?hl=en&answer=40907 > ? > > Cheers,

Re: No April/May search volume with targeting idea service.

2010-07-16 Thread shiraazz
Hi, My company also relies on this data. I hope this is taken as high priority. This service is highly appreciated. On Jul 14, 6:41 pm, AdWords API Advisor wrote: > Hi Simon, > > At this point I don't have any information on when this data will be > available. > > Best, > - Eric > > On Jul 12, 1

Re: Need to get all the campaigns under 1 account.

2010-07-16 Thread YK
Got it... Thank you so much for being prompt and helpful Anash..ur tip helped! -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Auth Token Forbidden

2010-07-16 Thread Maxim Kurapatkin
Thank you so much Anash! Hi Maxim, You need to cache and reuse Authtokens in your application. The ClientLogin server will raise 403 errors and captcha challenges if you make calls to it too often. See our blog post on best practices around authtoken usage for more details. http://adwords

Re: how do I get a criterionid?

2010-07-16 Thread AdWords API Advisor
Hi Axum, As Joshua pointed out, you need to use AdGroupCriterionService.get() with appropriate AdGroupCriterionSelector. If you need a code sample, you can refer to http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201003/GetAllActiveAdGroupCriteria.php. Cheers, Anash

Problem with accents?

2010-07-16 Thread calford
Hi, I ran a test using words with accents and some of them dont return any data (when the keyword tool does). café, language: spanish, country: spain returns nothing for the last 12 months using the API. using the web keyword tool it returns 135,000 for last month. something i noticed from the r

Re: Does keyword quota include negative keywords?

2010-07-16 Thread AdWords API Advisor
Hi Kevin, Could you clarify what you mean by keyword quota? Are you referring to the limits mentioned at http://adwords.google.com/support/aw/bin/answer.py?hl=en&answer=40907 ? Cheers, Anash P. Oommen, AdWords API Advisor On Jul 16, 3:49 am, Kevin wrote: > I meant keyword limit. > > On Jul 15,

Re: Why validateOnly require exemptionRequests ???

2010-07-16 Thread AdWords API Advisor
Hi Suraj, These fields are part of AdGroupAdOperation class. You can set the exemptionRequests field of your AdGroupAdOperation object to nil in your code before making the mutate() call. Cheers, Anash P. Oommen, AdWords API Advisor. On Jul 15, 10:53 pm, Suraj Khakurel wrote: > Hi > > I had pas

Re: Auth Token Forbidden

2010-07-16 Thread AdWords API Advisor
Hi Maxim, You need to cache and reuse Authtokens in your application. The ClientLogin server will raise 403 errors and captcha challenges if you make calls to it too often. See our blog post on best practices around authtoken usage for more details. http://adwordsapi.blogspot.com/2010/07/discover