Hi, I'm working with the Google Ads API v18 to create `LeadFormAsset` objects that include **predefined qualifying questions** (like "What is your budget?", "What service are you interested in?", etc.).
I've found the following enums: * `LeadFormFieldQuestionEnum` * `LeadFormFieldQuestionCategoryEnum` However, these enums only provide **enum names** (e.g. `INDUSTRY`, `BUDGET`, `AUTO`) but not: 1. The actual **display text** of the questions 2. The list of predefined **answer options** associated with each question I'd like to know: * Is there a way to retrieve the **full list of supported predefined lead form questions** along with their **default answer choices** via the API? * If not available via API, is there a **maintained reference or dataset** (e.g. in documentation or JSON file) where this mapping is available? * Does any service like `AssetFieldTypeViewService` or metadata endpoints expose this information? I'm building a dynamic form builder and want to provide users with all valid question/answer options that Google Ads supports. Any help would be greatly appreciated! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/adwords-api/e5ade682-1660-4458-8bf6-46e78625e5c9n%40googlegroups.com.
