Hi!
Which is the best approach for adding users to a list which have two mails
and two phones? I´m using the AdwordsUserListService, mutateMembers
operation.
Do I have to send it like option A or B? It´s recommended that I repeat the
same addressInfo for every memberList (that is referring to the same
customer)?
OPTION A
<v20:membersList>
<v20:hashedEmail>MAIL_1</v20:hashedEmail>
<v20:hashedPhoneNumber>PHONE_1</v20:hashedPhoneNumber>
<v20:addressInfo>
<v20:hashedFirstName>xxxx</v20:hashedFirstName>
<v20:hashedLastName>xxx</v20:hashedLastName>
<v20:countryCode>AR</v20:countryCode>
<v20:zipCode>1706</v20:zipCode>
</v20:addressInfo>
</v20:membersList>
<v20:membersList>
<v20:hashedEmail>MAIL_2</v20:hashedEmail>
<v20:hashedPhoneNumber>PHONE_2</v20:hashedPhoneNumber>
<v20:addressInfo>
<v20:hashedFirstName>xxxx</v20:hashedFirstName>
<v20:hashedLastName>xxx</v20:hashedLastName>
<v20:countryCode>AR</v20:countryCode>
<v20:zipCode>1706</v20:zipCode>
</v20:addressInfo>
</v20:membersList>
OPTION B
<v20:membersList>
<v20:hashedEmail>MAIL_1</v20:hashedEmail>
<v20:addressInfo>
<v20:hashedFirstName>xxxx</v20:hashedFirstName>
<v20:hashedLastName>xxx</v20:hashedLastName>
<v20:countryCode>AR</v20:countryCode>
<v20:zipCode>1706</v20:zipCode>
</v20:addressInfo>
</v20:membersList>
<v20:membersList>
<v20:hashedEmail>MAIL_2</v20:hashedEmail>
<v20:addressInfo>
<v20:hashedFirstName>xxxx</v20:hashedFirstName>
<v20:hashedLastName>xxx</v20:hashedLastName>
<v20:countryCode>AR</v20:countryCode>
<v20:zipCode>1706</v20:zipCode>
</v20:addressInfo>
</v20:membersList>
<v20:membersList>
<v20:hashedPhoneNumber>PHONE_1</v20:hashedPhoneNumber>
<v20:addressInfo>
<v20:hashedFirstName>xxxx</v20:hashedFirstName>
<v20:hashedLastName>xxx</v20:hashedLastName>
<v20:countryCode>AR</v20:countryCode>
<v20:zipCode>1706</v20:zipCode>
</v20:addressInfo>
</v20:membersList>
<v20:membersList>
<v20:hashedPhoneNumber>PHONE_2</v20:hashedPhoneNumber>
<v20:addressInfo>
<v20:hashedFirstName>xxxx</v20:hashedFirstName>
<v20:hashedLastName>xxx</v20:hashedLastName>
<v20:countryCode>AR</v20:countryCode>
<v20:zipCode>1706</v20:zipCode>
</v20:addressInfo>
</v20:membersList>
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/81b766a7-ef87-4781-a34e-4857b0320b9b%40googlegroups.com.