RE: User list member emails

2019-04-30 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, We had responded to your last message privately. If you didn't get it, here is what it said: Sorry as we are not that knowledgeable with the PHP language. I suggest you refer to the code snippet Peter provided in the previous response and match it in PHP language. You may also refer to t

Re: User list member emails

2019-04-30 Thread mercadeoprueba19
This is solved? El lunes, 5 de febrero de 2018, 23:23:33 (UTC-5), Vincent Racaza (AdWords API Team) escribió: > > Hi Keren, > > On the AdWords API perspective, only one email address (via the > hashedEmail >

RE: User list member emails

2019-04-28 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, Each email of the user will be contained within the Member object and each member will become collectively as the audience of your UserList

Re: User list member emails

2019-04-26 Thread mercadeoprueba19
Hi, *hashedEmail *is not an array type to insert n mails, how could you insert emails per client How could I solve this? Link: https://developers.google.com/adwords/api/docs/reference/v201809/AdwordsUserListService.Member El jueves, 25 de abril de 2019, 22:13:26 (UTC-5), googleadsapi-foruma

RE: User list member emails

2019-04-25 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, Yes, the emails you have specified in the table can be included, and accepted as members of the userlist. Please note however that duplicates are removed automatically by the system. Meaning, if there had been 2 instances of the same email address in the request, then only the first instance

Re: User list member emails

2019-04-25 Thread mercadeoprueba19
Hi Peter, But, it can contain multiple email addresses for a customer with the api? Example: *Email * *Email2* *Email3* *telefono1* *telefono2* *telefono3* clie...@prueba.com clie...@prueba.com clie...@prueba.com 51980342178 51876543821 5190889833 a...@prueba.com b...@prueba.com c...@prueba.

RE: User list member emails

2019-04-24 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Keren, A single userlist Member can contain multiple email addresses and can accommodate up to 500,000 addresses in one request. You may refer to this sample code (also available in

Re: User list member emails

2019-04-24 Thread mercadeoprueba19
Hi,Is there a way to define multiple emails for a single user list member via API? I couldn't find a way to do it because the Member object contains one email, but from Adwords UI it's allowed to add multiple email columns (in the csv file) El martes, 23 de abril de 2019, 22:37:47 (UTC-5), go

RE: User list member emails

2019-04-23 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, In the AdWords API, you can update your existing userlists using the AdwordsUserListService.mutateMembers() method and pass the removeAll

Re: User list member emails

2019-04-23 Thread mercadeoprueba19
One question, can you currently add 3 emails in a row, as in the interface? El lunes, 5 de febrero de 2018, 17:40:57 (UTC-5), Keren escribió: > > Hi,Is there a way to define multiple emails for a single user list member > via API? I couldn't find a way to do it because the Member object contains

Re: User list member emails

2018-02-05 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Keren, On the AdWords API perspective, only one email address (via the hashedEmail field) can be added to one user list member. Adding multiple email addresses to a user list member

User list member emails

2018-02-05 Thread Keren
Hi,Is there a way to define multiple emails for a single user list member via API? I couldn't find a way to do it because the Member object contains one email, but from Adwords UI it's allowed to add multiple email columns (in the csv file) -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~