Skip to content

Commit 60a8819

Browse files
Update API version from v19 to v20 in examples/reporting.
This change updates the GoogleAdsClient initialization in `examples/reporting/parallel_report_download.py` to use API version v20.
1 parent 2e9452d commit 60a8819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/reporting/parallel_report_download.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def generate_inputs(
208208
# GoogleAdsClient will read the google-ads.yaml configuration file in the
209209
# home directory if none is specified.
210210
googleads_client: GoogleAdsClient = GoogleAdsClient.load_from_storage(
211-
version="v19"
211+
version="v20"
212212
)
213213
# Override the login_customer_id on the GoogleAdsClient, if specified.
214214
if args.login_customer_id is not None:

0 commit comments

Comments
 (0)