이 참조에서는 TypeScript 표기법을 사용하여 유형을 설명합니다. 다음 표는 예를 들어 간단히 설명합니다.
유형 표현식 | |
---|---|
string |
기본 문자열 유형입니다. |
string[] |
배열 유형으로, 값은 문자열이어야 합니다. |
number | string |
값이 숫자 또는 문자열일 수 있는 유니언 유형입니다. |
Array<number | string> |
값이 복소수 (유니언) 유형인 배열 유형입니다. |
[number, string] |
튜플 유형. 여기서 값은 숫자와 해당 순서로 문자열을 포함해야 하는 2요소 배열입니다. |
Slot |
값이 googletag.Slot 의 인스턴스인 객체 유형입니다. |
() => void |
정의된 인수와 반환 값이 없는 함수 유형입니다. |
지원되는 유형 및 유형 표현식에 관한 자세한 내용은 TypeScript 핸드북 을 참고하세요.
형식 주석
변수, 매개변수 이름, 속성 이름 또는 함수 서명 뒤의 콜론은 유형 주석을 나타냅니다. 유형 주석은 콜론 왼쪽에 있는 요소가 허용하거나 반환할 수 있는 유형을 설명합니다. 다음 표는 이 참조에서 볼 수 있는 유형 주석의 예를 보여줍니다.
형식 주석 | |
---|---|
param: string |
param 가 문자열 값을 허용하거나 반환함을 나타냅니다. 이 구문은 변수, 매개변수, 속성 및 반환 유형에 사용됩니다.
|
param?: number | string |
param 가 선택사항이지만 지정된 경우 숫자 또는 문자열을 허용함을 나타냅니다. 이 구문은 매개변수와 속성에 사용됩니다.
|
...params: Array<() => void> |
params 가 함수를 허용하는
나머지 매개변수
임을 나타냅니다. Rest 매개변수는 지정된 유형의 값을 무제한으로 허용합니다.
|
googletag
네임스페이스 | |
---|---|
config | 페이지 수준 설정의 기본 구성 인터페이스입니다. |
enums | GPT에서 enum 유형에 사용하는 네임스페이스입니다. |
events | GPT에서 이벤트에 사용하는 네임스페이스입니다. |
secure | GPT에서 보안 처리된 신호를 관리하는 데 사용하는 네임스페이스입니다. |
인터페이스 | |
---|---|
Command | 명령어 배열은 함수 시퀀스를 수락하고 순서대로 호출합니다. |
Companion | 컴패니언 광고 서비스 |
Privacy | 개인 정보 보호 설정의 구성 객체입니다. |
Pub | 게시자 광고 서비스 |
Response | 단일 광고 응답을 나타내는 객체입니다. |
Rewarded | 보상형 광고와 연결된 리워드를 나타내는 객체입니다. |
Safe | SafeFrame 컨테이너의 구성 객체입니다. |
Service | 모든 서비스에 공통적인 메서드를 포함하는 기본 서비스 클래스입니다. |
Size | 크기 매핑 사양 객체의 빌더입니다. |
Slot | 슬롯은 페이지의 단일 광고 슬롯을 나타내는 객체입니다. |
유형 별칭 | |
---|---|
General | 슬롯의 유효한 크기 구성으로, 하나 이상의 크기가 될 수 있습니다. |
Multi | 유효한 단일 크기 목록입니다. |
Named | 슬롯이 가질 수 있는 이름이 지정된 크기입니다. |
Single | 슬롯에 유효한 단일 크기. |
Single | [width, height]를 나타내는 두 개의 숫자로 구성된 배열입니다. |
Size | 표시 영역 크기를 광고 크기에 매핑합니다. |
Size | 크기 매핑 목록입니다. |
변수 | |
---|---|
api | GPT API가 로드되었으며 호출할 준비가 되었음을 나타내는 플래그입니다. |
cmd | GPT 관련 호출의 비동기 실행을 위한 전역 명령 대기열에 대한 참조입니다. |
pubads | PubAdsService가 사용 설정되고 로드되었으며 완전히 작동 중임을 나타내는 플래그입니다. |
secure | 보안 처리된 신호 제공업체 배열 참조입니다. |
함수 | |
---|---|
companion | CompanionAdsService 참조를 반환합니다. |
define | 주어진 광고 단위 경로를 사용하여 페이지 외부 광고 슬롯을 만듭니다. |
define | 지정된 광고 단위 경로와 크기로 광고 슬롯을 생성하고 광고가 포함될 페이지의 div 요소 ID와 연결합니다. |
destroy | 지정된 슬롯을 폐기하여 GPT에서 해당 슬롯과 관련된 모든 객체와 참조를 제거합니다. |
disable | Google 게시자 콘솔을 사용 중지합니다. |
display | 슬롯 서비스를 통해 슬롯을 렌더링하도록 지시합니다. |
enable | 페이지의 광고 슬롯에 정의된 모든 GPT 서비스를 사용 설정합니다. |
get | 현재 GPT 버전을 반환합니다. |
open | Google 게시자 콘솔을 엽니다. |
pubads | PubAdsService 참조를 반환합니다. |
set | 이 시점부터 PubAdsService에서 만든 모든 광고 컨테이너 iframe의 제목을 설정합니다. |
set | 페이지의 일반 구성 옵션을 설정합니다. |
size | 새 SizeMappingBuilder를 만듭니다. |
유형 별칭
GeneralSize
GeneralSize: SingleSize | MultiSize
슬롯의 유효한 크기 구성으로, 하나 이상의 크기가 될 수 있습니다.
MultiSize
MultiSize: SingleSize[]
유효한 단일 크기 목록입니다.
NamedSize
- 유동적: 광고 컨테이너가 상위 div의 너비를 100% 가져온 다음 광고 소재 콘텐츠에 맞게 높이를 조절합니다. 페이지의 일반 블록 요소가 작동하는 방식과 유사합니다. 네이티브 광고에 사용됩니다 (관련 도움말 참고).
fluid
와['fluid']
모두 슬롯 크기를 유동적으로 선언하는 데 사용할 수 있는 유효한 형식입니다.
NamedSize: "fluid" | ["fluid"]
슬롯에 있을 수 있는 이름이 지정된 크기입니다. 대부분의 경우 크기는 고정 크기 직사각형이지만 다른 종류의 크기 사양이 필요한 경우도 있습니다. 다음 중 유효한 명명된 크기만 사용할 수 있습니다.
SingleSize
SingleSize: SingleSizeArray | NamedSize
시간대의 유효한 단일 크기입니다.
SingleSizeArray
SingleSizeArray: [number, number]
[width, height]를 나타내는 두 개의 숫자로 구성된 배열입니다.
SizeMapping
SizeMapping: [SingleSizeArray, GeneralSize]
표시 영역 크기를 광고 크기에 매핑합니다. 반응형 광고에 사용됩니다.
SizeMappingArray
SizeMappingArray: SizeMapping[]
크기 매핑 목록입니다.
변수
Const
apiReady
apiReady: boolean | undefined
GPT API가 로드되었으며 호출할 준비가 되었음을 나타내는 플래그입니다. 이 속성은 API가 준비될 때까지 undefined
입니다.
비동기 처리를 권장하는 방법은 googletag.cmd를 사용하여 GPT가 준비될 때 콜백을 큐에 추가하는 것입니다. 이러한 콜백은 API가 설정되면 실행되므로 googletag.apiReady를 확인할 필요가 없습니다.
Const
cmd
- 예
자바스크립트
googletag.cmd.push(() => { googletag.defineSlot("/1234567/sports", [160, 600]).addService(googletag.pubads()); });
JavaScript (기존)
googletag.cmd.push(function () { googletag.defineSlot("/1234567/sports", [160, 600]).addService(googletag.pubads()); });
TypeScript
googletag.cmd.push(() => { googletag.defineSlot("/1234567/sports", [160, 600])!.addService(googletag.pubads()); });
cmd: ((this: typeof globalThis) => void)[] | CommandArray
GPT 관련 호출을 비동기식으로 실행하기 위한 전역 명령어 대기열 참조입니다.googletag.cmd
변수는 페이지의 GPT 태그 문법에 의해 빈 JavaScript 배열로 초기화되며 cmd.push
는 배열 끝에 요소를 추가하는 표준 Array.push
메서드입니다. GPT JavaScript가 로드되면 배열을 살펴보고 모든 함수를 순서대로 실행합니다. 그런 다음 스크립트는 cmd
를 전달된 함수 인수를 실행하도록 정의된 push 메서드가 있는 CommandArray 객체로 바꿉니다. 이 메커니즘을 통해 GPT는 브라우저가 페이지를 계속 렌더링하도록 허용하면서 JavaScript를 비동기식으로 가져와 인지되는 지연 시간을 줄일 수 있습니다.
Const
pubadsReady
pubadsReady: boolean | undefined
PubAdsService가 사용 설정되고 로드되었으며 완전히 작동 중임을 나타내는 플래그입니다. 이 속성은 enableServices가 호출되고 PubAdsService가 로드되고 초기화될 때까지 undefined
입니다.
secureSignalProviders
- 예
자바스크립트
window.googletag = window.googletag || { cmd: [] }; googletag.secureSignalProviders = googletag.secureSignalProviders || []; googletag.secureSignalProviders.push({ id: "collector123", collectorFunction: () => { return Promise.resolve("signal"); }, });
JavaScript (기존)
window.googletag = window.googletag || { cmd: [] }; googletag.secureSignalProviders = googletag.secureSignalProviders || []; googletag.secureSignalProviders.push({ id: "collector123", collectorFunction: function () { return Promise.resolve("signal"); }, });
TypeScript
window.googletag = window.googletag || { cmd: [] }; googletag.secureSignalProviders = googletag.secureSignalProviders || []; googletag.secureSignalProviders.push({ id: "collector123", collectorFunction: () => { return Promise.resolve("signal"); }, });
- 참고 항목
secureSignalProviders: SecureSignalProvider[] | SecureSignalProvidersArray | undefined
보안 처리된 신호 제공업체 배열에 대한 참조입니다.
보안 신호 제공업체 배열은 신호 생성 함수 시퀀스를 받아 순서대로 호출합니다. 이는 GPT가 로드된 후 호출될 신호 생성 함수를 대기열에 추가하는 데 사용되는 표준 배열을 대체하기 위한 것입니다.
함수
companionAds
companionAds(): CompanionAdsService
CompanionAdsService에 대한 참조를 반환합니다.
반환 값 | |
---|---|
CompanionAdsService | 컴패니언 광고 서비스 |
defineOutOfPageSlot
- 예
자바스크립트
// Define a custom out-of-page ad slot. googletag.defineOutOfPageSlot("/1234567/sports", "div-1"); // Define a GPT managed web interstitial ad slot. googletag.defineOutOfPageSlot("/1234567/sports", googletag.enums.OutOfPageFormat.INTERSTITIAL);
JavaScript (기존)
// Define a custom out-of-page ad slot. googletag.defineOutOfPageSlot("/1234567/sports", "div-1"); // Define a GPT managed web interstitial ad slot. googletag.defineOutOfPageSlot("/1234567/sports", googletag.enums.OutOfPageFormat.INTERSTITIAL);
TypeScript
// Define a custom out-of-page ad slot. googletag.defineOutOfPageSlot("/1234567/sports", "div-1"); // Define a GPT managed web interstitial ad slot. googletag.defineOutOfPageSlot("/1234567/sports", googletag.enums.OutOfPageFormat.INTERSTITIAL);
defineOutOfPageSlot(adUnitPath: string, div?: string | OutOfPageFormat): Slot | null
지정된 광고 단위 경로를 사용하여 페이지 외부 광고 슬롯을 생성합니다.
맞춤 페이지 외부 광고의 경우 div
는 광고가 포함될 div 엘리먼트의 ID입니다. 자세한 내용은 페이지 외부 광고 소재 도움말을 참고하세요.
GPT 관리 페이지 외부 광고의 경우 div
가 지원되는 OutOfPageFormat입니다.
매개변수 | |
---|---|
adUnitPath: string | 네트워크 코드와 광고 단위 코드가 포함된 전체 광고 단위 경로 |
| 이 광고 단위 또는 OutOfPageFormat을 포함할 div의 ID입니다. |
반환 값 | |
---|---|
Slot | null | 새로 생성된 슬롯 또는 슬롯을 만들 수 없는 경우 null 입니다. |
defineSlot
- 예
자바스크립트
googletag.defineSlot("/1234567/sports", [728, 90], "div-1");
JavaScript (기존)
googletag.defineSlot("/1234567/sports", [728, 90], "div-1");
TypeScript
googletag.defineSlot("/1234567/sports", [728, 90], "div-1");
- 참고 항목
defineSlot(adUnitPath: string, size: GeneralSize, div?: string): Slot | null
지정된 광고 단위 경로와 크기로 광고 슬롯을 생성하고 광고가 포함될 페이지의 div 요소 ID와 연결합니다.
매개변수 | |
---|---|
adUnitPath: string | 네트워크 코드와 단위 코드가 있는 전체 광고 단위 경로입니다. |
size: GeneralSize | 추가된 슬롯의 너비와 높이입니다. 반응형 크기 매핑이 제공되지 않거나 표시 영역 크기가 매핑에 제공된 가장 작은 크기보다 작은 경우 광고 요청에 사용되는 크기입니다. |
| 이 광고 단위를 포함할 div의 ID입니다. |
반환 값 | |
---|---|
Slot | null | 새로 생성된 슬롯 또는 슬롯을 만들 수 없는 경우 null |
destroySlots
- 예
자바스크립트
// The calls to construct an ad and display contents. const slot1 = googletag.defineSlot("/1234567/sports", [728, 90], "div-1"); googletag.display("div-1"); const slot2 = googletag.defineSlot("/1234567/news", [160, 600], "div-2"); googletag.display("div-2"); // This call to destroy only slot1. googletag.destroySlots([slot1]); // This call to destroy both slot1 and slot2. googletag.destroySlots([slot1, slot2]); // This call to destroy all slots. googletag.destroySlots();
JavaScript (기존)
// The calls to construct an ad and display contents. var slot1 = googletag.defineSlot("/1234567/sports", [728, 90], "div-1"); googletag.display("div-1"); var slot2 = googletag.defineSlot("/1234567/news", [160, 600], "div-2"); googletag.display("div-2"); // This call to destroy only slot1. googletag.destroySlots([slot1]); // This call to destroy both slot1 and slot2. googletag.destroySlots([slot1, slot2]); // This call to destroy all slots. googletag.destroySlots();
TypeScript
// The calls to construct an ad and display contents. const slot1 = googletag.defineSlot("/1234567/sports", [728, 90], "div-1")!; googletag.display("div-1"); const slot2 = googletag.defineSlot("/1234567/news", [160, 600], "div-2")!; googletag.display("div-2"); // This call to destroy only slot1. googletag.destroySlots([slot1]); // This call to destroy both slot1 and slot2. googletag.destroySlots([slot1, slot2]); // This call to destroy all slots. googletag.destroySlots();
destroySlots(slots?: Slot[]): boolean
지정된 슬롯을 소멸하여 GPT에서 이러한 슬롯의 모든 관련 객체와 참조를 삭제합니다. 이 API는 패스백 슬롯과 컴패니언 슬롯을 지원하지 않습니다.
슬롯에서 이 API를 호출하면 광고가 삭제되고 GPT에서 유지관리하는 내부 상태에서 슬롯 객체가 삭제됩니다. 슬롯 객체에서 더 이상 함수를 호출하면 정의되지 않은 동작이 발생합니다. 출판사 페이지에서 해당 슬롯 참조를 유지하는 경우 브라우저가 해당 슬롯과 연결된 메모리를 해제하지 않을 수도 있습니다. 이 API를 호출하면 해당 슬롯과 연결된 div를 재사용할 수 있습니다.
특히 슬롯을 소멸하면 GPT의 장기 페이지 조회에서 광고가 삭제되므로 향후 요청은 이 광고와 관련된 장애물 또는 경쟁 제외의 영향을 받지 않습니다. 페이지에서 슬롯의 div를 삭제하기 전에 이 함수를 호출하지 않으면 정의되지 않은 동작이 발생합니다.
매개변수 | |
---|---|
| 제거할 슬롯의 배열입니다. 배열은 선택사항입니다. 지정하지 않으면 모든 슬롯이 제거됩니다. |
반환 값 | |
---|---|
boolean | 슬롯이 소멸된 경우 true 이고 그렇지 않으면 false 입니다. |
disablePublisherConsole
디스플레이
display(divOrSlot: string | Element | Slot): void
슬롯 서비스를 통해 슬롯을 렌더링하도록 지시합니다. 각 광고 슬롯은 페이지당 한 번만 표시되어야 합니다. 모든 슬롯은 정의되어야 하며 슬롯에 서비스가 연결되어 있어야 표시됩니다. 표시 호출은 요소가 DOM에 존재할 때까지 발생해서는 안 됩니다. 이를 달성하는 일반적인 방법은 메서드 호출에 이름이 지정된 div 요소 내의 스크립트 블록 내에 배치하는 것입니다.
단일 요청 아키텍처 (SRA)를 사용 중인 경우 이 메서드가 호출될 때 가져오지 않은 모든 광고 슬롯을 한 번에 가져옵니다. 광고 슬롯이 표시되지 않도록 하려면 전체 div를 삭제해야 합니다.
매개변수 | |
---|---|
divOrSlot: string | Element | Slot | 광고 슬롯이 포함된 div 요소의 ID 또는 div 요소 또는 슬롯 객체입니다. div 요소가 제공된 경우 defineSlot에 전달된 ID와 일치하는 'id' 속성이 있어야 합니다. |
enableServices
getVersion
openConsole
- 예
자바스크립트
// Calling with div ID. googletag.openConsole("div-1"); // Calling without div ID. googletag.openConsole();
JavaScript (기존)
// Calling with div ID. googletag.openConsole("div-1"); // Calling without div ID. googletag.openConsole();
TypeScript
// Calling with div ID. googletag.openConsole("div-1"); // Calling without div ID. googletag.openConsole();
- 참고 항목
openConsole(div?: string): void
Google 게시자 콘솔을 엽니다.
매개변수 | |
---|---|
| 광고 슬롯 div ID입니다. 이 값은 선택사항입니다. 제공되는 경우 게시자 콘솔은 지정된 광고 슬롯의 세부정보가 표시된 상태로 열려고 시도합니다. |
pubads
pubads(): PubAdsService
PubAdsService 참조를 반환합니다.
반환 값 | |
---|---|
PubAdsService | 게시자 광고 서비스입니다. |
setAdIframeTitle
- 예
자바스크립트
googletag.setAdIframeTitle("title");
JavaScript (기존)
googletag.setAdIframeTitle("title");
TypeScript
googletag.setAdIframeTitle("title");
setAdIframeTitle(title: string): void
이 시점부터 PubAdsService에서 만든 모든 광고 컨테이너 iframe의 제목을 설정합니다.
매개변수 | |
---|---|
title: string | 모든 광고 컨테이너 iframe의 새로운 제목입니다. |
setConfig
setConfig(config: PageSettingsConfig): void
페이지의 일반 구성 옵션을 설정합니다.
매개변수 | |
---|---|
config: PageSettingsConfig |
sizeMapping
- 참고 항목
sizeMapping(): SizeMappingBuilder
새 SizeMappingBuilder를 만듭니다.
반환 값 | |
---|---|
SizeMappingBuilder | 새 빌더 |
googletag.CommandArray
메서드 | |
---|---|
push | 인수에 지정된 함수 시퀀스를 순서대로 실행합니다. |
메서드
푸시
- 예
자바스크립트
googletag.cmd.push(() => { googletag.defineSlot("/1234567/sports", [160, 600]).addService(googletag.pubads()); });
JavaScript (기존)
googletag.cmd.push(function () { googletag.defineSlot("/1234567/sports", [160, 600]).addService(googletag.pubads()); });
TypeScript
googletag.cmd.push(() => { googletag.defineSlot("/1234567/sports", [160, 600])!.addService(googletag.pubads()); });
push(...f: ((this: typeof globalThis) => void)[]): number
인수에 지정된 함수 시퀀스를 순서대로 실행합니다.
매개변수 | |
---|---|
| 실행할 JavaScript 함수입니다. 런타임 바인딩은 항상 globalThis 입니다. 둘러싸고 있는 어휘 컨텍스트의 this 값을 유지하도록 화살표 함수를 전달하는 것이 좋습니다. |
반환 값 | |
---|---|
number | 지금까지 처리된 명령어 수입니다. 이는 Array.push 의 반환 값 (배열의 현재 길이)과 호환됩니다. |
googletag.CompanionAdsService
확장메서드 | |
---|---|
add | 페이지에서 특정 GPT 이벤트가 발생할 때 JavaScript 함수를 설정하고 호출할 수 있는 리스너를 등록합니다.
|
get | 이 서비스와 연결된 슬롯 목록을 가져옵니다.
|
remove | 이전에 등록된 리스너를 제거합니다.
|
set | 채워지지 않은 컴패니언 슬롯을 자동으로 백필할지 여부를 설정합니다. |
- 참고 항목
메서드
setRefreshUnfilledSlots
- 예
자바스크립트
googletag.companionAds().setRefreshUnfilledSlots(true);
JavaScript (기존)
googletag.companionAds().setRefreshUnfilledSlots(true);
TypeScript
googletag.companionAds().setRefreshUnfilledSlots(true);
setRefreshUnfilledSlots(value: boolean): void
채워지지 않은 컴패니언 광고가 자동으로 백업되는지 여부를 설정합니다.
이 메서드는 페이지의 전체 기간 동안 여러 번 호출하여 백필을 사용 설정 또는 중지할 수 있습니다. PubAdsService에 등록된 슬롯만 백필됩니다. 정책 제한으로 인해 이 방법은 Ad Exchange 동영상이 게재될 때 빈 컴패니언 슬롯을 채우도록 설계되지 않았습니다.
매개변수 | |
---|---|
value: boolean | true : 채워지지 않은 슬롯을 자동으로 백필하고 false : 변경하지 않습니다. |
googletag.PrivacySettingsConfig
속성 | |
---|---|
child | 페이지를 아동 대상 서비스로 취급해야 하는지 여부를 나타냅니다. |
limited | 게시자 규정 준수 요구사항을 지원하기 위해 게재가 제한적인 광고 모드로 실행되도록 합니다. |
non | 게시자 규정 준수 요구사항을 지원하기 위해 개인 맞춤이 아닌 광고 모드에서 게재를 실행할 수 있도록 합니다. |
restrict | 게시자 규정 준수 요구사항을 지원하기 위해 게재가 제한된 처리 모드로 실행되도록 합니다. |
traffic | 요청이 구매한 트래픽인지 또는 자연 트래픽인지 나타냅니다. |
under | 광고 요청을 동의 연령 미만 사용자가 보낸 것으로 표시할지 여부를 나타냅니다. |
- 참고 항목
속성
Optional
childDirectedTreatment
childDirectedTreatment?: null | boolean
페이지를 아동용으로 취급해야 하는지 여부를 나타냅니다. 구성을 삭제하려면 null
로 설정합니다.
Optional
limitedAds
- IAB TCF v2.0 동의 관리 플랫폼의 신호를 사용하여 자동으로
- 이 필드의 값을
true
로 설정하여 수동으로 - 예
자바스크립트
// Manually enable limited ads serving. // GPT must be loaded from the limited ads URL to configure this setting. googletag.pubads().setPrivacySettings({ limitedAds: true, });
JavaScript (기존)
// Manually enable limited ads serving. // GPT must be loaded from the limited ads URL to configure this setting. googletag.pubads().setPrivacySettings({ limitedAds: true, });
TypeScript
// Manually enable limited ads serving. // GPT must be loaded from the limited ads URL to configure this setting. googletag.pubads().setPrivacySettings({ limitedAds: true, });
- 참고 항목
limitedAds?: boolean
게시자 규정 준수 요구사항을 충족하기 위해 제한적인 광고 모드에서 게재를 실행할 수 있습니다.
GPT에 제한적인 광고를 요청하도록 지시하는 방법은 두 가지가 있습니다.
CMP를 사용하는 경우 제한적인 광고를 수동으로 사용 설정할 필요가 없습니다.
Optional
nonPersonalizedAds
nonPersonalizedAds?: boolean
게시자 규정 준수 요구사항을 지원하기 위해 개인 맞춤이 아닌 광고 모드에서 게재를 실행할 수 있도록 합니다.
Optional
restrictDataProcessing
restrictDataProcessing?: boolean
게시자의 규정 준수 요구를 지원하기 위해 제한된 처리 모드에서 게재를 실행할 수 있도록 사용 설정합니다.
Optional
trafficSource
- 예
자바스크립트
// Indicate requests represent organic traffic. googletag.pubads().setPrivacySettings({ trafficSource: googletag.enums.TrafficSource.ORGANIC, }); // Indicate requests represent purchased traffic. googletag.pubads().setPrivacySettings({ trafficSource: googletag.enums.TrafficSource.PURCHASED, });
JavaScript (기존)
// Indicate requests represent organic traffic. googletag.pubads().setPrivacySettings({ trafficSource: googletag.enums.TrafficSource.ORGANIC, }); // Indicate requests represent purchased traffic. googletag.pubads().setPrivacySettings({ trafficSource: googletag.enums.TrafficSource.PURCHASED, });
TypeScript
// Indicate requests represent organic traffic. googletag.pubads().setPrivacySettings({ trafficSource: googletag.enums.TrafficSource.ORGANIC, }); // Indicate requests represent purchased traffic. googletag.pubads().setPrivacySettings({ trafficSource: googletag.enums.TrafficSource.PURCHASED, });
trafficSource?: TrafficSource
요청이 구매한 트래픽인지 또는 자연 트래픽인지를 나타냅니다. 이 값은 Ad Manager 보고의 트래픽 소스 측정기준을 채웁니다. 설정하지 않으면 보고에서 트래픽 소스가 기본적으로 undefined
로 설정됩니다.
Optional
underAgeOfConsent
underAgeOfConsent?: null | boolean
광고 요청이 동의 연령 미만 사용자로부터 발생한 것으로 표시할지 여부를 나타냅니다. 구성을 지우려면 null
로 설정합니다.
googletag.PubAdsService
Service
를 확장합니다.메서드 | |
---|---|
add | 페이지에서 특정 GPT 이벤트가 발생할 때 JavaScript 함수를 설정하고 호출할 수 있는 리스너를 등록합니다.
|
clear | 지정된 슬롯에서 광고를 삭제하고 광고를 빈 콘텐츠로 대체합니다. |
clear | 모든 페이지 수준 광고 카테고리 제외 라벨을 지웁니다. |
clear | 특정 키 또는 모든 키의 맞춤 타겟팅 매개변수를 삭제합니다. |
collapse | 표시할 광고 콘텐츠가 없을 때 페이지에서 공간을 차지하지 않도록 슬롯 div의 축소를 사용 설정합니다. |
disable | 페이지 로드 시 광고 요청을 사용 중지하지만 PubAdsService.refresh 호출을 통해 광고를 요청할 수 있습니다. |
display | 지정된 광고 단위 경로 및 크기로 광고 슬롯을 구성하고 표시합니다. |
enable | 구성 객체에 의해 정의된 대로 GPT에서 지연 로드를 사용 설정합니다. |
enable | 여러 광고를 동시에 가져오기 위한 단일 요청 모드를 사용 설정합니다. |
enable | 페이지에 동영상 광고가 게재될 것임을 GPT에 알립니다. |
get | 지정된 키와 연결된 애드센스 속성의 값을 반환합니다. |
get | 이 서비스에 설정된 속성 키를 반환합니다. |
get | 이 서비스와 연결된 슬롯 목록을 가져옵니다.
|
get | 설정된 특정 맞춤 서비스 수준 타겟팅 매개변수를 반환합니다. |
get | 설정된 모든 맞춤 서비스 수준 타겟팅 키 목록을 반환합니다. |
is | 이전 PubAdsService.disableInitialLoad 호출에 의해 광고의 초기 요청이 사용 중지되었는지 여부를 반환합니다. |
refresh | 페이지의 특정 또는 모든 슬롯에 대한 새 광고를 가져와 표시합니다. |
remove | 이전에 등록된 리스너를 삭제합니다.
|
set | 게시자 광고 서비스의 모든 광고 슬롯에 적용되는 애드센스 속성의 값을 설정합니다. |
set | 지정된 라벨 이름에 대해 페이지 수준 광고 카테고리 제외를 설정합니다. |
set | 광고의 가로 중앙 정렬을 사용 설정하거나 중지합니다. |
set | SafeFrame 컨테이너를 사용하여 페이지의 모든 광고를 강제로 렌더링해야 하는지 여부를 구성합니다. |
set | 웹사이트에서 위치 정보를 전달하여 광고 항목을 특정 위치에 지오타겟팅할 수 있습니다. |
set | 구성 객체를 사용하여 단일 API에서 모든 개인 정보 보호 설정을 구성할 수 있습니다. |
set | 게시자가 제공하는 ID의 값을 설정합니다. |
set | SafeFrame 구성의 페이지 수준 환경설정을 설정합니다. |
set | 모든 게시자 광고 서비스 광고 슬롯에 적용되는 특정 키에 대해 맞춤 타겟팅 매개변수를 설정합니다. |
set | 타겟팅 및 콘텐츠 제외 목적으로 광고 요청과 함께 전송할 동영상 콘텐츠 정보를 설정합니다. |
update | 광고 요청과 함께 전송되는 상관자를 변경하여 새 페이지 조회를 시작합니다. |
메서드
지우기
- 예
자바스크립트
const slot1 = googletag.defineSlot("/1234567/sports", [728, 90], "div-1"); googletag.display("div-1"); const slot2 = googletag.defineSlot("/1234567/news", [160, 600], "div-2"); googletag.display("div-2"); // This call to clear only slot1. googletag.pubads().clear([slot1]); // This call to clear both slot1 and slot2. googletag.pubads().clear([slot1, slot2]); // This call to clear all slots. googletag.pubads().clear();
JavaScript (기존)
var slot1 = googletag.defineSlot("/1234567/sports", [728, 90], "div-1"); googletag.display("div-1"); var slot2 = googletag.defineSlot("/1234567/news", [160, 600], "div-2"); googletag.display("div-2"); // This call to clear only slot1. googletag.pubads().clear([slot1]); // This call to clear both slot1 and slot2. googletag.pubads().clear([slot1, slot2]); // This call to clear all slots. googletag.pubads().clear();
TypeScript
const slot1 = googletag.defineSlot("/1234567/sports", [728, 90], "div-1")!; googletag.display("div-1"); const slot2 = googletag.defineSlot("/1234567/news", [160, 600], "div-2")!; googletag.display("div-2"); // This call to clear only slot1. googletag.pubads().clear([slot1]); // This call to clear both slot1 and slot2. googletag.pubads().clear([slot1, slot2]); // This call to clear all slots. googletag.pubads().clear();
clear(slots?: Slot[]): boolean
지정된 슬롯에서 광고를 삭제하고 빈 콘텐츠로 대체합니다. 슬롯이 가져오지 않음으로 표시됩니다.
특히 슬롯을 지우면 GPT의 장기 페이지 조회에서 광고가 삭제되므로 향후 요청은 이 광고와 관련된 장애물 또는 경쟁 제외의 영향을 받지 않습니다.
매개변수 | |
---|---|
| 지울 슬롯의 배열입니다. 배열은 선택사항입니다. 지정하지 않으면 모든 슬롯이 지워집니다. |
반환 값 | |
---|---|
boolean | 슬롯이 지워진 경우 true 를 반환하고, 그렇지 않으면 false 를 반환합니다. |
clearCategoryExclusions
- 예
자바스크립트
// Set category exclusion to exclude ads with 'AirlineAd' labels. googletag.pubads().setCategoryExclusion("AirlineAd"); // Make ad requests. No ad with 'AirlineAd' label will be returned. // Clear category exclusions so all ads can be returned. googletag.pubads().clearCategoryExclusions(); // Make ad requests. Any ad can be returned.
JavaScript (기존)
// Set category exclusion to exclude ads with 'AirlineAd' labels. googletag.pubads().setCategoryExclusion("AirlineAd"); // Make ad requests. No ad with 'AirlineAd' label will be returned. // Clear category exclusions so all ads can be returned. googletag.pubads().clearCategoryExclusions(); // Make ad requests. Any ad can be returned.
TypeScript
// Set category exclusion to exclude ads with 'AirlineAd' labels. googletag.pubads().setCategoryExclusion("AirlineAd"); // Make ad requests. No ad with 'AirlineAd' label will be returned. // Clear category exclusions so all ads can be returned. googletag.pubads().clearCategoryExclusions(); // Make ad requests. Any ad can be returned.
- 참고 항목
clearCategoryExclusions(): PubAdsService
페이지 수준 광고 카테고리 제외 라벨을 모두 삭제합니다. 슬롯을 새로고침하려는 경우에 유용합니다.
반환 값 | |
---|---|
PubAdsService | 메서드가 호출된 서비스 객체입니다. |
clearTargeting
- 예
자바스크립트
googletag.pubads().setTargeting("interests", "sports"); googletag.pubads().setTargeting("colors", "blue"); googletag.pubads().setTargeting("fruits", "apple"); googletag.pubads().clearTargeting("interests"); // Targeting 'colors' and 'fruits' are still present, while 'interests' // was cleared. googletag.pubads().clearTargeting(); // All targeting has been cleared.
JavaScript (기존)
googletag.pubads().setTargeting("interests", "sports"); googletag.pubads().setTargeting("colors", "blue"); googletag.pubads().setTargeting("fruits", "apple"); googletag.pubads().clearTargeting("interests"); // Targeting 'colors' and 'fruits' are still present, while 'interests' // was cleared. googletag.pubads().clearTargeting(); // All targeting has been cleared.
TypeScript
googletag.pubads().setTargeting("interests", "sports"); googletag.pubads().setTargeting("colors", "blue"); googletag.pubads().setTargeting("fruits", "apple"); googletag.pubads().clearTargeting("interests"); // Targeting 'colors' and 'fruits' are still present, while 'interests' // was cleared. googletag.pubads().clearTargeting(); // All targeting has been cleared.
- 참고 항목
clearTargeting(key?: string): PubAdsService
특정 키 또는 모든 키의 맞춤 타겟팅 매개변수를 삭제합니다.
매개변수 | |
---|---|
| 타겟팅 매개변수 키입니다. 키는 선택사항입니다. 지정하지 않으면 모든 타겟팅 매개변수가 삭제됩니다. |
반환 값 | |
---|---|
PubAdsService | 메서드가 호출된 서비스 객체입니다. |
collapseEmptyDivs
- 참고 항목
collapseEmptyDivs(collapseBeforeAdFetch?: boolean): boolean
표시할 광고 콘텐츠가 없을 때 페이지에서 공간을 차지하지 않도록 슬롯 div의 축소를 사용 설정합니다. 이 모드는 서비스를 사용 설정하기 전에 설정해야 합니다.
매개변수 | |
---|---|
| 광고를 가져오기 전에 슬롯을 접을지 여부입니다. 이 매개변수는 선택사항입니다. 제공하지 않으면 false 이 기본값으로 사용됩니다. |
반환 값 | |
---|---|
boolean | div 접기 모드가 사용 설정된 경우 true 을, 서비스가 사용 설정된 후에 메서드가 호출되어 접기 모드를 사용 설정할 수 없는 경우 false 을 반환합니다. |
disableInitialLoad
- 참고 항목
disableInitialLoad(): void
페이지 로드 시 광고 요청을 사용 중지하지만 PubAdsService.refresh 호출을 통해 광고를 요청할 수 있습니다. 이 값은 서비스를 사용 설정하기 전에 설정해야 합니다. 비동기 모드를 사용해야 합니다. 그러지 않으면 refresh
를 사용하여 광고를 요청할 수 없습니다.
디스플레이
- 예
자바스크립트
googletag.pubads().display("/1234567/sports", [728, 90], "div-1");
JavaScript (기존)
googletag.pubads().display("/1234567/sports", [728, 90], "div-1");
TypeScript
googletag.pubads().display("/1234567/sports", [728, 90], "div-1");
- 참고 항목
display(adUnitPath: string, size: GeneralSize, div?: string | Element, clickUrl?: string): void
지정된 광고 단위 경로 및 크기로 광고 슬롯을 구성하고 표시합니다. 이 메서드는 단일 요청 모드에서 작동하지 않습니다.
참고: 이 메서드가 호출되면 광고 요청을 전송하고 응답을 렌더링할 때 일관성을 유지하기 위해 슬롯 및 페이지 상태의 스냅샷이 생성됩니다. 이 메서드가 호출된 후 슬롯 또는 페이지 상태에 적용되는 모든 변경사항 (타겟팅, 개인 정보 보호 설정, SafeFrame 강제 적용 등)은 후속 display()
또는 refresh()
요청에만 적용됩니다.
매개변수 | |
---|---|
adUnitPath: string | 렌더링할 슬롯의 광고 단위 경로입니다. |
size: GeneralSize | 슬롯의 너비 및 높이 |
| 슬롯이 포함된 div의 ID 또는 div 요소 자체입니다. |
| 이 슬롯에 사용할 클릭 URL입니다. |
enableLazyLoad
- 예
자바스크립트
googletag.pubads().enableLazyLoad({ // Fetch slots within 5 viewports. fetchMarginPercent: 500, // Render slots within 2 viewports. renderMarginPercent: 200, // Double the above values on mobile. mobileScaling: 2.0, });
JavaScript (기존)
googletag.pubads().enableLazyLoad({ // Fetch slots within 5 viewports. fetchMarginPercent: 500, // Render slots within 2 viewports. renderMarginPercent: 200, // Double the above values on mobile. mobileScaling: 2.0, });
TypeScript
googletag.pubads().enableLazyLoad({ // Fetch slots within 5 viewports. fetchMarginPercent: 500, // Render slots within 2 viewports. renderMarginPercent: 200, // Double the above values on mobile. mobileScaling: 2.0, });
fetchMarginPercent
광고를 가져오기 전에 슬롯이 현재 표시 영역에서 표시 영역 크기의 비율로 얼마나 떨어져 있어야 하는지 나타내는 최소 거리입니다. 값이 0이면 '슬롯이 표시 영역에 들어갈 때', 100이면 '광고가 표시 영역에서 1개 떨어져 있을 때'를 의미합니다.renderMarginPercent
광고를 렌더링하기 전에 슬롯이 현재 표시 영역으로부터의 최소 거리입니다. 이렇게 하면 광고를 미리 가져올 수 있지만 다른 하위 리소스를 렌더링하고 다운로드할 때까지 기다릴 수 있습니다. 이 값은 표시 영역의 비율로fetchMarginPercent
와 같이 작동합니다.mobileScaling
휴대기기의 여백에 적용되는 배율입니다. 이렇게 하면 모바일과 데스크톱에서 여백을 다르게 설정할 수 있습니다. 예를 들어 값 2.0은 휴대기기에서 모든 여백에 2를 곱하여 슬롯이 가져오고 렌더링하기 전 최소 거리를 늘립니다.
enableLazyLoad(config?: {
fetchMarginPercent?: number;
mobileScaling?: number;
renderMarginPercent?: number;
}): void
구성 객체에서 정의한 대로 GPT에서 지연 로드를 사용 설정합니다. 자세한 예는 지연 로드 샘플을 참고하세요.
참고: SRA의 지연 가져오기는 모든 슬롯이 가져오기 마진 외부에 있는 경우에만 작동합니다.
매개변수 | |
---|---|
| 구성 객체를 사용하면 지연 동작을 맞춤설정할 수 있습니다. 생략된 구성은 Google에서 설정한 기본값을 사용하며 시간이 지남에 따라 조정됩니다. 가져오기 마진과 같은 특정 설정을 사용 중지하려면 값을 -1 로 설정합니다. |
enableSingleRequest
enableVideoAds
enableVideoAds(): void
페이지에 동영상 광고가 게재될 것임을 GPT에 알립니다. 이렇게 하면 디스플레이 광고와 동영상 광고에 경쟁 제외 제약 조건을 적용할 수 있습니다. 알려진 동영상 콘텐츠를 디스플레이 광고에 사용할 수 있도록 PubAdsService.setVideoContent를 호출합니다.
가져오기
- 예
자바스크립트
googletag.pubads().set("adsense_background_color", "#FFFFFF"); googletag.pubads().get("adsense_background_color"); // Returns '#FFFFFF'.
JavaScript (기존)
googletag.pubads().set("adsense_background_color", "#FFFFFF"); googletag.pubads().get("adsense_background_color"); // Returns '#FFFFFF'.
TypeScript
googletag.pubads().set("adsense_background_color", "#FFFFFF"); googletag.pubads().get("adsense_background_color"); // Returns '#FFFFFF'.
- 참고 항목
get(key: string): null | string
지정된 키와 연결된 애드센스 속성의 값을 반환합니다.
매개변수 | |
---|---|
key: string | 찾을 속성의 이름입니다. |
반환 값 | |
---|---|
null | string | 속성 키의 현재 값 또는 키가 없는 경우 null 입니다. |
getAttributeKeys
- 예
자바스크립트
googletag.pubads().set("adsense_background_color", "#FFFFFF"); googletag.pubads().set("adsense_border_color", "#AABBCC"); googletag.pubads().getAttributeKeys(); // Returns ['adsense_background_color', 'adsense_border_color'].
JavaScript (기존)
googletag.pubads().set("adsense_background_color", "#FFFFFF"); googletag.pubads().set("adsense_border_color", "#AABBCC"); googletag.pubads().getAttributeKeys(); // Returns ['adsense_background_color', 'adsense_border_color'].
TypeScript
googletag.pubads().set("adsense_background_color", "#FFFFFF"); googletag.pubads().set("adsense_border_color", "#AABBCC"); googletag.pubads().getAttributeKeys(); // Returns ['adsense_background_color', 'adsense_border_color'].
getAttributeKeys(): string[]
이 서비스에 설정된 속성 키를 반환합니다.
반환 값 | |
---|---|
string[] | 이 서비스에 설정된 속성 키 배열입니다. 순서가 정의되지 않았습니다. |
getTargeting
- 예
자바스크립트
googletag.pubads().setTargeting("interests", "sports"); googletag.pubads().getTargeting("interests"); // Returns ['sports']. googletag.pubads().getTargeting("age"); // Returns [] (empty array).
JavaScript (기존)
googletag.pubads().setTargeting("interests", "sports"); googletag.pubads().getTargeting("interests"); // Returns ['sports']. googletag.pubads().getTargeting("age"); // Returns [] (empty array).
TypeScript
googletag.pubads().setTargeting("interests", "sports"); googletag.pubads().getTargeting("interests"); // Returns ['sports']. googletag.pubads().getTargeting("age"); // Returns [] (empty array).
getTargeting(key: string): string[]
설정된 특정 맞춤 서비스 수준 타겟팅 매개변수를 반환합니다.
매개변수 | |
---|---|
key: string | 찾을 타겟팅 키입니다. |
반환 값 | |
---|---|
string[] | 이 키와 연결된 값 또는 이러한 키가 없는 경우 빈 배열입니다. |
getTargetingKeys
- 예
자바스크립트
googletag.pubads().setTargeting("interests", "sports"); googletag.pubads().setTargeting("colors", "blue"); googletag.pubads().getTargetingKeys(); // Returns ['interests', 'colors'].
JavaScript (기존)
googletag.pubads().setTargeting("interests", "sports"); googletag.pubads().setTargeting("colors", "blue"); googletag.pubads().getTargetingKeys(); // Returns ['interests', 'colors'].
TypeScript
googletag.pubads().setTargeting("interests", "sports"); googletag.pubads().setTargeting("colors", "blue"); googletag.pubads().getTargetingKeys(); // Returns ['interests', 'colors'].
getTargetingKeys(): string[]
설정된 모든 맞춤 서비스 수준 타겟팅 키 목록을 반환합니다.
반환 값 | |
---|---|
string[] | 타겟팅 키 배열입니다. 순서가 정의되지 않았습니다. |
isInitialLoadDisabled
isInitialLoadDisabled(): boolean
이전 PubAdsService.disableInitialLoad 호출에 의해 광고의 초기 요청이 사용 중지되었는지 여부를 반환합니다.
반환 값 | |
---|---|
boolean | 이전 PubAdsService.disableInitialLoad 호출이 성공하면 true , 그렇지 않은 경우 false 를 반환합니다. |
새로고침
- 예
자바스크립트
const slot1 = googletag.defineSlot("/1234567/sports", [728, 90], "div-1"); googletag.display("div-1"); const slot2 = googletag.defineSlot("/1234567/news", [160, 600], "div-2"); googletag.display("div-2"); // This call to refresh fetches a new ad for slot1 only. googletag.pubads().refresh([slot1]); // This call to refresh fetches a new ad for both slot1 and slot2. googletag.pubads().refresh([slot1, slot2]); // This call to refresh fetches a new ad for each slot. googletag.pubads().refresh(); // This call to refresh fetches a new ad for slot1, without changing // the correlator. googletag.pubads().refresh([slot1], { changeCorrelator: false }); // This call to refresh fetches a new ad for each slot, without // changing the correlator. googletag.pubads().refresh(null, { changeCorrelator: false });
JavaScript (기존)
var slot1 = googletag.defineSlot("/1234567/sports", [728, 90], "div-1"); googletag.display("div-1"); var slot2 = googletag.defineSlot("/1234567/news", [160, 600], "div-2"); googletag.display("div-2"); // This call to refresh fetches a new ad for slot1 only. googletag.pubads().refresh([slot1]); // This call to refresh fetches a new ad for both slot1 and slot2. googletag.pubads().refresh([slot1, slot2]); // This call to refresh fetches a new ad for each slot. googletag.pubads().refresh(); // This call to refresh fetches a new ad for slot1, without changing // the correlator. googletag.pubads().refresh([slot1], { changeCorrelator: false }); // This call to refresh fetches a new ad for each slot, without // changing the correlator. googletag.pubads().refresh(null, { changeCorrelator: false });
TypeScript
const slot1 = googletag.defineSlot("/1234567/sports", [728, 90], "div-1")!; googletag.display("div-1"); const slot2 = googletag.defineSlot("/1234567/news", [160, 600], "div-2")!; googletag.display("div-2"); // This call to refresh fetches a new ad for slot1 only. googletag.pubads().refresh([slot1]); // This call to refresh fetches a new ad for both slot1 and slot2. googletag.pubads().refresh([slot1, slot2]); // This call to refresh fetches a new ad for each slot. googletag.pubads().refresh(); // This call to refresh fetches a new ad for slot1, without changing // the correlator. googletag.pubads().refresh([slot1], { changeCorrelator: false }); // This call to refresh fetches a new ad for each slot, without // changing the correlator. googletag.pubads().refresh(null, { changeCorrelator: false });
- 참고 항목
changeCorrelator
광고를 가져오기 위해 새 상관자를 생성할지 여부를 지정합니다. Google의 광고 서버는 이 상관자 값을 잠시 유지합니다 (현재 30초, 변경될 수 있음). 따라서 비슷한 시기에 함께 들어온 동일한 상관자 값이 있는 요청은 하나의 페이지 조회로 간주됩니다. 기본적으로 새로고침할 때마다 새 상관자가 생성됩니다.
참고: 이 옵션은 현재 페이지에 있는 광고를 자동으로 반영하고 만료 시간이 없는 GPT의 장기 페이지 조회에는 영향을 미치지 않습니다.
refresh(slots?: null | Slot[], options?: {
changeCorrelator: boolean;
}): void
페이지의 특정 또는 모든 슬롯에 대한 새 광고를 가져와 표시합니다. 비동기 렌더링 모드에서만 작동합니다.
모든 브라우저에서 올바르게 작동하려면 refresh
를 호출하기 전에 광고 슬롯 display
를 호출해야 합니다. display
호출을 생략하면 새로고침이 예기치 않게 작동할 수 있습니다. 원하는 경우 PubAdsService.disableInitialLoad 메서드를 사용하여 display
가 광고를 가져오는 것을 중지할 수 있습니다.
슬롯을 새로고침하면 GPT의 장기 페이지 조회에서 이전 광고가 삭제되므로 향후 요청은 해당 광고와 관련된 장애물 또는 경쟁 제외의 영향을 받지 않습니다.
매개변수 | |
---|---|
| 새로고침할 슬롯입니다. 배열은 선택사항입니다. 지정하지 않으면 모든 슬롯이 새로고침됩니다. |
| 이 새로고침 호출과 연결된 구성 옵션입니다. |
set
- 예
자바스크립트
googletag.pubads().set("adsense_background_color", "#FFFFFF");
JavaScript (기존)
googletag.pubads().set("adsense_background_color", "#FFFFFF");
TypeScript
googletag.pubads().set("adsense_background_color", "#FFFFFF");
- 참고 항목
set(key: string, value: string): PubAdsService
게시자 광고 서비스의 모든 광고 슬롯에 적용되는 애드센스 속성의 값을 설정합니다.
동일한 키에 대해 이 함수를 두 번 이상 호출하면 해당 키에 대해 이전에 설정된 값이 재정의됩니다. display
또는 refresh
를 호출하기 전에 모든 값을 설정해야 합니다.
매개변수 | |
---|---|
key: string | 속성 이름입니다. |
value: string | 속성 값입니다. |
반환 값 | |
---|---|
PubAdsService | 메서드가 호출된 서비스 객체입니다. |
setCategoryExclusion
- 예
자바스크립트
// Label = AirlineAd. googletag.pubads().setCategoryExclusion("AirlineAd");
JavaScript (기존)
// Label = AirlineAd. googletag.pubads().setCategoryExclusion("AirlineAd");
TypeScript
// Label = AirlineAd. googletag.pubads().setCategoryExclusion("AirlineAd");
- 참고 항목
setCategoryExclusion(categoryExclusion: string): PubAdsService
지정된 라벨 이름에 대해 페이지 수준 광고 카테고리 제외를 설정합니다.
매개변수 | |
---|---|
categoryExclusion: string | 추가할 광고 카테고리 제외 라벨입니다. |
반환 값 | |
---|---|
PubAdsService | 메서드가 호출된 서비스 객체입니다. |
setCentering
- 예
자바스크립트
// Make ads centered. googletag.pubads().setCentering(true);
JavaScript (기존)
// Make ads centered. googletag.pubads().setCentering(true);
TypeScript
// Make ads centered. googletag.pubads().setCentering(true);
setCentering(centerAds: boolean): void
광고의 가로 중앙 정렬을 사용 설정하거나 중지합니다. 중앙 정렬은 기본적으로 사용 중지되어 있습니다. 기존 gpt_mobile.js에서는 중앙 정렬이 기본적으로 사용 설정됩니다.
이 메서드를 호출한 후에 요청된 광고만 중앙에 정렬되므로 이 메서드는 display
또는 refresh
를 호출하기 전에 호출해야 합니다.
매개변수 | |
---|---|
centerAds: boolean | true : 광고를 가운데 정렬하고 false : 광고를 왼쪽 정렬합니다. |
setForceSafeFrame
- 이 설정은 각 슬롯에 대해 이루어진 후속 광고 요청에만 적용됩니다.
- 슬롯 수준 설정(지정된 경우)은 항상 페이지 수준 설정보다 우선 적용됩니다.
true
(슬롯 수준 또는 페이지 수준)로 설정하면 Google Ad Manager UI에서 선택한 내용과 관계없이 광고가 항상 SafeFrame 컨테이너를 사용하여 렌더링됩니다.- 하지만
false
로 설정하거나 지정하지 않으면 광고 소재 유형과 Google Ad Manager UI에서 선택한 내용에 따라 광고가 SafeFrame 컨테이너를 사용하여 렌더링됩니다. - 이 API는 iframe을 벗어나려고 시도하거나 게시자 페이지에서 직접 렌더링되는 것을 사용하는 광고 소재의 동작에 영향을 줄 수 있으므로 주의해서 사용해야 합니다.
- 예
자바스크립트
googletag.pubads().setForceSafeFrame(true); // The following slot will be opted-out of the page-level force // SafeFrame instruction. googletag .defineSlot("/1234567/sports", [160, 600], "div-1") .setForceSafeFrame(false) .addService(googletag.pubads()); // The following slot will have SafeFrame forced. googletag.defineSlot("/1234567/news", [160, 600], "div-2").addService(googletag.pubads()); googletag.display("div-1"); googletag.display("div-2");
JavaScript (기존)
googletag.pubads().setForceSafeFrame(true); // The following slot will be opted-out of the page-level force // SafeFrame instruction. googletag .defineSlot("/1234567/sports", [160, 600], "div-1") .setForceSafeFrame(false) .addService(googletag.pubads()); // The following slot will have SafeFrame forced. googletag.defineSlot("/1234567/news", [160, 600], "div-2").addService(googletag.pubads()); googletag.display("div-1"); googletag.display("div-2");
TypeScript
googletag.pubads().setForceSafeFrame(true); // The following slot will be opted-out of the page-level force // SafeFrame instruction. googletag .defineSlot("/1234567/sports", [160, 600], "div-1")! .setForceSafeFrame(false) .addService(googletag.pubads()); // The following slot will have SafeFrame forced. googletag.defineSlot("/1234567/news", [160, 600], "div-2")!.addService(googletag.pubads()); googletag.display("div-1"); googletag.display("div-2");
setForceSafeFrame(forceSafeFrame: boolean): PubAdsService
페이지의 모든 광고를 SafeFrame 컨테이너를 사용하여 강제로 렌더링해야 하는지 구성합니다.
이 API를 사용할 때는 다음 사항에 유의하세요.
매개변수 | |
---|---|
forceSafeFrame: boolean | true : 페이지의 모든 광고가 SafeFrame에서 렌더링되도록 강제하고 false : 이전 설정을 false로 변경합니다. 이전에 지정되지 않은 경우 false 로 설정하면 아무것도 변경되지 않습니다. |
반환 값 | |
---|---|
PubAdsService | 함수가 호출된 서비스 객체입니다. |
setLocation
- 예
자바스크립트
// Postal code: googletag.pubads().setLocation("10001,US");
JavaScript (기존)
// Postal code: googletag.pubads().setLocation("10001,US");
TypeScript
// Postal code: googletag.pubads().setLocation("10001,US");
setLocation(address: string): PubAdsService
웹사이트에서 위치 정보를 전달하여 광고 항목을 특정 위치에 지오타겟팅할 수 있습니다.
매개변수 | |
---|---|
address: string | 자유 형식 주소입니다. |
반환 값 | |
---|---|
PubAdsService | 메서드가 호출된 서비스 객체입니다. |
setPrivacySettings
- 예
자바스크립트
googletag.pubads().setPrivacySettings({ restrictDataProcessing: true, }); // Set multiple privacy settings at the same time. googletag.pubads().setPrivacySettings({ childDirectedTreatment: true, underAgeOfConsent: true, }); // Clear the configuration for childDirectedTreatment. googletag.pubads().setPrivacySettings({ childDirectedTreatment: null, });
JavaScript (기존)
googletag.pubads().setPrivacySettings({ restrictDataProcessing: true, }); // Set multiple privacy settings at the same time. googletag.pubads().setPrivacySettings({ childDirectedTreatment: true, underAgeOfConsent: true, }); // Clear the configuration for childDirectedTreatment. googletag.pubads().setPrivacySettings({ childDirectedTreatment: null, });
TypeScript
googletag.pubads().setPrivacySettings({ restrictDataProcessing: true, }); // Set multiple privacy settings at the same time. googletag.pubads().setPrivacySettings({ childDirectedTreatment: true, underAgeOfConsent: true, }); // Clear the configuration for childDirectedTreatment. googletag.pubads().setPrivacySettings({ childDirectedTreatment: null, });
- 참고 항목
setPrivacySettings(privacySettings: PrivacySettingsConfig): PubAdsService
구성 객체를 사용하여 단일 API에서 모든 개인 정보 보호 설정을 구성할 수 있습니다.
매개변수 | |
---|---|
privacySettings: PrivacySettingsConfig | 개인 정보 보호 설정 구성이 포함된 객체입니다. |
반환 값 | |
---|---|
PubAdsService | 함수가 호출된 서비스 객체입니다. |
setPublisherProvidedId
- 예
자바스크립트
googletag.pubads().setPublisherProvidedId("12JD92JD8078S8J29SDOAKC0EF230337");
JavaScript (기존)
googletag.pubads().setPublisherProvidedId("12JD92JD8078S8J29SDOAKC0EF230337");
TypeScript
googletag.pubads().setPublisherProvidedId("12JD92JD8078S8J29SDOAKC0EF230337");
- 참고 항목
setPublisherProvidedId(ppid: string): PubAdsService
게시자가 제공한 ID의 값을 설정합니다.
매개변수 | |
---|---|
ppid: string | 게시자가 제공하는 영숫자 ID입니다. 32~150자(영문 기준)여야 합니다. |
반환 값 | |
---|---|
PubAdsService | 메서드가 호출된 서비스 객체입니다. |
setSafeFrameConfig
- 예
자바스크립트
googletag.pubads().setForceSafeFrame(true); const pageConfig = { allowOverlayExpansion: true, allowPushExpansion: true, sandbox: true, }; const slotConfig = { allowOverlayExpansion: false }; googletag.pubads().setSafeFrameConfig(pageConfig); // The following slot will not allow for expansion by overlay. googletag .defineSlot("/1234567/sports", [160, 600], "div-1") .setSafeFrameConfig(slotConfig) .addService(googletag.pubads()); // The following slot will inherit the page level settings, and hence // would allow for expansion by overlay. googletag.defineSlot("/1234567/news", [160, 600], "div-2").addService(googletag.pubads()); googletag.display("div-1"); googletag.display("div-2");
JavaScript (기존)
googletag.pubads().setForceSafeFrame(true); var pageConfig = { allowOverlayExpansion: true, allowPushExpansion: true, sandbox: true, }; var slotConfig = { allowOverlayExpansion: false }; googletag.pubads().setSafeFrameConfig(pageConfig); // The following slot will not allow for expansion by overlay. googletag .defineSlot("/1234567/sports", [160, 600], "div-1") .setSafeFrameConfig(slotConfig) .addService(googletag.pubads()); // The following slot will inherit the page level settings, and hence // would allow for expansion by overlay. googletag.defineSlot("/1234567/news", [160, 600], "div-2").addService(googletag.pubads()); googletag.display("div-1"); googletag.display("div-2");
TypeScript
googletag.pubads().setForceSafeFrame(true); const pageConfig = { allowOverlayExpansion: true, allowPushExpansion: true, sandbox: true, }; const slotConfig = { allowOverlayExpansion: false }; googletag.pubads().setSafeFrameConfig(pageConfig); // The following slot will not allow for expansion by overlay. googletag .defineSlot("/1234567/sports", [160, 600], "div-1")! .setSafeFrameConfig(slotConfig) .addService(googletag.pubads()); // The following slot will inherit the page level settings, and hence // would allow for expansion by overlay. googletag.defineSlot("/1234567/news", [160, 600], "div-2")!.addService(googletag.pubads()); googletag.display("div-1"); googletag.display("div-2");
setSafeFrameConfig(config: SafeFrameConfig): PubAdsService
SafeFrame 구성의 페이지 수준 환경설정을 설정합니다. 구성 객체에서 인식할 수 없는 키는 무시됩니다. 인식된 키에 잘못된 값이 전달되면 전체 구성이 무시됩니다.
이러한 페이지 수준 환경설정은 지정된 경우 슬롯 수준 환경설정에 의해 재정의됩니다.
매개변수 | |
---|---|
config: SafeFrameConfig | 구성 객체입니다. |
반환 값 | |
---|---|
PubAdsService | 메서드가 호출된 서비스 객체입니다. |
setTargeting
- 예
자바스크립트
// Example with a single value for a key. googletag.pubads().setTargeting("interests", "sports"); // Example with multiple values for a key inside in an array. googletag.pubads().setTargeting("interests", ["sports", "music"]);
JavaScript (기존)
// Example with a single value for a key. googletag.pubads().setTargeting("interests", "sports"); // Example with multiple values for a key inside in an array. googletag.pubads().setTargeting("interests", ["sports", "music"]);
TypeScript
// Example with a single value for a key. googletag.pubads().setTargeting("interests", "sports"); // Example with multiple values for a key inside in an array. googletag.pubads().setTargeting("interests", ["sports", "music"]);
- 참고 항목
setTargeting(key: string, value: string | string[]): PubAdsService
모든 게시자 광고 서비스 광고 슬롯에 적용되는 특정 키의 맞춤 타겟팅 매개변수를 설정합니다. 동일한 키에 대해 이 함수를 여러 번 호출하면 이전 값을 덮어씁니다. 이러한 키는 Google Ad Manager 계정에서 정의됩니다.
매개변수 | |
---|---|
key: string | 타겟팅 매개변수 키. |
value: string | string[] | 타겟팅 매개변수 값 또는 값 배열 |
반환 값 | |
---|---|
PubAdsService | 메서드가 호출된 서비스 객체입니다. |
setVideoContent
- 참고 항목
setVideoContent(videoContentId: string, videoCmsId: string): void
타겟팅 및 콘텐츠 제외 목적으로 광고 요청과 함께 전송할 동영상 콘텐츠 정보를 설정합니다. 이 메서드가 호출되면 동영상 광고가 자동으로 사용 설정됩니다. videoContentId
및 videoCmsId
의 경우 Google Ad Manager 콘텐츠 처리 서비스에 제공된 값을 사용합니다.
매개변수 | |
---|---|
videoContentId: string | 동영상 콘텐츠 ID입니다. |
videoCmsId: string | 동영상 CMS ID입니다. |
updateCorrelator
- 예
자바스크립트
// Assume that the correlator is currently 12345. All ad requests made // by this page will currently use that value. // Replace the current correlator with a new correlator. googletag.pubads().updateCorrelator(); // The correlator will now be a new randomly selected value, different // from 12345. All subsequent ad requests made by this page will use // the new value.
JavaScript (기존)
// Assume that the correlator is currently 12345. All ad requests made // by this page will currently use that value. // Replace the current correlator with a new correlator. googletag.pubads().updateCorrelator(); // The correlator will now be a new randomly selected value, different // from 12345. All subsequent ad requests made by this page will use // the new value.
TypeScript
// Assume that the correlator is currently 12345. All ad requests made // by this page will currently use that value. // Replace the current correlator with a new correlator. googletag.pubads().updateCorrelator(); // The correlator will now be a new randomly selected value, different // from 12345. All subsequent ad requests made by this page will use // the new value.
updateCorrelator(): PubAdsService
광고 요청과 함께 전송되는 상관자를 변경하여 새 페이지 조회를 시작합니다. 상관자는 하나의 페이지 조회에서 발생하는 모든 광고 요청에 대해 동일하며 페이지 조회마다 고유합니다. 비동기 모드에만 적용됩니다.
참고: 이는 GPT의 장기 페이지 조회에는 영향을 미치지 않습니다. GPT의 장기 페이지 조회는 페이지에 실제로 있는 광고를 자동으로 반영하며 만료 시간이 없습니다.
반환 값 | |
---|---|
PubAdsService | 함수가 호출된 서비스 객체입니다. |
googletag.ResponseInformation
속성 | |
---|---|
advertiser | 광고주의 ID입니다. |
campaign | 캠페인의 ID입니다. |
creative | 광고 소재의 ID입니다. |
creative | 광고의 템플릿 ID입니다. |
line | 광고 항목의 ID입니다. |
속성
advertiserId
advertiserId: null | number
광고주의 ID입니다.
campaignId
campaignId: null | number
캠페인의 ID입니다.
creativeId
creativeId: null | number
광고 소재의 ID입니다.
creativeTemplateId
creativeTemplateId: null | number
광고의 템플릿 ID입니다.
lineItemId
lineItemId: null | number
광고 항목의 ID입니다.
googletag.RewardedPayload
속성 | |
---|---|
amount | 리워드에 포함된 상품의 수입니다. |
type | 보상에 포함된 항목 유형입니다 (예: 'coin'). |
- 참고 항목
속성
금액
amount: number
리워드에 포함된 상품의 수입니다.
유형
type: string
리워드에 포함된 상품의 유형입니다 (예: '동전').
googletag.SafeFrameConfig
속성 | |
---|---|
allow | SafeFrame에서 페이지 콘텐츠를 오버레이하여 광고 콘텐츠를 확장할 수 있는지 여부입니다. |
allow | SafeFrame에서 페이지 콘텐츠를 푸시하여 광고 콘텐츠를 확장하도록 허용할지 여부입니다. |
sandbox | SafeFrame이 HTML5 샌드박스 속성을 사용하여 사용자 상호작용 없이 상위 수준 탐색을 방지해야 하는지 여부입니다. |
use | 지원 중단되었습니다. SafeFrame에서 예약 광고 소재에 임의 하위 도메인을 사용해야 하는지 여부입니다. |
속성
Optional
allowOverlayExpansion
allowOverlayExpansion?: boolean
SafeFrame에서 페이지 콘텐츠를 오버레이하여 광고 콘텐츠를 확장할 수 있는지 여부입니다.
Optional
allowPushExpansion
allowPushExpansion?: boolean
SafeFrame에서 페이지 콘텐츠를 푸시하여 광고 콘텐츠를 확장하도록 허용할지 여부입니다.
Optional
샌드박스
sandbox?: boolean
SafeFrame이 HTML5 샌드박스 속성을 사용하여 사용자 상호작용 없이 상위 수준 탐색을 방지해야 하는지 여부입니다. 유효한 값은 true
뿐입니다 (false
로 강제할 수 없음). 샌드박스 속성은 플러그인 (예: 플래시)을 사용 중지합니다.
Optional
useUniqueDomain
useUniqueDomain?: null | boolean
SafeFrame에서 예약 광고 소재에 임의 하위 도메인을 사용해야 하는지 여부입니다. null
를 전달하여 저장된 값을 지웁니다.
참고: 이 기능은 기본적으로 사용 설정되어 있습니다.
googletag.Service
메서드 | |
---|---|
add | 페이지에서 특정 GPT 이벤트가 발생할 때 JavaScript 함수를 설정하고 호출할 수 있는 리스너를 등록합니다. |
get | 이 서비스와 연결된 슬롯 목록을 가져옵니다. |
remove | 이전에 등록된 리스너를 제거합니다. |
메서드
addEventListener
- events.GameManualInterstitialSlotClosedEvent
- events.GameManualInterstitialSlotReadyEvent
- events.ImpressionViewableEvent
- events.RewardedSlotClosedEvent
- events.RewardedSlotGrantedEvent
- events.RewardedSlotReadyEvent
- events.SlotOnloadEvent
- events.SlotRenderEndedEvent
- events.SlotRequestedEvent
- events.SlotResponseReceived
- events.SlotVisibilityChangedEvent
- 예
자바스크립트
// 1. Adding an event listener for the PubAdsService. googletag.pubads().addEventListener("slotOnload", (event) => { console.log("Slot has been loaded:"); console.log(event); }); // 2. Adding an event listener with slot specific logic. // Listeners operate at service level, which means that you cannot add // a listener for an event for a specific slot only. You can, however, // programmatically filter a listener to respond only to a certain ad // slot, using this pattern: const targetSlot = googletag.defineSlot("/1234567/example", [160, 600]); googletag.pubads().addEventListener("slotOnload", (event) => { if (event.slot === targetSlot) { // Slot specific logic. } });
JavaScript (기존)
// 1. Adding an event listener for the PubAdsService. googletag.pubads().addEventListener("slotOnload", function (event) { console.log("Slot has been loaded:"); console.log(event); }); // 2. Adding an event listener with slot specific logic. // Listeners operate at service level, which means that you cannot add // a listener for an event for a specific slot only. You can, however, // programmatically filter a listener to respond only to a certain ad // slot, using this pattern: var targetSlot = googletag.defineSlot("/1234567/example", [160, 600]); googletag.pubads().addEventListener("slotOnload", function (event) { if (event.slot === targetSlot) { // Slot specific logic. } });
TypeScript
// 1. Adding an event listener for the PubAdsService. googletag.pubads().addEventListener("slotOnload", (event) => { console.log("Slot has been loaded:"); console.log(event); }); // 2. Adding an event listener with slot specific logic. // Listeners operate at service level, which means that you cannot add // a listener for an event for a specific slot only. You can, however, // programmatically filter a listener to respond only to a certain ad // slot, using this pattern: const targetSlot = googletag.defineSlot("/1234567/example", [160, 600]); googletag.pubads().addEventListener("slotOnload", (event) => { if (event.slot === targetSlot) { // Slot specific logic. } });
- 참고 항목
addEventListener<K extends keyof EventTypeMap>(eventType: K, listener: ((arg: EventTypeMap[K]) => void)): Service
페이지에서 특정 GPT 이벤트가 발생할 때 JavaScript 함수를 설정하고 호출할 수 있는 리스너를 등록합니다. 지원되는 이벤트는 다음과 같습니다.
매개변수 | |
---|---|
eventType: K | GPT에서 생성된 이벤트 유형을 나타내는 문자열입니다. 이벤트 유형은 대소문자를 구분합니다. |
listener: ((arg: EventTypeMap[K]) => void) | 단일 이벤트 객체 인수를 사용하는 함수입니다. |
반환 값 | |
---|---|
Service | 메서드가 호출된 서비스 객체입니다. |
getSlots
removeEventListener
- 예
자바스크립트
googletag.cmd.push(() => { // Define a new ad slot. googletag.defineSlot("/6355419/Travel", [728, 90], "div-for-slot").addService(googletag.pubads()); // Define a new function that removes itself via removeEventListener // after the impressionViewable event fires. const onViewableListener = (event) => { googletag.pubads().removeEventListener("impressionViewable", onViewableListener); setTimeout(() => { googletag.pubads().refresh([event.slot]); }, 30000); }; // Add onViewableListener as a listener for impressionViewable events. googletag.pubads().addEventListener("impressionViewable", onViewableListener); googletag.enableServices(); });
JavaScript (기존)
googletag.cmd.push(function () { // Define a new ad slot. googletag.defineSlot("/6355419/Travel", [728, 90], "div-for-slot").addService(googletag.pubads()); // Define a new function that removes itself via removeEventListener // after the impressionViewable event fires. var onViewableListener = function (event) { googletag.pubads().removeEventListener("impressionViewable", onViewableListener); setTimeout(function () { googletag.pubads().refresh([event.slot]); }, 30000); }; // Add onViewableListener as a listener for impressionViewable events. googletag.pubads().addEventListener("impressionViewable", onViewableListener); googletag.enableServices(); });
TypeScript
googletag.cmd.push(() => { // Define a new ad slot. googletag .defineSlot("/6355419/Travel", [728, 90], "div-for-slot")! .addService(googletag.pubads()); // Define a new function that removes itself via removeEventListener // after the impressionViewable event fires. const onViewableListener = (event: googletag.events.ImpressionViewableEvent) => { googletag.pubads().removeEventListener("impressionViewable", onViewableListener); setTimeout(() => { googletag.pubads().refresh([event.slot]); }, 30000); }; // Add onViewableListener as a listener for impressionViewable events. googletag.pubads().addEventListener("impressionViewable", onViewableListener); googletag.enableServices(); });
removeEventListener<K extends keyof EventTypeMap>(eventType: K, listener: ((event: EventTypeMap[K]) => void)): void
이전에 등록된 리스너를 제거합니다.
매개변수 | |
---|---|
eventType: K | GPT에서 생성된 이벤트 유형을 나타내는 문자열입니다. 이벤트 유형은 대소문자를 구분합니다. |
listener: ((event: EventTypeMap[K]) => void) | 단일 이벤트 객체 인수를 사용하는 함수입니다. |
googletag.SizeMappingBuilder
메서드 | |
---|---|
add | 단일 크기 배열 (표시 영역을 나타냄)에서 슬롯을 나타내는 단일 또는 다중 크기 배열로 매핑을 추가합니다. |
build | 이 빌더에 추가된 매핑에서 크기 맵 사양을 빌드합니다. |
- 참고 항목
메서드
addSize
- 예
자바스크립트
// Mapping 1 googletag .sizeMapping() .addSize([1024, 768], [970, 250]) .addSize([980, 690], [728, 90]) .addSize([640, 480], "fluid") .addSize([0, 0], [88, 31]) // All viewports < 640x480 .build(); // Mapping 2 googletag .sizeMapping() .addSize([1024, 768], [970, 250]) .addSize([980, 690], []) .addSize([640, 480], [120, 60]) .addSize([0, 0], []) .build(); // Mapping 2 will not show any ads for the following viewport sizes: // [1024, 768] > size >= [980, 690] and // [640, 480] > size >= [0, 0]
JavaScript (기존)
// Mapping 1 googletag .sizeMapping() .addSize([1024, 768], [970, 250]) .addSize([980, 690], [728, 90]) .addSize([640, 480], "fluid") .addSize([0, 0], [88, 31]) // All viewports < 640x480 .build(); // Mapping 2 googletag .sizeMapping() .addSize([1024, 768], [970, 250]) .addSize([980, 690], []) .addSize([640, 480], [120, 60]) .addSize([0, 0], []) .build(); // Mapping 2 will not show any ads for the following viewport sizes: // [1024, 768] > size >= [980, 690] and // [640, 480] > size >= [0, 0]
TypeScript
// Mapping 1 googletag .sizeMapping() .addSize([1024, 768], [970, 250]) .addSize([980, 690], [728, 90]) .addSize([640, 480], "fluid") .addSize([0, 0], [88, 31]) // All viewports < 640x480 .build(); // Mapping 2 googletag .sizeMapping() .addSize([1024, 768], [970, 250]) .addSize([980, 690], []) .addSize([640, 480], [120, 60]) .addSize([0, 0], []) .build(); // Mapping 2 will not show any ads for the following viewport sizes: // [1024, 768] > size >= [980, 690] and // [640, 480] > size >= [0, 0]
addSize(viewportSize: SingleSizeArray, slotSize: GeneralSize): SizeMappingBuilder
표시 영역을 나타내는 단일 크기 배열에서 슬롯을 나타내는 단일 또는 여러 크기의 배열로 매핑을 추가합니다.
매개변수 | |
---|---|
viewportSize: SingleSizeArray | 이 매핑 항목의 뷰포트 크기입니다. |
slotSize: GeneralSize | 이 매핑 항목의 슬롯 크기입니다. |
반환 값 | |
---|---|
SizeMappingBuilder | 이 빌더에 대한 참조입니다. |
빌드
build(): null | SizeMappingArray
이 빌더에 추가된 매핑에서 크기 맵 사양을 빌드합니다.
잘못된 매핑이 제공된 경우 이 메서드는 null
을 반환합니다. 그렇지 않으면 Slot.defineSizeMapping에 전달할 올바른 형식의 사양을 반환합니다.
참고: 이 메서드를 호출한 후의 빌더 동작은 정의되지 않습니다.
반환 값 | |
---|---|
null | SizeMappingArray | 이 빌더로 빌드된 결과입니다. 잘못된 크기 매핑이 제공된 경우 null일 수 있습니다. |
googletag.Slot
메서드 | |
---|---|
add | 이 슬롯에 서비스를 추가합니다. |
clear | 이 슬롯의 모든 슬롯 수준 광고 카테고리 제외 라벨을 삭제합니다. |
clear | 이 슬롯에 대한 특정 또는 모든 맞춤 슬롯 수준 타겟팅 매개변수를 삭제합니다. |
define | 이 슬롯의 최소 표시 영역 크기에서 슬롯 크기로의 매핑 배열을 설정합니다. |
get | 이 슬롯의 지정된 키와 연결된 애드센스 속성의 값을 반환합니다. |
get | 네트워크 코드와 광고 단위 경로가 포함된 광고 단위의 전체 경로를 반환합니다. |
get | 이 슬롯에 설정된 속성 키 목록을 반환합니다. |
get | 이 슬롯의 광고 카테고리 제외 라벨을 반환합니다. |
get | 광고 응답 정보를 반환합니다. |
get | 슬롯이 정의되었을 때 제공된 슬롯 div 의 ID를 반환합니다. |
get | 이 슬롯에 설정된 특정 맞춤 타겟팅 매개변수를 반환합니다. |
get | 이 슬롯에 설정된 모든 맞춤 타겟팅 키 목록을 반환합니다. |
set | 이 광고 슬롯의 애드센스 속성 값을 설정합니다. |
set | 이 슬롯에 슬롯 수준 광고 카테고리 제외 라벨을 설정합니다. |
set | 사용자가 광고를 클릭한 후 리디렉션될 클릭 URL을 설정합니다. |
set | 슬롯에 광고가 없을 때 슬롯 div 를 숨겨야 하는지 여부를 설정합니다. |
set | 이 슬롯의 일반 구성 옵션을 설정합니다. |
set | 이 슬롯의 광고를 SafeFrame 컨테이너를 사용하여 강제로 렌더링할지 여부를 구성합니다. |
set | SafeFrame 구성의 슬롯 수준 환경설정을 설정합니다. |
set | 이 슬롯에 맞춤 타겟팅 매개변수를 설정합니다. |
update | JSON 객체의 키:값 맵에서 이 슬롯의 맞춤 타겟팅 매개변수를 설정합니다. |
메서드
addService
- 예
자바스크립트
googletag.defineSlot("/1234567/sports", [160, 600], "div").addService(googletag.pubads());
JavaScript (기존)
googletag.defineSlot("/1234567/sports", [160, 600], "div").addService(googletag.pubads());
TypeScript
googletag.defineSlot("/1234567/sports", [160, 600], "div")!.addService(googletag.pubads());
- 참고 항목
addService(service: Service): Slot
이 슬롯에 서비스를 추가합니다.
매개변수 | |
---|---|
service: Service | 추가할 서비스입니다. |
반환 값 | |
---|---|
Slot | 메서드가 호출된 슬롯 객체입니다. |
clearCategoryExclusions
- 예
자바스크립트
// Set category exclusion to exclude ads with 'AirlineAd' labels. const slot = googletag .defineSlot("/1234567/sports", [160, 600], "div") .setCategoryExclusion("AirlineAd") .addService(googletag.pubads()); // Make an ad request. No ad with 'AirlineAd' label will be returned // for the slot. // Clear category exclusions so all ads can be returned. slot.clearCategoryExclusions(); // Make an ad request. Any ad can be returned for the slot.
JavaScript (기존)
// Set category exclusion to exclude ads with 'AirlineAd' labels. var slot = googletag .defineSlot("/1234567/sports", [160, 600], "div") .setCategoryExclusion("AirlineAd") .addService(googletag.pubads()); // Make an ad request. No ad with 'AirlineAd' label will be returned // for the slot. // Clear category exclusions so all ads can be returned. slot.clearCategoryExclusions(); // Make an ad request. Any ad can be returned for the slot.
TypeScript
// Set category exclusion to exclude ads with 'AirlineAd' labels. const slot = googletag .defineSlot("/1234567/sports", [160, 600], "div")! .setCategoryExclusion("AirlineAd") .addService(googletag.pubads()); // Make an ad request. No ad with 'AirlineAd' label will be returned // for the slot. // Clear category exclusions so all ads can be returned. slot.clearCategoryExclusions(); // Make an ad request. Any ad can be returned for the slot.
clearCategoryExclusions(): Slot
이 슬롯의 모든 슬롯 수준 광고 카테고리 제외 라벨을 삭제합니다.
반환 값 | |
---|---|
Slot | 메서드가 호출된 슬롯 객체입니다. |
clearTargeting
- 예
자바스크립트
const slot = googletag .defineSlot("/1234567/sports", [160, 600], "div") .setTargeting("allow_expandable", "true") .setTargeting("interests", ["sports", "music"]) .setTargeting("color", "red") .addService(googletag.pubads()); slot.clearTargeting("color"); // Targeting 'allow_expandable' and 'interests' are still present, // while 'color' was cleared. slot.clearTargeting(); // All targeting has been cleared.
JavaScript (기존)
var slot = googletag .defineSlot("/1234567/sports", [160, 600], "div") .setTargeting("allow_expandable", "true") .setTargeting("interests", ["sports", "music"]) .setTargeting("color", "red") .addService(googletag.pubads()); slot.clearTargeting("color"); // Targeting 'allow_expandable' and 'interests' are still present, // while 'color' was cleared. slot.clearTargeting(); // All targeting has been cleared.
TypeScript
const slot = googletag .defineSlot("/1234567/sports", [160, 600], "div")! .setTargeting("allow_expandable", "true") .setTargeting("interests", ["sports", "music"]) .setTargeting("color", "red") .addService(googletag.pubads()); slot.clearTargeting("color"); // Targeting 'allow_expandable' and 'interests' are still present, // while 'color' was cleared. slot.clearTargeting(); // All targeting has been cleared.
- 참고 항목
clearTargeting(key?: string): Slot
이 슬롯의 특정 또는 모든 맞춤 슬롯 수준 타겟팅 매개변수를 지웁니다.
매개변수 | |
---|---|
| 타겟팅 매개변수 키입니다. 키는 선택사항입니다. 지정하지 않으면 모든 타겟팅 매개변수가 삭제됩니다. |
반환 값 | |
---|---|
Slot | 메서드가 호출된 슬롯 객체입니다. |
defineSizeMapping
- 예
자바스크립트
const slot = googletag .defineSlot("/1234567/sports", [160, 600], "div") .addService(googletag.pubads()); const mapping = googletag .sizeMapping() .addSize([100, 100], [88, 31]) .addSize( [320, 400], [ [320, 50], [300, 50], ], ) .build(); slot.defineSizeMapping(mapping);
JavaScript (기존)
var slot = googletag .defineSlot("/1234567/sports", [160, 600], "div") .addService(googletag.pubads()); var mapping = googletag .sizeMapping() .addSize([100, 100], [88, 31]) .addSize( [320, 400], [ [320, 50], [300, 50], ], ) .build(); slot.defineSizeMapping(mapping);
TypeScript
const slot = googletag .defineSlot("/1234567/sports", [160, 600], "div")! .addService(googletag.pubads()); const mapping = googletag .sizeMapping() .addSize([100, 100], [88, 31]) .addSize( [320, 400], [ [320, 50], [300, 50], ], ) .build(); slot.defineSizeMapping(mapping!);
- 참고 항목
defineSizeMapping(sizeMapping: SizeMappingArray): Slot
이 슬롯의 최소 표시 영역 크기에서 슬롯 크기로의 매핑 배열을 설정합니다.
매개변수 | |
---|---|
sizeMapping: SizeMappingArray | 크기 매핑의 배열입니다. SizeMappingBuilder를 사용하여 만들 수 있습니다. 각 크기 매핑은 SingleSizeArray 및 GeneralSize라는 두 요소의 배열입니다. |
반환 값 | |
---|---|
Slot | 메서드가 호출된 슬롯 객체입니다. |
get
- 예
자바스크립트
const slot = googletag .defineSlot("/1234567/sports", [160, 600], "div") .set("adsense_background_color", "#FFFFFF") .addService(googletag.pubads()); slot.get("adsense_background_color"); // Returns '#FFFFFF'.
JavaScript (기존)
var slot = googletag .defineSlot("/1234567/sports", [160, 600], "div") .set("adsense_background_color", "#FFFFFF") .addService(googletag.pubads()); slot.get("adsense_background_color"); // Returns '#FFFFFF'.
TypeScript
const slot = googletag .defineSlot("/1234567/sports", [160, 600], "div")! .set("adsense_background_color", "#FFFFFF") .addService(googletag.pubads()); slot.get("adsense_background_color"); // Returns '#FFFFFF'.
- 참고 항목
get(key: string): null | string
이 슬롯의 지정된 키와 연결된 애드센스 속성의 값을 반환합니다. 이 슬롯에서 상속된 서비스 수준 속성을 보려면 PubAdsService.get을 사용하세요.
매개변수 | |
---|---|
key: string | 찾을 속성의 이름입니다. |
반환 값 | |
---|---|
null | string | 속성 키의 현재 값 또는 키가 없는 경우 null 입니다. |
getAdUnitPath
- 예
자바스크립트
const slot = googletag .defineSlot("/1234567/sports", [160, 600], "div") .addService(googletag.pubads()); slot.getAdUnitPath(); // Returns '/1234567/sports'.
JavaScript (기존)
var slot = googletag .defineSlot("/1234567/sports", [160, 600], "div") .addService(googletag.pubads()); slot.getAdUnitPath(); // Returns '/1234567/sports'.
TypeScript
const slot = googletag .defineSlot("/1234567/sports", [160, 600], "div")! .addService(googletag.pubads()); slot.getAdUnitPath(); // Returns '/1234567/sports'.
getAdUnitPath(): string
네트워크 코드 및 광고 단위 경로와 함께 광고 단위의 전체 경로를 반환합니다.
반환 값 | |
---|---|
string | 광고 단위 경로 |
getAttributeKeys
- 예
자바스크립트
const slot = googletag .defineSlot("/1234567/sports", [160, 600], "div") .set("adsense_background_color", "#FFFFFF") .set("adsense_border_color", "#AABBCC") .addService(googletag.pubads()); slot.getAttributeKeys(); // Returns ['adsense_background_color', 'adsense_border_color'].
JavaScript (기존)
var slot = googletag .defineSlot("/1234567/sports", [160, 600], "div") .set("adsense_background_color", "#FFFFFF") .set("adsense_border_color", "#AABBCC") .addService(googletag.pubads()); slot.getAttributeKeys(); // Returns ['adsense_background_color', 'adsense_border_color'].
TypeScript
const slot = googletag .defineSlot("/1234567/sports", [160, 600], "div")! .set("adsense_background_color", "#FFFFFF") .set("adsense_border_color", "#AABBCC") .addService(googletag.pubads()); slot.getAttributeKeys(); // Returns ['adsense_background_color', 'adsense_border_color'].
getAttributeKeys(): string[]
이 슬롯에 설정된 속성 키 목록을 반환합니다. 이 슬롯에서 상속한 서비스 수준 속성의 키를 보려면 PubAdsService.getAttributeKeys를 사용합니다.
반환 값 | |
---|---|
string[] | 속성 키 배열입니다. 순서가 정의되지 않았습니다. |
getCategoryExclusions
- 예
자바스크립트
const slot = googletag .defineSlot("/1234567/sports", [160, 600], "div") .setCategoryExclusion("AirlineAd") .setCategoryExclusion("TrainAd") .addService(googletag.pubads()); slot.getCategoryExclusions(); // Returns ['AirlineAd', 'TrainAd'].
JavaScript (기존)
var slot = googletag .defineSlot("/1234567/sports", [160, 600], "div") .setCategoryExclusion("AirlineAd") .setCategoryExclusion("TrainAd") .addService(googletag.pubads()); slot.getCategoryExclusions(); // Returns ['AirlineAd', 'TrainAd'].
TypeScript
const slot = googletag .defineSlot("/1234567/sports", [160, 600], "div")! .setCategoryExclusion("AirlineAd") .setCategoryExclusion("TrainAd") .addService(googletag.pubads()); slot.getCategoryExclusions(); // Returns ['AirlineAd', 'TrainAd'].
getCategoryExclusions(): string[]
이 슬롯의 광고 카테고리 제외 라벨을 반환합니다.
반환 값 | |
---|---|
string[] | 이 슬롯의 광고 카테고리 제외 라벨 또는 라벨이 설정되지 않은 경우 빈 배열입니다. |
getResponseInformation
getResponseInformation(): null | ResponseInformation
광고 응답 정보를 반환합니다. 이는 슬롯의 마지막 광고 응답을 기반으로 합니다. 슬롯에 광고가 없을 때 이 함수가 호출되면 null
이 반환됩니다.
반환 값 | |
---|---|
null | ResponseInformation | 최신 광고 응답 정보 또는 슬롯에 광고가 없는 경우 null 입니다. |
getSlotElementId
- 예
자바스크립트
const slot = googletag .defineSlot("/1234567/sports", [160, 600], "div") .addService(googletag.pubads()); slot.getSlotElementId(); // Returns 'div'.
JavaScript (기존)
var slot = googletag .defineSlot("/1234567/sports", [160, 600], "div") .addService(googletag.pubads()); slot.getSlotElementId(); // Returns 'div'.
TypeScript
const slot = googletag .defineSlot("/1234567/sports", [160, 600], "div")! .addService(googletag.pubads()); slot.getSlotElementId(); // Returns 'div'.
getSlotElementId(): string
슬롯이 정의될 때 제공된 슬롯 div
의 ID를 반환합니다.
반환 값 | |
---|---|
string | 슬롯 div ID |
getTargeting
- 예
자바스크립트
const slot = googletag .defineSlot("/1234567/sports", [160, 600], "div") .setTargeting("allow_expandable", "true") .addService(googletag.pubads()); slot.getTargeting("allow_expandable"); // Returns ['true']. slot.getTargeting("age"); // Returns [] (empty array).
JavaScript (기존)
var slot = googletag .defineSlot("/1234567/sports", [160, 600], "div") .setTargeting("allow_expandable", "true") .addService(googletag.pubads()); slot.getTargeting("allow_expandable"); // Returns ['true']. slot.getTargeting("age"); // Returns [] (empty array).
TypeScript
const slot = googletag .defineSlot("/1234567/sports", [160, 600], "div")! .setTargeting("allow_expandable", "true") .addService(googletag.pubads()); slot.getTargeting("allow_expandable"); // Returns ['true']. slot.getTargeting("age"); // Returns [] (empty array).
getTargeting(key: string): string[]
이 슬롯에 설정된 특정 맞춤 타겟팅 매개변수를 반환합니다. 서비스 수준 타겟팅 매개변수는 포함되지 않습니다.
매개변수 | |
---|---|
key: string | 찾을 타겟팅 키입니다. |
반환 값 | |
---|---|
string[] | 이 키와 연결된 값 또는 이러한 키가 없는 경우 빈 배열입니다. |
getTargetingKeys
- 예
자바스크립트
const slot = googletag .defineSlot("/1234567/sports", [160, 600], "div") .setTargeting("allow_expandable", "true") .setTargeting("interests", ["sports", "music"]) .addService(googletag.pubads()); slot.getTargetingKeys(); // Returns ['interests', 'allow_expandable'].
JavaScript (기존)
var slot = googletag .defineSlot("/1234567/sports", [160, 600], "div") .setTargeting("allow_expandable", "true") .setTargeting("interests", ["sports", "music"]) .addService(googletag.pubads()); slot.getTargetingKeys(); // Returns ['interests', 'allow_expandable'].
TypeScript
const slot = googletag .defineSlot("/1234567/sports", [160, 600], "div")! .setTargeting("allow_expandable", "true") .setTargeting("interests", ["sports", "music"]) .addService(googletag.pubads()); slot.getTargetingKeys(); // Returns ['interests', 'allow_expandable'].
getTargetingKeys(): string[]
이 슬롯에 설정된 모든 맞춤 타겟팅 키 목록을 반환합니다. 서비스 수준 타겟팅 키는 포함되지 않습니다.
반환 값 | |
---|---|
string[] | 타겟팅 키 배열입니다. 순서가 정의되지 않았습니다. |
set
- 예
자바스크립트
// Setting an attribute on a single ad slot. googletag .defineSlot("/1234567/sports", [160, 600], "div") .set("adsense_background_color", "#FFFFFF") .addService(googletag.pubads());
JavaScript (기존)
// Setting an attribute on a single ad slot. googletag .defineSlot("/1234567/sports", [160, 600], "div") .set("adsense_background_color", "#FFFFFF") .addService(googletag.pubads());
TypeScript
// Setting an attribute on a single ad slot. googletag .defineSlot("/1234567/sports", [160, 600], "div")! .set("adsense_background_color", "#FFFFFF") .addService(googletag.pubads());
- 참고 항목
set(key: string, value: string): Slot
이 광고 슬롯에 대한 애드센스 속성 값을 설정합니다. 이렇게 하면 이 키의 서비스 수준에서 설정된 모든 값이 재정의됩니다.
동일한 키에 대해 이 메서드를 두 번 이상 호출하면 해당 키에 대해 이전에 설정된 값이 재정의됩니다. display
또는 refresh
를 호출하기 전에 모든 값을 설정해야 합니다.
매개변수 | |
---|---|
key: string | 속성 이름입니다. |
value: string | 속성 값입니다. |
반환 값 | |
---|---|
Slot | 메서드가 호출된 슬롯 객체입니다. |
setCategoryExclusion
- 예
자바스크립트
// Label = AirlineAd googletag .defineSlot("/1234567/sports", [160, 600], "div") .setCategoryExclusion("AirlineAd") .addService(googletag.pubads());
JavaScript (기존)
// Label = AirlineAd googletag .defineSlot("/1234567/sports", [160, 600], "div") .setCategoryExclusion("AirlineAd") .addService(googletag.pubads());
TypeScript
// Label = AirlineAd googletag .defineSlot("/1234567/sports", [160, 600], "div")! .setCategoryExclusion("AirlineAd") .addService(googletag.pubads());
- 참고 항목
setCategoryExclusion(categoryExclusion: string): Slot
이 슬롯에 슬롯 수준 광고 카테고리 제외 라벨을 설정합니다.
매개변수 | |
---|---|
categoryExclusion: string | 추가할 광고 카테고리 제외 라벨입니다. |
반환 값 | |
---|---|
Slot | 메서드가 호출된 슬롯 객체입니다. |
setClickUrl
- 예
자바스크립트
googletag .defineSlot("/1234567/sports", [160, 600], "div") .setClickUrl("http://www.example.com?original_click_url=") .addService(googletag.pubads());
JavaScript (기존)
googletag .defineSlot("/1234567/sports", [160, 600], "div") .setClickUrl("http://www.example.com?original_click_url=") .addService(googletag.pubads());
TypeScript
googletag .defineSlot("/1234567/sports", [160, 600], "div")! .setClickUrl("http://www.example.com?original_click_url=") .addService(googletag.pubads());
setClickUrl(value: string): Slot
광고를 클릭한 사용자가 리디렉션될 클릭 URL을 설정합니다.
클릭 URL이 교체되더라도 Google Ad Manager 서버는 여전히 클릭을 기록합니다. 게재되는 광고 소재와 연결된 모든 방문 페이지 URL이 제공된 값에 추가됩니다. 후속 호출은 값을 덮어씁니다. 이 방법은 SRA가 아닌 요청에만 사용할 수 있습니다.
매개변수 | |
---|---|
value: string | 설정할 클릭 URL입니다. |
반환 값 | |
---|---|
Slot | 메서드가 호출된 슬롯 객체입니다. |
setCollapseEmptyDiv
- 예
자바스크립트
googletag .defineSlot("/1234567/sports", [160, 600], "div-1") .setCollapseEmptyDiv(true, true) .addService(googletag.pubads()); // The above will cause the div for this slot to be collapsed // when the page is loaded, before ads are requested. googletag .defineSlot("/1234567/sports", [160, 600], "div-2") .setCollapseEmptyDiv(true) .addService(googletag.pubads()); // The above will cause the div for this slot to be collapsed // only after GPT detects that no ads are available for the slot.
JavaScript (기존)
googletag .defineSlot("/1234567/sports", [160, 600], "div-1") .setCollapseEmptyDiv(true, true) .addService(googletag.pubads()); // The above will cause the div for this slot to be collapsed // when the page is loaded, before ads are requested. googletag .defineSlot("/1234567/sports", [160, 600], "div-2") .setCollapseEmptyDiv(true) .addService(googletag.pubads()); // The above will cause the div for this slot to be collapsed // only after GPT detects that no ads are available for the slot.
TypeScript
googletag .defineSlot("/1234567/sports", [160, 600], "div-1")! .setCollapseEmptyDiv(true, true) .addService(googletag.pubads()); // The above will cause the div for this slot to be collapsed // when the page is loaded, before ads are requested. googletag .defineSlot("/1234567/sports", [160, 600], "div-2")! .setCollapseEmptyDiv(true) .addService(googletag.pubads()); // The above will cause the div for this slot to be collapsed // only after GPT detects that no ads are available for the slot.
- 참고 항목
setCollapseEmptyDiv(collapse: boolean, collapseBeforeAdFetch?: boolean): Slot
슬롯에 광고가 없을 때 슬롯 div
를 숨겨야 하는지 여부를 설정합니다. 이렇게 하면 서비스 수준 설정이 재정의됩니다.
매개변수 | |
---|---|
collapse: boolean | 광고가 반환되지 않은 경우 슬롯을 접을지 여부입니다. |
| 광고가 가져오기 전에도 슬롯을 접을지 여부입니다. 접기가 true 이 아니면 무시됩니다. |
반환 값 | |
---|---|
Slot | 메서드가 호출된 슬롯 객체입니다. |
setConfig
setConfig(slotConfig: SlotSettingsConfig): void
이 슬롯의 일반 구성 옵션을 설정합니다.
매개변수 | |
---|---|
slotConfig: SlotSettingsConfig | 구성 객체입니다. |
setForceSafeFrame
- 이 설정은 각 슬롯에 대해 이루어진 후속 광고 요청에만 적용됩니다.
- 슬롯 수준 설정(지정된 경우)은 항상 페이지 수준 설정보다 우선 적용됩니다.
true
(슬롯 수준 또는 페이지 수준)로 설정하면 Google Ad Manager UI에서 선택한 내용과 관계없이 광고가 항상 SafeFrame 컨테이너를 사용하여 렌더링됩니다.- 하지만
false
로 설정하거나 지정하지 않으면 광고 소재 유형과 Google Ad Manager UI에서 선택한 내용에 따라 광고가 SafeFrame 컨테이너를 사용하여 렌더링됩니다. - 이 API는 iframe을 벗어나려고 시도하거나 게시자 페이지에서 직접 렌더링되는 것을 사용하는 광고 소재의 동작에 영향을 줄 수 있으므로 주의해서 사용해야 합니다.
- 예
자바스크립트
googletag .defineSlot("/1234567/sports", [160, 600], "div") .setForceSafeFrame(true) .addService(googletag.pubads());
JavaScript (기존)
googletag .defineSlot("/1234567/sports", [160, 600], "div") .setForceSafeFrame(true) .addService(googletag.pubads());
TypeScript
googletag .defineSlot("/1234567/sports", [160, 600], "div")! .setForceSafeFrame(true) .addService(googletag.pubads());
setForceSafeFrame(forceSafeFrame: boolean): Slot
이 슬롯의 광고를 SafeFrame 컨테이너를 사용하여 강제로 렌더링해야 하는지 여부를 구성합니다.
이 API를 사용할 때는 다음 사항에 유의하세요.
매개변수 | |
---|---|
forceSafeFrame: boolean | true 는 이 슬롯의 모든 광고가 SafeFrames에서 렌더링되도록 하고 false 는 페이지 수준 설정 (있는 경우)을 선택 해제합니다. 페이지 수준에서 지정하지 않은 경우 이 값을 false 로 설정해도 아무것도 변경되지 않습니다. |
반환 값 | |
---|---|
Slot | 메서드가 호출된 슬롯 객체입니다. |
setSafeFrameConfig
- 예
자바스크립트
googletag.pubads().setForceSafeFrame(true); // The following slot will have a sandboxed safeframe that only // disallows top-level navigation. googletag .defineSlot("/1234567/sports", [160, 600], "div-1") .setSafeFrameConfig({ sandbox: true }) .addService(googletag.pubads()); // The following slot will inherit page-level settings. googletag.defineSlot("/1234567/news", [160, 600], "div-2").addService(googletag.pubads()); googletag.display("div-1"); googletag.display("div-2");
JavaScript (기존)
googletag.pubads().setForceSafeFrame(true); // The following slot will have a sandboxed safeframe that only // disallows top-level navigation. googletag .defineSlot("/1234567/sports", [160, 600], "div-1") .setSafeFrameConfig({ sandbox: true }) .addService(googletag.pubads()); // The following slot will inherit page-level settings. googletag.defineSlot("/1234567/news", [160, 600], "div-2").addService(googletag.pubads()); googletag.display("div-1"); googletag.display("div-2");
TypeScript
googletag.pubads().setForceSafeFrame(true); // The following slot will have a sandboxed safeframe that only // disallows top-level navigation. googletag .defineSlot("/1234567/sports", [160, 600], "div-1")! .setSafeFrameConfig({ sandbox: true }) .addService(googletag.pubads()); // The following slot will inherit page-level settings. googletag.defineSlot("/1234567/news", [160, 600], "div-2")!.addService(googletag.pubads()); googletag.display("div-1"); googletag.display("div-2");
setSafeFrameConfig(config: null | SafeFrameConfig): Slot
SafeFrame 구성의 슬롯 수준 환경설정을 설정합니다. 구성 객체에서 인식할 수 없는 키는 무시됩니다. 인식된 키에 잘못된 값이 전달되면 전체 구성이 무시됩니다.
이러한 슬롯 수준 환경설정을 지정하면 페이지 수준 환경설정이 재정의됩니다.
매개변수 | |
---|---|
config: null | SafeFrameConfig | 구성 객체입니다. |
반환 값 | |
---|---|
Slot | 메서드가 호출된 슬롯 객체입니다. |
setTargeting
- 예
자바스크립트
const slot = googletag .defineSlot("/1234567/sports", [160, 600], "div") .addService(googletag.pubads()); // Example with a single value for a key. slot.setTargeting("allow_expandable", "true"); // Example with multiple values for a key inside in an array. slot.setTargeting("interests", ["sports", "music"]);
JavaScript (기존)
var slot = googletag .defineSlot("/1234567/sports", [160, 600], "div") .addService(googletag.pubads()); // Example with a single value for a key. slot.setTargeting("allow_expandable", "true"); // Example with multiple values for a key inside in an array. slot.setTargeting("interests", ["sports", "music"]);
TypeScript
const slot = googletag .defineSlot("/1234567/sports", [160, 600], "div")! .addService(googletag.pubads()); // Example with a single value for a key. slot.setTargeting("allow_expandable", "true"); // Example with multiple values for a key inside in an array. slot.setTargeting("interests", ["sports", "music"]);
- 참고 항목
setTargeting(key: string, value: string | string[]): Slot
이 슬롯에 대한 맞춤 타겟팅 매개변수를 설정합니다. 동일한 키에 대해 이 메서드를 여러 번 호출하면 이전 값을 덮어씁니다. 여기에 설정된 값은 서비스 수준에서 설정된 타겟팅 매개변수를 덮어씁니다. 이러한 키는 Google Ad Manager 계정에서 정의됩니다.
매개변수 | |
---|---|
key: string | 타겟팅 매개변수 키. |
value: string | string[] | 타겟팅 매개변수 값 또는 값 배열 |
반환 값 | |
---|---|
Slot | 메서드가 호출된 슬롯 객체입니다. |
updateTargetingFromMap
- 덮어쓰는 경우 마지막 값만 유지됩니다.
- 값이 배열인 경우 이전 값이 병합되지 않고 덮어쓰기됩니다.
- 여기에 설정된 값은 서비스 수준에서 설정된 타겟팅 매개변수를 덮어씁니다.
- 예
자바스크립트
const slot = googletag.defineSlot("/1234567/sports", [160, 600], "div"); slot.updateTargetingFromMap({ color: "red", interests: ["sports", "music", "movies"], });
JavaScript (기존)
var slot = googletag.defineSlot("/1234567/sports", [160, 600], "div"); slot.updateTargetingFromMap({ color: "red", interests: ["sports", "music", "movies"], });
TypeScript
const slot = googletag.defineSlot("/1234567/sports", [160, 600], "div")!; slot.updateTargetingFromMap({ color: "red", interests: ["sports", "music", "movies"], });
updateTargetingFromMap(map: {
[adUnitPath: string]: string | string[];
}): Slot
JSON 객체의 키:값 맵에서 이 슬롯의 맞춤 타겟팅 매개변수를 설정합니다. 이는 객체의 모든 키 값에 대해 Slot.setTargeting을 호출하는 것과 동일합니다. 이러한 키는 Google Ad Manager 계정에서 정의됩니다.
참고:
매개변수 | |
---|---|
map: { | 타겟팅 매개변수 키:값 맵 |
반환 값 | |
---|---|
Slot | 메서드가 호출된 슬롯 객체입니다. |
googletag.config
인터페이스 | |
---|---|
Ad | 광고 확장을 제어하는 설정입니다. |
Component | 기기 내 광고 입찰에서 단일 구성요소 입찰을 나타내는 객체입니다. |
Interstitial | 단일 전면 광고 슬롯의 동작을 정의하는 객체입니다. |
Page | 페이지 수준 설정을 위한 기본 구성 인터페이스입니다. |
Privacy | 게시자 개인 정보 보호 처리를 제어하기 위한 설정입니다. |
Publisher | 게시자 제공 신호 (PPS) 구성 객체입니다. |
Slot | 슬롯 수준 설정의 기본 구성 인터페이스입니다. |
Taxonomy | 단일 분류의 값을 포함하는 객체입니다. |
유형 별칭 | |
---|---|
Interstitial | 지원되는 전면 광고 트리거 |
Privacy | 게시자 개인 정보 보호 처리를 지원했습니다. |
Taxonomy | 게시자 제공 신호 (PPS)에 지원되는 분류입니다. |
유형 별칭
InterstitialTrigger
InterstitialTrigger: "unhideWindow" | "navBar"
지원되는 전면 광고 트리거입니다.
PrivacyTreatment
PrivacyTreatment: "disablePersonalization"
게시자 개인 정보 보호 조치가 지원됩니다.
분류
Taxonomy: "IAB_AUDIENCE_1_1" | "IAB_CONTENT_2_2"
게시자 제공 신호 (PPS)에 지원되는 분류입니다.
googletag.config.AdExpansionConfig
속성 | |
---|---|
enabled | 광고 확장이 사용 설정되어 있는지 또는 사용 중지되어 있는지 여부입니다. |
- 예
자바스크립트
// Enable ad slot expansion across the entire page. googletag.setConfig({ adExpansion: { enabled: true }, });
JavaScript (기존)
// Enable ad slot expansion across the entire page. googletag.setConfig({ adExpansion: { enabled: true }, });
TypeScript
// Enable ad slot expansion across the entire page. googletag.setConfig({ adExpansion: { enabled: true }, });
속성
Optional
사용 설정됨
enabled?: boolean
광고 확장이 사용 설정되어 있는지 또는 사용 중지되어 있는지 여부입니다.
이 값을 설정하면 Google Ad Manager에 구성된 기본값이 재정의됩니다.
googletag.config.ComponentAuctionConfig
속성 | |
---|---|
auction | 이 구성요소 입찰에 대한 입찰 구성 객체입니다. |
config | 이 구성요소 입찰과 연결된 구성 키입니다. |
속성
auctionConfig
- 예
자바스크립트
const componentAuctionConfig = { // Seller URL should be https and the same as decisionLogicUrl's origin seller: "https://testSeller.com", decisionLogicUrl: "https://testSeller.com/ssp/decision-logic.js", interestGroupBuyers: ["https://example-buyer.com"], auctionSignals: { auction_signals: "auction_signals" }, sellerSignals: { seller_signals: "seller_signals" }, perBuyerSignals: { // listed on interestGroupBuyers "https://example-buyer.com": { per_buyer_signals: "per_buyer_signals", }, }, }; const auctionSlot = googletag.defineSlot("/1234567/example", [160, 600]); // To add configKey to the component auction: auctionSlot.setConfig({ componentAuction: [ { configKey: "https://testSeller.com", auctionConfig: componentAuctionConfig, }, ], }); // To remove configKey from the component auction: auctionSlot.setConfig({ componentAuction: [ { configKey: "https://testSeller.com", auctionConfig: null, }, ], });
JavaScript (기존)
var componentAuctionConfig = { // Seller URL should be https and the same as decisionLogicUrl's origin seller: "https://testSeller.com", decisionLogicUrl: "https://testSeller.com/ssp/decision-logic.js", interestGroupBuyers: ["https://example-buyer.com"], auctionSignals: { auction_signals: "auction_signals" }, sellerSignals: { seller_signals: "seller_signals" }, perBuyerSignals: { // listed on interestGroupBuyers "https://example-buyer.com": { per_buyer_signals: "per_buyer_signals", }, }, }; var auctionSlot = googletag.defineSlot("/1234567/example", [160, 600]); // To add configKey to the component auction: auctionSlot.setConfig({ componentAuction: [ { configKey: "https://testSeller.com", auctionConfig: componentAuctionConfig, }, ], }); // To remove configKey from the component auction: auctionSlot.setConfig({ componentAuction: [ { configKey: "https://testSeller.com", auctionConfig: null, }, ], });
TypeScript
const componentAuctionConfig = { // Seller URL should be https and the same as decisionLogicUrl's origin seller: "https://testSeller.com", decisionLogicUrl: "https://testSeller.com/ssp/decision-logic.js", interestGroupBuyers: ["https://example-buyer.com"], auctionSignals: { auction_signals: "auction_signals" }, sellerSignals: { seller_signals: "seller_signals" }, perBuyerSignals: { // listed on interestGroupBuyers "https://example-buyer.com": { per_buyer_signals: "per_buyer_signals", }, }, }; const auctionSlot = googletag.defineSlot("/1234567/example", [160, 600])!; // To add configKey to the component auction: auctionSlot.setConfig({ componentAuction: [ { configKey: "https://testSeller.com", auctionConfig: componentAuctionConfig, }, ], }); // To remove configKey from the component auction: auctionSlot.setConfig({ componentAuction: [ { configKey: "https://testSeller.com", auctionConfig: null, }, ], });
auctionConfig: null | {
auctionSignals?: unknown;
decisionLogicUrl: string;
interestGroupBuyers?: string[];
perBuyerExperimentGroupIds?: {
[buyer: string]: number;
};
perBuyerGroupLimits?: {
[buyer: string]: number;
};
perBuyerSignals?: {
[buyer: string]: unknown;
};
perBuyerTimeouts?: {
[buyer: string]: number;
};
seller: string;
sellerExperimentGroupId?: number;
sellerSignals?: unknown;
sellerTimeout?: number;
trustedScoringSignalsUrl?: string;
}
이 구성요소 입찰의 입찰 구성 객체입니다.
이 값을 null
로 설정하면 지정된 configKey
의 기존 구성이 삭제됩니다.
configKey
configKey: string
이 구성요소 입찰과 연결된 구성 키입니다.
이 값은 비워서는 안 되며 고유해야 합니다. 두 ComponentAuctionConfig
객체가 동일한 configKey 값을 공유하는 경우 마지막으로 설정된 값이 이전 구성을 덮어씁니다.
googletag.config.InterstitialConfig
속성 | |
---|---|
triggers | 이 전면 광고의 전면 광고 트리거 구성입니다. |
속성
트리거 Optional
개
- 예
자바스크립트
// Define a GPT managed web interstitial ad slot. const interstitialSlot = googletag.defineOutOfPageSlot( "/1234567/sports", googletag.enums.OutOfPageFormat.INTERSTITIAL, ); // Enable optional interstitial triggers. // Change this value to false to disable. const enableTriggers = true; interstitialSlot.setConfig({ interstitial: { triggers: { navBar: enableTriggers, unhideWindow: enableTriggers, }, }, });
JavaScript (기존)
// Define a GPT managed web interstitial ad slot. var interstitialSlot = googletag.defineOutOfPageSlot( "/1234567/sports", googletag.enums.OutOfPageFormat.INTERSTITIAL, ); // Enable optional interstitial triggers. // Change this value to false to disable. var enableTriggers = true; interstitialSlot.setConfig({ interstitial: { triggers: { navBar: enableTriggers, unhideWindow: enableTriggers, }, }, });
TypeScript
// Define a GPT managed web interstitial ad slot. const interstitialSlot = googletag.defineOutOfPageSlot( "/1234567/sports", googletag.enums.OutOfPageFormat.INTERSTITIAL, )!; // Enable optional interstitial triggers. // Change this value to false to disable. const enableTriggers = true; interstitialSlot.setConfig({ interstitial: { triggers: { navBar: enableTriggers, unhideWindow: enableTriggers, }, }, });
- 참고 항목
triggers?: Partial<Record<InterstitialTrigger, boolean>>
이 전면 광고의 전면 광고 트리거 구성입니다.
전면 광고 트리거의 값을 true
로 설정하면 전면 광고가 사용 설정되고 false
로 설정하면 사용 중지됩니다. 이렇게 하면 Google Ad Manager에 구성된 기본값이 재정의됩니다.
googletag.config.PageSettingsConfig
단일 API 호출로 여러 기능을 설정할 수 있습니다.
아래에 나열된 모든 속성은 예시이며 setConfig를 사용하는 실제 기능을 반영하지 않습니다. 기능 집합은 아래의 PageSettingsConfig 유형 내 필드를 참고하세요.
예:
- googletag.setConfig 호출에 지정된 기능만 수정됩니다.
// Configure feature alpha. googletag.setConfig({ alpha: {...} }); // Configure feature bravo. Feature alpha is unchanged. googletag.setConfig({ bravo: {...} });
- 지정된 기능의 모든 설정은 googletag.setConfig를 호출할 때마다 업데이트됩니다.
// Configure feature charlie to echo = 1, foxtrot = true. googletag.setConfig({ charlie: { echo: 1, foxtrot: true, } }); // Update feature charlie to echo = 2. Since foxtrot was not specified, // the value is cleared. googletag.setConfig({ charlie: { echo: 2 } });
- 기능의 모든 설정은
null
.// Configure features delta, golf, and hotel. googletag.setConfig({ delta: {...}, golf: {...}, hotel: {...}, }); // Feature delta and hotel are cleared, but feature golf remains set. googletag.setConfig({ delta: null, hotel: null, });
를 전달하여 삭제할 수 있습니다.
속성 | |
---|---|
ad | 광고 확장을 제어하기 위한 설정입니다. |
ad | 지원 중단됨. |
pps | 게시자 제공 신호 (PPS)를 제어하는 설정입니다. |
privacy | 게시자 개인 정보 보호 처리를 제어하는 설정입니다. |
thread | 광고 소재를 렌더링할 때 GPT가 JS 스레드를 생성해야 하는지 제어하는 설정입니다. |
속성
Optional
adExpansion
adExpansion?: null | AdExpansionConfig
광고 확장을 제어하기 위한 설정입니다.
Optional
adYield
adYield?: null | "DISABLED" | "ENABLED_ALL_SLOTS"
Optional
pps
pps?: null | PublisherProvidedSignalsConfig
게시자 제공 신호 (PPS)를 제어하는 설정입니다.
Optional
privacyTreatments
privacyTreatments?: null | PrivacyTreatmentsConfig
게시자 개인 정보 보호 처리를 제어하는 설정입니다.
Optional
threadYield
null
(기본값): GPT는 뷰포트 외부의 슬롯에 대해 JS 스레드를 생성합니다.ENABLED_ALL_SLOTS
: GPT는 슬롯이 표시 영역 내에 있는지와 관계없이 모든 슬롯에 대해 JS 스레드를 생성합니다.DISABLED
: GPT가 JS 스레드를 생성하지 않습니다.- 예
자바스크립트
// Disable yielding. googletag.setConfig({ threadYield: "DISABLED" }); // Enable yielding for all slots. googletag.setConfig({ threadYield: "ENABLED_ALL_SLOTS" }); // Enable yielding only for slots outside of the viewport (default). googletag.setConfig({ threadYield: null });
JavaScript (기존)
// Disable yielding. googletag.setConfig({ threadYield: "DISABLED" }); // Enable yielding for all slots. googletag.setConfig({ threadYield: "ENABLED_ALL_SLOTS" }); // Enable yielding only for slots outside of the viewport (default). googletag.setConfig({ threadYield: null });
TypeScript
// Disable yielding. googletag.setConfig({ threadYield: "DISABLED" }); // Enable yielding for all slots. googletag.setConfig({ threadYield: "ENABLED_ALL_SLOTS" }); // Enable yielding only for slots outside of the viewport (default). googletag.setConfig({ threadYield: null });
- 참고 항목
threadYield?: null | "DISABLED" | "ENABLED_ALL_SLOTS"
광고 소재를 렌더링할 때 GPT가 JS 스레드를 생성할지 여부를 제어하는 설정입니다.
GPT는 Scheduler.postTask 또는 Scheduler.yield API를 지원하는 브라우저에서만 생성됩니다.
지원되는 값:
googletag.config.PrivacyTreatmentsConfig
속성 | |
---|---|
treatments | 사용 설정할 게시자 개인 정보 보호 처리 배열입니다. |
속성
치료
- 예
자바스크립트
// Disable personalization across the entire page. googletag.setConfig({ privacyTreatments: { treatments: ["disablePersonalization"] }, });
JavaScript (기존)
// Disable personalization across the entire page. googletag.setConfig({ privacyTreatments: { treatments: ["disablePersonalization"] }, });
TypeScript
// Disable personalization across the entire page. googletag.setConfig({ privacyTreatments: { treatments: ["disablePersonalization"] }, });
treatments: "disablePersonalization"[]
사용할 수 있는 게시자 개인 정보 보호 조치의 배열입니다.
googletag.config.PublisherProvidedSignalsConfig
속성 | |
---|---|
taxonomies | 분류 매핑을 포함하는 객체입니다. |
- 예
자바스크립트
googletag.setConfig({ pps: { taxonomies: { IAB_AUDIENCE_1_1: { values: ["6", "626"] }, // '6' = 'Demographic | Age Range | 30-34' // '626' = 'Interest | Sports | Darts' IAB_CONTENT_2_2: { values: ["48", "127"] }, // '48' = 'Books and Literature | Fiction' // '127' = 'Careers | Job Search' }, }, });
JavaScript (기존)
googletag.setConfig({ pps: { taxonomies: { IAB_AUDIENCE_1_1: { values: ["6", "626"] }, // '6' = 'Demographic | Age Range | 30-34' // '626' = 'Interest | Sports | Darts' IAB_CONTENT_2_2: { values: ["48", "127"] }, // '48' = 'Books and Literature | Fiction' // '127' = 'Careers | Job Search' }, }, });
TypeScript
googletag.setConfig({ pps: { taxonomies: { IAB_AUDIENCE_1_1: { values: ["6", "626"] }, // '6' = 'Demographic | Age Range | 30-34' // '626' = 'Interest | Sports | Darts' IAB_CONTENT_2_2: { values: ["48", "127"] }, // '48' = 'Books and Literature | Fiction' // '127' = 'Careers | Job Search' }, }, });
속성
분류
taxonomies: Partial<Record<Taxonomy, TaxonomyData>>
분류 매핑을 포함하는 객체입니다.
googletag.config.SlotSettingsConfig
단일 슬롯에 대해 단일 API 호출로 여러 기능을 설정할 수 있습니다.
아래에 나열된 모든 속성은 예시이며 setConfig를 사용하는 실제 기능을 반영하지 않습니다. 기능 집합은 아래의 SlotSettingsConfig 유형 내 필드를 참고하세요.
예:
- Slot.setConfig 호출에 지정된 기능만 수정됩니다.
const slot = googletag.defineSlot("/1234567/example", [160, 600]); // Configure feature alpha. slot.setConfig({ alpha: {...} }); // Configure feature bravo. Feature alpha is unchanged. slot.setConfig({ bravo: {...} });
- 지정된 기능의 모든 설정은 Slot.setConfig를 호출할 때마다 업데이트됩니다.
// Configure feature charlie to echo = 1, foxtrot = true. slot.setConfig({ charlie: { echo: 1, foxtrot: true, } }); // Update feature charlie to echo = 2. Since foxtrot was not specified, // the value is cleared. slot.setConfig({ charlie: { echo: 2 } });
null
를 전달하여 기능의 모든 설정을 지울 수 있습니다.// Configure features delta, golf, and hotel. slot.setConfig({ delta: {...}, golf: {...}, hotel: {...}, }); // Feature delta and hotel are cleared, but feature golf remains set. slot.setConfig({ delta: null, hotel: null, });
속성 | |
---|---|
ad | 광고 확장을 제어하는 설정입니다. |
component | 기기 내 광고 입찰에 포함할 구성요소 입찰 배열입니다. |
interstitial | 전면 광고 슬롯 동작을 제어하는 설정입니다. |
속성
Optional
adExpansion
adExpansion?: AdExpansionConfig
광고 확장을 제어하기 위한 설정입니다.
Optional
componentAuction
componentAuction?: ComponentAuctionConfig[]
기기 내 광고 입찰에 포함될 일련의 구성요소 입찰입니다.
Optional
전면 광고
interstitial?: InterstitialConfig
전면 광고 슬롯 동작을 제어하는 설정입니다.
googletag.config.TaxonomyData
속성 | |
---|---|
values | 분류 값 목록입니다. |
속성
값
values: string[]
Taxonomy 값 목록
googletag.enums
열거 | |
---|---|
Out | GPT에서 지원하는 페이지 외부 형식 |
Traffic | GPT에서 지원하는 트래픽 소스 |
열거
OutOfPageFormat
TrafficSource
TrafficSource
GPT에서 지원하는 트래픽 소스
열거 멤버 | |
---|---|
ORGANIC | 직접 URL 입력, 사이트 검색 또는 앱 다운로드 |
PURCHASED | 소유 이외의 속성에서 리디렉션된 트래픽 (획득 또는 인센티브 제공 활동) |
googletag.events
인터페이스 | |
---|---|
Event | 모든 GPT 이벤트의 기본 인터페이스입니다. |
Event | 이벤트 이름을 Service.addEventListener 및 Service.removeEventListener에 대한 해당 이벤트 객체 유형에 매핑하는 유사 유형입니다. |
Game | 이 이벤트는 사용자가 게임 수동 전면 광고 슬롯을 닫으면 실행됩니다. |
Game | 이 이벤트는 게임 수동 전면 광고 슬롯을 사용자에게 표시할 준비가 되면 실행됩니다. |
Impression | 이 이벤트는 Active View 기준에 따라 노출이 조회 가능해질 때 실행됩니다. |
Rewarded | 이 이벤트는 사용자가 보상형 광고 슬롯을 닫으면 발생합니다. |
Rewarded | 이 이벤트는 보상형 광고를 본 대가로 리워드가 부여될 때 실행됩니다. |
Rewarded | 이 이벤트는 보상형 광고를 표시할 준비가 되면 실행됩니다. |
Slot | 이 이벤트는 광고 소재의 iframe에서 로드 이벤트를 실행할 때 발생합니다. |
Slot | 이 이벤트는 광고 소재 코드가 슬롯에 삽입되면 시작됩니다. |
Slot | 이 이벤트는 특정 슬롯에 광고가 요청되었을 때 발생합니다. |
Slot | 이 이벤트는 특정 슬롯에 대한 광고 응답이 수신될 때 발생합니다. |
Slot | 이 이벤트는 광고 슬롯 영역의 화면 내 비율이 변경될 때마다 실행됩니다. |
googletag.events.Event
속성 | |
---|---|
service | 이벤트를 트리거한 서비스의 이름입니다. |
slot | 이벤트를 트리거한 슬롯입니다. |
- 참고 항목
속성
serviceName
serviceName: string
이벤트를 트리거한 서비스의 이름입니다.
slot
slot: Slot
이벤트를 트리거한 슬롯입니다.
googletag.events.EventTypeMap
속성
gameManualInterstitialSlotClosed
gameManualInterstitialSlotClosed: GameManualInterstitialSlotClosedEvent
gameManualInterstitialSlotReady
gameManualInterstitialSlotReady: GameManualInterstitialSlotReadyEvent
impressionViewable
impressionViewable: ImpressionViewableEvent
events.ImpressionViewableEvent의 별칭입니다.
rewardedSlotClosed
rewardedSlotClosed: RewardedSlotClosedEvent
events.RewardedSlotClosedEvent의 별칭입니다.
rewardedSlotGranted
rewardedSlotGranted: RewardedSlotGrantedEvent
events.RewardedSlotGrantedEvent의 별칭입니다.
rewardedSlotReady
rewardedSlotReady: RewardedSlotReadyEvent
events.RewardedSlotReadyEvent의 별칭입니다.
slotOnload
slotOnload: SlotOnloadEvent
events.SlotOnloadEvent의 별칭입니다.
slotRenderEnded
slotRenderEnded: SlotRenderEndedEvent
events.SlotRenderEndedEvent의 별칭입니다.
slotRequested
slotRequested: SlotRequestedEvent
events.SlotRequestedEvent의 별칭입니다.
slotResponseReceived
slotResponseReceived: SlotResponseReceived
events.SlotResponseReceived의 별칭입니다.
slotVisibilityChanged
slotVisibilityChanged: SlotVisibilityChangedEvent
googletag.events.GameManualInterstitialSlotClosedEvent
Event
를 확장합니다.속성 | |
---|---|
service | 이벤트를 트리거한 서비스의 이름입니다.
|
slot | 이벤트를 트리거한 슬롯입니다.
|
- 예
자바스크립트
// This listener is called when a game manual interstial slot is closed. const targetSlot = googletag.defineOutOfPageSlot( "/1234567/example", googletag.enums.OutOfPageFormat.GAME_MANUAL_INTERSTITIAL, ); googletag.pubads().addEventListener("gameManualInterstitialSlotClosed", (event) => { const slot = event.slot; console.log("Game manual interstital slot", slot.getSlotElementId(), "is closed."); if (slot === targetSlot) { // Slot specific logic. } });
JavaScript (기존)
// This listener is called when a game manual interstial slot is closed. var targetSlot = googletag.defineOutOfPageSlot( "/1234567/example", googletag.enums.OutOfPageFormat.GAME_MANUAL_INTERSTITIAL, ); googletag.pubads().addEventListener("gameManualInterstitialSlotClosed", function (event) { var slot = event.slot; console.log("Game manual interstital slot", slot.getSlotElementId(), "is closed."); if (slot === targetSlot) { // Slot specific logic. } });
TypeScript
// This listener is called when a game manual interstial slot is closed. const targetSlot = googletag.defineOutOfPageSlot( "/1234567/example", googletag.enums.OutOfPageFormat.GAME_MANUAL_INTERSTITIAL, ); googletag.pubads().addEventListener("gameManualInterstitialSlotClosed", (event) => { const slot = event.slot; console.log("Game manual interstital slot", slot.getSlotElementId(), "is closed."); if (slot === targetSlot) { // Slot specific logic. } });
- 참고 항목
googletag.events.GameManualInterstitialSlotReadyEvent
Event
를 확장합니다.속성 | |
---|---|
service | 이벤트를 트리거한 서비스의 이름입니다.
|
slot | 이벤트를 트리거한 슬롯입니다.
|
메서드 | |
---|---|
make | 사용자에게 게임 수동 전면 광고를 표시합니다. |
- 예
자바스크립트
// This listener is called when a game manual interstitial slot is ready to // be displayed. const targetSlot = googletag.defineOutOfPageSlot( "/1234567/example", googletag.enums.OutOfPageFormat.GAME_MANUAL_INTERSTITIAL, ); googletag.pubads().addEventListener("gameManualInterstitialSlotReady", (event) => { const slot = event.slot; console.log("Game manual interstital slot", slot.getSlotElementId(), "is ready to be displayed."); //Replace with custom logic. const displayGmiAd = true; if (displayGmiAd) { event.makeGameManualInterstitialVisible(); } if (slot === targetSlot) { // Slot specific logic. } });
JavaScript (기존)
// This listener is called when a game manual interstitial slot is ready to // be displayed. var targetSlot = googletag.defineOutOfPageSlot( "/1234567/example", googletag.enums.OutOfPageFormat.GAME_MANUAL_INTERSTITIAL, ); googletag.pubads().addEventListener("gameManualInterstitialSlotReady", function (event) { var slot = event.slot; console.log("Game manual interstital slot", slot.getSlotElementId(), "is ready to be displayed."); //Replace with custom logic. var displayGmiAd = true; if (displayGmiAd) { event.makeGameManualInterstitialVisible(); } if (slot === targetSlot) { // Slot specific logic. } });
TypeScript
// This listener is called when a game manual interstitial slot is ready to // be displayed. const targetSlot = googletag.defineOutOfPageSlot( "/1234567/example", googletag.enums.OutOfPageFormat.GAME_MANUAL_INTERSTITIAL, ); googletag.pubads().addEventListener("gameManualInterstitialSlotReady", (event) => { const slot = event.slot; console.log("Game manual interstital slot", slot.getSlotElementId(), "is ready to be displayed."); //Replace with custom logic. const displayGmiAd = true; if (displayGmiAd) { event.makeGameManualInterstitialVisible(); } if (slot === targetSlot) { // Slot specific logic. } });
- 참고 항목
메서드
makeGameManualInterstitialVisible
googletag.events.ImpressionViewableEvent
Event
를 확장합니다.속성 | |
---|---|
service | 이벤트를 트리거한 서비스의 이름입니다.
|
slot | 이벤트를 트리거한 슬롯입니다.
|
- 예
자바스크립트
// This listener is called when an impression becomes viewable. const targetSlot = googletag.defineSlot("/1234567/example", [160, 600]); googletag.pubads().addEventListener("impressionViewable", (event) => { const slot = event.slot; console.log("Impression for slot", slot.getSlotElementId(), "became viewable."); if (slot === targetSlot) { // Slot specific logic. } });
JavaScript (기존)
// This listener is called when an impression becomes viewable. var targetSlot = googletag.defineSlot("/1234567/example", [160, 600]); googletag.pubads().addEventListener("impressionViewable", function (event) { var slot = event.slot; console.log("Impression for slot", slot.getSlotElementId(), "became viewable."); if (slot === targetSlot) { // Slot specific logic. } });
TypeScript
// This listener is called when an impression becomes viewable. const targetSlot = googletag.defineSlot("/1234567/example", [160, 600]); googletag.pubads().addEventListener("impressionViewable", (event) => { const slot = event.slot; console.log("Impression for slot", slot.getSlotElementId(), "became viewable."); if (slot === targetSlot) { // Slot specific logic. } });
- 참고 항목
googletag.events.RewardedSlotClosedEvent
확장속성 | |
---|---|
service | 이벤트를 트리거한 서비스의 이름입니다.
|
slot | 이벤트를 트리거한 슬롯입니다.
|
- 예
자바스크립트
// This listener is called when the user closes a rewarded ad slot. const targetSlot = googletag.defineSlot("/1234567/example", [160, 600]); googletag.pubads().addEventListener("rewardedSlotClosed", (event) => { const slot = event.slot; console.log("Rewarded ad slot", slot.getSlotElementId(), "has been closed."); if (slot === targetSlot) { // Slot specific logic. } });
JavaScript (기존)
// This listener is called when the user closes a rewarded ad slot. var targetSlot = googletag.defineSlot("/1234567/example", [160, 600]); googletag.pubads().addEventListener("rewardedSlotClosed", function (event) { var slot = event.slot; console.log("Rewarded ad slot", slot.getSlotElementId(), "has been closed."); if (slot === targetSlot) { // Slot specific logic. } });
TypeScript
// This listener is called when the user closes a rewarded ad slot. const targetSlot = googletag.defineSlot("/1234567/example", [160, 600]); googletag.pubads().addEventListener("rewardedSlotClosed", (event) => { const slot = event.slot; console.log("Rewarded ad slot", slot.getSlotElementId(), "has been closed."); if (slot === targetSlot) { // Slot specific logic. } });
- 참고 항목
googletag.events.RewardedSlotGrantedEvent
Event
를 확장합니다.속성 | |
---|---|
payload | 부여된 리워드에 관한 정보를 포함하는 객체입니다. |
service | 이벤트를 트리거한 서비스의 이름입니다.
|
slot | 이벤트를 트리거한 슬롯입니다.
|
- 예
자바스크립트
// This listener is called whenever a reward is granted for a // rewarded ad. const targetSlot = googletag.defineSlot("/1234567/example", [160, 600]); googletag.pubads().addEventListener("rewardedSlotGranted", (event) => { const slot = event.slot; console.group("Reward granted for slot", slot.getSlotElementId(), "."); // Log details of the reward. console.log("Reward type:", event.payload?.type); console.log("Reward amount:", event.payload?.amount); console.groupEnd(); if (slot === targetSlot) { // Slot specific logic. } });
JavaScript (기존)
// This listener is called whenever a reward is granted for a // rewarded ad. var targetSlot = googletag.defineSlot("/1234567/example", [160, 600]); googletag.pubads().addEventListener("rewardedSlotGranted", function (event) { var _a, _b; var slot = event.slot; console.group("Reward granted for slot", slot.getSlotElementId(), "."); // Log details of the reward. console.log("Reward type:", (_a = event.payload) === null || _a === void 0 ? void 0 : _a.type); console.log( "Reward amount:", (_b = event.payload) === null || _b === void 0 ? void 0 : _b.amount, ); console.groupEnd(); if (slot === targetSlot) { // Slot specific logic. } });
TypeScript
// This listener is called whenever a reward is granted for a // rewarded ad. const targetSlot = googletag.defineSlot("/1234567/example", [160, 600]); googletag.pubads().addEventListener("rewardedSlotGranted", (event) => { const slot = event.slot; console.group("Reward granted for slot", slot.getSlotElementId(), "."); // Log details of the reward. console.log("Reward type:", event.payload?.type); console.log("Reward amount:", event.payload?.amount); console.groupEnd(); if (slot === targetSlot) { // Slot specific logic. } });
- 참고 항목
속성
페이로드
payload: null | RewardedPayload
부여된 리워드에 관한 정보를 포함하는 객체입니다.
googletag.events.RewardedSlotReadyEvent
Event
를 확장합니다.속성 | |
---|---|
service | 이벤트를 트리거한 서비스의 이름입니다.
|
slot | 이벤트를 트리거한 슬롯입니다.
|
메서드 | |
---|---|
make | 보상형 광고를 표시합니다. |
- 예
자바스크립트
// This listener is called when a rewarded ad slot becomes ready to be // displayed. const targetSlot = googletag.defineSlot("/1234567/example", [160, 600]); googletag.pubads().addEventListener("rewardedSlotReady", (event) => { const slot = event.slot; console.log("Rewarded ad slot", slot.getSlotElementId(), "is ready to be displayed."); // Replace with custom logic. const userHasConsented = true; if (userHasConsented) { event.makeRewardedVisible(); } if (slot === targetSlot) { // Slot specific logic. } });
JavaScript (기존)
// This listener is called when a rewarded ad slot becomes ready to be // displayed. var targetSlot = googletag.defineSlot("/1234567/example", [160, 600]); googletag.pubads().addEventListener("rewardedSlotReady", function (event) { var slot = event.slot; console.log("Rewarded ad slot", slot.getSlotElementId(), "is ready to be displayed."); // Replace with custom logic. var userHasConsented = true; if (userHasConsented) { event.makeRewardedVisible(); } if (slot === targetSlot) { // Slot specific logic. } });
TypeScript
// This listener is called when a rewarded ad slot becomes ready to be // displayed. const targetSlot = googletag.defineSlot("/1234567/example", [160, 600]); googletag.pubads().addEventListener("rewardedSlotReady", (event) => { const slot = event.slot; console.log("Rewarded ad slot", slot.getSlotElementId(), "is ready to be displayed."); // Replace with custom logic. const userHasConsented = true; if (userHasConsented) { event.makeRewardedVisible(); } if (slot === targetSlot) { // Slot specific logic. } });
- 참고 항목
메서드
makeRewardedVisible
googletag.events.SlotOnloadEvent
Event
를 확장합니다.SlotOnloadEvent
가 실행되지 않습니다.속성 | |
---|---|
service | 이벤트를 트리거한 서비스의 이름입니다.
|
slot | 이벤트를 트리거한 슬롯입니다.
|
- 예
자바스크립트
// This listener is called when a creative iframe load event fires. const targetSlot = googletag.defineSlot("/1234567/example", [160, 600]); googletag.pubads().addEventListener("slotOnload", (event) => { const slot = event.slot; console.log("Creative iframe for slot", slot.getSlotElementId(), "has loaded."); if (slot === targetSlot) { // Slot specific logic. } });
JavaScript (기존)
// This listener is called when a creative iframe load event fires. var targetSlot = googletag.defineSlot("/1234567/example", [160, 600]); googletag.pubads().addEventListener("slotOnload", function (event) { var slot = event.slot; console.log("Creative iframe for slot", slot.getSlotElementId(), "has loaded."); if (slot === targetSlot) { // Slot specific logic. } });
TypeScript
// This listener is called when a creative iframe load event fires. const targetSlot = googletag.defineSlot("/1234567/example", [160, 600]); googletag.pubads().addEventListener("slotOnload", (event) => { const slot = event.slot; console.log("Creative iframe for slot", slot.getSlotElementId(), "has loaded."); if (slot === targetSlot) { // Slot specific logic. } });
- 참고 항목
googletag.events.SlotRenderEndedEvent
Event
를 확장합니다.속성 | |
---|---|
advertiser | 렌더링된 광고의 광고주 ID입니다. |
campaign | 렌더링된 광고의 캠페인 ID입니다. |
company | 렌더링된 백업 광고에 입찰한 회사의 ID입니다. |
creative | 렌더링된 예약 광고의 광고 소재 ID입니다. |
creative | 렌더링된 예약 광고의 광고 소재 템플릿 ID입니다. |
is | 광고가 백업 광고인지 여부입니다. |
is | 슬롯에 광고가 반환되었는지 여부입니다. |
label | 지원 중단됨. |
line | 렌더링된 예약 광고의 광고 항목 ID입니다. |
service | 이벤트를 트리거한 서비스의 이름입니다.
|
size | 렌더링된 광고 소재의 픽셀 크기를 나타냅니다. |
slot | 이벤트를 트리거한 슬롯입니다.
|
slot | 렌더링된 광고로 슬롯 콘텐츠가 변경되었는지 여부입니다. |
source | 렌더링된 예약 또는 예비 광고의 광고 소재 ID입니다. |
source | 렌더링된 예약 또는 예비 광고의 광고 항목 ID입니다. |
yield | 렌더링된 백필 광고의 수익 그룹 ID입니다. |
- 예
자바스크립트
// This listener is called when a slot has finished rendering. const targetSlot = googletag.defineSlot("/1234567/example", [160, 600]); googletag.pubads().addEventListener("slotRenderEnded", (event) => { const slot = event.slot; console.group("Slot", slot.getSlotElementId(), "finished rendering."); // Log details of the rendered ad. console.log("Advertiser ID:", event.advertiserId); console.log("Campaign ID:", event.campaignId); console.log("Company IDs:", event.companyIds); console.log("Creative ID:", event.creativeId); console.log("Creative Template ID:", event.creativeTemplateId); console.log("Is backfill?:", event.isBackfill); console.log("Is empty?:", event.isEmpty); console.log("Line Item ID:", event.lineItemId); console.log("Size:", event.size); console.log("Slot content changed?", event.slotContentChanged); console.log("Source Agnostic Creative ID:", event.sourceAgnosticCreativeId); console.log("Source Agnostic Line Item ID:", event.sourceAgnosticLineItemId); console.log("Yield Group IDs:", event.yieldGroupIds); console.groupEnd(); if (slot === targetSlot) { // Slot specific logic. } });
JavaScript (기존)
// This listener is called when a slot has finished rendering. var targetSlot = googletag.defineSlot("/1234567/example", [160, 600]); googletag.pubads().addEventListener("slotRenderEnded", function (event) { var slot = event.slot; console.group("Slot", slot.getSlotElementId(), "finished rendering."); // Log details of the rendered ad. console.log("Advertiser ID:", event.advertiserId); console.log("Campaign ID:", event.campaignId); console.log("Company IDs:", event.companyIds); console.log("Creative ID:", event.creativeId); console.log("Creative Template ID:", event.creativeTemplateId); console.log("Is backfill?:", event.isBackfill); console.log("Is empty?:", event.isEmpty); console.log("Line Item ID:", event.lineItemId); console.log("Size:", event.size); console.log("Slot content changed?", event.slotContentChanged); console.log("Source Agnostic Creative ID:", event.sourceAgnosticCreativeId); console.log("Source Agnostic Line Item ID:", event.sourceAgnosticLineItemId); console.log("Yield Group IDs:", event.yieldGroupIds); console.groupEnd(); if (slot === targetSlot) { // Slot specific logic. } });
TypeScript
// This listener is called when a slot has finished rendering. const targetSlot = googletag.defineSlot("/1234567/example", [160, 600]); googletag.pubads().addEventListener("slotRenderEnded", (event) => { const slot = event.slot; console.group("Slot", slot.getSlotElementId(), "finished rendering."); // Log details of the rendered ad. console.log("Advertiser ID:", event.advertiserId); console.log("Campaign ID:", event.campaignId); console.log("Company IDs:", event.companyIds); console.log("Creative ID:", event.creativeId); console.log("Creative Template ID:", event.creativeTemplateId); console.log("Is backfill?:", event.isBackfill); console.log("Is empty?:", event.isEmpty); console.log("Line Item ID:", event.lineItemId); console.log("Size:", event.size); console.log("Slot content changed?", event.slotContentChanged); console.log("Source Agnostic Creative ID:", event.sourceAgnosticCreativeId); console.log("Source Agnostic Line Item ID:", event.sourceAgnosticLineItemId); console.log("Yield Group IDs:", event.yieldGroupIds); console.groupEnd(); if (slot === targetSlot) { // Slot specific logic. } });
- 참고 항목
속성
advertiserId
advertiserId: null | number
렌더링된 광고의 광고주 ID입니다. 빈 슬롯, 백업 광고, PubAdsService 이외의 서비스에서 렌더링한 광고 소재의 경우 값은 null
입니다.
campaignId
campaignId: null | number
렌더링된 광고의 캠페인 ID입니다. 빈 슬롯, 백업 광고, PubAdsService 이외의 서비스에서 렌더링한 광고 소재의 경우 값은 null
입니다.
companyIds
companyIds: null | number[]
렌더링된 백업 광고에 입찰한 회사의 ID입니다. 빈 슬롯, 예약 광고, PubAdsService 이외의 서비스에서 렌더링된 광고 소재의 경우 값은 null
입니다.
creativeId
creativeId: null | number
렌더링된 예약 광고의 광고 소재 ID입니다. 빈 슬롯, 백업 광고, PubAdsService 이외의 서비스에서 렌더링한 광고 소재의 경우 값은 null
입니다.
creativeTemplateId
creativeTemplateId: null | number
렌더링된 예약 광고의 광고 소재 템플릿 ID입니다. 빈 슬롯, 백필 광고, PubAdsService 이외의 서비스에서 렌더링된 광고 소재의 경우 값은 null
입니다.
isBackfill
isBackfill: boolean
광고가 백업 광고인지 여부입니다. 광고가 예비 광고인 경우 값은 true
이고, 그렇지 않으면 false
입니다.
isEmpty
isEmpty: boolean
슬롯에 대해 광고가 반환되었는지 여부입니다. 광고가 반환되지 않은 경우 값은 true
이고 그렇지 않으면 false
입니다.
labelIds
labelIds: null | number[]
lineItemId
lineItemId: null | number
렌더링된 예약 광고의 광고 항목 ID입니다. 빈 슬롯, 백필 광고, PubAdsService 이외의 서비스에서 렌더링된 광고 소재의 경우 값은 null
입니다.
크기
size: null | string | number[]
렌더링된 광고 소재의 픽셀 크기를 나타냅니다. 예: [728, 90]
빈 광고 슬롯의 경우 값이 null
입니다.
slotContentChanged
slotContentChanged: boolean
렌더링된 광고로 슬롯 콘텐츠가 변경되었는지 여부입니다. 콘텐츠가 변경된 경우 값은 true
이고 그렇지 않으면 false
입니다.
sourceAgnosticCreativeId
sourceAgnosticCreativeId: null | number
렌더링된 예약 또는 예비 광고의 광고 소재 ID입니다. 광고가 예약 또는 광고 항목 백필이 아니거나 광고 소재가 PubAdsService 이외의 서비스에서 렌더링되는 경우 값은 null
입니다.
sourceAgnosticLineItemId
sourceAgnosticLineItemId: null | number
렌더링된 예약 또는 백업 광고의 광고 항목 ID입니다. 광고가 예약 또는 광고 항목 백필이 아니거나 광고 소재가 PubAdsService 이외의 서비스에서 렌더링되는 경우 값은 null
입니다.
yieldGroupIds
yieldGroupIds: null | number[]
렌더링된 백필 광고의 수익 그룹 ID입니다. 빈 슬롯, 예약 광고, PubAdsService 이외의 서비스에서 렌더링한 광고 소재의 경우 값은 null
입니다.
googletag.events.SlotRequestedEvent
확장속성 | |
---|---|
service | 이벤트를 트리거한 서비스의 이름입니다.
|
slot | 이벤트를 트리거한 슬롯입니다.
|
- 예
자바스크립트
// This listener is called when the specified service issues an ad // request for a slot. Each slot will fire this event, even though they // may be batched together in a single request if single request // architecture (SRA) is enabled. const targetSlot = googletag.defineSlot("/1234567/example", [160, 600]); googletag.pubads().addEventListener("slotRequested", (event) => { const slot = event.slot; console.log("Slot", slot.getSlotElementId(), "has been requested."); if (slot === targetSlot) { // Slot specific logic. } });
JavaScript (기존)
// This listener is called when the specified service issues an ad // request for a slot. Each slot will fire this event, even though they // may be batched together in a single request if single request // architecture (SRA) is enabled. var targetSlot = googletag.defineSlot("/1234567/example", [160, 600]); googletag.pubads().addEventListener("slotRequested", function (event) { var slot = event.slot; console.log("Slot", slot.getSlotElementId(), "has been requested."); if (slot === targetSlot) { // Slot specific logic. } });
TypeScript
// This listener is called when the specified service issues an ad // request for a slot. Each slot will fire this event, even though they // may be batched together in a single request if single request // architecture (SRA) is enabled. const targetSlot = googletag.defineSlot("/1234567/example", [160, 600]); googletag.pubads().addEventListener("slotRequested", (event) => { const slot = event.slot; console.log("Slot", slot.getSlotElementId(), "has been requested."); if (slot === targetSlot) { // Slot specific logic. } });
- 참고 항목
googletag.events.SlotResponseReceived
Event
를 확장합니다.속성 | |
---|---|
service | 이벤트를 트리거한 서비스의 이름입니다.
|
slot | 이벤트를 트리거한 슬롯입니다.
|
- 예
자바스크립트
// This listener is called when an ad response has been received // for a slot. const targetSlot = googletag.defineSlot("/1234567/example", [160, 600]); googletag.pubads().addEventListener("slotResponseReceived", (event) => { const slot = event.slot; console.log("Ad response for slot", slot.getSlotElementId(), "received."); if (slot === targetSlot) { // Slot specific logic. } });
JavaScript (기존)
// This listener is called when an ad response has been received // for a slot. var targetSlot = googletag.defineSlot("/1234567/example", [160, 600]); googletag.pubads().addEventListener("slotResponseReceived", function (event) { var slot = event.slot; console.log("Ad response for slot", slot.getSlotElementId(), "received."); if (slot === targetSlot) { // Slot specific logic. } });
TypeScript
// This listener is called when an ad response has been received // for a slot. const targetSlot = googletag.defineSlot("/1234567/example", [160, 600]); googletag.pubads().addEventListener("slotResponseReceived", (event) => { const slot = event.slot; console.log("Ad response for slot", slot.getSlotElementId(), "received."); if (slot === targetSlot) { // Slot specific logic. } });
- 참고 항목
googletag.events.SlotVisibilityChangedEvent
확장속성 | |
---|---|
in | 광고가 표시되는 영역의 비율입니다. |
service | 이벤트를 트리거한 서비스의 이름입니다.
|
slot | 이벤트를 트리거한 슬롯입니다.
|
- 예
자바스크립트
// This listener is called whenever the on-screen percentage of an // ad slot's area changes. const targetSlot = googletag.defineSlot("/1234567/example", [160, 600]); googletag.pubads().addEventListener("slotVisibilityChanged", (event) => { const slot = event.slot; console.group("Visibility of slot", slot.getSlotElementId(), "changed."); // Log details of the event. console.log("Visible area:", `${event.inViewPercentage}%`); console.groupEnd(); if (slot === targetSlot) { // Slot specific logic. } });
JavaScript (기존)
// This listener is called whenever the on-screen percentage of an // ad slot's area changes. var targetSlot = googletag.defineSlot("/1234567/example", [160, 600]); googletag.pubads().addEventListener("slotVisibilityChanged", function (event) { var slot = event.slot; console.group("Visibility of slot", slot.getSlotElementId(), "changed."); // Log details of the event. console.log("Visible area:", "".concat(event.inViewPercentage, "%")); console.groupEnd(); if (slot === targetSlot) { // Slot specific logic. } });
TypeScript
// This listener is called whenever the on-screen percentage of an // ad slot's area changes. const targetSlot = googletag.defineSlot("/1234567/example", [160, 600]); googletag.pubads().addEventListener("slotVisibilityChanged", (event) => { const slot = event.slot; console.group("Visibility of slot", slot.getSlotElementId(), "changed."); // Log details of the event. console.log("Visible area:", `${event.inViewPercentage}%`); console.groupEnd(); if (slot === targetSlot) { // Slot specific logic. } });
- 참고 항목
속성
inViewPercentage
inViewPercentage: number
표시되는 광고 영역의 비율입니다. 값은 0~100 사이의 숫자입니다.
googletag.secureSignals
인터페이스 | |
---|---|
Bidder | 특정 입찰자의 보안 처리된 신호를 반환합니다. |
Publisher | 특정 게시자의 보안 처리된 신호를 반환합니다. |
Secure | 보안 처리된 신호를 관리하기 위한 인터페이스입니다. |
유형 별칭 | |
---|---|
Secure | 특정 입찰자 또는 제공업체에 대한 보안 신호를 반환하기 위한 인터페이스입니다. |
유형 별칭
SecureSignalProvider
SecureSignalProvider: BidderSignalProvider | PublisherSignalProvider
특정 입찰자 또는 제공업체의 보안 처리된 신호를 반환하기 위한 인터페이스입니다. id
또는 networkCode
중 하나를 제공해야 하지만 둘 다 제공할 수는 없습니다.
googletag.secureSignals.BidderSignalProvider
입찰자 보안 처리된 신호 제공업체는 다음 두 부분으로 구성됩니다.
- 보안 처리된 신호로 확인되는
Promise
를 반환하는 수집기 함수입니다. - 신호와 연결된 입찰자를 식별하는
id
입니다.
속성 | |
---|---|
collector | 안전한 신호로 확인되는 Promise 를 반환하는 함수입니다. |
id | Google Ad Manager에 등록된 이 보안 처리된 신호와 연결된 수집기의 고유 식별자입니다. |
- 예
자바스크립트
// id is provided googletag.secureSignalProviders.push({ id: "collector123", collectorFunction: () => { // ...custom signal generation logic... return Promise.resolve("signal"); }, });
JavaScript (기존)
// id is provided googletag.secureSignalProviders.push({ id: "collector123", collectorFunction: function () { // ...custom signal generation logic... return Promise.resolve("signal"); }, });
TypeScript
// id is provided googletag.secureSignalProviders!.push({ id: "collector123", collectorFunction: () => { // ...custom signal generation logic... return Promise.resolve("signal"); }, });
- 참고 항목
속성
collectorFunction
collectorFunction: (() => Promise<string>)
보안 처리된 신호로 확인되는 Promise
를 반환하는 함수입니다.
id
id: string
Google Ad Manager에 등록된 이 보안 신호와 연결된 수집기의 고유 식별자입니다.
googletag.secureSignals.PublisherSignalProvider
게시자 신호 제공업체는 다음 두 부분으로 구성됩니다.
- 보안 처리된 신호로 확인되는
Promise
를 반환하는 수집기 함수입니다. - 신호와 연결된 게시자를 식별하는
networkCode
입니다.
속성 | |
---|---|
collector | 안전한 신호로 확인되는 Promise 를 반환하는 함수입니다. |
network | 이 보안 처리된 신호와 연결된 게시자의 네트워크 코드 (광고 단위 경로에 표시됨)입니다. |
- 예
자바스크립트
// networkCode is provided googletag.secureSignalProviders.push({ networkCode: "123456", collectorFunction: () => { // ...custom signal generation logic... return Promise.resolve("signal"); }, });
JavaScript (기존)
// networkCode is provided googletag.secureSignalProviders.push({ networkCode: "123456", collectorFunction: function () { // ...custom signal generation logic... return Promise.resolve("signal"); }, });
TypeScript
// networkCode is provided googletag.secureSignalProviders!.push({ networkCode: "123456", collectorFunction: () => { // ...custom signal generation logic... return Promise.resolve("signal"); }, });
- 참고 항목
속성
collectorFunction
collectorFunction: (() => Promise<string>)
보안 처리된 신호로 확인되는 Promise
를 반환하는 함수입니다.
networkCode
networkCode: string
이 보안 처리된 신호와 연결된 게시자의 네트워크 코드 (광고 단위 경로에 표시됨)입니다.
googletag.secureSignals.SecureSignalProvidersArray
메서드 | |
---|---|
clear | 캐시에서 모든 수집기의 모든 신호를 삭제합니다. |
push | 새로운 secureSignals.SecureSignalProvider를 신호 제공업체 배열에 추가하고 신호 생성 프로세스를 시작합니다. |
메서드
clearAllCache
푸시
push(provider: SecureSignalProvider): void
신호 제공자 배열에 새 secureSignals.SecureSignalProvider를 추가하고 신호 생성 프로세스를 시작합니다.
매개변수 | |
---|---|
provider: SecureSignalProvider | 배열에 추가할 secureSignals.SecureSignalProvider 객체입니다. |