Join us live on Discord on the Google Advertising and Measurement Community server on October 16th! We will discuss the new features added in V22 of the Google Ads API.
Stay organized with collections Save and categorize content based on your preferences.
You can also execute the examples and develop your Google Ads API application inside a Docker container, built using the provided Dockerfile and docker-compose.yml.
To do so (provided that you have a Docker environment installed), run the following command in the directory where you cloned this repository:
docker-compose up --build -d
This will provide a Docker container instance with the execution environment set up.
To open a Bash shell inside the Docker container, run docker ps to get the container ID, then run:
docker exec -it <YOUR_CONTAINER_ID> bash
This will allow you to run code examples and other applications inside the container.
As a shorthand, in case you only have a single Docker container running on your machine, you can also run:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-23 UTC."],[],[]]