상세 보고에 채널 사용
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
애드센스 내에서 요청된 형식 분류를 사용하여
게임 수익을 추적할 수 있습니다.
이렇게 하면 측정항목을 전면 광고 및 보상형 광고로 분류하여 볼 수 있습니다. 그러나 수익 창출 실적을
보다 구체적으로 추적해야 하는 경우가 종종 있습니다(예: 각 게임
또는 배포 파트너의 수익 추적).
이를 위한 한 가지 방법은
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>
예를 들어 특정 URL의
특정 배포 파트너를 대상으로 모든 게임을 호스팅합니다. 새 채널을 만들고
페이지에 호스팅된 태그에
채널 ID를 전달할 수 있습니다. 이렇게 하면
해당 URL에 연결된 파트너에서 발생한 모든 수익과
해당 배포 파트너십의 모든 수익을 추적할 수 있습니다.
기본적으로 애드센스에서 최대 2,000개의 채널을 만들 수 있으며, 필요하면
Google 계정 관리자에게 문의하여 이 한도를 늘릴 수 있습니다.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-01-25(UTC)
[[["이해하기 쉬움","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-01-25(UTC)"],[[["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."]]],[]]