AdWords API Re: RelatedToUrlSearchParameter

2010-04-07 Thread icecoke
anyone? Isn't it possible at all? Any suggestion is welcome! Jimmy -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 sunset is on April 22, 2010. Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/gr

AdWords API Re: QuotaExceededError.QUOTA_EXCEEDED

2010-04-07 Thread JosipK
Hi, Yes, I get standard SOAP fault containing QuotaExceededError and the reason QUOTA_EXCEEDED. As I said we need to synchronize many adgroups/ads/criterions. To do that we need to download data from AdWords, make some modifications and then upload modifications to the AdWords. We have made co

AdWords API Re: How to get Client listing when there are more than one client in our application?

2010-04-07 Thread Jay
To elaborate on what Ritesh is asking. Yes we have MCC account and our application is working fine with old version. We were using Apility, but now we are in process of moving to v2009. Right now we can't figure out how to get list of clients in our MCC accounts. Please help On Apr 6, 12:56 pm,

AdWords API Re: Failed to do client auth with Gaia server exception

2010-04-07 Thread Pete Lavetsky (AdWords API Guru)
Eric, Is there a procedure to get the request limit bumped? We're re-using everything between requests, but still hit this limit every now and then. Thanks Pete On Feb 24, 10:50 am, AdWords API Advisor wrote: > Hi Manish, > > This could be caused by making too many requests to the ClientLogin

AdWords API Migration Questions (For PHP, From Apility)

2010-04-07 Thread google400
Hello, I'm looking to migrate a project to the new google adwords API. The project has been developed in PHP, and currently uses the Apility library to access the API. I would like to know the replacements for the following api methods: - KeywordToolService -> getKeywordVariations http://code.go

AdWords API Re: edit ad extension error

2010-04-07 Thread freesystems.t...@gmail.com
Hi, When i override ad with new ad extension then getting the error ADEXTENSION_LATITUTE_CANNOT_CHANGE_AFTER_BEING_SET_ONCE scenario is 1. created 5 ad extension at campaign level 2. override one ad extension at ad level 3. remove old ad extension of the ad and override the other ad extension th

AdWords API Perl Client for V2009 Error

2010-04-07 Thread tank9898
Hi, Eric I am using perl client for AdgroupAdService, and got "SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED" Error. CODE like this. use strict "vars"; use warnings; use Google::AdWords::Client; my $loginemail='x...@222.com'; my $password='password'; my $userAgent='Google Bidding v 2009'; my $tok

AdWords API Re: How to get Client listing when there are more than one client in our application?

2010-04-07 Thread Ritesh Shah
Yes I need some code example for that Thanks in advance On Apr 6, 12:56 pm, ipsita rout wrote: > Is your account an MCC registered? > > On Apr 5, 6:21 pm, Ritesh Shah wrote: > > > Hello Group > > > I have a problem regarding getting theclientlistfrom the adwords > > api > > How to g

AdWords API BoomUserList in SE performance reports

2010-04-07 Thread Easy
Hi all, This seems to be affecting Image Placement Campaigns - I'm getting Keyword: boomuserlist::26707 Matchtype: BoomUserList in Performance Data Reports. The actual performance data appears to be correct. Previous comments are here - wrt Structure Reports http://groups.google.com/group/adwo

AdWords API Re: Incorrect API Units From Response

2010-04-07 Thread AdWords API Advisor
Hi David, Do you have the request ID of a request and demonstrates this behavior? Best, - Eric Koleda, AdWords API Team On Apr 6, 1:39 pm, David Salazar wrote: > I'm aggregating ads for a specific campaign using the > AdGroupAdService. > > The ratesheet states it would be 1 unit cost per ad, ye

AdWords API Re: When trying to use targeting for a campaign I have an error.

2010-04-07 Thread Ced
Ok I found my problem... I was calling the GetCampaignService function instead of GetCampaignTargetService On Apr 6, 5:02 pm, Ced wrote: > I try to set a target to a campaign and I have this error using the > Python library and I have the following error: > > Given API version, v200909, is not co

AdWords API Re: When trying to use targeting for a campaign I have an error.

