I was developing a PYTHON application to upload CRM list to googleads API.
The use-case we have here is that some customers we have has more than 1 email and more than 1 phone. The sample python code given in the documentation has "only one email". AND it has NO reference to "phone" in the "addressInfo" dictionary. Question: How can I see what other fields are accepted in this "addressInfo" dictionary AND is there a way to upload multiple emails for a customer in one record through Python application? Documentation on list upload: This document says it allows multiple emails per customer , BUT , I would like to know how to achieve it through Python application. <https://support.google.com/google-ads/answer/7474166?hl=en> https://support.google.com/google-ads/answer/7474166?hl=en Sample Python code: <https://github.com/googleads/googleads-python-lib/blob/master/examples/adwords/v201809/remarketing/add_crm_based_user_list.py> <https://github.com/googleads/googleads-python-lib/blob/master/examples/adwords/v201809/remarketing/add_crm_based_user_list.py> https://github.com/googleads/googleads-python-lib/blob/master/examples/adwords/v201809/remarketing/add_crm_based_user_list.py -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com 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 adwords-api+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/72f7bf87-2398-41ed-8b1f-e2fc7d028d99%40googlegroups.com.