Skip to content

Commit b4321e8

Browse files
Relocate closing tag in add_customer_match_user_list.py (#755)
1 parent b6a5dff commit b4321e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/remarketing/add_customer_match_user_list.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,7 @@ def build_offline_user_data_job_operations(client):
354354
)
355355
address_info.country_code = record["country_code"]
356356
address_info.postal_code = record["postal_code"]
357+
# [END add_customer_match_user_list_2]
357358

358359
# If the user_identifiers repeated field is not empty, create a new
359360
# OfflineUserDataJobOperation and add the UserData to it.
@@ -363,7 +364,6 @@ def build_offline_user_data_job_operations(client):
363364
operations.append(operation)
364365

365366
return operations
366-
# [END add_customer_match_user_list_2]
367367

368368

369369
def check_job_status(client, customer_id, offline_user_data_job_resource_name):

0 commit comments

Comments
 (0)