a test post

2013-04-18 Thread Tony Day
this is a test post, pls delete me if see it, administrator. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You recei

Re: /v201302 InternalApiError.UNEXPECTED_INTERNAL_API_ERROR in SANDBOX

2013-04-18 Thread Anash P. Oommen (AdWords API Team)
Hi Aasaf, Could you post a sanitized SOAP request and response log? I'll investigate this further. Cheers, Anash P. Oommen, AdWords API Advisor. On Thursday, April 18, 2013 12:36:14 AM UTC+5:30, assaf wrote: > > Hi, > > I get this error when trying to execute an update of a campaign name or >

Re: upgrade api to v201302 update campaign budget issue

2013-04-18 Thread Anash P. Oommen (AdWords API Team)
Hi, You should be using the BudgetService, as shown here: https://code.google.com/p/google-api-ads-java/source/browse/examples/adwords_axis/src/main/java/adwords/axis/v201302/basicoperations/AddCampaigns.java#80 Cheers, Anash P. Oommen, AdWords API Advisor. On Monday, April 15, 2013 10:05:22 P

Re: Adgroup's TargetingSetting not retrieved in v201302

2013-04-18 Thread Danial Klimkin
Hi Valeriy, With the limited set of possible genders and ages, targeting is effectively the same thing as excluding all other options. AdGroup-level criterion specific bid adjustments are not currently available in the API. -Danial, AdWords API Team. On Wednesday, April 3, 2013 10:50:45 PM

QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:''

2013-04-18 Thread road11
We've had this code in place and working properly for almost a year now. All of a sudden, today it chokes on this error (see below). No idea why or what trigger:null means. I've checked here in the forums for others who have experienced various flavors of this problem. All indicate the problem

Re: Remarketing guide?

2013-04-18 Thread Jason Stedman
There was a blog post that explained it when the features came out but it seems to have been removed from the blog or missed in a migration. At the moment at least there are these code examples: https://code.google.com/p/google-api-ads-java/source/browse/#git%2Fexamples%2Fadwords_axis%2Fsrc%2Fm

Re: upgrade api to v201302 update campaign budget issue

2013-04-18 Thread assaf
I am implementing in Java - Method for updating a campaign - AdWordsServiceLogger.log(); // Get AdWordsUser from "~/adwords.properties". AdWordsUser user = new AdWordsUser(); // Get the CampaignService. CampaignServiceInterface campaignService =

Re: /v201302 InternalApiError.UNEXPECTED_INTERNAL_API_ERROR in SANDBOX

2013-04-18 Thread assaf
AdWordsServiceLogger.log(); // Get AdWordsUser from "~/adwords.properties". AdWordsUser user = new AdWordsUser(); // Get the CampaignService. CampaignServiceInterface campaignService = user.getService(AdWordsService.V201302.CAMPAIGN_SERVICE); BudgetServiceInterface budgetService = user.getServ

Need example code to set PLA Auto Target for AdGroup

2013-04-18 Thread road11
We've got a PLA campaign with serveral thousand adgroups in it. I need to programatically set the "Auto Target" feature through the API. No idea how to do this. The object browser in Visual Studio can't find anything called an AutoTarget. I saw that a guy back in 2010 had a similar issue, but I

Faulty selector 'TargetCpaBid' - Campaign Service v201302

2013-04-18 Thread Eliya
Hello, I am getting a SelectorError.INVALID_FIELD_NAME when trying to retrieve 'TargetCpaBid' in the campaign service. The documentation (#1 & #2

InternalApiError.UNEXPECTED_INTERNAL_API_ERROR Adwords API v201302

2013-04-18 Thread Etienne Lawlor
I am seeing this error InternalApiError.UNEXPECTED_INTERNAL_API_ERROR. This is happening when i try to make an add_campaign API call in v201302. Here is the SOAP response I am seeing : 2013/04/15 14:56:03 INFO (Google::Ads::AdWords::Deserializer::deserialize:38) - Incoming response: http://s

Re: QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:''

2013-04-18 Thread Anash P. Oommen (AdWords API Team)
Hi, Could you post your AdWords API MCC CustomerId? I could investigate this further. Cheers, Anash P. Oommen, AdWords API Advisor. On Thursday, April 18, 2013 6:28:02 PM UTC+5:30, road11 wrote: > > We've had this code in place and working properly for almost a year now. > All of a sudden, tod

Re: Faulty selector 'TargetCpaBid' - Campaign Service v201302

2013-04-18 Thread Anash P. Oommen (AdWords API Team)
Hi Eliya, Thanks for reporting, I'll investigate this further. Cheers, Anash P. Oommen, AdWords API Advisor. On Thursday, April 18, 2013 9:37:45 PM UTC+5:30, Eliya wrote: > > Hello, > > I am getting a SelectorError.INVALID_FIELD_NAME when trying to retrieve > 'TargetCpaBid' in the campaign serv

Re: upgrade api to v201302 update campaign budget issue

2013-04-18 Thread Anash P. Oommen (AdWords API Team)
Hi, I'll investigate this further, but most likely it is due to this line: newbudget.setName("campaign_after"+campaignId+"-budget"+new Date().getTime()); Cheers, Anash On Monday, April 15, 2013 10:05:22 PM UTC+5:30, assaf wrote: > > Hi, > > After the upgrade I get an error - [BudgetError.CAN

Re: EntityNotFound.INVALID_ID while updating the Keyword Max CPC

2013-04-18 Thread Anash P. Oommen (AdWords API Team)
Hi Tom, The error means that CriterionId 25467874155 is not part of AdGroupId 2159344995. One way to confirm this would be to run a criteria report with Id and AdGroupId columns and see what criteria come under AdGroupId 2159344995. Cheers, Anash P. Oommen, AdWords API Advisor On Tuesday, Apr

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR Adwords API v201302

2013-04-18 Thread Anash P. Oommen (AdWords API Team)
Hi Etienne, This looks like an issue at our end. I've pulled the relevant logs, I'll ask the team to investigate this further. Cheers, Anash P. Oommen, AdWords API Advisor. On Friday, April 19, 2013 3:51:39 AM UTC+5:30, Etienne Lawlor wrote: > > I am seeing this error InternalApiError.UNEXPECT