2
2
// This file is generated by `npm run update-apilist`.
3
3
// Note that only APIs that's documented in https://developers.google.com/doubleclick-gpt/reference is officially supported.
4
4
5
- export const gptVersion = 83 ;
5
+ export const gptVersion = 95 ;
6
6
export const gptAPI = [
7
7
[ "getVersion" , "function" ] ,
8
8
[ "cmd" , "object" ] ,
@@ -15,20 +15,22 @@ export const gptAPI = [
15
15
[ "defineSlot" , "function" ] ,
16
16
[ "defineUnit" , "function" ] ,
17
17
[ "destroySlots" , "function" ] ,
18
+ [ "getSlots" , "function" ] ,
18
19
[ "display" , "function" ] ,
19
20
[ "companionAds" , "function" ] ,
20
21
[ "content" , "function" ] ,
21
22
[ "debug_log" , "object" ] ,
22
23
[ "service_manager_instance" , "object" ] ,
23
24
[ "disablePublisherConsole" , "function" ] ,
24
25
[ "onPubConsoleJsLoad" , "function" ] ,
26
+ [ "openConsole" , "function" ] ,
25
27
[ "sizeMapping" , "function" ] ,
26
28
[ "evalScripts" , "function" ] ,
27
29
[ "apiReady" , "boolean" ] ,
28
30
[ "slot_manager_instance" , "object" ] ,
29
31
[ "pubadsReady" , "boolean" ]
30
32
] ;
31
- export const pubadsVersion = 84 ;
33
+ export const pubadsVersion = 95 ;
32
34
export const pubadsAPI = [
33
35
[ "set" , "function" ] ,
34
36
[ "get" , "function" ] ,
@@ -41,6 +43,8 @@ export const pubadsAPI = [
41
43
[ "setKidsFriendlyAds" , "function" ] ,
42
44
[ "setTargeting" , "function" ] ,
43
45
[ "clearTargeting" , "function" ] ,
46
+ [ "getTargeting" , "function" ] ,
47
+ [ "getTargetingKeys" , "function" ] ,
44
48
[ "setCategoryExclusion" , "function" ] ,
45
49
[ "clearCategoryExclusions" , "function" ] ,
46
50
[ "disableInitialLoad" , "function" ] ,
@@ -67,7 +71,9 @@ export const pubadsAPI = [
67
71
[ "markAsAmp" , "function" ] ,
68
72
[ "setSafeFrameConfig" , "function" ] ,
69
73
[ "setForceSafeFrame" , "function" ] ,
74
+ [ "enableChromeInterventionSignals" , "function" ] ,
70
75
[ "markAsGladeControl" , "function" ] ,
76
+ [ "markAsGladeOptOut" , "function" ] ,
71
77
[ "getName" , "function" ] ,
72
78
[ "getVersion" , "function" ] ,
73
79
[ "getSlots" , "function" ] ,
@@ -83,6 +89,7 @@ export const slotAPI = [
83
89
[ "addService" , "function" ] ,
84
90
[ "getName" , "function" ] ,
85
91
[ "getAdUnitPath" , "function" ] ,
92
+ [ "getInstance" , "function" ] ,
86
93
[ "getSlotElementId" , "function" ] ,
87
94
[ "getSlotId" , "function" ] ,
88
95
[ "getServices" , "function" ] ,
@@ -112,10 +119,12 @@ export const slotAPI = [
112
119
[ "renderStarted" , "function" ] ,
113
120
[ "getResponseInformation" , "function" ] ,
114
121
[ "renderEnded" , "function" ] ,
122
+ [ "loaded" , "function" ] ,
115
123
[ "impressionViewable" , "function" ] ,
116
124
[ "visibilityChanged" , "function" ] ,
117
125
[ "setFirstLook" , "function" ] ,
118
126
[ "getFirstLook" , "function" ] ,
119
127
[ "getDefinedId" , "function" ] ,
128
+ [ "getEscapedQemQueryId" , "function" ] ,
120
129
[ "setSafeFrameConfig" , "function" ]
121
130
] ;
0 commit comments