@maxim_mazurok/gapi.client.displayvideo-v3 0.0.20250417 → 0.0.20250424
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +26 -4
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://displayvideo.googleapis.com/$discovery/rest?version=v3
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250424
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -109,9 +109,9 @@ declare namespace gapi.client {
|
|
|
109
109
|
debatedSensitiveSocialIssueContent?: string;
|
|
110
110
|
/** Optional. IAB viewability threshold for display ads. */
|
|
111
111
|
displayIabViewability?: string;
|
|
112
|
-
/**
|
|
112
|
+
/** Scope3 categories to exclude. */
|
|
113
113
|
excludedAdlooxCategories?: string[];
|
|
114
|
-
/** Optional.
|
|
114
|
+
/** Optional. Scope3's fraud IVT MFA categories to exclude. */
|
|
115
115
|
excludedFraudIvtMfaCategories?: string[];
|
|
116
116
|
/** Optional. Hate Speech and Acts of Aggression Content [GARM](https://wfanet.org/leadership/garm/about-garm) risk ranges to exclude. */
|
|
117
117
|
hateSpeechActsAggressionContent?: string;
|
|
@@ -217,8 +217,12 @@ declare namespace gapi.client {
|
|
|
217
217
|
ageRange?: string;
|
|
218
218
|
}
|
|
219
219
|
interface AlgorithmRules {
|
|
220
|
+
/** Attribution model for the algorithm. */
|
|
221
|
+
attributionModelId?: string;
|
|
220
222
|
/** Rules for the impression signals. */
|
|
221
223
|
impressionSignalRuleset?: AlgorithmRulesRuleset;
|
|
224
|
+
/** Rules for the post-impression signals. */
|
|
225
|
+
postImpressionSignalRuleset?: AlgorithmRulesRuleset;
|
|
222
226
|
}
|
|
223
227
|
interface AlgorithmRulesComparisonValue {
|
|
224
228
|
/** Boolean value. */
|
|
@@ -241,6 +245,16 @@ declare namespace gapi.client {
|
|
|
241
245
|
onScreenPositionValue?: string;
|
|
242
246
|
/** String value. */
|
|
243
247
|
stringValue?: string;
|
|
248
|
+
/** Video player size value. */
|
|
249
|
+
videoPlayerSizeValue?: string;
|
|
250
|
+
}
|
|
251
|
+
interface AlgorithmRulesFloodlightActivityConversionSignal {
|
|
252
|
+
/** Required. The type of conversions to be used in impression value computation, for example, post-click conversions. */
|
|
253
|
+
conversionCounting?: string;
|
|
254
|
+
/** Required. The way to acquire value from the floodlight activity, for example, count of the conversion. */
|
|
255
|
+
countingMethod?: string;
|
|
256
|
+
/** Required. Id of the floodlight activity. */
|
|
257
|
+
floodlightActivityId?: string;
|
|
244
258
|
}
|
|
245
259
|
interface AlgorithmRulesRule {
|
|
246
260
|
/** List of conditions in this rule. The criteria among conditions should be mutually exclusive. */
|
|
@@ -263,6 +277,10 @@ declare namespace gapi.client {
|
|
|
263
277
|
rules?: AlgorithmRulesRule[];
|
|
264
278
|
}
|
|
265
279
|
interface AlgorithmRulesSignal {
|
|
280
|
+
/** Signal based on active views. */
|
|
281
|
+
activeViewSignal?: string;
|
|
282
|
+
/** Signal based on clicks. */
|
|
283
|
+
clickSignal?: string;
|
|
266
284
|
/** Signal based on impressions. */
|
|
267
285
|
impressionSignal?: string;
|
|
268
286
|
}
|
|
@@ -275,6 +293,10 @@ declare namespace gapi.client {
|
|
|
275
293
|
signal?: AlgorithmRulesSignal;
|
|
276
294
|
}
|
|
277
295
|
interface AlgorithmRulesSignalValue {
|
|
296
|
+
/** Signal based on active views. Only `TIME_ON_SCREEN` is supported. */
|
|
297
|
+
activeViewSignal?: string;
|
|
298
|
+
/** Signal based on floodlight conversion events. */
|
|
299
|
+
floodlightActivityConversionSignal?: AlgorithmRulesFloodlightActivityConversionSignal;
|
|
278
300
|
/** Value to use as result. */
|
|
279
301
|
number?: number;
|
|
280
302
|
}
|
|
@@ -2826,7 +2848,7 @@ declare namespace gapi.client {
|
|
|
2826
2848
|
vendor?: string;
|
|
2827
2849
|
}
|
|
2828
2850
|
interface ThirdPartyVerifierAssignedTargetingOptionDetails {
|
|
2829
|
-
/** Third party brand verifier -- Adloox. */
|
|
2851
|
+
/** Third party brand verifier -- Scope3 (previously known as Adloox). */
|
|
2830
2852
|
adloox?: Adloox;
|
|
2831
2853
|
/** Third party brand verifier -- DoubleVerify. */
|
|
2832
2854
|
doubleVerify?: DoubleVerify;
|