2010-04-07 Thread AdWords API Advisor
Hi Cedric, This error is coming from the Python client library. Your operations look correct, so perhaps there is a problem in the library. Please create a bug on the project's issue tracker: http://code.google.com/p/google-api-adwords-python-lib/issues/list Best, - Eric Koleda, AdWords API

AdWords API Stats startDate and endDate fields not set

2010-04-07 Thread Jaap
When trying to retrieve statistics (tested for both ads and criteria) the startDate and endDate fields are null. I debugged this to see if it might have been an error on my side. The StatsSelector fields are set to the correct date when get is called on the adgroupcriterion service, however the re

AdWords API Re: Fault occurred while processing

2010-04-07 Thread AdWords API Advisor
Hi Simon, I ran some tests myself, and it looks like the problem is that you are trying to create a campaign with a MONTHLY budget. The same request with a DAILY budget works correctly. I'll follow up with the core engineering team about this problem and let you know when I have more information

Re: AdWords API weird error when get campaign negative criterion using CampaignCriterionService

2010-04-07 Thread AdWords API Advisor
Hi Von, Thank you for your patience, we expect a fix for this issue to be rolled out next week. Best, - Eric On Apr 7, 2:10 am, von journ wrote: > Hi, > > Do you have an ETA on this issue? it is blocking our customer from accessing > his campaign negative criterions ... > > thanks > > --- On T

AdWords API Re: RelatedToUrlSearchParameter

2010-04-07 Thread AdWords API Advisor
Hi Jimmy, The TargetingIdeaService doesn't support sorting of the results. Best, - Eric Koleda, AdWords API Team On Apr 7, 5:32 am, icecoke wrote: > anyone? Isn't it possible at all? > > Any suggestion is welcome! > Jimmy -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated t

AdWords API Re: QuotaExceededError.QUOTA_EXCEEDED

2010-04-07 Thread AdWords API Advisor
Hi Josip, I think your best option is to use Strategy #2. To avoid very large responses and timeouts you can utilize the paging functionality to fetch the results in smaller sets. This is essentially what Strategy #3 is doing, except you were making 1 page = 1 ad group's worth of items. As you'

AdWords API Re: How to get Client listing when there are more than one client in our application?

2010-04-07 Thread AdWords API Advisor
Hi, The AccountService provides this functionality, but it is currently only available in the v13 version of the API. http://code.google.com/apis/adwords/docs/developer/AccountService.html#getClientAccounts You can continue to use the v13 version of the service since it is not part of the Apr

AdWords API Re: Migration Questions (For PHP, From Apility)

2010-04-07 Thread google400
bump On Apr 7, 5:33 pm, google400 wrote: > Hello, > > I'm looking to migrate a project to the new google adwords API. The > project has been developed in PHP, and currently uses the Apility > library to access the API. > > I would like to know the replacements for the following api methods: > > -

AdWords API Re: Failed to do client auth with Gaia server exception

2010-04-07 Thread AdWords API Advisor
Hi Pete, As far as I know it isn't possible to change those limits. Looking at this code again, the error message was being returned in any situation where the ClientLogin API returns a status code other than 200, so in your case it might be due to factors other than too many logins. The client

AdWords API Re: When trying to use targeting for a campaign I have an error.

2010-04-07 Thread AdWords API Advisor
Hi Cedric, I didn't see your follow up, I'm glad you found the problem. Best, - Eric On Apr 7, 9:54 am, AdWords API Advisor wrote: > Hi Cedric, > > This error is coming from the Python client library.  Your operations > look correct, so perhaps there is a problem in the library.  Please > creat

AdWords API Re: QuotaExceededError.QUOTA_EXCEEDED

2010-04-07 Thread JosipK
Hi, Yes, you are right. I think that this would make things much better. Thanks for advice. Regards, -- Josip GemBox.Ppc - http://www.GemBoxSoftware.com/Ppc/Overview.htm - Advanced AdWords API for C# / VB.NET On Apr 7, 4:36 pm, AdWords API Advisor wrote: > Hi Josip, > > I think your best op

AdWords API UNSUPPORTED_OPERATION error

