Hello Ivan, Please check this guide <https://developers.google.com/adwords/api/docs/guides/remarketing#customer_match_with_phone_number> on how to add Phone numbers to the member list. You will need to use the AdWordsUserListService.mutate() using the list member as hashedphonenumber <https://developers.google.com/adwords/api/docs/reference/v201806/AdwordsUserListService.Member#hashedphonenumber>. A list can be uploaded with only one type of data and once uploaded will not accept any other ID types. You will need to specify the members as hashedPhoneNumbers in this section <https://github.com/googleads/googleads-java-lib/blob/7bb3d42a13247b91bc5dcff6c33c597ea05214be/examples/adwords_axis/src/main/java/adwords/axis/v201806/remarketing/AddCrmBasedUserList.java#L177> of the Java sample. Code samples in other languages can be found here <https://developers.google.com/adwords/api/docs/clientlibraries>. Also, please note that It takes 6 to 12 hours for a list to be populated with members, so you'll most likely see an "In Progress" status (on the AdWords UI) if you upload to an audience list more frequently than once every 12 hours. You could refer this guide <https://developers.google.com/adwords/api/docs/guides/remarketing#customer_match_with_mobile_device_ids> to know more about customer match considerations. Please let me know your question is different and provide more insights on the scenario you are trying.
Regards, Sai Teja, AdWords API Team. On Friday, August 17, 2018 at 1:05:55 PM UTC-4, [email protected] wrote: > > I only found how to do it using e-mail > <https://github.com/googleads/googleads-python-lib/blob/901f22e0693e80a5faf8fc32c6c1a63f988b6561/examples/adwords/v201806/remarketing/add_crm_based_user_list.py>. > > I want to update it everyday. > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/d86b769e-0a47-4c16-88ce-1856445acec7%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
