We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6a5dff commit b4321e8Copy full SHA for b4321e8
examples/remarketing/add_customer_match_user_list.py
@@ -354,6 +354,7 @@ def build_offline_user_data_job_operations(client):
354
)
355
address_info.country_code = record["country_code"]
356
address_info.postal_code = record["postal_code"]
357
+ # [END add_customer_match_user_list_2]
358
359
# If the user_identifiers repeated field is not empty, create a new
360
# OfflineUserDataJobOperation and add the UserData to it.
@@ -363,7 +364,6 @@ def build_offline_user_data_job_operations(client):
363
364
operations.append(operation)
365
366
return operations
- # [END add_customer_match_user_list_2]
367
368
369
def check_job_status(client, customer_id, offline_user_data_job_resource_name):
0 commit comments