AdWords API Re: Bad Gateway Errors when using BulkMutateJobServiceInterface.mutate() in Java Client API

2009-11-23 Thread rz
Hi Eric, sorry, I was not to clear on what I meant with regards to canceling a job. We are already using multiple parts. I'd like to know if there is possibility to cancel an incomplete job (in the sense that the job has not received all of its parts yet). Do I have to submit as many dummy- jobs a

AdWords API Re: v2009 Sandbox getAuthToken

2009-11-23 Thread huruxing...@sina.com
hi , I run the demo"AddCampaignDemo" in adwords-api-6.0.0/examples/ v200909 , the adwords.properties: # clientId and useSandbox are optional and may be commented out. email=...@taygata.com password= useragent= developertoken=...@taygata.com++cny useSandbox=true but the result is {http:

AdWords API Re: creative structure report error : BusinessName, BusinessAddress

2009-11-23 Thread Ayup
Hi Eric Confirming that there are no deleted campaigns in the account for which the report was successfully run. Regards, Jeff On Nov 24, 8:22 am, AdWords API Advisor wrote: > Hi Jeff, > > Can you ensure that there are no deleted campaigns in the account that > have Mobile or Local Business Ads

AdWords API Re: PHP v2009 Monthly Search Volume

2009-11-23 Thread AdWords API Advisor
Hi, Unfortunately it isn't possible to retrieve CPC or bidding information from the TargetingIdeaService at this time. The issue is discussed further in this thread: http://groups.google.com/group/adwords-api/browse_thread/thread/186b1f34eee95d30 Best, - Eric On Nov 23, 4:25 pm, "google.api

AdWords API Re: Bad Gateway Errors when using BulkMutateJobServiceInterface.mutate() in Java Client API

2009-11-23 Thread AdWords API Advisor
Hi Rainer, A key feature of the BulkMutateJobService is the ability to submit the job in multiple parts. Very large requests can be problematic, as server and client side limitations exist that can lead to timeouts, 502 errors, etc. For this reason we recommend breaking up large requests into mu

AdWords API Re: Sandbox Over Quota

2009-11-23 Thread AdWords API Advisor
Hi, Thank you for the feedback regarding this problem. We are actively working to address this issue and hope to have a resolution soon. Best, - Eric On Nov 23, 12:44 pm, mk wrote: > This continues to be a problem for us. I ran the one test that I'm > trying to get working which created one ca

AdWords API Re: PHP v2009 Monthly Search Volume

2009-11-23 Thread google.api.adwo...@servo-server.net
Hi NG, I have a working version of the TargetingIdeaService (thanks to a lot of help from this group), the only thing I cant find in the documentation is the cpc in relation to a keyword. Idealy I want to have a list of keyword AVERAGE_TARGETED_MONTHLY_SEARCHES cpc keyword AVERAGE_TARGETED_MONT

AdWords API Re: The request is trying to modify an entity enabled for a feature not supported by v13 of API.

2009-11-23 Thread AdWords API Advisor
Hi Peer, The issue with the first campaign was related to some internal cleanup and it shouldn't come up again. In general the error message indicates that the campaign is using an AdWords feature that isn't supported by the v13 version of the API. The second campaign is part of a small new beta

AdWords API Re: creative structure report error : BusinessName, BusinessAddress

2009-11-23 Thread AdWords API Advisor
Hi Jeff, Can you ensure that there are no deleted campaigns in the account that have Mobile or Local Business Ads? I believe that having the ads in a deleted campaign would also allow the column to be validated. As for the general functionality, I understand your concern with the current way col

AdWords API Re: Getting Individual KW ID's

2009-11-23 Thread AdWords API Advisor
Hi Mike, Thanks for the suggestion, I'll pass it on to our core engineering team. Best, - Eric Koleda, AdWords API Team On Nov 21, 2:40 pm, Mike5577 wrote: > I am burning through many API units trying to fetch ID's using the > criterion service... I have several thousand words already in Adword

AdWords API Re: ReportService job runs, but report is not available at the url that was returned

2009-11-23 Thread AdWords API Advisor
Hi, Once the report job has the status "Completed" it is available to download. An account can only have 15 reports at a time, so if you wait a while to fetch the generated report, and 15 other reports have been scheduled in that time period, your report may no longer be available. Best, - Eric

AdWords API Re: Exception without ognl message on mutate

2009-11-23 Thread AdWords API Advisor
Hi, The cause of the problem appears to be that you are setting the "id" field of the keyword criterion to "0". You shouldn't set the ID field when adding a criterion, as it will be returned in the result. Best, - Eric Koleda, AdWords API Team On Nov 20, 5:08 pm, bluesman wrote: > xmlns:soape

