Hi, Kindly note that it’s not possible to retrieve the predefined qualifying questions along with their answers through the Google Ads API. However, it’s possible to retrieve the already created lead form questions along with the answers through the Google Ads API. I would recommend you to use the asset.lead_form_asset.custom_question_fields from asset resource. However, I’m providing the below GAQL query:
SELECT asset.lead_form_asset.custom_question_fields FROM asset You can use the search or searchStream methods in making the API calls while retrieving the data. Additionally, you can utilize the Google Ads Query Builder and Query Validator to build and validate the queries for retrieving the data from the Google Ads API. Thanks, Google Ads API Team Feedback How was our support today? [2025-07-14 14:42:06Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01svNXa:ref" (ADR-00318348) -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/yjDnI000000000000000000000000000000000000000000000SZE8U600NyKtl1KTTrGp1A4V8BBWJg%40sfdc.net.
