My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads
Wiki pages
Links

This project hosts the Ads common framework for Python, as well as the Python client libraries for the various SOAP-Based Ads APIs at Google.

The Python client libraries make it easier to write Python clients to programmatically access your accounts.

Google's AdWords API service lets developers design computer programs that interact directly with the AdWords platform. With these applications, advertisers and third parties can more efficiently -- and creatively -- manage their large or complex AdWords accounts and campaigns.

The DoubleClick for Advertisers (DFA) API lets developers build applications that interact directly with the DFA platform and perform a variety of trafficking and administrative tasks. It is particularly useful for automating recurring processes and for integrating DoubleClick for Advertisers with third-party systems.

Google's DoubleClick for Publishers (DFP) API lets developers build applications that interact directly with Google's next-generation display advertising platform. With these applications, publishers and third parties can manage inventory, create orders, pull reports, and more.

Features

  • Uses patched version of SOAPpy internally.
  • SOAP layer is hidden from end users.
  • Support for PyXML, ElementTree, cElementTree, and lxml to parse SOAP XML messages.
  • Outgoing and incoming SOAP messages are monitored and logged on demand.
  • Response headers (i.e. responseTime, requestId, etc.) are logged on demand.
  • Support for API calls to production system or sandbox.
  • Automatic data type conversions for all API call parameters.
  • Gzip compression support for outgoing and incoming messages.
  • Ability to post raw XML messages.
  • Compatible with Google App Engine.
  • Thread-safe.

Updates

DateProductSummaryDetails
02/23/2012DFAReleased v2.1.0Added support for v1.17. Removed support for v1.14.
02/13/2012DFPReleased v9.1.0Added support for v201201.
01/30/2012AdWordsReleased v15.2.0Removing support for pre-v201109 API versions in preparation for the sunset.
01/25/2012AdWordsReleased v15.1.5Fixing several issues and adding better support for captchas.
01/11/2012AdWordsReleased v15.1.4Reorganizing, improving and adding tests for code examples.
12/22/2011AdWordsReleased v15.1.3Fixing AdWordsClient validation logic and providing up-to-date SOAPpy in tarball to address  issue #8 .
12/20/2011AdWordsReleased v15.1.2Support for compression in api calls, fixes for  issue #8  and  issue #14 
12/16/2011DFPReleased v9.0.1Added support for third party slots in v201111.
12/12/2011DFAReleased v2.0.0Added support for v1.16. Removed support for v1.13.
12/08/2011AdWordsReleased v15.1.1Addressing  issue #13 .
11/15/2011AdWordsReleased v15.1.0Adding support for CreateAccountService. Addressing  issue #12 .
11/30/2011DFPReleased v9.0.0Added support for v201111 (now default).
11/15/2011AdWordsReleased v15.0.6Improved error handling in reports. Fixed get_account_hierarchy example (addresses  issue #9 ).
11/08/2011AdWordsReleased v15.0.5Fixing some compatibility issues with Python < 2.6.5. Addresses issue # 9.
11/07/2011AdWordsReleased v15.0.4Removed ZSI references. Updated ReportDownloader to use Developer Token. Added default str impl to SOAPpy generated methods.
10/28/2011AdWordsReleased v15.0.3Fix for OAuth.
10/26/2011AdWordsReleased v15.0.2Re-fixing issue with installer script.
10/25/2011AdWordsReleased v15.0.1Fix issue with installer script.
10/24/2011AdWordsReleased v15.0.0Added support for v201109.
09/23/2011DFAReleased v1.3.0Added support for v1.15. Removed support for v1.12. Fixed issues 2 and 3.
09/20/2011DFPReleased v7.0.1Added support for v201108 (now default). Sunset versions v201004, v201010, v201101.
06/16/2011DFAReleased v1.2.0Added support for v1.14. Removed support for v1.11.

-- Google Ads API Team

Powered by Google Project Hosting