Skip to content

Commit 67ee98f

Browse files
authored
Use a different flag for the ad_user_data_consent command-line option (#847)
1 parent 2e100cb commit 67ee98f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/remarketing/upload_offline_conversion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ def main(
221221
help="The order ID for the click conversion.",
222222
)
223223
parser.add_argument(
224-
"-d",
224+
"-s",
225225
"--ad_user_data_consent",
226226
type=str,
227227
choices=[e.name for e in googleads_client.enums.ConsentStatusEnum],

0 commit comments

Comments
 (0)