Dear Google Ads Support Team,
I hope this message finds you well.
I am reaching out regarding an issue I encountered while attempting to use the Google Ads API. Specifically, when hitting the following endpoint:
https://googleads.googleapis.com/v17/customers/601-906-3200:uploadClickConversions
I received the following error response:
{
"error": {
"status": "INVALID_ARGUMENT",
"message": "Request contains an invalid argument.",
"code": 400,
"details": [
{
"errors": [
{
"errorCode": {
"requestError": "INVALID_CUSTOMER_ID"
},
"message": "Invalid customer ID '601-906-3200'."
}
],
"@type": "type.googleapis.com/google.ads.googleads.v17.errors.GoogleAdsFailure",
"requestId": "pS6OFn4JKjOWvMQYM1auzQ"
}
]
}
}.
It appears that the customer ID 601-906-3200 is being flagged as invalid. Could you please assist me in resolving this issue? I have double-checked the ID, and it seems to be correctly formatted. Any guidance on how to resolve this or further steps I should take would be greatly appreciated.
Thank you in advance for your support.
![]() |
Google Ads API Team |