AdWords API Re: Bad Gateway Errors when using BulkMutateJobServiceInterface.mutate() in Java Client API

2009-11-23 Thread rz
> For which requests are you receiving the 502 errors?  Are you > splitting your requests into multiple operation streams and multiple > parts? Our tests use only one OperationStream á 200-500 artefacts and one Request per Job. Please note that these errors only seem to appear when using the Sandbo

AdWords API Re: Customer [number XXXXXXX] is assigned to another manager for API Access.

2009-11-23 Thread AdWords API Advisor
Hi Andy, Unfortunately that isn't possible. An AdWords account has one "User Interface and API" link and one "API Only" link. Best, - Eric On Nov 23, 11:59 am, ICONVEX wrote: > Thanks Eric for your prompt reply. > > Is there anyway to link a managed account to 2 or more MCC at "API > Access on

Re: AdWords API v2009: DotNet ClientLibrary Authentication

2009-11-23 Thread AdWords API Advisor
Hi, Thanks for bringing this to our attention. The problem is fixed in the source code in trunk, but it may not have been incorporated into the packaged download. I'll talk with the owners of the library to get this resolved. Best, - Eric On Nov 23, 10:18 am, Ales Sturala wrote: > Hi, > I dow

AdWords API Re: Bad Gateway Errors when using BulkMutateJobServiceInterface.mutate() in Java Client API

2009-11-23 Thread AdWords API Advisor
Hi Rainer, For which requests are you receiving the 502 errors? Are you splitting your requests into multiple operation streams and multiple parts? Best, - Eric Koleda, AdWords API Team On Nov 23, 8:19 am, rz wrote: > Ooops, I just now remembered what my original question was :) > > In case of

AdWords API Re: API usage cost for third-parties

2009-11-23 Thread AdWords API Advisor
Hi, All API usage is charged to the account that owns the developer token. If this expense needs to be spread across multiple clients it must be billed outside of the AdWords system. You can find out how many API units were used by a client account by using the InfoService: v13: http://code.

AdWords API Re: When is a CAPTCHA challenge raised?

2009-11-23 Thread AdWords API Advisor
Hi, In general CAPTCHA challenges are raised when there have been excessive logins in a short period of time, or if there are other signs of fraudulent behavior. Developers commonly receive a CAPTCHA challenge if they are generating a new authToken for every API request instead of reusing the aut

AdWords API Re: Reg: TargetingIdeaService for Getting keywords given a seed keyword

2009-11-23 Thread AdWords API Advisor
Hi Raj, It seems that the authentication is working correctly, and that nusoap is running out of memory. Are you making a very large request? Best, - Eric On Nov 20, 4:12 pm, Raj wrote: > Thank you Eric, > > I tested my credentials and it just returned > SID: > LSID: > AUTH: > > and > I just p

AdWords API Re: Sandbox Over Quota

2009-11-23 Thread mk
This continues to be a problem for us. I ran the one test that I'm trying to get working which created one campaign and one adgroup under it. The second time I try to run this test, it fails! Here is the actual error: QuotaExceededError.QUOTA_EXCEEDED @ ; trigger:'You have exceeded the quota in th

AdWords API Re: PHP v2009 Monthly Search Volume

2009-11-23 Thread AdWords API Advisor
Hi, The data for targeted monthly searches for a given month should be available within a week of the end of the month. Best, - Eric On Nov 19, 3:47 pm, a2b wrote: > Great, it looks like I got everything working.  Thank you for all your > help. > > The targeted monthly searches gives data back

AdWords API Error:Types 'System.Web.Services.Protocols.SoapHeader' and 'GoogleCampaignServiceV2009.SoapHeader' both use the XML type name, 'SoapHeader', from namespace 'https://adwords.google.com/ap

2009-11-23 Thread Susan
when i am trying to hit a page which has Web service I am getting an error called "Types 'System.Web.Services.Protocols.SoapHeader' and 'GoogleCampaignServiceV2009.SoapHeader' both use the XML type name, 'SoapHeader', from namespace 'https://adwords.google.com/api/adwords/ cm/v200909'. Use XML attr

AdWords API Method AdGroupService.get can not be reflected.

2009-11-23 Thread Soapy
I'm trying to port and application from V13 to 2009 in vb.net (2005 express) but am getting an error when trying to create a "new" instance of the adservice. [code] Dim adservice As AdGroupService adservice = New AdGroupService ' << - causes error "Method AdGroupService.get can not be reflected.

AdWords API Re: creative structure report error : BusinessName, BusinessAddress

