@maxim_mazurok/gapi.client.displayvideo-v3 0.0.20250408 → 0.0.20250417
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 +10 -10
- package/package.json +1 -1
- package/readme.md +2 -2
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: 20250417
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -967,7 +967,7 @@ declare namespace gapi.client {
|
|
|
967
967
|
contentTheme?: string;
|
|
968
968
|
}
|
|
969
969
|
interface ConversionCountingConfig {
|
|
970
|
-
/** The Floodlight activity configs used to track conversions. The number of conversions counted is the sum of all of the conversions counted by all of the Floodlight activity IDs specified in this field.
|
|
970
|
+
/** The Floodlight activity configs used to track conversions. The number of conversions counted is the sum of all of the conversions counted by all of the Floodlight activity IDs specified in this field. This field can't be updated if a custom bidding algorithm is assigned to the line item. If you set this field and assign a custom bidding algorithm in the same request, the floodlight activities must match the ones used by the custom bidding algorithm. */
|
|
971
971
|
floodlightActivityConfigs?: TrackingFloodlightActivityConfig[];
|
|
972
972
|
/** The percentage of post-view conversions to count, in millis (1/1000 of a percent). Must be between 0 and 100000 inclusive. For example, to track 50% of the post-click conversions, set a value of 50000. */
|
|
973
973
|
postViewCountPercentageMillis?: string;
|
|
@@ -1466,7 +1466,7 @@ declare namespace gapi.client {
|
|
|
1466
1466
|
firstAndThirdPartyAudienceType?: string;
|
|
1467
1467
|
/** Output only. The estimated audience size for Gmail network. If the size is less than 1000, the number will be hidden and 0 will be returned due to privacy reasons. Otherwise, the number will be rounded off to two significant digits. Only applicable to first party audiences. Only returned in GET request. */
|
|
1468
1468
|
gmailAudienceSize?: string;
|
|
1469
|
-
/** The duration in days that an entry remains in the audience after the qualifying event.
|
|
1469
|
+
/** The duration in days that an entry remains in the audience after the qualifying event. The set value must be greater than 0 and less than or equal to 540. Only applicable to first party audiences. This field is required if one of the following audience_type is used: * `CUSTOMER_MATCH_CONTACT_INFO` * `CUSTOMER_MATCH_DEVICE_ID` */
|
|
1470
1470
|
membershipDurationDays?: string;
|
|
1471
1471
|
/** Input only. A list of mobile device IDs to define the initial audience members. Only applicable to audience_type `CUSTOMER_MATCH_DEVICE_ID` */
|
|
1472
1472
|
mobileDeviceIdList?: MobileDeviceIdList;
|
|
@@ -1940,7 +1940,7 @@ declare namespace gapi.client {
|
|
|
1940
1940
|
budget?: LineItemBudget;
|
|
1941
1941
|
/** Output only. The unique ID of the campaign that the line item belongs to. */
|
|
1942
1942
|
campaignId?: string;
|
|
1943
|
-
/** The conversion tracking setting of the line item.
|
|
1943
|
+
/** The conversion tracking setting of the line item. */
|
|
1944
1944
|
conversionCounting?: ConversionCountingConfig;
|
|
1945
1945
|
/** The IDs of the creatives associated with the line item. */
|
|
1946
1946
|
creativeIds?: string[];
|
|
@@ -2260,7 +2260,7 @@ declare namespace gapi.client {
|
|
|
2260
2260
|
videoAspectRatio?: string;
|
|
2261
2261
|
}
|
|
2262
2262
|
interface MaximizeSpendBidStrategy {
|
|
2263
|
-
/** The ID of the Custom Bidding Algorithm used by this strategy. Only applicable when performance_goal_type is set to `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CUSTOM_ALGO`.
|
|
2263
|
+
/** The ID of the Custom Bidding Algorithm used by this strategy. Only applicable when performance_goal_type is set to `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CUSTOM_ALGO`. Assigning a custom bidding algorithm that uses floodlight activities not identified in floodlightActivityConfigs will return an error. */
|
|
2264
2264
|
customBiddingAlgorithmId?: string;
|
|
2265
2265
|
/** The maximum average CPM that may be bid, in micros of the advertiser's currency. Must be greater than or equal to a billable unit of the given currency. For example, 1500000 represents 1.5 standard units of the currency. */
|
|
2266
2266
|
maxAverageCpmBidAmountMicros?: string;
|
|
@@ -2492,7 +2492,7 @@ declare namespace gapi.client {
|
|
|
2492
2492
|
performanceGoalType?: string;
|
|
2493
2493
|
}
|
|
2494
2494
|
interface PerformanceGoalBidStrategy {
|
|
2495
|
-
/** The ID of the Custom Bidding Algorithm used by this strategy. Only applicable when performance_goal_type is set to `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CUSTOM_ALGO`.
|
|
2495
|
+
/** The ID of the Custom Bidding Algorithm used by this strategy. Only applicable when performance_goal_type is set to `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CUSTOM_ALGO`. Assigning a custom bidding algorithm that uses floodlight activities not identified in floodlightActivityConfigs will return an error. */
|
|
2496
2496
|
customBiddingAlgorithmId?: string;
|
|
2497
2497
|
/** The maximum average CPM that may be bid, in micros of the advertiser's currency. Must be greater than or equal to a billable unit of the given currency. Not applicable when performance_goal_type is set to `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_VIEWABLE_CPM`. For example, 1500000 represents 1.5 standard units of the currency. */
|
|
2498
2498
|
maxAverageCpmBidAmountMicros?: string;
|
|
@@ -6967,7 +6967,7 @@ declare namespace gapi.client {
|
|
|
6967
6967
|
}): Request<ListCombinedAudiencesResponse>;
|
|
6968
6968
|
}
|
|
6969
6969
|
interface RulesResource {
|
|
6970
|
-
/** Creates a new rules resource. Returns the newly created rules resource if successful.
|
|
6970
|
+
/** Creates a new rules resource. Returns the newly created rules resource if successful. Requests creating a custom bidding rules resource under an algorithm assigned to a line item will return an error. */
|
|
6971
6971
|
create(request: {
|
|
6972
6972
|
/** V1 error format. */
|
|
6973
6973
|
'$.xgafv'?: string;
|
|
@@ -7105,7 +7105,7 @@ declare namespace gapi.client {
|
|
|
7105
7105
|
}): Request<ListCustomBiddingAlgorithmRulesResponse>;
|
|
7106
7106
|
}
|
|
7107
7107
|
interface ScriptsResource {
|
|
7108
|
-
/** Creates a new custom bidding script. Returns the newly created script if successful.
|
|
7108
|
+
/** Creates a new custom bidding script. Returns the newly created script if successful. Requests creating a custom bidding script under an algorithm assigned to a line item will return an error. */
|
|
7109
7109
|
create(request: {
|
|
7110
7110
|
/** V1 error format. */
|
|
7111
7111
|
'$.xgafv'?: string;
|
|
@@ -7365,7 +7365,7 @@ declare namespace gapi.client {
|
|
|
7365
7365
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
7366
7366
|
uploadType?: string;
|
|
7367
7367
|
}): Request<ListCustomBiddingAlgorithmsResponse>;
|
|
7368
|
-
/** Updates an existing custom bidding algorithm. Returns the updated custom bidding algorithm if successful.
|
|
7368
|
+
/** Updates an existing custom bidding algorithm. Returns the updated custom bidding algorithm if successful. Requests updating a custom bidding algorithm assigned to a line item will return an error. */
|
|
7369
7369
|
patch(request: {
|
|
7370
7370
|
/** V1 error format. */
|
|
7371
7371
|
'$.xgafv'?: string;
|
|
@@ -9870,7 +9870,7 @@ declare namespace gapi.client {
|
|
|
9870
9870
|
}): Request<Operation>;
|
|
9871
9871
|
}
|
|
9872
9872
|
interface SdfdownloadtasksResource {
|
|
9873
|
-
/** Creates an SDF Download Task. Returns an Operation. An SDF Download Task is a long-running, asynchronous operation. The metadata type of this operation is SdfDownloadTaskMetadata. If the request is successful, the response type of the operation is SdfDownloadTask. The response will not include the download files, which must be retrieved with media.download. The state of operation can be retrieved with
|
|
9873
|
+
/** Creates an SDF Download Task. Returns an Operation. An SDF Download Task is a long-running, asynchronous operation. The metadata type of this operation is SdfDownloadTaskMetadata. If the request is successful, the response type of the operation is SdfDownloadTask. The response will not include the download files, which must be retrieved with media.download. The state of operation can be retrieved with `sdfdownloadtasks.operations.get`. Any errors can be found in the error.message. Note that error.details is expected to be empty. */
|
|
9874
9874
|
create(request: {
|
|
9875
9875
|
/** V1 error format. */
|
|
9876
9876
|
'$.xgafv'?: string;
|
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -158,7 +158,7 @@ Lists custom bidding algorithms that are accessible to the current user and can
|
|
|
158
158
|
await gapi.client.displayvideo.customBiddingAlgorithms.list({});
|
|
159
159
|
|
|
160
160
|
/*
|
|
161
|
-
Updates an existing custom bidding algorithm. Returns the updated custom bidding algorithm if successful.
|
|
161
|
+
Updates an existing custom bidding algorithm. Returns the updated custom bidding algorithm if successful. Requests updating a custom bidding algorithm assigned to a line item will return an error.
|
|
162
162
|
*/
|
|
163
163
|
await gapi.client.displayvideo.customBiddingAlgorithms.patch({
|
|
164
164
|
customBiddingAlgorithmId: 'customBiddingAlgorithmId',
|
|
@@ -366,7 +366,7 @@ Lists partners that are accessible to the current user. The order is defined by
|
|
|
366
366
|
await gapi.client.displayvideo.partners.list({});
|
|
367
367
|
|
|
368
368
|
/*
|
|
369
|
-
Creates an SDF Download Task. Returns an Operation. An SDF Download Task is a long-running, asynchronous operation. The metadata type of this operation is SdfDownloadTaskMetadata. If the request is successful, the response type of the operation is SdfDownloadTask. The response will not include the download files, which must be retrieved with media.download. The state of operation can be retrieved with
|
|
369
|
+
Creates an SDF Download Task. Returns an Operation. An SDF Download Task is a long-running, asynchronous operation. The metadata type of this operation is SdfDownloadTaskMetadata. If the request is successful, the response type of the operation is SdfDownloadTask. The response will not include the download files, which must be retrieved with media.download. The state of operation can be retrieved with `sdfdownloadtasks.operations.get`. Any errors can be found in the error.message. Note that error.details is expected to be empty.
|
|
370
370
|
*/
|
|
371
371
|
await gapi.client.displayvideo.sdfdownloadtasks.create({});
|
|
372
372
|
|