AdWords API Re: 10+ second latency deleting criteria (v2009)

2010-04-01 Thread abhijat
Hello, We too are seeing slowness in using the SET operator on criterion. Request id is 0b66af934da314664a6f8c9be5498955. With v13 the batch of keywords got updated in under 800 milliseconds. Now with v2009 it takes around 3 seconds. Any idea why that might be happening? Thanks, Abhijat -- =~

AdWords API Re: AccountInfo.timeZoneId

2010-04-01 Thread Peer Jakobsen (AdWords API Guru)
Google is using the TZ standard used by most people: http://en.wikipedia.org/wiki/Zone.tab Here is an example of someone who has developed a sort of .NET timezone converter: http://www.codeproject.com/KB/dotnet/Using_time_zones_in_NET.aspx -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have

AdWords API Re: Getting criterion from keyword or placement

2010-04-01 Thread Peer Jakobsen (AdWords API Guru)
No, the selector only allows filtering on campaignid, adgroupid and criterionid. Running an account structure report is another way of getting all your criteria and it only cost you 500 quotas to get a full account. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909

AdWords API AccountInfo.timeZoneId

2010-04-01 Thread ADM
How is one supposed to use the timeZoneId field in AccountInfo to get useful data about that time zone when the format used does not match the timeZoneId's used by Windows' .NET framework? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 sunset is on

AdWords API Maximum number of results before using paging

2010-04-01 Thread Peer Jakobsen (AdWords API Guru)
I would like to know whether I need to use paging or not. When we call CampaignCriterionService. get we always pass a selector that filters on a single campaign. This means that the max number of results we can get is 1 (max number of negatives allowed by adwords in a single campaign). Is that

AdWords API Re: Adwords API V2009 CampaignTargetService SOAP error

2010-04-01 Thread NS
Hi Erik, After your yesterday's reply I was trying few things and was checking my object types and realised that in Ruby arrays are not typed. So I made following change to the code and it is working fine now. @campaign_target_srv = @adwords.get_service('CampaignTarget', latest) geo_target

AdWords API Re: The login request used a username or password that is not recognized.

2010-04-01 Thread Dave
Caching the login auth cookie seems to have resolved my issue. The examples provided in the library are great but I was taking it too literally and authenticated before each query (2:00AM fail). Perhaps myself or someone could contribute a full example from login -> adgroup creation -> add keywords

AdWords API Re: The login request used a username or password that is not recognized.

2010-04-01 Thread Joshua J. Kugler
On Wednesday 31 March 2010, Dave elucidated thus: > I started using the aw_api_php_lib_2.0.1 client library w/ v2009 API > today and also ran into a rate limit. It produced the same error and > appears to only last for a few minutes. I don't use multiple threads > on my project but some of the oper

AdWords API Getting criterion from keyword or placement

2010-04-01 Thread Jesper Ellegaard
When tagging target url with {keyword} or {placement}, a textual value is delivered. Is it possible to identify related criteron when Ad and AdGroup is known without querying all criterons and test against their text and url value? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migr

AdWords API Re: The login request used a username or password that is not recognized.

2010-04-01 Thread AdWords API Advisor
Hi Dave, Just to be clear, the error message listed in this thread is not part of any rate limit. It appears to be generated by the ClientLogin API: http://code.google.com/apis/accounts/docs/AuthForInstalledApps.html#Errors It could have been a temporary issue with that service, so let me kno

AdWords API Re: delete campaign ad extension error

2010-04-01 Thread AdWords API Advisor
Hi, This error appears to be caused by using a stdClass object in your request, which isn't handled correctly by the client library. I'll release an update to the library shortly, but in the mean time if you use one of the defined object types (like Campaing, etc) instead of stdClass you shouldn'

AdWords API Re: Adwords API V2009 CampaignTargetService SOAP error

2010-04-01 Thread AdWords API Advisor
Hi NS, Your code looks correct. Do you have the SOAP XML request and response that was generated by it? Best, - Eric On Mar 31, 5:43 pm, NS wrote: > Hi Erik, > > Thanks for your reply. > > My code doesn't look very different than the example posted at > following URL. > > http://code.google.co

AdWords API Re: CampaignTargetService SOAP error while adding GeoTargetList

2010-04-01 Thread AdWords API Advisor
Hi, Please see your existing thread for more information: http://groups.google.com/group/adwords-api/browse_thread/thread/8951605fbbb1a089/ Best, - Eric Koleda, AdWords API Team On Mar 31, 1:58 pm, NS wrote: > Hello Everyone, > > I am very new to the adwords API and we are using ruby client

AdWords API Re: Error when trying to use sandbox

