This Perl Module provides a simple to use API for the Google Adwords SOAP based API. It hides the complexity of using SOAP and provides a full object oriented interface.
- support for v10 of the Adwords API
- All methods which use geoTargeting now use the
Google::Adwords::GeoTarget object instead of a hashref
- Modules added to distro
o Google::Adwords::GeoTarget
o ...
- bug fix in AdService::findBusinesses() to encode html
entities
- only encode '<>&' characters in the request XML. Thanks
to Steven Sattin for suggesting this.
- Kwalitee related changes
(http://cpants.perl.org/kwalitee.html)
* LICENCE ...
- Added method clientCustomerId() to the base Service class, so you can use either clientEmail() or clientCustomerId() if you have a MCC, but not both. Thanks to Rick Morris for the patch. - CreativeService POD fix, as activateCreative(List) and ...
* api_version() is now a mutator for the *Service modules, so that you can specify which version of the Adwords API to use * POD syntax correction in CriterionService for removeCriteria
Revision history for Perl module Google::Adwords
v1.0.1 Wed Feb 21 15:26:04 IST 2007
- v8 implemented
- added field proxyMaxCpc to the AdGroup object
- KeywordToolService implemented
* Added module ...
* Supports v8 of the Adwords API
- implements the TrafficEstimatorService API calls
- New modules
* Google::Adwords::TrafficEstimatorService
* Google::Adwords::KeywordRequest
* Google::Adwords::KeywordEstimate
* Google::Adwords::AdGroupRequest
...
added getCreativeStats method to the CreativeService module
- implements the ReportService API calls
- New modules
* Google::Adwords::ReportService
* Google::Adwords::ReportJob
v0.4 Wed Oct 11 20:16:53 IST 2006
- implements the AccountService and CreativeService API
calls
- uses v6 of the Adwords API
- token method deprecated in favour of developerToken
- added method applicationToken
- ...
Copyright © 2009 SourceForge, Inc. All rights reserved. Terms of Use