Hi Every Body,
Actually i am working on Google AdWords first time. I have searched
full day but i didn't get some assemblies so that i can code further.
these are
-> com.google.api.adwords.lib
-> com.google.api.adwords.lib.util
-> com.google.api.adwords.v13
-> com.google.api.adwords.v200909
Co
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 na
AdwordsUserListService? I read
the docs, but that didn't help me in understanding that for the above case
Thanks,
Abhi
On Thursday, June 18, 2020 at 8:10:50 AM UTC-6, adsapiforumadvisor wrote:
>
> Hi Abhi,
>
> Thank you for reaching out. In this example, each entity in the "members"
>
': {
'hashedFirstName': self.
normalize_and_sha256('John'),
'hashedLastName': self.normalize_and_sha256
('Doe'),
'countryCode': 'US',
AM UTC-6, adsapiforumadvisor wrote:
>
> Hi Abhi,
>
> Yes, that looks good. Just make sure they're being added to the
> membersList as separate members.
>
> Regards,
> Mitchell
> Google Ads API Team
>
> ref:_00D1U1174p._5004Q217MPU:ref
>
--
--
=~=~=~=~=~=~
Thanks for answering all of my questions
Thanks,
Abhi
On Monday, June 22, 2020 at 11:49:14 AM UTC-6, adsapiforumadvisor wrote:
>
> Hi Abhi,
>
> If you try and add a duplicate member to a user list, the API call will
> not fail but the duplicate entry will be ignored.
>
>