2010-04-01 Thread AdWords API Advisor
Hi Roman, Thanks for opening an issue for this, and we'll follow up with you there. http://code.google.com/p/google-api-adwords-perl/issues/detail?id=12 Best, - Eric Koleda, AdWords API Team On Mar 31, 7:17 am, Roman wrote: > Hi, > > I am using Perl API v1.3.2. > When setting the adwords.pro

AdWords API Re: Adding API Only to account with own API

2010-04-01 Thread AdWords API Advisor
Hi Ben, My apologies, it does seem that MCC can't link to each other via the API Only link. You'll either have to use the UI and API link or link to their client account directly with the API only link. Best, - Eric On Mar 31, 5:36 pm, BenK wrote: > We've hit a limitation though - It appears y

AdWords API Upcoming Sandbox DB Refresh: April 2nd

2010-04-01 Thread AdWords API Advisor
Hi, I wanted to give everyone advanced warning that the AdWords API Sandbox's database is scheduled to be refreshed on Friday, April 2nd. Following the refresh all data stored in the sandbox will be cleared, and AdWords API v13 users will have to recreate their client accounts with a call to getCl

AdWords API Using TrafficEstimatorService in new API version

2010-04-01 Thread alexs
Hello everybody, we are using the TrafficEstimatorService for getting some information on keywords, for example the cpc value. Do we have do migrate anything now, because the documentation says that the TrafficEstimatorService is coming soon and not yet implemented in v2009.. Any code change need

AdWords API perl / no client lib / TargetingIdeaService->get, not seeing selector

2010-04-01 Thread jem
I am using perl, no client lib, accessing TargetingIdeaService get method. The selector is not being seen, as the selector. I am sure I am missing something really simple and stupid here. Here is the code: - use Google::AdWords::AuthToken (); # ... my $token; eval { $tok

AdWords API Re: The login request used a username or password that is not recognized.

2010-04-01 Thread Dave
I started using the aw_api_php_lib_2.0.1 client library w/ v2009 API today and also ran into a rate limit. It produced the same error and appears to only last for a few minutes. I don't use multiple threads on my project but some of the operations are quick and I am processing without any delay imp

AdWords API Re: EntityNotFound.INVALID_ID

2010-04-01 Thread Morten Blinksbjerg Nielsen
On 31 Mar., 11:54, Janak wrote: > I have found that this is the problem with PHP, > [..] Perfect! It works now, thanks! :-) - Morten -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 sunset is on April 22, 2010. Also find us on our blog and discuss

AdWords API Limit for operation streams and operations

2010-04-01 Thread khelll
Im wondering what is the maximum allowed operation streams for each request part/ and for each job. Also the maximum allowed operations for each stream. Cheers, -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 sunset is on April 22, 2010. Also find u

May I use AdWords API from Spain

2010-04-01 Thread bcurtu
I'm a spanish developer but when I try to sign up to use the API, the API Center menu does not exist. Is there any limitation for any country to use the API? Thank you -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 sunset is on April 22, 2010. Also

AdWords API Where is "API Center" menu in my AdWords account?

2010-04-01 Thread bcurtu
I want to sign up for AdWords API, so I follow the instructions (https://adwords.google.com/support/aw/adwordsapi/bin/answer.py? hl=en&answer=15104) and when I go to "MyAccount" tab I don't see the API Center anywhere. How can I activate it? Thank you -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

AdWords API Fwd: Not Found Error 404

2010-04-01 Thread Ajit
-- Forwarded message -- From: Ajit Date: Apr 1, 12:15 pm Subject: Not Found Error 404 To: AdWords API Forum When i trying to create account on following url https://www.google.com/accounts/ServiceLogin?service=adwords&cd=null&;... after hitting create account button or sign

AdWords API Re: Enhanced XML validation enabled in the sandbox

2010-04-01 Thread Roman
Looks like perl library (v1.3.2) did break down. I opened an issue there... Hopefully it will be fixed soon, April 22nd is just in 3 weeks. On Mar 11, 5:13 pm, AdWords API Advisor wrote: > Hi All, > > Yesterday we enabled an enhanced form of XML validation on the AdWords > API sandbox that return

AdWords API Re: delete campaign ad extension error

2010-04-01 Thread freesystems.t...@gmail.com
Hi, getting the below error when deleting campaign ad extensions SoapFault Object ( [message:protected] => Call to undefined method stdClass::getNamespace() [string:private] => [code:protected] => 0 [file:protected] => /var/www/FTLunnati/bidapi/application/libs/ Google/Api/Common/

AdWords API Not Found Error 404

2010-04-01 Thread Ajit
When i trying to create account on following url https://www.google.com/accounts/ServiceLogin?service=adwords&cd=null&hl=en-US