Skip to content

Early prototype of creating a docker image for all Google Ads / AdWords client libraries. Personal project - not official from Google.

License

Notifications You must be signed in to change notification settings

wihl/google-ads-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

google-ads-docker

Some early experimentation of creating a Docker image for all Google Ads API client libraries as well as possibly AdWords API.

This would be useful for:

  • CI testing
  • Benchmarking
  • Easing customer onboarding for different languages
  • Comparing the AdWords API to the Google Ads API

This is a personal project and not officially supported by Google (or me!)

To use

docker run davidwihl/google-ads:python

or if you want an interactive shell at the end

docker run -it davidwihl/google-ads:python /bin/bash

To rebuild

  • Clone this repo
  • cd google-ads-docker
  • Clone the Google Ads Python library into this directory [email protected]:googleads/google-ads-python.git
  • docker build --tag=google-ads .
  • docker tag google-ads <whatever>/google-ads:<whatever>

About

Early prototype of creating a docker image for all Google Ads / AdWords client libraries. Personal project - not official from Google.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published