2010-04-07 Thread RAGHAVENDRA SUDHA
HI, we are trying to add local business adcopy using the v2009 api. the problem is that each time i try to add this, i am getting an exception with the error as "UnSUPPORTED_OPERATION @operations[0].operand.ad" . the documentation states that, when we try to do any other operation other than "AD

AdWords API Re: RelatedToKeywordSearchParameter

2010-04-07 Thread BeeGeez
Thanks. But what can I use in place of the useSynonyms parameter of the v13 getKeywordVariations method? On Apr 6, 8:27 am, AdWords API Advisor wrote: > Hi, > > If you want to exclude certain keywords you can use the > ExcludedKeywordSearchParameter: > >  http://code.google.com/apis/adwords/v200

AdWords API Error when creating new keyword: CONCRETE_TYPE_REQUIRED

2010-04-07 Thread Reed
Moving along in the V13>V2009 process, the following SOAP request gives the above error, but I cannot figure out which element is causing the problem. Have tried variations of just about everything, always get that error. Must be something simple, but I don't see it. thanks! -reed Here is the SO

AdWords API developerToken

2010-04-07 Thread Ser
How can I find the Developer Token code? I read this http://code.google.com/intl/es/apis/adwords/docs/developer/#adwords_api_intro_tokens but I can't find it. Thanks -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 sunset is on April 22, 2010. Also fi

AdWords API Re: How to get Client listing when there are more than one client in our application?

2010-04-07 Thread Jay
Thanks Eric. On Apr 7, 7:41 pm, AdWords API Advisor wrote: > Hi, > > The AccountService provides this functionality, but it is currently > only available in the v13 version of the API. > >  http://code.google.com/apis/adwords/docs/developer/AccountService.htm... > > You can continue to use the v1

AdWords API city code case issue

2010-04-07 Thread feebe
Hi I have a question about the case of city code For City code used in Adwords, is the case has to be same? for example, sending pittsburgh, PA US is same as Pittsburgh, PA US or not? Thanks a lot! -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 s

AdWords API Re: Fault occurred while processing

2010-04-07 Thread Simon
On Apr 8, 2:21 am, AdWords API Advisor wrote: > I ran some tests myself, and it looks like the problem is that you are > trying to create a campaign with a MONTHLY budget.  The same request > with a DAILY budget works correctly. Thanks very much Eric. I can confirm that switching to DAILY budget

AdWords API Re: Error when creating new keyword: CONCRETE_TYPE_REQUIRED

2010-04-07 Thread Reed
sorry for the most, please ignore. I left out the ns prefixes. -reed -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 sunset is on April 22, 2010. Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/

AdWords API Re: Migration Questions (For PHP, From Apility)

2010-04-07 Thread google400
bump. anyone? On Apr 7, 8:04 pm, google400 wrote: > bump > > On Apr 7, 5:33 pm, google400 wrote: > > > > > Hello, > > > I'm looking to migrate a project to the new google adwords API. The > > project has been developed in PHP, and currently uses the Apility > > library to access the API. > > > I

AdWords API Re: Failed to do client auth with Gaia server exception

2010-04-07 Thread hov...@gmail.com
Hi, We are having the same error. We just migrated from V13 to V2009 and we are getting thousands of this errors when we are trying to change bids. We run the same scenario with old (v13) API and it is working. Was this limit reduced from version 13 to 2009? As far as your suggestion goes. Is the

AdWords API avax.xml.rpc.ServiceException: Could not get ClientLogin token for user: Auth token could not be retrieved because of error: CaptchaRequired

2010-04-07 Thread Suraj Khakurel
Hi, In the middle of downloading Download i got the following errors. Please help me out to find the solution. It had worked for few clients after suddenly i started to get this errors, javax.xml.rpc.ServiceException: Could not get ClientLogin token for user: Auth token could not be retriev

AdWords API Re: avax.xml.rpc.ServiceException: Could not get ClientLogin token for user: Auth token could not be retrieved because of error: CaptchaRequired

2010-04-07 Thread Suraj Khakurel
Hi, How can i cache the token using JavaClient API. Thanks for your help Regards Suraj On Apr 7, 2010, at 6:38 PM, Suraj Khakurel wrote: > Hi, > > In the middle of downloading Download i got the following errors. Please help > me out to find the solution. It had worked for few clients aft