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.
AdWords API Python Client Library makes it easier to write Python clients to programmatically access AdWords accounts.
Features
- Support for SOAPpy and ZSI web services toolkits
- SOAP layer is hidden from end user
- Support for PyXML, ElementTree, and lxml to parse SOAP XML messages
- Outgoing and incoming SOAP messages are monitored and logged on demand
- Response headers (i.e. responseTime, units, requestId, etc.) are logged on demand
- Support for API calls to production system or sandbox
- Automatic data type conversions for all API call parameters
- Tracking of all API usage
- Report downloading in XML or CSV formats
- Ability to post raw XML messages
- Compatible with Google App Engine
- Thread-safe
- Docs
-- AdWords API Team