Hi,
Thank you for reaching out to the Google Ads API support team
Upon checking your Google Ads account (703-236-2250), I could see that the given conversion action ‘Sign-up Web 7115722522’ status is showing as 'Inactive'. I would recommend you to kindly refer to this help center article "Conversion Tracking: Troubleshooting conversion tracking status" to troubleshoot your conversions based on your conversion action ID status.
Could you kindly confirm if you followed the setup prerequisites for working with an offline conversion setup? If not, I would request you to follow the prerequisites before uploading offline click conversions. Also, I would suggest you refer to this "Debug common errors" documentation for more information. I would suggest you refer to the Monitor offline data diagnostics documentation as it helps to find the overall health of the conversion upload processes.
From the provided logs, I could see that you have encountered the VALUE_MUST_BE_UNSET error while uploading the click conversions through the Google Ads API.This error occurs for any of the following possible reasons:
● The ClickConversion has a value set for gclid as well as at least one of gbraid or wbraid. Update the conversion to use only one click ID, and make sure you are not combining multiple clicks into the same conversion. Each click has only one click ID.
● The ClickConversion has a value set for either gbraid or wbraid and has a value for custom_variables. Google Ads does not support custom variables for a conversion with a gbraid or wbraid click ID. Unset the custom_variables field of the conversion.
And also I could see that the "Tag is not firing on your website form" warning in the Enhanced conversions diagnostic tab for the conversion action. As the issue is with the tag not firing on your website forms, I would recommend you to reach out to the Tag Manager support team for further assistance as they are better equipped to address your concerns.
Additionally, I would suggest you refer to the UploadClickConversionsRequest documentation for more information regarding the uploading of click conversions through the Google Ads API.
I hope this helps! If you have any questions, please feel free to contact us.
![]() |
Google Ads API Team |
[2025-05-12 11:08:29Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01qWc6r:ref" (ADR-00305116)
Hi,
The main reason for the VALUE_MUST_BE_UNSET is that your API request is not constructed properly as per the API documentation recommendation. In your API request , you are passing both the 'gclid' and 'gbraid' in a single request. Please note that you cannot upload all 3 (gclid, gbraid, and wbraid) parameters in a single request. Only either of them is possible to upload via the API. That means that exactly one of gclid, gbraid, and wbraid should be specified in the API request but not a combination of any of two or all 3 parameters. I would highly suggest you to please refer to the Upload Offline Conversion code snippet to know how to upload the offline conversion programmatically. So please be aware that exactly one of gclid, gbraid, and wbraid is specified, as required.
Hi,
Please note that it is specified in this document that you need to set only one of the identifier out of gclid, gbraid, wbraid, which you captured at the time of the click for the conversion's click or impression. You can refer to this Legacy Offline Conversion Import Guide for more information. In addition to it, you can also refer to this code snippet according to which exactly one click Id must be associated with a conversion while uploading them out of gclid, gbraid, or wbraid.
I hope this clarifies your concern. Feel free to reach out for any further assistance.
![]() |
Google Ads API Team |
[2025-05-19 12:22:03Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01qWc6r:ref" (ADR-00305116)