AdWords API Re: Error response from CampaignTargetService (200909)

2010-02-10 Thread Maxim
I have a theory that it only happens if your campaign's GEO target is set to something other then Country:USA. -- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-...@googlegroups.com. To unsubscribe

AdWords API Re: Error response from CampaignTargetService (200909)

2010-02-10 Thread Maxim
We are having this problem today also for our Axis client. campaignTargetService.get(new long[] {campaignId}).getEntries(); 15:10:58,995 ERROR [STDERR] Caused by: Cannot construct an instance of com.google.ads.api.services.campaignmgmt.campaigntarget.v200909.jaxbgen.TargetList because it is abstr

Re: AdWords API Re: future campaign startDate would pause campaign in v13 but not in v2009

2010-02-10 Thread Kumar McMillan
On Wed, Feb 10, 2010 at 10:43 AM, AdWords API Advisor wrote: > Hi Kumar, > > If you try to reset the start date of a campaign using the v2009 > version of the API you should get a > CampaignError.CANNOT_MODIFY_START_DATE_IF_ALREADY_STARTED error.  Are > you seeing different behavior? [whoops, mea

AdWords API Re: BulkMutateResult for Individual Failures

2010-02-10 Thread sidd
Okay .. that helps ! Have one more question though .. I am trying to test failures in the sandbox environment by putting through mutate jobs I know will fail using the bulk service. My jobs stay 'Pending' though, and never seem to get processed. Is that normal behavior? Does a job that causes a

AdWords API Re: Error response from CampaignTargetService (200909)

2010-02-10 Thread PHP Developer
I am seeing this problem too. And it doesnt happen all the time. On Feb 10, 7:31 am, Athos wrote: > I get the following error when trying to get campaignTargets using the > 200909 version of CampaignTargetService through the Java Client > Library (v6.4.0): > > xmlns:soap="http://schemas.xmlsoap.

AdWords API Re: Error response from CampaignTargetService (200909)

2010-02-10 Thread doug s
FYI, I started getting the same error as well, and was just about to post to this group. I am also using Java Client Library (v6.4.0): I have noticed the error does not always occur, but does occur frequently. It seems like if my client keeps retrying, the request will eventually succeed. On F

AdWords API Re: keyword opportunities

2010-02-10 Thread Ralph Heimburger
Can you tell me how they are exposed via the Api and how I can go about downloading them as I don't see any specific examples. On Feb 10, 10:46 am, AdWords API Advisor wrote: > Hi Ralph, > > Those exact opportunities are exposed via the API, but you can use the > TargetingIdeaService to generate

AdWords API Re: Error response from CampaignTargetService (200909)

2010-02-10 Thread DavM
Hi I'm also getting this error and I'm using .Net, but not using the client library. Is this a bug in the API? Cheers David On Feb 10, 12:31 pm, Athos wrote: > I get the following error when trying to get campaignTargets using the > 200909 version of CampaignTargetService through the Java Clie

AdWords API Re: AdWords sandbox + Python api

2010-02-10 Thread AdWords API Advisor
Hi Brian, While you don't need an official developer token when accessing the sandbox the header must still be filled in using a specific format. The format is listed on the same page you linked to: http://code.google.com/apis/adwords/docs/developer/adwords_api_sandbox.html#requestheaders You

AdWords API Re: how to use CampaignCriterionService

2010-02-10 Thread AdWords API Advisor
Hi VJ, The v2009 CampaignCriterionService works like the AdGroupCriterionService, where individual entities can be added/ removed/retrieved independently. You would use the ADD operand to add new criteria and REMOVE to remove them. Since there are no updatable fields of a CampaignCriterion the S

AdWords API v2009 AdGroupAdService AdGroupAdSelector by Ad.Type

2010-02-10 Thread dmitriy
Hello. Please, can you add filtering by Ad.Type? -- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-...@googlegroups.com. To unsubscribe from this group, send email to adwords-api+unsubscr...@googl

AdWords API Re: UNEXPECTED_INTERNAL_API_ERROR

2010-02-10 Thread AdWords API Advisor
Hi Chandra, There should be a fix going out for this problem this week, but UNEXPECTED_INTERNAL_API_ERRORs can have many causes and yours may be different. Best, - Eric On Feb 9, 4:41 pm, Chandra Bhandaru wrote: > Hi, > > Any update on this? I still the > InternalApiError.UNEXPECTED_INTERNAL_AP

AdWords API Re: future campaign startDate would pause campaign in v13 but not in v2009

2010-02-10 Thread AdWords API Advisor
Hi Kumar, If you try to reset the start date of a campaign using the v2009 version of the API you should get a CampaignError.CANNOT_MODIFY_START_DATE_IF_ALREADY_STARTED error. Are you seeing different behavior? Once a campaign has started you should update the status to pause or activate a campa

AdWords API Re: v200909 AdGroupCriterionOperation mutate Unable to set new bid

2010-02-10 Thread AdWords API Advisor
Hi, I can see two problems with your request. The first is that the element and all sub elements needs to be in the AdWords cm namespace. The xsi:types are all in this namespace, but the body elements themselves are not in any namespace, which is causing the API server to not find the elements

AdWords API Re: PAYLOAD_STORE_UNAVAILABLE

2010-02-10 Thread AdWords API Advisor
Hi Mike, The PAYLOAD_STORE_UNAVAILABLE errors should be very rare, but unfortunately there is an issue that is causing them to crop up at the moment. The engineers are aware of the problem and should be pushing a fix shortly. Most likely your operations did complete successfully, but if it isn't

AdWords API Re: keyword opportunities

2010-02-10 Thread AdWords API Advisor
Hi Ralph, Those exact opportunities are exposed via the API, but you can use the TargetingIdeaService to generate similar results: http://code.google.com/apis/adwords/v2009/docs/reference/TargetingIdeaService.html Best, - Eric Koleda, AdWords API Team On Feb 9, 4:14 pm, Ralph Heimburger <1st

AdWords API Re: BulkMutateResult for Individual Failures

2010-02-10 Thread AdWords API Advisor
Hi Sidd, The index in the failure result doesn't point to an operation stream, it points to the operation within a stream. To determine which operation stream to look in you need to count which operation stream result you are in, and then look in the corresponding operation stream. So if you are

AdWords API Re: QuotaCheckError.ACCOUNT_INACTIVE

2010-02-10 Thread AdWords API Advisor
Hi Kal, It may be that your AdWords account has been cancelled. You can log in to the AdWords web interface to look for status messages, or contact adwords-supp...@google.com for more information. Best, - Eric Koleda, AdWords API Team On Feb 9, 10:20 am, "Kal - Referencement-Manuel.com" wrote:

AdWords API Re: unexpected internal api

2010-02-10 Thread AdWords API Advisor
Hi Mike, Was the SOAP error received while trying to get the status of the job? If so, you may want to try and fetch that status again, as this might have been a temporary error. If you provide me with a request ID or a job ID I can try and investigate this particular error further. Best, - Eri

AdWords API Re: CriterionService

2010-02-10 Thread AdWords API Advisor
Hi Dane, The v13 CriterionService.updateCriteria method takes as a parameter an array of criteria, and your XML request there is no outer criteria object. Also, this criteria must either have the xsi:type attribute or the field criterionType set to the type of criterion being updated (Keyword or

AdWords API Error response from CampaignTargetService (200909)

2010-02-10 Thread Athos
I get the following error when trying to get campaignTargets using the 200909 version of CampaignTargetService through the Java Client Library (v6.4.0): http://schemas.xmlsoap.org/soap/ envelope/">91eab249e2fd5f5320ed042bc0303c3077017625770soap:ServerCannot construct an instance of com.google.ads.

AdWords API keyword stats

2010-02-10 Thread d3onlinemarketing
Hello, Can someone point me how using v200909 APIs i can get stats for a particular keyWord. // Get the AdGroupCriterionService. AdGroupCriterionServiceInterface adGroupCriterionService = user.getService(AdWordsService.V200909.ADGROUP_CRITERION_SERVICE); // Create sel

AdWords API Re: How to know mobile carriers for ads, by ReportService

2010-02-10 Thread kato
OK. I use ad services for mobile carriers. Thank you. Best, On Feb 10, 2:06 am, AdWords API Advisor wrote: > Hi, > > Unfortunately there are no reports that expose carrier information at > this time. > > Best, > - Eric > > On Feb 8, 10:04 pm, kato wrote: > > > No report can expose mobile carri

AdWords API Re: AdGroupCriterionSelector#setUserStatuses does not work.

2010-02-10 Thread ryo
Hi, I understand. Thank you for replying. On 2月10日, 午前2:17, AdWords API Advisor wrote: > Hi, > > Unfortunately this behavior hasn't been clearly documented yet, and I > apologize for any confusion.  AdGroupAds (Creatives) do not behave the > same, as even an ad with zero impressions will remain

AdWords API Re: schedule_report.pl - report in .tsv instead of xml

2010-02-10 Thread Dane
Thanx Eric -- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-...@googlegroups.com. To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com. For more options, visit t

AdWords API Re: schedule_report.pl - report in .tsv instead of xml

2010-02-10 Thread Dane
No problem there, allready implemented the conversion code now. I would just feel silly waisting time (and risk of flaws) converting clientside, if download format was optional (as it is in the web userinterface) -- You received this message because you are subscribed to the Google Groups "AdWor