About audience segments

2022-01-12 Thread Michael Liu
How do I get the audience segments list through the ADs API? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Goo

about user list import

2022-01-16 Thread Michael Liu
How do I use php to import user lists(email) in bulk? $userDataWithEmailAddress = new UserData([ 'user_identifiers' => [ new UserIdentifier([ 'hashed_email' => self::normalizeAndHash('t...@gmail.com') ]) ] ]); --