我正在使用nodejs中的google-ads-api模块来连接Google。
我使用这个代码块来获取Customer
const customer = client.Customer({
customer_id: 'XXX-XXX-XXXX',
refresh_token: refreshToken,
})我使用了XXX-XXX-XXXX、XXXXXXXXXX、XXXX-XXX-XXX格式来表示customer_id,但它仍然返回了这个错误。
GoogleAdsFailure {
errors: [
GoogleAdsError {
error_code: [ErrorCode],
message: "Invalid customer ID ''."
}
],
request_id: 'OcUdfalh_N0U4hTJUd6c6g'
}发布于 2022-03-30 06:59:04
https://stackoverflow.com/questions/68878944
复制相似问题