Hi, Thank you for reaching out to the Google Ads API support team.
Please find the below answers for your queries To assist you further, could you please provide an uncropped UI screenshot by displaying the Google Ads customer ID while creating the lead form segments manually through the Google Ads UI. Please note that the UserListRuleItemInfo method uses the string for the name field, which represents the rule variable name, not the asset ID. This name must match the corresponding key name fired by the pixel. Kindly use the below GAQL query to retrieve the lead form asset data from asset resource through the Google Ads API. SELECT asset.lead_form_asset.business_name, asset.lead_form_asset.description, asset.lead_form_asset.fields, asset.lead_form_asset.headline, asset.lead_form_asset.privacy_policy_url, asset.lead_form_asset.delivery_methods, asset.lead_form_asset.custom_question_fields, asset.id FROM asset WHERE asset.type = 'LEAD_FORM' 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. 3. To assist you further on this, please provide us with complete API logs (request and response with request-id and request header) generated at your end. If you are using a client library and haven't enabled the logging yet, I would request you to enable logging for the specific client library that you are using. You can refer to the guides Java, .Net, PHP, Python, Ruby or Perl to enable logging at your end. For REST interface requests, you can enable logging via the curl command by using the -i flag. 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-08-11 21:40:09Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01syhMP:ref" (ADR-00329552) -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/CdewN000000000000000000000000000000000000000000000T0UMUX00JaC2Yy9EQpCCrYhIE7cvuA%40sfdc.net.
