Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78634bc commit ca8c4feCopy full SHA for ca8c4fe
examples/remarketing/add_customer_match_user_list.py
@@ -265,7 +265,7 @@ def build_offline_user_data_job_operations(client):
265
# Address that includes all four required elements: first name, last
266
# name, country code, and postal code.
267
"first_name": "Alex",
268
- "last_mame": "Quinn",
+ "last_name": "Quinn",
269
"country_code": "US",
270
"postal_code": "94045",
271
# Phone number to be converted to E.164 format, with a leading '+' as
@@ -352,7 +352,7 @@ def build_offline_user_data_job_operations(client):
352
record["first_name"], False
353
)
354
address_info.hashed_last_name = normalize_and_hash(
355
- record["first_last"], False
+ record["last_name"], False
356
357
address_info.country_code = record["country_code"]
358
address_info.postal_code = record["postal_code"]
0 commit comments