In v21 of the Google Ads API, the UploadClickConversion
method’s debug_enabled
setting will be removed, effective August 6, 2025. From this date, versions v18, v19, and v20 will ignore this setting in requests. Consequently, the Google Ads API will stop returning ConversionUploadError.CLICK_NOT_FOUND
errors, as this error can only be retrieved when debug_enabled
is set to true
.
Version Changes
v21:
- The
debug_enabled
field will be removed from theUploadClickConversionsRequest
message. ConversionUploadError.CLICK_NOT_FOUND
errors will not be returned.
- The
v18, v19, v20:
- The
debug_enabled
field will still appear in theUploadClickConversionsRequest
message but will be non-functional. ConversionUploadError.CLICK_NOT_FOUND
errors will not be returned.
- The
Applications using this field or error code should be updated to accommodate the new API behavior. For further assistance, refer to the Google Ads API support page.