“请求错误”:“RESOURCE_NAME_MISSING”在 Google Ads api 中通过 REST 接口上传用户数据
我正在尝试使用 Google 广告管理器测试帐户上传用户数据。我尝试使用的 api 是 'https://googleads.googleapis.com/v10/customers/{customerId}:uploadUserData' 。但是,在发送请求后,我收到以下错误。
"errors": [
{
"errorCodenter code heree": {
"requestError": "RESOURCE_NAME_MISSING"
},
"message": "Resource name is missing."
}
],
。尽管我提供了所有凭证并且我的身体是正确的。下面附上邮递员屏幕截图。 在此处输入图片说明
I am trying to upload user data using a google ads manager test account. The api I am trying to hit is 'https://googleads.googleapis.com/v10/customers/{customerId}:uploadUserData' . However upon sending request I am getting the following error.
"errors": [
{
"errorCodenter code heree": {
"requestError": "RESOURCE_NAME_MISSING"
},
"message": "Resource name is missing."
}
],
. Though I am giving all the credentials and my body is correct. Attached a postman screenshot below. enter image description here
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论