I've created a lead form extension with some pre-filled fields, plus another two questions that are picked from the available list. One is a single-choice question, with three options, the other one is an open-ended answer.
Using the REST API to query for the fields, only the pre-filled fields are returned and the fields under the "Qualifying questions" section are always missing. Is there a way to get those fields too in the query? We use this endpoint: POST https://googleads.googleapis.com/v10/customers/<customerid>/googleAds:search Postbody: { "pageSize": 100, "query": "SELECT asset.lead_form_asset.fields FROM asset WHERE asset.id = <assetid>" } -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 on the web visit https://groups.google.com/d/msgid/adwords-api/dbf8cea0-26c2-45bd-b7f2-2490509a6585n%40googlegroups.com.