2009-11-23 Thread kc
Eric Thanks for your reply last week. Unfortunately, your updated assertion still doesn't seem to be correct. I have an example of an account which has only one campaign that owns 2 text ads and does not have an associated MCC attached to it - yet I AM able to successfully request a Creative Str

AdWords API Re: Sandbox Over Quota

2009-11-23 Thread mk
I am seeing the same error when I try to create a campign in the sandbox. Funny thing is I am pretty sure that I have *not* any made any calls at all to the adwords api today. I am not sure if you guys realize how much of an inconvenience this is to us. I am also not sure about the secrecy around

AdWords API Getting Individual KW ID's

2009-11-23 Thread Mike5577
I am burning through many API units trying to fetch ID's using the criterion service... I have several thousand words already in Adwords, and when each one of them is clicked for the first time, it is added in a local database that stores info about that word. The issue is that there is no way to

AdWords API Re: Customer [number XXXXXXX] is assigned to another manager for API Access.

2009-11-23 Thread ICONVEX
Thanks Eric for your prompt reply. Is there anyway to link a managed account to 2 or more MCC at "API Access only" without "unlink and re-link"? Andy Doan iConvex, Inc. Find information about our services at www.iconvex.com w (714) 515-6620 | F (800) 360-2841 | a...@iconvex.com 17060 San

AdWords API ReportService job runs, but report is not available at the url that was returned

2009-11-23 Thread tombl
I am trying to get an example ReportService job to work. I am using php 5.2.11 with nusoap. The example I am trying is at the link below. http://code.google.com/p/adwords-api-php-samples/source/browse/trunk/src/schedule_report.php The only changes I made to the example were $email = 'INSERT_LOGI

AdWords API Exception without ognl message on mutate

2009-11-23 Thread bluesman
http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http:// www.w3.org/2001/XMLSchema-instance">http://schemas.xmlsoap.org/soap/actor/next"; soapenv:mustUnderstand="0" xmlns:ns1="https://adwords.google.com/api/ adwords/cm/v200909">***

RE: AdWords API Re: Customer [number XXXXXXX] is assigned to another manager for API Access.

2009-11-23 Thread Andy Doan
Thanks Eric for your prompt reply. Is there anyway to link a managed account to 2 or more MCC at "API Access only" without "unlink and re-link"? Andy Doan iConvex, Inc. Find information about our services at  www.iconvex.com w  (714) 515-6620  |  F (800) 360-2841 |   a...@iconvex.com   17060 Sa

AdWords API Re: Exception without ognl message on mutate

2009-11-23 Thread Anoop Kulkarni
Can you please remove the following before approving the request. I didnt realize the auth tokens are repeated twice. thanks, http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http:// www.w3.org/2001/XMLSchema-instance">http://schemas.xmlsoap.org/

AdWords API Exception without ognl message on mutate

2009-11-23 Thread bluesman
While calling mutate on AdGroupCriterionServiceInterface, I get a strange exception without any information. lib: adwords-api-6.0.0.jar java version "1.5.0_20" [20 Nov 2009 10:32:25,691 - DEBUG] http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi

Re: AdWords API v2009: DotNet ClientLibrary Authentication

2009-11-23 Thread Ales Sturala
Hi, I downloaded the latest version of .NET client library today and the bug is still not fixed. Does anyone know when it will be working or does anyone has fixed version please? It's little bit irritating when I cannot even login with the API and it's been already a month when the bug was reported

AdWords API Re: Bad Gateway Errors when using BulkMutateJobServiceInterface.mutate() in Java Client API

2009-11-23 Thread rz
Ooops, I just now remembered what my original question was :) In case of an error like Bad Gateway or something similar connection related, what happens to the BulkMutateJob ? Is it discarded ? Can I safely assume that no processing has taken place on the server side and try to upload the same Bul

AdWords API Bad Gateway Errors when using BulkMutateJobServiceInterface.mutate() in Java Client API

2009-11-23 Thread rz
Greetings, API Team ! Language : Java API Version : V200909 Service : BulkMutateJobServiceInterface Using Sandbox We are currently trying to test our Upload-Tool to upload _big_ Campaigns, consisting of several thousand AdGroups and ca. 4-5 TextAds and 5-10 Keywords per AdGroup. Unfortunately it

AdWords API API usage cost for third-parties

2009-11-23 Thread dzin dzintaras
Hi, is it possible (and if so how) to make API access cost for accounts on witch behalf requests are executed? For example: have "d...@google.com", "accou...@google.com" and "accou...@google.com". API access is made using "d...@google.com" with client emails "accou...@google.com" and "accou...@goo