Re: how to add/update destination url of a keyword using adword api

2013-01-09 Thread Danial Klimkin
Hello Kashif, See this example on how to add a keyword with destination URL: https://code.google.com/p/google-api-adwords-dotnet/source/browse/trunk/examples/adwords/csharp/v201209/BasicOperations/AddKeywords.cs and this one on how to update an exiting criterion: https://code.google.com/

how to add/update destination url of a keyword using adword api

2013-01-08 Thread Kashif Aziz
Hi, I am using "https://adwords.google.com/api/adwords/reportdownload/v201209"; adword API and i want to add destination URLs of keywords. Here is my complete scenario: I download CRITERIA_PERFORMANCE_REPORT using the API and in predicates i check "CriteriaDestinationUrlDOES_NOT_CONTAIN_IGNO

Re: Update destination url

2011-08-27 Thread Eric Koleda
Hi Jeff, I'm not sure how long the approval process would take, but no different than if you changed the URL via the AdWords web interface. Best, - Eric -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://grou

Re: Update destination url

2011-08-27 Thread Jeff
Hi Eric - When we update destination URLs, all of the new ads have the status of 'Eligible' vs. a previous status of 'Approved'. For a large account with lots of volume, how long should we expect for it to take for the status to change? Thanks! -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Update destination url

2011-07-25 Thread Eric Koleda
Hi Ashok, Ad objects cannot be updated after they are created. You will need to delete the existing ad and upload a new one. Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Update destination url

2011-07-21 Thread Ashok
Hi, I want to update destination url of a ad which is created in adwordsit is not updated through api coding. itis possible through api coding or not. Totally remove the ads,again upload the new ads with nee destination url... plz give me any solution. -- Warm Regards

AdWords API Re: Unable to update destination URL using the AdGroupCriterionService

2010-02-03 Thread AdWords API Advisor
Hi Robert, Using your existing XML example, you would want to set the xsi:type to "Criterion": https://adwords.google.com/api/adwords/cm/v200906/ AdGroupCriterionService?wsdl"> SET X XX Best, - Eric On Feb 3

AdWords API Re: Unable to update destination URL using the AdGroupCriterionService

2010-02-03 Thread Ralph Heimburger
solve my issue. the destinationUrl has to be outside the identifier. operations = [{'operator': 'SET', 'operand': { 'type': 'BiddableAdGroupCriterion', 'adGroupId': adgroup_id, 'criterion': { 'id': keywordid

AdWords API Re: Unable to update destination URL using the AdGroupCriterionService

2010-02-03 Thread Ralph Heimburger
I am having the same issue. Here is my code: keywordObject = { 'type': 'BiddableAdGroupCriterion', 'adGroupId': adgroup_id, 'criterion': { 'id': keywordid, 'destinationUrl': destUrl } } When I run this using

AdWords API Re: Unable to update destination URL using the AdGroupCriterionService

2010-02-02 Thread robert.johans...@adwire.se
Sorry, I'm a little bit slow :-) Do you have an example based on the code posted earlier in this thread? Best, Robert On 2 Feb, 17:58, AdWords API Advisor wrote: > Hi Robert, > > Please see my answer on this related thread: > >  http://groups.google.com/group/adwords-api/browse_thread/thread/d7

AdWords API Re: Unable to update destination URL using the AdGroupCriterionService

2010-02-02 Thread AdWords API Advisor
Hi Robert, Please see my answer on this related thread: http://groups.google.com/group/adwords-api/browse_thread/thread/d72456c0e824a17c/ Best, - Eric On Feb 2, 11:14 am, "robert.johans...@adwire.se" wrote: > Hi Eric, > > I get the following error-message: > > [RequiredError.REQUIRED @ oper

AdWords API Re: Unable to update destination URL using the AdGroupCriterionService

2010-02-02 Thread robert.johans...@adwire.se
Hi Eric, I get the following error-message: [RequiredError.REQUIRED @ operations[0].operand.criterion.text, RequiredError.REQUIRED @ operations[0].operand.criterion.matchType Best, Robert On 2 Feb, 16:32, AdWords API Advisor wrote: > Hi Robert, > > Are you getting an error message?  If so, wh

AdWords API Re: Unable to update destination URL using the AdGroupCriterionService

2010-02-02 Thread AdWords API Advisor
Hi Robert, Are you getting an error message? If so, what is it? Best, - Eric Koleda, AdWords API Team On Feb 2, 10:20 am, "robert.johans...@adwire.se" wrote: > Unfortunately that was not the problem... > > On 2 Feb, 15:08, ewan wrote: > > > > > I noticed that you're using v200906 of the API.

AdWords API Re: Unable to update destination URL using the AdGroupCriterionService

2010-02-02 Thread robert.johans...@adwire.se
Unfortunately that was not the problem... On 2 Feb, 15:08, ewan wrote: > I noticed that you're using v200906 of the API.  I think that service > was supposed to be switched off today.  Try using v200909. -- You received this message because you are subscribed to the Google Groups "AdWords API

AdWords API Re: Unable to update destination URL using the AdGroupCriterionService

2010-02-02 Thread ewan
I noticed that you're using v200906 of the API. I think that service was supposed to be switched off today. Try using v200909. -- 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.c

AdWords API Unable to update destination URL using the AdGroupCriterionService

2010-02-02 Thread robert.johans...@adwire.se
Hi, I'm trying to update the destination URL for some of my keywords using the XML below, but for some reason I can't make it work. Can you please tell me what I'm doing wrong? https://adwords.google.com/api/adwords/cm/v200906/ AdGroupCriterionService?wsdl"> SET X XX XXX