소개
이 API는 개인 정보 보호 및 메시지 탭 콘솔을 사용하여 다음을 할 수 있습니다.
- 특정 사용자에 대한 메시지 표시 안 함
- 사용자의 광고 차단 상태를 쿼리하여
- 사용자가 동의를 취소할 수 있도록 허용 (해당하는 경우)
이러한 도구를 사용하여 일부 업계 표준에 따라 사용자 동의를 수집할 수도 있습니다. 프로토콜:
- IAB TCF v2 사양을 사용한 GDPR 동의
- IAB GPP CPRA 사양을 사용한 CPRA 선택 해제
이러한 경우 동의 상태는 해당 API를 통해 전달됩니다.
다음 단계에 따라 사이트에 사용자 메시지 기능을 배포할 수 있습니다. 있습니다.
- 대부분의 경우 기존 Google 출판사 태그 또는 애드센스 태그는 사용자 메시지를 수집합니다.
- 광고 차단 해제 요청 메시지를 사용하는 경우 광고를 추가해야 합니다. 명시적으로 차단 태그를 추가하세요. 광고 보기 관리자 및 AdSense 태그 지정 지침을 참조하세요.
googlefc
는 사용자 메시지 기능이 사용하는 전역 네임스페이스입니다.
JavaScript Window
에서 API를 찾을 수 있습니다.
필드 요약
이름 | 유형 | 정의 |
---|---|---|
googlefc.controlledMessagingFunction
|
함수(!Object) | 메시지를 계속 진행할지 여부를 결정하는 함수입니다. 이 기능은 모든 메시지 유형에 지원됩니다. |
googlefc.callbackQueue
|
!Array<!Object<string, function()>> | !Array<function()> | !googlefc.CallbackQueue | 사용자 메시지 쿼리의 비동기 실행을 위한 콜백 큐에 대한 참조입니다. |
googlefc.CallbackQueue
|
!Object | 콜백 큐 객체의 유형입니다. |
googlefc.AdBlockerStatusEnum
|
!Object<문자열, 숫자> | 사용자의 광고 차단 프로그램 상태를 나타내는 열거형입니다. |
googlefc.AllowAdsStatusEnum
|
!Object<문자열, 숫자> | 사용자의 광고 허용 상태를 나타내는 열거형입니다. |
googlefc.ccpa.InitialCcpaStatusEnum
|
!Object<문자열, 숫자> | 사용자 초기 CPRA 상태를 나타내는 열거형입니다. |
googlefc.ccpa.overrideDnsLink
|
정의되지 않음|부울 | 맞춤 판매 거부 링크를 사용하기 위해 true로 설정할 수 있는 부울입니다. |
메서드 요약
이름 | 반환 유형 | 정의 |
---|---|---|
googlefc.showRevocationMessage()
|
정의되지 않음 |
동의 기록을 지우고 googlefc 스크립트를 새로고침하여 사용자에게 적용되는 동의 메시지를 표시합니다.
|
googlefc.getAdBlockerStatus()
|
숫자 |
사용자의 광고 차단 상태에 따라 AdBlockerStatusEnum 의 값을 반환합니다.
|
googlefc.getAllowAdsStatus()
|
숫자 |
사용자의 광고 허용 상태에 따라 AllowAdsStatusEnum 에 값을 반환합니다.
|
googlefc.ccpa.getInitialCcpaStatus()
|
숫자 |
사용자의 초기 CPRA 상태에 따라 InitialCcpaStatusEnum 에 값을 반환합니다.
|
googlefc.ccpa.openConfirmationDialog(function(boolean))
|
정의되지 않음 | 기본 Do Not Sell 링크가 재정의되면 CPRA 확인 대화상자가 열립니다. |
사이트에서 테스트 및 디버깅
개인 정보 보호 및 메시징은 디버깅 및 테스트 기능을 제공하여 특정 메시지 (또는 메시지 조합)가 어떻게 표시되는지 확인할 수 있습니다.
기본 요건:
- 미리 보려는 메시지는 선택한 사이트에 게시되어야 합니다. 테스트 기준
다음 디버깅 URL을 사용하여 사이트에서 실시간 미리보기를 확인할 수 있습니다. 매개변수:
디버그 매개변수 | 허용되는 값 |
---|---|
fc |
alwaysshow (디버그/미리보기 모드 트리거) |
fctype |
ab (광고 차단 메시지), ccpa (CPRA 거부 메시지), gdpr (GDPR 동의 메시지), monetization (Offerwall 메시지) |
이를 사용하여 사이트 (foo.com)에서 미리 보는 방법에 대한 몇 가지 예는 다음과 같습니다.
- CPRA 메시지 테스트 --
http://foo.com/?fc=alwaysshow&fctype=ccpa
- GDPR 메시지 테스트 --
http://foo.com/?fc=alwaysshow&fctype=gdpr
필드: 설명 및 예시
googlefc.controlledMessagingFunction {function(!Object)}
메시지를 표시할지 여부를 결정하는 함수입니다. 가능 다음과 같이 게시자가 지정한 조건에서 메시지 렌더링을 통제하는 데 사용됩니다. 구독자 상태 또는 페이지 URL입니다.
이전에 윈도우에서 googlefc.controlledMessagingFunction
를 정의하면
다른 스크립트를 로드하면
message.proceed(boolean)
message.proceed(true)
에 전화하면 다음 메시지를 보낼 수 있습니다.
평소대로 진행하지만 message.proceed(false)
를 호출하면
차단할 수 있습니다.
예: 비동기 함수를 정의하는 이 스크립트가 페이지에 있다고 가정하겠습니다.
로그인한 사용자가 다음 사용자인지 확인하는 determineIfUserIsSubscriber()
함수
있습니다.
<head>
<script>
window.isSubscriber = undefined;
function determineIfUserIsSubscriber() {
if (isSubscriber !== undefined) {
return isSubscriber;
}
return new Promise(resolve => {
setTimeout(() => {
// Change this to true if you want to test what subscribers would see.
window.isSubscriber = false;
resolve(window.isSubscriber);
}, 1000);
});
}
</script>
</head>
이 예시에서는
googlefc.controlledMessagingFunction
- 다음 사용자에게만 메시지 표시
있습니다.
<head>
<script>
// Define googlefc and the controlled messaging function on the Window.
window.googlefc = window.googlefc || {};
googlefc.controlledMessagingFunction = async (message) => {
// Determine if the user is a subscriber asynchronously.
const isSubscriber = await determineIfUserIsSubscriber();
if (isSubscriber) {
// If the user is a subscriber, don't show any messages.
message.proceed(false);
} else {
// Otherwise, show messages as usual.
message.proceed(true);
}
}
</script>
</head>
또한 이 기능이 확장되어 게시자가 Offerwall 비공개 베타를 진행하여 Offerwall만 억제됩니다. 이 기능이 적용되더라도 다른 메시지 유형은 영향을 받지 않습니다.
Offerwall별로 관리되는 메시지는
매개변수를 message.proceed()
, googlefc.MessageTypeEnum
유형의 Array
로 설정합니다.
예: 다음은 googlefc.controlledMessagingFunction
를 사용하여
다른 상태를 억제하지 않고 구독자에게 제공되는 Offerwall만 억제합니다.
메시지 유형:
<head>
<script>
// Define googlefc and the controlled messaging function on the Window.
window.googlefc = window.googlefc || {};
googlefc.controlledMessagingFunction = async (message) => {
// Determine if the Offerwall should display or not.
const shouldDisplayOfferwall = await determineIfUserIsSubscriber();
const applicableMessageTypes = [];
if (!shouldDisplayOfferwall) {
// Do not show the Offerwall, but allow other message types to display.
applicableMessageTypes.push(window.googlefc.MessageTypeEnum.OFFERWALL);
message.proceed(false, applicableMessageTypes);
} else {
// Otherwise, show messages as usual.
message.proceed(true);
}
}
</script>
</head>
다음의 비동기 실행을 위한 전역 콜백 큐 참조
메시지 관련 통화 함수를 호출하는 데 지원되는 유일한 방법은
callbackQueue
에 추가합니다.
서로 다른 시간에 다양한 유형의 데이터를 사용할 수 있으므로 함수가 은 다음 문자열 중 하나를 키로 사용하여 맵으로 추가되어야 하고 함수를 값으로 실행합니다.
지원되는 키:
키 이름 | 사용 | 상대적 지연 시간 |
---|---|---|
CONSENT_API_READY
|
CONSENT_API_READY 키를 사용하여 콜백 큐에 푸시된 함수는 지원되는 동의 프레임워크용 API가 정의되고 호출 가능한 경우 실행됩니다. 이 시점부터 이후에 추가되는 CONSENT_API_READY 키 함수의 실행은 동기식입니다. 프레임워크별 세부정보는 IAB 프레임워크 섹션을 참고하세요.
|
낮음 |
CONSENT_DATA_READY
|
지원되는 동의 프레임워크에 수집된 사용자 동의가 확인된 경우 (이전 실행에서 또는 사용자가 동의 메시지와 상호작용한 후) CONSENT_DATA_READY 키를 사용하여 콜백 큐에 푸시된 함수가 실행됩니다. 이 시점부터 이후에 추가되는 CONSENT_DATA_READY 키 함수의 실행은 동기식입니다.
|
높음 |
AD_BLOCK_DATA_READY
|
AD_BLOCK_DATA_READY 키를 사용하여 콜백 큐로 푸시된 함수는 광고 차단 데이터를 흐름에서 사용할 수 있게 되면 실행됩니다. 이 시점부터 이후에 추가되는 AD_BLOCK_DATA_READY 키 함수의 실행은 동기식입니다.
|
높음 |
INITIAL_CCPA_DATA_READY
|
INITIAL_CCPA_DATA_READY 를 사용하여 콜백 큐로 푸시된 함수는 CPRA 데이터를 흐름에서 사용할 수 있게 되면 실행됩니다. 이후 CPRA 데이터에 대한 요청은 US Privacy API (__uspapi )를 직접 호출하여 가져와야 합니다.
|
보통 |
googlefc.CallbackQueue {!Object}
메서드 요약:
이름 | 유형 | 매개변수 | 반환 유형 | 역할 |
---|---|---|---|---|
push(data)
|
숫자 |
data : 키가 데이터 중 하나인 키-값 쌍입니다.
가용성 유형 및 실행할 JavaScript 함수로서의 값
허용되는 데이터 가용성 키는 CONSENT_API_READY 입니다.
CONSENT_DATA_READY , AD_BLOCK_DATA_READY 외
INITIAL_CCPA_DATA_READY 입니다.
|
지금까지 추가된 명령어 수입니다. 배열의 현재 길이를 반환합니다. | 전달된 함수를 데이터가 생성되는 순서대로 실행합니다. 사용할 수 있게 되면 이 함수가 할 수 있습니다. |
예:
<script>
// Make sure that the properties exist on the window.
window.googlefc = window.googlefc || {};
window.googlefc.ccpa = window.googlefc.ccpa || {}
window.googlefc.callbackQueue = window.googlefc.callbackQueue || [];
// Queue the callback on the callbackQueue.
googlefc.callbackQueue.push({
'AD_BLOCK_DATA_READY':
() => {
if (googlefc.getAdBlockerStatus() == googlefc.AdBlockerStatusEnum.NO_AD_BLOCKER) {
// Handle a non-ad blocking user.
}
}
});
</script>
googlefc.AdBlockerStatusEnum {!Object<string, number>}
사용자의 여러 광고 차단 상태를 나타냅니다. 여러 상태 다음과 같습니다.
googlefc.AdBlockerStatusEnum = {
// Something failed, in an unknown state.
UNKNOWN: 0,
// The user was running an extension level ad blocker.
EXTENSION_AD_BLOCKER: 1,
// The user was running a network level ad blocker.
NETWORK_LEVEL_AD_BLOCKER: 2,
// The user was not blocking ads.
NO_AD_BLOCKER: 3,
};
googlefc.AllowAdsStatusEnum {!Object<string, number>}
사용자의 다양한 광고 차단 광고 허용 상태를 나타냅니다. 다른 상태는 다음과 같습니다.
googlefc.AllowAdsStatusEnum = {
// Something failed, in an unknown state.
UNKNOWN: 0,
// User is currently using an ad blocker, was never using an ad blocker, or
// allowed ads, but not because they saw the Privacy & messaging message.
ADS_NOT_ALLOWED: 1,
// User is no longer using an ad blocker after seeing the ad blocking message.
ADS_ALLOWED: 2,
};
googlefc.ccpa.InitialCcpaStatusEnum{!Object<string, number>}
사용자의 다양한 광고 차단 광고 허용 상태를 나타냅니다. 다른 상태는 다음과 같습니다.
googlefc.ccpa.InitialCcpaStatusEnum = {
// Something failed, in an unknown state.
UNKNOWN: 0,
// CPRA does not apply to this user.
CCPA_DOES_NOT_APPLY: 1,
// CPPA applies to this user, and the user has not opted out yet.
NOT_OPTED_OUT: 2,
// CPPA applies to this user, and the user has opted out.
OPTED_OUT: 3,
};
googlefc.ccpa.overrideDnsLink{undefined|boolean}
기본값인 Do Not Sell 링크를 숨기고 맞춤 판매 거부 링크를 클릭합니다.
예:
<script>
// Make sure that the properties exist on the window.
window.googlefc = window.googlefc || {};
window.googlefc.ccpa = window.googlefc.ccpa || {}
// Signals that the default DNS link will be overridden.
googlefc.ccpa.overrideDnsLink = true;
</script>
메서드: 설명 및 예시
googlefc.getConsentStatus(): {number}
googlefc.getConsentedProviderIds(): {!Array<string>}
- 이제 호출 시 항상 빈 목록이 반환됩니다.
googlefc.showRevocationMessage(): {undefined}
현재 동의 기록을 지우고
적용할 수 있습니다. 이 함수에 지정해야 하는 키는 다음과 같습니다.
CONSENT_DATA_READY
예:
<button type="button" onclick="googlefc.callbackQueue.push({'CONSENT_DATA_READY': () => googlefc.showRevocationMessage()});">
Click here to revoke
</button>
googlefc.getAdBlockerStatus(): {number}
광고 차단 상태에 따라 AdBlockerStatusEnum의 값을 반환합니다.
정의합니다. 이 함수에 지정해야 하는 키는 다음과 같습니다.
AD_BLOCK_DATA_READY
예:
<script>
// Make sure that the properties exist on the window.
window.googlefc = window.googlefc || {};
window.googlefc.ccpa = window.googlefc.ccpa || {}
window.googlefc.callbackQueue = window.googlefc.callbackQueue || [];
// Queue the callback on the callbackQueue.
googlefc.callbackQueue.push({
'AD_BLOCK_DATA_READY':
() => {
switch (googlefc.getAdBlockerStatus()) {
case googlefc.AdBlockerStatusEnum.EXTENSION_LEVEL_AD_BLOCKER:
case googlefc.AdBlockerStatusEnum.NETWORK_LEVEL_AD_BLOCKER:
// Insert handling for cases where the user is blocking ads.
break;
case googlefc.AdBlockerStatusEnum.NO_AD_BLOCKER:
// Insert handling for cases where the user is not blocking ads.
break;
case googlefc.AdBlockerStatusEnum.UNKNOWN:
// Insert handling for unknown cases.
break;
}
}
});
</script>
googlefc.getAllowAdsStatus(): {number}
AllowAdsStatusEnum
에서 광고 허용 상태에 따라 다음 값을 반환합니다.
있습니다. 이 함수에 지정해야 하는 키는 다음과 같습니다.
AD_BLOCK_DATA_READY
예:
<script>
// Make sure that the properties exist on the window.
window.googlefc = window.googlefc || {};
window.googlefc.ccpa = window.googlefc.ccpa || {}
window.googlefc.callbackQueue = window.googlefc.callbackQueue || [];
// Queue the callback on the callbackQueue.
googlefc.callbackQueue.push({
'AD_BLOCK_DATA_READY':
() => {
switch (googlefc.getAllowAdsStatus()) {
case googlefc.AllowAdsStatusEnum.ADS_NOT_ALLOWED:
// Insert handling for cases where the user has not allowed ads.
// The user may have never been an ad blocker.
break;
case googlefc.AllowAdsStatusEnum.ADS_ALLOWED:
// Insert handling for cases where the user saw the ad blocking
// message and allowed ads on the site.
break;
case googlefc.AllowAdsStatusEnum.UNKNOWN:
// Insert handling for unknown cases.
break;
}
}
});
</script>
googlefc.ccpa.getInitialCcpaStatus(): {number}
CPRA 상태에 따라 InitialCcpaStatusEnum
에 값을 반환합니다.
있습니다. 이 함수에 지정해야 하는 키는 다음과 같습니다.
INITIAL_CCPA_DATA_READY
이후에 CPRA 데이터를 요청할 때는
US Privacy API (__uspapi
)를 직접 호출하여 가져올 수 있습니다.
예:
<script>
// Make sure that the properties exist on the window.
window.googlefc = window.googlefc || {};
window.googlefc.ccpa = window.googlefc.ccpa || {}
window.googlefc.callbackQueue = window.googlefc.callbackQueue || [];
// Queue the callback on the callbackQueue.
googlefc.callbackQueue.push({
'INITIAL_CCPA_DATA_READY':
() => {
switch (googlefc.ccpa.getInitialCcpaStatus()) {
case googlefc.ccpa.InitialCcpaStatusEnum.CCPA_DOES_NOT_APPLY:
// Insert handling for cases where the user is not CPRA eligible.
break;
case googlefc.ccpa.InitialCcpaStatusEnum.NOT_OPTED_OUT:
// Insert handling for cases where the user is CPRA eligible and has
// not opted out.
break;
case googlefc.ccpa.InitialCcpaStatusEnum.OPTED_OUT:
// Insert handling for cases where the user is CPRA eligible and has
// opted out.
break;
}
}
});
</script>
googlefc.ccpa.openConfirmationDialog(function(boolean)): {undefined}
기본 판매 거부 링크가 다음과 같은 경우 CPRA 확인 대화상자가 열립니다.
재정의됩니다. 사용자가 확인 대화상자와 상호작용하면 제공된
사용자가 선택 해제하면 콜백 함수가 true
로 호출됩니다.
그 외에는 false
입니다.
예:
<script>
// This callback will be called with the user CPRA decision.
const ccpaCompletionCallback = (userOptedOut) => {
// Insert handling for user opt-out status here.
}
// Invoke the CPRA confirmation dialog when the user clicks the link.
document.getElementById("your-custom-ccpa-do-not-sell-link").addEventListener(
"click", () => googlefc.ccpa.openConfirmationDialog(ccpaCompletionCallback));
</script>
GDPR용 IAB TCF v2와 함께 Google 동의 관리 솔루션 사용하기
Google 동의 관리 솔루션을 사용하여 GDPR 동의를 수집하는 경우 IAB TCF v2 프레임워크에 따라 IAB TCF v2를 API를 참고하세요.
CONSENT_API_READY
콜백 대기열 키로, 해당 콜백이 호출될 때만
IAB TCF v2 API가 페이지에 정의되어 있어야 합니다. 이것은
다음 코드로 교체합니다.
'addEventListener'
드림
명령어를 사용해야 합니다.
예:
<script>
// Make sure that the properties exist on the window.
window.googlefc = window.googlefc || {};
window.googlefc.callbackQueue = window.googlefc.callbackQueue || [];
// Queue the callback using the CONSENT_API_READY key on the callbackQueue.
window.googlefc.callbackQueue.push({
'CONSENT_API_READY':
() => __tcfapi('addEventListener', 2.2, (data, success) => {
// Do something with consent data value; this callback may be invoked
// multiple times as user completes consent flow.
})
});
</script>
CONSENT_DATA_READY
해당 콜백이 호출되는지 확인하는 콜백 큐 키
IAB TCF v2 API를 사용하여 사용자 동의를 수집하고 액세스할 수 있는 경우에만
이는
'addEventListener'
드림
명령어 - 제공된 콜백의 첫 번째 호출에서 제공된 데이터
사용자의 동의 선택이 포함됩니다 (TCF v2가
사용자). TCF v2.2가 출시됨에 따라
'getTCData'
드림
명령어는 지원 중단되었습니다.
예:
<script>
// Make sure that the properties exist on the window.
window.googlefc = window.googlefc || {};
window.googlefc.callbackQueue = window.googlefc.callbackQueue || [];
// Queue the callback using the CONSENT_DATA_READY key on the callbackQueue.
window.googlefc.callbackQueue.push({
'CONSENT_DATA_READY':
() => __tcfapi('addEventListener', 2.2, (data, success) => {
// Do something with consent data value; this callback may be invoked
// multiple times if user consent selections change.
})
});
</script>
CPRA용 IAB GPP 프레임워크와 함께 Google 동의 관리 솔루션 사용
Google 동의 관리 솔루션을 사용하여 CPRA 거부를 수집하는 경우 IAB GPP 프레임워크에 따라 IAB GPP API를 참고하세요.
CPRA 규정의 거부 특성으로 인해
CONSENT_API_READY
또는
CONSENT_DATA_READY
콜백
IAB GPP API를 호출하고 동의 데이터를 반환하는지 확인하기 위한 대기열 키
콜백이 호출되는 시점입니다.
<script>
// Make sure that the properties exist on the window.
window.googlefc = window.googlefc || {};
window.googlefc.ccpa = window.googlefc.ccpa || {}
window.googlefc.callbackQueue = window.googlefc.callbackQueue || [];
// Queue the callback on the callbackQueue.
window.googlefc.callbackQueue.push({
'CONSENT_DATA_READY':
() => __uspapi('getUSPData', 1, (data, success) => {
// Do something with consent data value.
})
});
</script>
맞춤 판매 거부 링크와 함께 CPRA용 IAB GPP 프레임워크와 함께 Google 동의 관리 솔루션 사용
Google 동의 관리 솔루션을 사용하여 CPRA 거부를 수집하는 경우
IAB GPP 프레임워크에 따라 맞춤 판매 거부 링크를 제공할 수 있습니다.
googlefc.ccpa.overrideDnsLink
플래그를 true
로 설정하면 됩니다.
<script>
// Make sure that the properties exist on the window.
window.googlefc = window.googlefc || {};
window.googlefc.ccpa = window.googlefc.ccpa || {}
window.googlefc.callbackQueue = window.googlefc.callbackQueue || [];
// Signals that the default DNS link will be overridden.
window.googlefc.ccpa.overrideDnsLink = true;
// Register the callback for the initial CPRA data.
window.googlefc.callbackQueue.push({
'INITIAL_CCPA_DATA_READY': () => {
if (googlefc.ccpa.getInitialCcpaStatus() ===
googlefc.ccpa.InitialCcpaStatusEnum.NOT_OPTED_OUT) {
// TODO: Display custom CPRA Do Not Sell link here.
}
}
});
</script>
이렇게 하면 기본 '판매 안함' 링크가 렌더링되지 않습니다. 참고: 규정을 준수하기 위해 자체 '판매 거부' 링크를 렌더링할 책임이 있습니다. CPRA와 함께 사용할 수 있습니다 그런 다음 맞춤 '금지' 섹션에 있는 사용자 상호작용을 CPRA 확인 대화상자를 호출하여 판매 링크
<script>
// This callback will be called with the user CPRA decision.
const ccpaCompletionCallback = (userOptedOut) => {
if (userOptedOut) {
// TODO: Hide custom CPRA Do Not Sell link here.
}
}
// Invoke the CPRA confirmation dialog when the user clicks the link.
document.getElementById("your-custom-ccpa-do-not-sell-link").addEventListener(
"click", () => googlefc.ccpa.openConfirmationDialog(ccpaCompletionCallback));
</script>