在高级报告中使用渠道
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
在 AdSense 中,您可以使用要求的格式这一细分维度来跟踪游戏收入,该细分维度让您可以查看按插页式广告和激励广告划分的指标。但是,通常情况下有必要进一步跟踪创收效果,例如跟踪每款游戏或每位发行合作伙伴的收入。
要实现此目的,一种方法是在 AdSense 代码中使用 data-ad-channel
参数,将渠道与您的游戏相关联:
<script async
data-ad-channel="123456790"
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-123456789"
crossorigin="anonymous">
</script>
<script>
window.adsbygoogle = window.adsbygoogle || [];
var adBreak = adConfig = function(o) {adsbygoogle.push(o);}
</script>
例如,您将通过特定发行合作伙伴提供的所有游戏托管在特定网址,那么您就可以创建新渠道,并将其 ID 传递到在该页面上托管的代码中。如此一来,您便可以跟踪与该网址相关联的合作伙伴创造的所有收入,以及该发行合作伙伴关系带来的所有收入。
默认情况下,您最多可以在 AdSense 中创建 2000 个渠道,不过您也可以根据需要,通过与您的 Google 客户经理联系来提高这方面的限额。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-01-25。
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-01-25。"],[[["Track game revenue by ad format (Interstitial, Rewarded) using the \"Requested format\" breakdown in AdSense."],["Track more granular revenue data (e.g., per game, per distribution partner) by associating channels with your games using the `data-ad-channel` parameter in the AdSense tag."],["Create channels and assign unique IDs to track revenue from specific URLs or distribution partners, providing detailed performance insights."],["AdSense allows for up to 2000 channels by default, with the option to increase this limit by contacting your Google Account Manager."]]],[]]