@maxim_mazurok/gapi.client.displayvideo-v4 0.2.20251027 → 0.2.20251201
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 +7 -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=v4
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20251201
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -720,7 +720,7 @@ declare namespace gapi.client {
|
|
|
720
720
|
interface BiddingStrategy {
|
|
721
721
|
/** A strategy that uses a fixed bid price. */
|
|
722
722
|
fixedBid?: FixedBidStrategy;
|
|
723
|
-
/**
|
|
723
|
+
/** * `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. */
|
|
724
724
|
maximizeSpendAutoBid?: MaximizeSpendBidStrategy;
|
|
725
725
|
/** 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. */
|
|
726
726
|
performanceGoalAutoBid?: PerformanceGoalBidStrategy;
|
|
@@ -1663,11 +1663,11 @@ declare namespace gapi.client {
|
|
|
1663
1663
|
appId?: string;
|
|
1664
1664
|
/** Output only. The source of the audience. */
|
|
1665
1665
|
audienceSource?: string;
|
|
1666
|
-
/**
|
|
1666
|
+
/** Immutable. The type of the audience. */
|
|
1667
1667
|
audienceType?: string;
|
|
1668
1668
|
/** Input only. A list of contact information to define the initial audience members. Only applicable to audience_type `CUSTOMER_MATCH_CONTACT_INFO` */
|
|
1669
1669
|
contactInfoList?: ContactInfoList;
|
|
1670
|
-
/**
|
|
1670
|
+
/** Optional. The user-provided description of the audience. Only applicable to first party audiences. */
|
|
1671
1671
|
description?: string;
|
|
1672
1672
|
/** Output only. The estimated audience size for the Display 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 returned in GET request. */
|
|
1673
1673
|
displayAudienceSize?: string;
|
|
@@ -1677,7 +1677,7 @@ declare namespace gapi.client {
|
|
|
1677
1677
|
displayMobileAppAudienceSize?: string;
|
|
1678
1678
|
/** Output only. The estimated mobile web audience size in Display 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. */
|
|
1679
1679
|
displayMobileWebAudienceSize?: string;
|
|
1680
|
-
/**
|
|
1680
|
+
/** Optional. The display name of the first party and partner audience. */
|
|
1681
1681
|
displayName?: string;
|
|
1682
1682
|
/** Identifier. The unique ID of the first party and partner audience. Assigned by the system. */
|
|
1683
1683
|
firstPartyAndPartnerAudienceId?: string;
|
|
@@ -1685,7 +1685,7 @@ declare namespace gapi.client {
|
|
|
1685
1685
|
firstPartyAndPartnerAudienceType?: string;
|
|
1686
1686
|
/** 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. */
|
|
1687
1687
|
gmailAudienceSize?: string;
|
|
1688
|
-
/**
|
|
1688
|
+
/** Optional. 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` */
|
|
1689
1689
|
membershipDurationDays?: string;
|
|
1690
1690
|
/** Input only. A list of mobile device IDs to define the initial audience members. Only applicable to audience_type `CUSTOMER_MATCH_DEVICE_ID` */
|
|
1691
1691
|
mobileDeviceIdList?: MobileDeviceIdList;
|
|
@@ -8706,7 +8706,7 @@ declare namespace gapi.client {
|
|
|
8706
8706
|
oauth_token?: string;
|
|
8707
8707
|
/** 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`. */
|
|
8708
8708
|
orderBy?: string;
|
|
8709
|
-
/** Optional. Requested page size. Must be between `1` and `
|
|
8709
|
+
/** 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. */
|
|
8710
8710
|
pageSize?: number;
|
|
8711
8711
|
/** 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. */
|
|
8712
8712
|
pageToken?: string;
|