AdWords API Re: Migration

2010-04-13 Thread AdWords API Advisor
Hi Daniel, Follow these directions to apply for a developer token: https://adwords.google.com/support/aw/adwordsapi/bin/answer.py?answer=15104 More information about the migration to v200909 can be found here: http://adwordsapi.blogspot.com/2010/01/100-days-until-major-v13-sunset.html Best

AdWords API Re: Migration Questions (For PHP, From Apility)

2010-04-08 Thread AdWords API Advisor
Hi, The KeywordToolService has been replaced by the TargetingIdeaService: http://code.google.com/apis/adwords/v2009/docs/reference/TargetingIdeaService.html The TrafficEstimatorService has not yet been migrated to the v2009 version of the API, and for the time being you should keep using the

AdWords API Re: Migration Questions (For PHP, From Apility)

2010-04-07 Thread google400
bump. anyone? On Apr 7, 8:04 pm, google400 wrote: > bump > > On Apr 7, 5:33 pm, google400 wrote: > > > > > Hello, > > > I'm looking to migrate a project to the new google adwords API. The > > project has been developed in PHP, and currently uses the Apility > > library to access the API. > > > I

AdWords API Re: Migration Questions (For PHP, From Apility)

2010-04-07 Thread google400
bump On Apr 7, 5:33 pm, google400 wrote: > Hello, > > I'm looking to migrate a project to the new google adwords API. The > project has been developed in PHP, and currently uses the Apility > library to access the API. > > I would like to know the replacements for the following api methods: > > -

AdWords API Re: Migration to new v2009 API from v13: what about Report Service?

2010-03-30 Thread j.e.frank
The ReportService is not yet available in v2009. For this reason, the April 22 sunset of v13 does not include the ReportService -- you will continue to be able to use it. At some point, they will make a v2009 version (or whatever version we are on at that time) and then they will give us some tim

AdWords API Re: Migration to new API - problem in getting Criterion Stats

2010-03-27 Thread prasad darla
Hi Eric, Thanks a ton for the response. It works as expected now. For anyone who is having trouble with this, here is the code: $newAdGroupCriteriaService = $user- >GetAdGroupCriterionService('v200909'); $KIDSelector = new AdGroupCriterionSelecto

AdWords API Re: Migration to new API - problem in getting Criterion Stats

2010-03-24 Thread AdWords API Advisor
Hi Prasad, The statsSelector needs to be set on the AdGroupCriterionSelector, not the service. http://code.google.com/apis/adwords/v2009/docs/reference/AdGroupCriterionService.AdGroupCriterionSelector.html#statsSelector Best, - Eric Koleda, AdWords API Team On Mar 23, 12:38 am, prasad darla

AdWords API Re: Migration of Adwords v13 to v2009

2009-12-28 Thread AdWords API Advisor
Hi, We have a few resources that can help with the migration. Per-call Migration Guide: http://code.google.com/apis/adwords/v2009/docs/callguide.html Migrating from v13 to v2009: http://code.google.com/apis/adwords/articles/migrating.html If you have any specific questions that come up du

AdWords API Re: Migration of the ExemptionRequest handling from V13 to V200906

2009-12-11 Thread AdWords API Advisor
Hi Sandro, The exemption request is intended to be created using data returned from the API in a PolicyViolationError. The best way to get this data is to run the mutate request one with the validateOnly header set to true. You can read more about this feature here: http://adwordsapi.blogspot

AdWords API Re: Migration from v11 to v12

2008-09-04 Thread portentint
Hi Troy, In the lib/ directory after untar/zipping the files, you should see: adwords-api-2.1.0-loner.jar adwords-api-2.1.0.jar Those are the libraries you want to use (one or the other). I believe the loner has some things taken out (servlet library I believe?) On Sep 4, 2:15 pm, Troy <[EMAIL