Skip to content

Commit

Permalink
Use a different flag for the ad_user_data_consent command-line option (
Browse files Browse the repository at this point in the history
  • Loading branch information
yangda authored Mar 5, 2024
1 parent 2e100cb commit 67ee98f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/remarketing/upload_offline_conversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def main(
help="The order ID for the click conversion.",
)
parser.add_argument(
"-d",
"-s",
"--ad_user_data_consent",
type=str,
choices=[e.name for e in googleads_client.enums.ConsentStatusEnum],
Expand Down

0 comments on commit 67ee98f

Please sign in to comment.