Skip to content

Commit 43ff3e1

Browse files
I'll update the internal API version references from v19 to v20 in the examples/planning directory.
1 parent c2e6c6a commit 43ff3e1

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

examples/planning/forecast_reach.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ def forecast_manual_mix(
227227
# GoogleAdsClient will read the google-ads.yaml configuration file in the
228228
# home directory if none is specified.
229229
googleads_client: GoogleAdsClient = GoogleAdsClient.load_from_storage(
230-
version="v19"
230+
version="v20"
231231
)
232232

233233
try:

examples/planning/generate_forecast_metrics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def generate_forecast_metrics(
179179
# GoogleAdsClient will read the google-ads.yaml configuration file in the
180180
# home directory if none is specified.
181181
googleads_client: GoogleAdsClient = GoogleAdsClient.load_from_storage(
182-
version="v19"
182+
version="v20"
183183
)
184184

185185
try:

examples/planning/generate_historical_metrics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def generate_historical_metrics(client: GoogleAdsClient, customer_id: str) -> No
129129
# GoogleAdsClient will read the google-ads.yaml configuration file in the
130130
# home directory if none is specified.
131131
googleads_client: GoogleAdsClient = GoogleAdsClient.load_from_storage(
132-
version="v19"
132+
version="v20"
133133
)
134134

135135
try:

examples/planning/generate_keyword_ideas.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def map_locations_ids_to_resource_names(
181181
# GoogleAdsClient will read the google-ads.yaml configuration file in the
182182
# home directory if none is specified.
183183
googleads_client: GoogleAdsClient = GoogleAdsClient.load_from_storage(
184-
version="v19"
184+
version="v20"
185185
)
186186

187187
try:

examples/planning/get_ad_group_criterion_cpc_bid_simulations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def main(client: GoogleAdsClient, customer_id: str, ad_group_id: str) -> None:
102102
# GoogleAdsClient will read the google-ads.yaml configuration file in the
103103
# home directory if none is specified.
104104
googleads_client: GoogleAdsClient = GoogleAdsClient.load_from_storage(
105-
version="v19"
105+
version="v20"
106106
)
107107

108108
try:

0 commit comments

Comments
 (0)