URL character limit

2013-04-18 Thread Omri Cohen
Dear API team, We came across information that URL character limit has been extended from 1024 to 2448. Can you confirm that? Is it only for the {ifmobile}{ifnotmobile} VT parameters or for all URLs in general? Thanks, Omri. -- This e-mail, as well as any attached document, may contain

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

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

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:'null'

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:

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 =

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 (#1https://developers.google.com/adwords/api/docs/reference/v201302/CampaignService.CpaBid#bid

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:

Re: QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:'null'

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, today

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 -

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