Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fd63b38

Browse files
Update incorrect example descriptions (googleads#439)
1 parent b49101c commit fd63b38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/basic_operations/update_keyword.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def main(client, customer_id, ad_group_id, criterion_id):
5151
# home directory if none is specified.
5252
googleads_client = GoogleAdsClient.load_from_storage(version="v7")
5353
parser = argparse.ArgumentParser(
54-
description=("Pauses an ad in the specified customer's ad group.")
54+
description=("Updates a keyword for the specified ad group.")
5555
)
5656
# The following argument(s) should be provided to run the example.
5757
parser.add_argument(

examples/recommendations/apply_recommendation.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def main(client, customer_id, recommendation_id):
5656
googleads_client = GoogleAdsClient.load_from_storage(version="v7")
5757

5858
parser = argparse.ArgumentParser(
59-
description=("Pauses an ad in the specified customer's ad group.")
59+
description=("Applies a specified recommendation.")
6060
)
6161
# The following argument(s) should be provided to run the example.
6262
parser.add_argument(

0 commit comments

Comments
 (0)