the documentation shows : emails = ['custom...@example.com', 'custom...@example.com', ' custom...@example.com '] members = [{'hashedEmail': NormalizeAndSHA256(email)} for email in emails]
# Add address info. members.append({ 'addressInfo': { # First and last name must be normalized and hashed. 'hashedFirstName': NormalizeAndSHA256('John'), 'hashedLastName': NormalizeAndSHA256('Doe'), # Country code and zip code are sent in plaintext. 'countryCode': 'US', 'zipCode': '10001' } }) in this does all the 3 emails belong to same member mentioned in the address info, if not how to add to members list for multiple records -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com 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 adwords-api+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/9b0968b7-44a8-45c5-8b34-c291f4ad72e1o%40googlegroups.com.