EU 사용자의 동의 요청
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
Google의 EU 사용자 동의 정책에 따라 게시자는 쿠키 또는 기타 로컬 저장소의 사용(현지 법규에서 요구하는 경우) 및 광고 개인 최적화를 위한 개인 정보의 수집, 공유, 사용 사실을 유럽 경제 지역(EEA)의 사용자에게 공개하고 이에 대한 동의를 얻어야 합니다. 이 정책에는 EU 온라인 개인 정보 보호 지침 및 개인 정보 보호법 (GDPR)의 요구사항이 반영되어 있습니다.
IMA SDK에 동의 전달
기본적으로 Google에 광고 요청을 보내면 웹페이지 또는 앱의 콘텐츠 및 페이지를 방문하는 사용자의 기록을 기반으로 선택된 개인 맞춤 광고가 게재됩니다. Google에서는 개인 맞춤이 아닌 광고의 게재도 지원합니다.
개인 맞춤 광고 및 개인 맞춤이 아닌 광고 자세히 알아보기
개인 맞춤이 아닌 광고를 강제하려면 광고 태그에 &npa=1
를 추가하여 개인 맞춤이 아닌 광고 콘텐츠만 반환되도록 지정할 수 있습니다.
이는 다음과 같이 adTagParameters
속성을 사용하여 실행합니다.
Sub loadStream()
...
request = sdk.CreateStreamRequest()
if m.top.streamData.type = "live"
request.assetKey = m.top.streamData.assetKey
else
request.contentSourceId = m.top.streamData.contentSourceId
request.videoId = m.top.streamData.videoId
end if
request.apiKey = m.top.streamData.apiKey
request.player = m.player
request.adTagParameters = "npa=1";
requestResult = sdk.requestStream(request)
...
End Sub
사용자를 동의 연령 미만으로 태그하기
유럽 경제 지역 (EEA)에 거주하는 동의 연령 미만의 사용자를 대상으로 하는 서비스의 경우 광고 요청에 이를 표시할 수 있습니다. 이 기능은 개인 정보 보호법(GDPR) 준수를 지원하기 위해 도입되었습니다.
GDPR에 의거한 다른 법적 의무가 있을 수 있습니다. 유럽연합의 지침을 검토하고 변호사와 상의하시기 바랍니다.
Google 도구는 규정 준수를 지원하기 위해 설계되었으며 Google 도구를 사용한다고 해서 게시자의 법적 의무가 면제되지 않으니 유의하시기 바랍니다. GDPR이 게시자에게 미치는 영향에 대해 자세히 알아보기
이 기능을 사용하면 TFUA (동의 연령 미만의 유럽 사용자가 대상임을 나타내는 태그) 매개변수가 광고 요청에 포함됩니다. 그러면 해당 광고 요청에 대해서는 리마케팅을 포함한 개인 맞춤 광고가 중지됩니다. 또한 광고 측정 픽셀 및 서드 파티 광고 서버와 같은 서드 파티 광고 업체에 대한 요청도 중지됩니다. 이 매개변수는 Ad Manager 키-값 사용에 영향을 미치지 않습니다. 따라서 키-값 사용이 GDPR을 준수하는지 확인해야 합니다.
광고 요청에 포함된 TFUA 매개변수는 사이트 수준에서 적용 가능한 모든 설정에 우선합니다.
구현에서 실행하는 모든 광고 요청에 이 태그를 포함하려면 광고 태그에 &tfua=1
를 추가하세요.
Sub loadStream()
...
request = sdk.CreateStreamRequest()
if m.top.streamData.type = "live"
request.assetKey = m.top.streamData.assetKey
else
request.contentSourceId = m.top.streamData.contentSourceId
request.videoId = m.top.streamData.videoId
end if
request.apiKey = m.top.streamData.apiKey
request.player = m.player
request.adTagParameters = "tfua=1";
requestResult = sdk.requestStream(request)
...
End Sub
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-08-21(UTC)
[null,null,["최종 업데이트: 2025-08-21(UTC)"],[[["\u003cp\u003ePublishers serving users in the European Economic Area (EEA) must comply with Google's EU User Consent Policy, including obtaining consent for cookies and data usage for ad personalization.\u003c/p\u003e\n"],["\u003cp\u003eNon-personalized ads can be served by adding \u003ccode\u003e&npa=1\u003c/code\u003e to the ad tag's \u003ccode\u003eadTagParameters\u003c/code\u003e property.\u003c/p\u003e\n"],["\u003cp\u003eTo comply with GDPR for users under the age of consent, add \u003ccode\u003e&tfua=1\u003c/code\u003e to the ad tag's \u003ccode\u003eadTagParameters\u003c/code\u003e, which disables personalized ads and third-party ad vendor requests.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003etfua\u003c/code\u003e parameter takes precedence over site-level settings, disabling personalized advertising and third-party ad vendor requests for that specific ad request.\u003c/p\u003e\n"],["\u003cp\u003ePublishers should review GDPR guidelines and seek legal counsel to ensure full compliance beyond the use of Google's tools.\u003c/p\u003e\n"]]],[],null,["# Request consent from EU users\n\nUnder Google's [EU User Consent\nPolicy](//www.google.com/about/company/consentstaging.html),\nyou must make certain disclosures to your users in the European\nEconomic Area (EEA) and obtain their consent for the use of cookies or\nother local storage where legally required, and for the collection,\nsharing, and use of personal data for ads personalization. This policy\nreflects the requirements of the EU ePrivacy Directive and the General\nData Protection Regulation (GDPR).\n\n\u003cbr /\u003e\n\nForwarding consent to the IMA SDK\n---------------------------------\n\nBy default, ad requests to Google serve personalized ads, with ad selection\nbased on both the content of the web page or app and the history of the user\nvisiting it. Google also supports serving non-personalized ads.\n[Learn more about personalized and non-personalized\nads](//support.google.com/admanager/answer/9005435)\n\nTo force non-personalized ads, you can append `&npa=1` to your ad tag\nto specify that only non-personalized ad content should be returned.\n\nThis is accomplished with the `adTagParameters` property, like so: \n\n```gdscript\nSub loadStream()\n ...\n request = sdk.CreateStreamRequest()\n if m.top.streamData.type = \"live\"\n request.assetKey = m.top.streamData.assetKey\n else\n request.contentSourceId = m.top.streamData.contentSourceId\n request.videoId = m.top.streamData.videoId\n end if\n request.apiKey = m.top.streamData.apiKey\n request.player = m.player\n request.adTagParameters = \"npa=1\";\n requestResult = sdk.requestStream(request)\n ...\nEnd Sub\n```\n\nTagging users as under the age of consent\n-----------------------------------------\n\nYou can mark your ad requests to receive treatment for users in the European\nEconomic Area (EEA) under the age of consent. This feature is designed to\nhelp facilitate compliance with the [General Data Protection Regulation\n(GDPR)](//eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX:32016R0679).\nNote that you may have other legal obligations under GDPR. Please review\nthe European Union's guidance and consult with your own legal counsel.\nPlease remember that Google's tools are designed to facilitate compliance\nand do not relieve any particular publisher of its obligations under the\nlaw. [Learn more about how GDPR affects\npublishers](//support.google.com/admanager/answer/7666366)\n\nWhen using this feature, a TFUA (Tag For Users under the Age of Consent in\nEurope) parameter will be included in the ad request. This parameter disables\n[personalized advertising](//support.google.com/admanager/answer/9005435),\nincluding remarketing, for that specific ad request. It also disables\nrequests to third-party ad vendors, such as ad measurement pixels and\nthird-party ad servers. The parameter does not affect your use of\nAd Manager key-values. Consequently, you must ensure that your use of\nkey-values is compliant with GDPR.\n\nIncluding the TFUA parameter in an ad request takes precedence over any\napplicable site-level settings.\n\nTo include this tag on all ad requests made from your implementation,\nappend `&tfua=1` to your ad tag. \n\n```gdscript\nSub loadStream()\n ...\n request = sdk.CreateStreamRequest()\n if m.top.streamData.type = \"live\"\n request.assetKey = m.top.streamData.assetKey\n else\n request.contentSourceId = m.top.streamData.contentSourceId\n request.videoId = m.top.streamData.videoId\n end if\n request.apiKey = m.top.streamData.apiKey\n request.player = m.player\n request.adTagParameters = \"tfua=1\";\n requestResult = sdk.requestStream(request)\n ...\nEnd Sub\n```"]]