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
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
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
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
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
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
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
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
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
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
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
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
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
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
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,
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
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
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=
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
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
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
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,
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
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
23 matches
Mail list logo