Getting started with the Python client library - Configuring credentials

Опубликовано: 17 Март 2026
на канале: Google Ads Developers
1,390
9

In this episode of our Getting Started with the Python client library series, we’ll see how to configure the client library to use the credentials we generated in the previous episodes.

We will use a YAML file to store our user credentials and then we will see how to load the configuration in our application.

Configure credentials in the Python client library: https://developers.google.com/google-...

Protobuf configuration: https://developers.google.com/google-...

google-ads.yaml template: https://github.com/googleads/google-a...

Chapters:
00:00: Introduction
00:47: Environment setup and recap of the previous videos
02:12: GoogleAdsClient.load_from_storage()
02:56: Creating a google-ads.yaml file and populating it from the Github template
04:35: Testing the configuration