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
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')
])
]
]);
--