Hi Mitchell,
Thanks for clearing that up, now I know that when there is more than one
email or phone number for same person, it has to be sent as different
members with change in email or phone number.
also, please correct me if I am wrong, is this how the members list would
look like when same person has 2 emails?
[{'hashedEmail': self.normalize_and_sha256('[email protected]'),
'hashedPhoneNumber': self.normalize_and_sha256(
'+1999999999'),
'addressInfo': {
'hashedFirstName': self.normalize_and_sha256(
'John'),
'hashedLastName': self.normalize_and_sha256(
'Doe'),
'countryCode': 'US',
'zipCode': '10001'
}}, {'hashedEmail': self.normalize_and_sha256(
'[email protected]'),
'hashedPhoneNumber': self.normalize_and_sha256(
'+1999999999'),
'addressInfo': {
'hashedFirstName': self.
normalize_and_sha256('John'),
'hashedLastName': self.normalize_and_sha256
('Doe'),
'countryCode': 'US',
'zipCode': '10001'
}}]
Thanks,
Abhi
On Thursday, June 18, 2020 at 1:08:50 PM UTC-6, adsapiforumadvisor wrote:
>
> Hi Abhi and Abhinav,
>
> @Abhi, I'm still a little confused by your scenario. Every member
> <https://developers.google.com/adwords/api/docs/reference/v201809/AdwordsUserListService.Member>
>
> can have a maximum of 1 email address, 1 address, and 1 phone number. If
> you have three emails, you should create three separate members with all of
> the information the same except for the email address. Then, you should
> create a MembersList
> <https://developers.google.com/adwords/api/docs/reference/v201809/AdwordsUserListService.MutateMembersOperand#membersList>
> object
> and add the members to it as shown in the example code you sent earlier.
>
> @Abhinav, you can create 3 members in this scenario, each with a different
> phone number but containing the email address and address.
>
> Regards,
> Mitchell
> Google Ads API Team
>
> ref:_00D1U1174p._5004Q217MPU:ref
>
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d6d55cb8-16ae-4d4f-94c0-6c0c952c4d46o%40googlegroups.com.