Hello there, What is the best way to identify the data type that is shown as ENUM when getting a response from this method in python library:
search_google_ads_fields I was assuming that it is always "string" but just run into an example where it is a string for one customer id and an integer for another. Examples are advertising_channel_sub_type, advertising_channel_sub_type both can be a string as "DISPLAY_GMAIL_AD" and an integer as 7. I need to save this data in one place for reporting purposes. My question are: How can i get the data type for ENUM? and why is it different for the same fields in different accounts? Thanks, Alex -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/6411e8c7-0f3e-41ae-a2cc-77771344a21f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
