Google uses AI technology to translate content into your preferred language. AI translations can contain errors.
使用管道製作進階報表
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
在 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 帳戶管理員聯絡,提高這項限制。
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-26 (世界標準時間)。
[[["容易理解","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"]],["上次更新時間:2025-07-26 (世界標準時間)。"],[],[]]