We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d66743b commit db5163aCopy full SHA for db5163a
1 file changed
examples/incentives/apply_incentive.py
@@ -36,7 +36,7 @@ def main(
36
client: GoogleAdsClient,
37
customer_id: str,
38
incentive_id: str,
39
- country_code: str = None,
+ country_code: str,
40
) -> None:
41
"""Applies an incentive for the ads customer.
42
@@ -89,7 +89,7 @@ def main(
89
"-k",
90
"--country_code",
91
type=str,
92
- required=False,
+ required=True,
93
help="The country code of the user (e.g. 'US').",
94
)
95
args = parser.parse_args()
0 commit comments