Skip to content

Commit 19b6a3f

Browse files
Update internal API version references from v19 to v20 in examples/targeting.
1 parent c547b4e commit 19b6a3f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/targeting/add_campaign_targeting_criteria.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ def create_proximity_op(
174174
# GoogleAdsClient will read the google-ads.yaml configuration file in the
175175
# home directory if none is specified.
176176
googleads_client: GoogleAdsClient = GoogleAdsClient.load_from_storage(
177-
version="v19"
177+
version="v20"
178178
)
179179

180180
try:

examples/targeting/add_customer_negative_criteria.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def main(client: GoogleAdsClient, customer_id: str) -> None:
8888
# GoogleAdsClient will read the google-ads.yaml configuration file in the
8989
# home directory if none is specified.
9090
googleads_client: GoogleAdsClient = GoogleAdsClient.load_from_storage(
91-
version="v19"
91+
version="v20"
9292
)
9393

9494
try:

examples/targeting/add_demographic_targeting_criteria.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def main(
9797
# GoogleAdsClient will read the google-ads.yaml configuration file in the
9898
# home directory if none is specified.
9999
googleads_client: GoogleAdsClient = GoogleAdsClient.load_from_storage(
100-
version="v19"
100+
version="v20"
101101
)
102102

103103
try:

examples/targeting/get_geo_target_constants_by_names.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def main(client: GoogleAdsClient) -> None:
6868
# GoogleAdsClient will read the google-ads.yaml configuration file in the
6969
# home directory if none is specified.
7070
googleads_client: GoogleAdsClient = GoogleAdsClient.load_from_storage(
71-
version="v19"
71+
version="v20"
7272
)
7373

7474
try:

0 commit comments

Comments
 (0)