We wanted to renew our old v7 Customer Match API code to the newest one, however one of our accounts ID is flagged as invalid. We get the following error:
ApiException was thrown with message '{
"message": "Request contains an invalid argument.",
"code": 3,
"status": "INVALID_ARGUMENT",
"details": [
{
"@type": "
type.googleapis.com\/google.ads.googleads.v11.errors.GoogleAdsFailure",
"errors": [
{
"errorCode": {
"requestError": "INVALID_CUSTOMER_ID"
},
"message": "Invalid customer ID '978668****'."
}
],
"requestId": "omDv7EUF7QOxyE7a9wTn6g"
}
]
}'.
This is an account under an MCC, which was perfectly fine receiving Customer Data through API before. Is it a common issue or we have something unique going on here?