استخدام القنوات في إعداد التقارير المتقدّمة
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
يمكنك تتبُّع أرباح ألعابك في AdSense باستخدام تصنيف الشكل المطلوب الذي يتيح لك الاطّلاع على المقاييس مقسّمة حسب الإعلان البيني والإعلان مقابل مكافأة. ومع ذلك، من الضروري غالبًا تتبُّع أداء تحقيق الربح بتفاصيل أكثر، مثل تتبُّع الأرباح لكل لعبة أو لكل شريك توزيع.
يمكنك إجراء ذلك من خلال ربط قناة بلعبتك باستخدام المَعلمة data-ad-channel
في علامة AdSense:
<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>
على سبيل المثال، تستضيف جميع ألعابك الخاصة بأحد شركاء التوزيع على عنوان URL معيّن. يمكنك
إنشاء قناة جديدة
وتمرير رقم تعريفها في العلامة المستضافة على تلك الصفحة. سيسمح لك ذلك بتتبُّع كل الإيرادات الناتجة من الشركاء الذين يربطون المحتوى بعنوان URL هذا وكل الإيرادات الناتجة من شراكة التوزيع هذه.
يمكنك إنشاء ما يصل إلى 2, 000 قناة ضِمن AdSense بشكل تلقائي، ويمكن زيادة هذا الحدّ إذا لزم الأمر من خلال التواصل مع مدير حسابك على Google.
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\u003cp\u003eTrack game revenue by ad format (Interstitial, Rewarded) using the "Requested format" breakdown in AdSense.\u003c/p\u003e\n"],["\u003cp\u003eTrack more granular revenue data (e.g., per game, per distribution partner) by associating channels with your games using the \u003ccode\u003edata-ad-channel\u003c/code\u003e parameter in the AdSense tag.\u003c/p\u003e\n"],["\u003cp\u003eCreate channels and assign unique IDs to track revenue from specific URLs or distribution partners, providing detailed performance insights.\u003c/p\u003e\n"],["\u003cp\u003eAdSense allows for up to 2000 channels by default, with the option to increase this limit by contacting your Google Account Manager.\u003c/p\u003e\n"]]],[],null,["# Use channels for advanced reporting\n\nWithin AdSense you can track your games revenue by using the\n**Requested format** breakdown which will allow you to see metrics split out by\n**Interstitial** and **Rewarded**. However, it is often necessary to track\nmonetization performance in more detail--such as tracking revenue for each game,\nor for each distribution partner.\n\nOne way to do this is to associate a\n[channel](https://support.google.com/adsense/answer/10078316) with your game\nusing the [`data-ad-channel`](https://support.google.com/adsense/answer/9955214)\nparameter to the AdSense tag: \n\n \u003cscript async\n data-ad-channel=\"123456790\"\n src=\"https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=\u003cvar translate=\"no\"\u003eca-pub-123456789\u003c/var\u003e\"\n crossorigin=\"anonymous\"\u003e\n \u003c/script\u003e\n \u003cscript\u003e\n window.adsbygoogle = window.adsbygoogle || [];\n var adBreak = adConfig = function(o) {adsbygoogle.push(o);}\n \u003c/script\u003e\n\nFor example, you host all of your games for a particular distribution partner at\na specific URL. You can\n[create a new channel](https://support.google.com/adsense/answer/10078316)\nand pass its ID in the tag hosted at that page. This would let you track all of\nthe revenue generated from partners linking to that URL and all of the revenue\nfrom that distribution partnership.\n\nBy default you can create upto 2000 channels within AdSense, if necessary this\nlimit can be increased by getting in touch with your Google Account Manager."]]