@maxim_mazurok/gapi.client.displayvideo-v3 0.0.20250417 → 0.0.20250501
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 +29 -7
- 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: 20250501
|
|
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. This field is only supported for allowlisted partners. */
|
|
221
|
+
attributionModelId?: string;
|
|
220
222
|
/** Rules for the impression signals. */
|
|
221
223
|
impressionSignalRuleset?: AlgorithmRulesRuleset;
|
|
224
|
+
/** Rules for the post-impression signals. This field is only supported for allowlisted partners. */
|
|
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. This field is only supported for allowlisted partners. */
|
|
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. This field is only supported for allowlisted partners. */
|
|
281
|
+
activeViewSignal?: string;
|
|
282
|
+
/** Signal based on clicks. This field is only supported for allowlisted partners. */
|
|
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. This field is only supported for allowlisted partners. */
|
|
297
|
+
activeViewSignal?: string;
|
|
298
|
+
/** Signal based on floodlight conversion events. This field is only supported for allowlisted partners. */
|
|
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;
|
|
@@ -6507,7 +6529,7 @@ declare namespace gapi.client {
|
|
|
6507
6529
|
prettyPrint?: boolean;
|
|
6508
6530
|
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
6509
6531
|
quotaUser?: string;
|
|
6510
|
-
/** Required. Identifies the type of this assigned targeting option. Supported targeting types: * `TARGETING_TYPE_CHANNEL` * `TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `TARGETING_TYPE_OMID` * `TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_YOUTUBE_VIDEO` * `TARGETING_TYPE_YOUTUBE_CHANNEL` * `TARGETING_TYPE_KEYWORD` */
|
|
6532
|
+
/** Required. Identifies the type of this assigned targeting option. Supported targeting types: * `TARGETING_TYPE_CHANNEL` * `TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `TARGETING_TYPE_OMID` * `TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_YOUTUBE_VIDEO` * `TARGETING_TYPE_YOUTUBE_CHANNEL` * `TARGETING_TYPE_KEYWORD` * `TARGETING_TYPE_CONTENT_THEME_EXCLUSION` */
|
|
6511
6533
|
targetingType: string;
|
|
6512
6534
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
6513
6535
|
upload_protocol?: string;
|
|
@@ -6544,7 +6566,7 @@ declare namespace gapi.client {
|
|
|
6544
6566
|
prettyPrint?: boolean;
|
|
6545
6567
|
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
6546
6568
|
quotaUser?: string;
|
|
6547
|
-
/** Required. Identifies the type of assigned targeting options to list. Supported targeting types: * `TARGETING_TYPE_CHANNEL` * `TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `TARGETING_TYPE_OMID` * `TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_YOUTUBE_VIDEO` * `TARGETING_TYPE_YOUTUBE_CHANNEL` * `TARGETING_TYPE_KEYWORD` */
|
|
6569
|
+
/** Required. Identifies the type of assigned targeting options to list. Supported targeting types: * `TARGETING_TYPE_CHANNEL` * `TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `TARGETING_TYPE_OMID` * `TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_YOUTUBE_VIDEO` * `TARGETING_TYPE_YOUTUBE_CHANNEL` * `TARGETING_TYPE_KEYWORD` * `TARGETING_TYPE_CONTENT_THEME_EXCLUSION` */
|
|
6548
6570
|
targetingType: string;
|
|
6549
6571
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
6550
6572
|
upload_protocol?: string;
|
|
@@ -6769,7 +6791,7 @@ declare namespace gapi.client {
|
|
|
6769
6791
|
key?: string;
|
|
6770
6792
|
/** OAuth 2.0 token for the current user. */
|
|
6771
6793
|
oauth_token?: string;
|
|
6772
|
-
/** Field by which to sort the list. Acceptable values are: * `
|
|
6794
|
+
/** Field by which to sort the list. Acceptable values are: * `advertiserId` (default) * `displayName` * `entityStatus` * `updateTime` The default sorting order is ascending. To specify descending order for a field, a suffix "desc" should be added to the field name. For example, `displayName desc`. */
|
|
6773
6795
|
orderBy?: string;
|
|
6774
6796
|
/** Requested page size. Must be between `1` and `200`. If unspecified will default to `100`. */
|
|
6775
6797
|
pageSize?: number;
|