Two questions:

1. I am uploading two customers(email & phone) and their address. does the 
following format look right(Please ignore the hashing part, i will do the 
hashing).

[
  {'hashedEmail': b'[email protected]'}
, {'hashedEmail': b'[email protected]'}
, {'hashedPhoneNumber': b'1111110001'}
, {'hashedPhoneNumber': b'2222220001'}
, {'addressInfo': {'countryCode': b'US', 'hashedFirstName': b'fname1', 
'zipCode': b'84047', 'hashedLastName': b'lname1'}}
, {'addressInfo': {'countryCode': b'US', 'hashedFirstName': b'fname2', 
'zipCode': b'84047', 'hashedLastName': b'lname2'}}
]

2. For customer #1 , I have another email "[email protected]" and 
another phone number "1111110002" . How to add these to the member list 
that is shown above?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/6a4fcb61-ef9f-4230-aa1c-190240438d3f%40googlegroups.com.

Reply via email to