【发布时间】:2019-04-08 04:07:32
【问题描述】:
我是使用 AdSense API 的新手,但我真的需要使用它:)
我正在尝试使用Accounts.customchannels: get
我在 AdSense 帐户中的哪里可以找到 accountId 和 adClientId?
当我访问帐户信息时,我可以看到:
发布者 ID:pub-xxxxxxxxxxx 和客户 ID:xxxxxxxx
这是我需要的信息吗? accountId 和 adClientId 是哪一个?
我已经尝试以不同的方式插入这些值,但结果总是:
{
"error": {
"errors": [
{
"domain": "global",
"reason": "notFound",
"message": "Ad client not found.",
"locationType": "parameter",
"location": "adClientId"
}
],
"code": 404,
"message": "Ad client not found."
}
}
谢谢大家。
【问题讨论】:
标签: adsense adsense-api