@maxim_mazurok/gapi.client.displayvideo-v3 0.1.20251027 → 0.1.20251118
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 +3 -3
- 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: 20251118
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -708,7 +708,7 @@ declare namespace gapi.client {
|
|
|
708
708
|
interface BiddingStrategy {
|
|
709
709
|
/** A strategy that uses a fixed bid price. */
|
|
710
710
|
fixedBid?: FixedBidStrategy;
|
|
711
|
-
/**
|
|
711
|
+
/** * `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CPA`, `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CPC`, and `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_AV_VIEWED` only allow for `LINE_ITEM_TYPE_DISPLAY_DEFAULT` or `LINE_ITEM_TYPE_VIDEO_DEFAULT` line items. * `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CIVA` and `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_IVO_TEN` only allow for `LINE_ITEM_TYPE_VIDEO_DEFAULT` line items. * `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_REACH` only allows for `LINE_ITEM_TYPE_VIDEO_OVER_THE_TOP` line items. */
|
|
712
712
|
maximizeSpendAutoBid?: MaximizeSpendBidStrategy;
|
|
713
713
|
/** A strategy that automatically adjusts the bid to meet or beat a specified performance goal. It is to be used only for a line item entity. */
|
|
714
714
|
performanceGoalAutoBid?: PerformanceGoalBidStrategy;
|
|
@@ -8069,7 +8069,7 @@ declare namespace gapi.client {
|
|
|
8069
8069
|
oauth_token?: string;
|
|
8070
8070
|
/** Optional. Field by which to sort the list. Acceptable values are: * `displayName` (default) * `floodlightActivityId` The default sorting order is ascending. To specify descending order for a field, a suffix "desc" should be added to the field name. Example: `displayName desc`. */
|
|
8071
8071
|
orderBy?: string;
|
|
8072
|
-
/** Optional. Requested page size. Must be between `1` and `
|
|
8072
|
+
/** Optional. Requested page size. Must be between `1` and `200`. If unspecified will default to `100`. Returns error code `INVALID_ARGUMENT` if an invalid value is specified. */
|
|
8073
8073
|
pageSize?: number;
|
|
8074
8074
|
/** Optional. A token identifying a page of results the server should return. Typically, this is the value of next_page_token returned from the previous call to `ListFloodlightActivities` method. If not specified, the first page of results will be returned. */
|
|
8075
8075
|
pageToken?: string;
|