AdWords API PHP Client Library

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.

 

google-adwords-logo

 

The AdWords API PHP Client Library makes it easier to write PHP clients to programmatically access AdWords accounts.

Features

  • Fully featured object oriented client library (all classes come generated from the WSDLs)
  • v200909+ support
  • PHP 5.2.x-5.3.x and native SOAP compliant
  • Outgoing and incoming SOAP message are monitored and logged on demand
  • Support for API calls to production system or sandbox
  • Loading of user credentials from local file or source code
  • Online documentation

Getting Started

The README file includes all the information you need to get started. We’ve also prepared a video that guides you through the process of downloading, installing, and using the library for the fist time.

Watch Full Screen

A good way to get familiar with the API is to run through some of the code examples.

Updates

See the ChangeLog for a complete list of updates. To stay up-to-date with our latest releases subscribe to the downloads update feed.

PHP Compatibility

This library supports most standard distributions of 5.2.x and 5.3.x. If you find you have trouble, please comment in the PhpCompatibility wiki section.

Alternatives

No Client Libary

If you’d prefer to use PHP to access the AdWords API without using the client library take a look at the NoClientLibrary wiki page for information on how to get started.

APIlity

For use of the v13 API, please refer to the Apility project: http://google-apility.sourceforge.net/

Leave a comment