googleads / googleads-perl-lib

AdWords API Perl Client Library
Apache License 2.0
5 stars 19 forks source link

AdWords API Perl Client Library

The AdWords API will sunset on April 27, 2022.
Upgrade to the Google Ads API.

CPAN version

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 Perl Client Library makes it easier to write Perl clients to programmatically access AdWords accounts.

Features

Getting started

NOTE: If you are using Windows, go through the instructions under What if I'm using Windows? first before continuing here.

How do I use the library?

There are code examples for most of the common use cases in the repository. These code examples are also available as part of the release distributions. You can also refer to the wiki articles for additional documentation.

How do I run the examples?

Examples can be run by executing the following on the command line from a sub-directory of the examples/ directory,

  $ perl Example.pl

Some examples require you replace object IDs in where you see placeholder like INSERT_***_HERE

How do I enable logging?

The client library uses a custom class for all logging. Check out our logging guide on GitHub for more details.

What if I'm using Windows?

The library is only supported on Windows for ActivePerl 5.14+ x86 (32bit version).

Before following the Getting started steps:

How do I Contribute?

See the guidelines for contributing for details.

Where do I report issues?

Please report issues at https://github.com/googleads/googleads-perl-lib/issues

Support forum

If you have questions about the client library or AdWords API, you can ask them at the AdWords API Forum.

Authors

Maintainers