使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
报告
本部分介绍了您可用于跟踪整个平台上广告效果的选项。除了标准的 AdSense 报告功能之外,您还可以使用一些其他功能。
“托管客户”报告
通过“托管客户”报告,您可以看到您从每个子账号那里获得的收益分成(按子账号发布商 ID 分配)。您可以在平台 AdSense 账号的报告页面上访问此报告:
- 登录 AdSense 账号。
- 点击报告。
- 选择“细分依据”旁边的托管客户端。
详细了解 AdSense 中的报告功能。
自定义渠道
对于标准的 AdSense 设置,您可以通过自定义渠道跟踪广告单元的整体效果。它们还可以用作强大的报告工具,让您针对每次展示指定自定义渠道。例如,您可以为已登录用户和未登录用户创建两个自定义渠道,然后以编程方式将这些自定义渠道应用于网页上的所有广告单元。
您可以在 AdSense 中创建自己的自定义渠道 ID,然后通过 AdSense 广告代码将这些渠道 ID 分配给平台上的广告单元。
如需创建自定义渠道 ID,请按以下步骤操作:
- 打开报告页面。
- 点击“设置”图标 (
)。
- 点击管理自定义渠道。
- 点击添加渠道。
- 在“产品”下拉列表中,选择您的托管媒体资源。它以“ca-host-pub-”开头
- 为你的频道选择一个名称。
- 点击“保存”。
若要分配自定义渠道 ID,请在广告代码中使用 data-ad-host-channel
参数。例如:
<script async
src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1234&host=ca-host-pub-5678"
crossorigin="anonymous">
</script>
<ins class="adsbygoogle"
style="display:block;"
data-ad-client="ca-pub-1234"
data-ad-host="ca-host-pub-5678"
data-ad-host-channel="CHANNEL_ID_FROM_ADSENSE".
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
您可以转到“管理自定义渠道”页面,然后在表格内的“渠道 ID”列中检索渠道 ID。
详细了解如何使用自定义渠道跟踪效果。
自定义信息中心
您可以使用 AdSense Management API 在自己的控制台内创建自定义报告信息中心。AdSense Management API 使用与 AdSense Platforms API 相同的范围,因此您可以通过用于创建子账号的服务账号查询 AdSense Management API。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
[null,null,[],[[["\u003cp\u003eAdSense offers standard reporting features alongside platform-specific options for tracking ad performance.\u003c/p\u003e\n"],["\u003cp\u003eThe "Hosted clients" report provides insight into revenue share from each sub-account, identifiable by their publisher ID.\u003c/p\u003e\n"],["\u003cp\u003eCustom channels enable performance tracking for ad units and allow for granular reporting by assigning channels to impressions based on criteria like user login status.\u003c/p\u003e\n"],["\u003cp\u003eThe AdSense Management API empowers creation of tailored reporting dashboards for comprehensive performance analysis within your own environment.\u003c/p\u003e\n"]]],["The platform offers several reporting options, including the \"Hosted clients\" report, accessible via the **Reports** page, to track revenue share from sub-accounts. Custom channels, created within AdSense and assigned via ad tags using `data-ad-host-channel`, allow for tracking ad unit performance. These channels are created by managing custom channels on the **Reports** page. Additionally, the AdSense Management API enables the creation of custom reporting dashboards using the same service account as the AdSense Platforms API.\n"],null,["Reporting\n---------\n\nThis section describes the options that are available to you to track the performance of ads throughout your platform. In addition to the standard AdSense reporting functionality, you have access to a few additional features.\n\n### Hosted clients report\n\nThe \"Hosted clients\" report lets you see the revenue share that you receive from each sub-account, distributed by sub-account publisher ID. You can access this report on the **Reports** page of your platform AdSense account:\n\n1. [Sign in](https://adsense.google.com/adsense/login) to your AdSense account.\n2. Click **Reports**.\n3. Next to \"Break down by\", select **Hosted clients**.\n\nLearn more about [reporting in AdSense](https://support.google.com/adsense/answer/9831227).\n\n### Custom channels\n\nFor standard AdSense setups, custom channels allow you to track the performance of ad units collectively. They can also serve as a powerful reporting tool by allowing you to specify a custom channel for each impression. For example you can create two custom channels for signed in and signed out users, and programmatically apply them to all ad units on the page.\n\nYou can create your own custom channel IDs in AdSense and then assign those channel IDs to the ad units on your platform via the AdSense ad tag.\n\nTo create a custom channel ID:\n\n1. Open your **Reports** page.\n2. Click settings ().\n3. Click **Manage custom channels**.\n4. Click **Add channel**.\n5. In the \"Product\" drop down, select your host property. It starts with \"ca-host-pub-\"\n6. Choose a name for your channel.\n7. Click Save.\n\nTo assign a custom channel ID, use the `data-ad-host-channel` parameter in the ad tags. For example: \n\n \u003cscript async\n src=\"//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1234&host=ca-host-pub-5678\"\n crossorigin=\"anonymous\"\u003e\n \u003c/script\u003e\n \u003cins class=\"adsbygoogle\"\n style=\"display:block;\"\n data-ad-client=\"ca-pub-1234\"\n data-ad-host=\"ca-host-pub-5678\"\n data-ad-host-channel=\"CHANNEL_ID_FROM_ADSENSE\".\n data-ad-format=\"auto\"\u003e\u003c/ins\u003e\n \u003cscript\u003e\n (adsbygoogle = window.adsbygoogle || []).push({});\n \u003c/script\u003e\n\nYou can retrieve the channel ID from the \"Channel ID\" column in the table on the \"Manage custom channels\" page.\n\nLearn more about [tracking performance with custom channels](https://support.google.com/adsense/answer/65083).\n\n### Custom dashboard\n\nYou can use the [AdSense Management API](https://developers.google.com/adsense/management) to create custom reporting dashboards in your own console. The AdSense Management API uses the same scope as the AdSense Platforms API, and as a result you can query the AdSense Management APIs via the same service account you use to create sub-accounts."]]