Hi, Thank you for reaching out to the Google Ads API support team.
By reviewing your query, I understand that you want to retrieve the lead form questions along with the answers through the Google Ads API. I would recommend you to use the field ‘asset.lead_form_asset.custom_question_fields’ from lead_form_submission_data resource to retrieve the ordered list of custom question fields. This field is subject to a limit of 5 qualifying questions per form. However I’m providing the below GAQL query: SELECT asset.lead_form_asset.custom_question_fields FROM lead_form_submission_data 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. Also, note that asset_field_type_view service is available in Google Ads API. This report is used to retrieve the non-overcounted metrics for each asset field type when the asset is used as extension. I would recommend you to refer to this documentation to know which metrics and segments are supported for this resource. I could see that you are using the 'v18' version to create lead form assets. Please note that the v18 is already deprecated and is about to sunset in August 2025. After this date, all v18 API requests will begin to fail. I would suggest you upgrade to the latest version, 'v20', as soon as possible to benefit from new features. You may refer to this documentation on deprecation and sunset for more information regarding the specific deprecation and sunset dates for each available version. To assist you further, could you please provide us with the uncropped UI screenshot of the fields that you are trying to retrieve through the Google Ads API by displaying the Google Ads customer ID so that we can investigate your issue further. You can send the details via Reply privately to the author option, or direct private reply to this email. Thanks, Google Ads API Team Feedback How was our support today? [2025-07-11 13:44:10Z 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/0nfIu000000000000000000000000000000000000000000000SZ8M5M00ZkOTlTlJT2q5rVVwK4Nb9w%40sfdc.net.
