keyword insertion in destinationURL

2010-09-29 Thread Alexander Furman
Hello, This is probably not a right place to ask but I have not found the right one. I have an ad with following destinationURL: http://mysite.com/?kw={keyword:nil}&src={ifsearch:search}{ifcontent:content} I noticed that sometimes visitors who clicked on my ad came to the URL: http://mysite.com/

Re: Exception: Response is not well-formed XML.

2010-05-20 Thread Alexander Furman
- add to app.config this make response error message length practically unlimited. Hope this will help somebody. Alexander. On May 17, 4:22 pm, Alexander Furman wrote: > Hello, > > I try to perform AdGroupCriterionService.mutate

Exception: Response is not well-formed XML.

2010-05-17 Thread Alexander Furman
Hello, I try to perform AdGroupCriterionService.mutate operation which removes and adds 100 keywords in the same request. Unfortunately I keep getting the same error: Response is not well-formed XML. ---> System.Xml.XmlException: Unexpected end of file has occurred. The following elements are not

AdWords API Re: BillingException: Not agreed to latest AdWords terms and conditions

2010-03-24 Thread Alexander Furman
Thank you for the reply. It was realy helpful. Alexander On Mar 23, 8:13 pm, "Peer Jakobsen (AdWords API Guru)" wrote: > You have to login to this specific account and accept the terms and > conditions. If you login with a direct login, you should be presented > with a T&C screen right away. --

AdWords API BillingException: Not agreed to latest AdWords terms and conditions

2010-03-23 Thread Alexander Furman
I'm using "Google Api Adowrds Dotnet" library and trying to generate/ download structure report for a few dozens of accounts. Here is the code: ReportService service = (ReportService)user.GetService(AdWordsService.v13.ReportService); DefinedReportJob reportJob = new v13.DefinedReportJob(); reportJ

AdWords API Keyword destinationUrl in v13 and v200909

2010-03-01 Thread Alexander Furman
I'm migrating my v13 code to v2000909 and it looks like I'm little bit behind of all recent (and not so recent) changes in Adwords and Adwords API. It is still possible to get and set Keyword destinationUrl using v13 API (CriterionService and Structure report). And if I'm not mistaking six months

AdWords API Re: AdGroupAdService.get returns only "enabled" ads

2010-02-25 Thread Alexander Furman
le to retrieve deleted ads at this time, > and it is something the core engineering team is working on.  Paused > ads should currently be returned however. > > Best, > - Eric Koleda, AdWords API Team > > On Feb 24, 1:54 pm, Alexander Furman wrote: > > > I'm migrati

AdWords API AdGroupAdService.get returns only "enabled" ads

2010-02-24 Thread Alexander Furman
I'm migrating my v13 code to v200909. For retrieving all ads from all adGroups and all campaigns I use following code: AdWordsUser user = new AdWordsUser(); AdGroupAdService service = (AdGroupAdService)user.GetService(AdWordsService.v200909.AdGroupAdService); AdGroupAdPage page = service.get(new A

AdWords API Change history

2009-10-06 Thread Alexander Furman
Could somebody advise me how can I get all campaign ids, adgroup ids, ad ids and keywords that have been changed (created/paused/deleted) for a fixed date rage? The only way I see is to get all campaigns (adgroups, ads and keyword) using CampaignService.getCampaignList (AdGroupService.getAdGroup

AdWords API Is AdGroup's id unique?

2009-07-22 Thread Alexander Furman
Hello, Is AdGroup's id unique for the whole adwords account or it is only unique inside campaign? I can not find the answer in the documentation for some reason. Thanks for the help Alexander. --~--~-~--~~~---~--~~ You received this message because you are subsc

AdWords API Re: Updating Ad destinationUrl

2009-07-14 Thread Alexander Furman
t; >  As you say, the only property of an ad that is updatable is the > status: > >  http://code.google.com/apis/adwords/docs/developer/AdService.html#upd... > >  This applies to both v13 and v2009. > > Cheers, > -Jeff Posnick, AdWords API Team > > On Jul 14, 7:09 am, Al

AdWords API Updating Ad destinationUrl

2009-07-14 Thread Alexander Furman
I'm wondering is any way I can programmatically update destinationUrl? The closest function I found is AdService.updateAds but unfortunately it could be used only to update Ad status. Is it possible to change destinationUrl using Adwords API v13 or maybe new v2009 version? Any help will be appreci