我正在使用 Google AdSense API。“ https://developers.google.com/adsense/management/v1.4/reference/adclients ” 当我运行这些代码时,会出现我的 AdSense 帐户的产品列表。但我想知道“ productCode ”是什么意思。
他们的意思是什么?
AFC_HOST
亚足联
AFS
例子:
What do they mean?
AFC_HOST = YouTube AdSense
AFC = Web AdSense
AFS = AdSense for search
{
"kind": "adsense#adClients",
"etag": "\"J_-wNXXXXXXXXXXXdXUxeLK8/XXXXXXXXXXXXXXXXX\"",
"items": [
{
"id": "ca-host-pub-XXXXXXXXXXXXXX",
"kind": "adsense#adClient",
"productCode": "AFC_HOST",
"supportsReporting": true
},
{
"id": "ca-pub-XXXXXXXXXXXXXX",
"kind": "adsense#adClient",
"productCode": "AFC",
"supportsReporting": true,
"arcOptIn": true
},
{
"id": "partner-pub-XXXXXXXXXXXXXX",
"kind": "adsense#adClient",
"productCode": "AFS",
"supportsReporting": true
}
]
}