The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl module Google::Adwords

v0.5    Tue Oct 17 21:57:45 IST 2006
    - 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
    - getUnitCountForClients method added to the InfoService module
    - Following modules were added to the distribution
        * Google::Adwords::AccountInfo
        * Google::Adwords::AccountService
        * Google::Adwords::Address
        * Google::Adwords::ClientUsageRecord
        * Google::Adwords::CoverageType
        * Google::Adwords::Creative
        * Google::Adwords::CreativeService
        * Google::Adwords::CreditCard
        * Google::Adwords::EmailPromotionsPreferences
        * Google::Adwords::Image
    

v0.2    Tue Sep 19 16:08:43 IST 2006
    - supports all calls of AdGroupService
    - added module Google::Adwords::AdGroup
    - added accessors - responseTime, requestId, operations and units to the
      base Service module. These give access to the information contained in
      the SOAP response header.
    - some more example scripts

v0.1    Fri Sep  8 17:29:56 IST 2006
    - supports all calls of CampaignService
    - uses v5 of the Adwords API
    - added clientEmail, timeout, debug and useragent methods to the Service
      modules
    - added module Google::Adwords::StatsRecord
    - version dependencies are in Makefile.PL

v0.0.1  Fri Sep  1 23:00:15 IST 2006
    - supports all calls of InfoService
    - supports addCampaign call of CampaignService