@maxim_mazurok/gapi.client.displayvideo-v4 0.0.20250814 → 0.1.20250819
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 +17 -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=v4
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250819
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -143,6 +143,8 @@ declare namespace gapi.client {
|
|
|
143
143
|
advertiserId?: string;
|
|
144
144
|
/** Required. Billing related settings of the advertiser. */
|
|
145
145
|
billingConfig?: AdvertiserBillingConfig;
|
|
146
|
+
/** Optional. Whether this advertiser contains line items that serve European Union political ads. If this field is set to `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING`, then the following will happen: * Any new line items created under this advertiser will be assigned `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` if not otherwise specified. * Any existing line items under this advertiser that do not have a set value be updated to `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` within a day. */
|
|
147
|
+
containsEuPoliticalAds?: string;
|
|
146
148
|
/** Required. Creative related settings of the advertiser. */
|
|
147
149
|
creativeConfig?: AdvertiserCreativeConfig;
|
|
148
150
|
/** Settings that control how advertiser data may be accessed. */
|
|
@@ -227,6 +229,12 @@ declare namespace gapi.client {
|
|
|
227
229
|
interface AlgorithmRulesComparisonValue {
|
|
228
230
|
/** Boolean value. */
|
|
229
231
|
boolValue?: boolean;
|
|
232
|
+
/** Video content duration value. */
|
|
233
|
+
contentDurationValue?: string;
|
|
234
|
+
/** Video genre id value. */
|
|
235
|
+
contentGenreIdValue?: string;
|
|
236
|
+
/** Video delivery type value. */
|
|
237
|
+
contentStreamTypeValue?: string;
|
|
230
238
|
/** Creative dimension value. */
|
|
231
239
|
creativeDimensionValue?: Dimensions;
|
|
232
240
|
/** Day and time value. Only `TIME_ZONE_RESOLUTION_END_USER` is supported. */
|
|
@@ -699,7 +707,7 @@ declare namespace gapi.client {
|
|
|
699
707
|
lineItemIds?: string[];
|
|
700
708
|
/** Required. A line item object containing the fields to be updated and the new values to assign to all line items specified in line_item_ids." */
|
|
701
709
|
targetLineItem?: LineItem;
|
|
702
|
-
/** Required. A field mask identifying which fields to update. Only the following fields are currently supported: * entityStatus *
|
|
710
|
+
/** Required. A field mask identifying which fields to update. Only the following fields are currently supported: * entityStatus * containsEuPoliticalAds */
|
|
703
711
|
updateMask?: string;
|
|
704
712
|
}
|
|
705
713
|
interface BulkUpdateLineItemsResponse {
|
|
@@ -1361,6 +1369,8 @@ declare namespace gapi.client {
|
|
|
1361
1369
|
videoViewableRate?: string;
|
|
1362
1370
|
}
|
|
1363
1371
|
interface DuplicateLineItemRequest {
|
|
1372
|
+
/** Whether this line item will serve European Union political ads. If contains_eu_political_ads has been set to `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` in the parent advertiser, then this field will be assigned `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` if not otherwise specified. This field can then be updated using the UI, API, or Structured Data Files. *Warning*: Starting **September 8, 2025**, this field must be set. If not, either the value `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` will be assigned to the line item if the parent advertiser has declared that it does not serve EU political ads, or **the request will fail**. */
|
|
1373
|
+
containsEuPoliticalAds?: string;
|
|
1364
1374
|
/** The display name of the new line item. Must be UTF-8 encoded with a maximum size of 240 bytes. */
|
|
1365
1375
|
targetDisplayName?: string;
|
|
1366
1376
|
}
|
|
@@ -1568,6 +1578,8 @@ declare namespace gapi.client {
|
|
|
1568
1578
|
gender?: string;
|
|
1569
1579
|
}
|
|
1570
1580
|
interface GenerateDefaultLineItemRequest {
|
|
1581
|
+
/** Whether this line item will serve European Union political ads. If contains_eu_political_ads has been set to `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` in the parent advertiser, then this field will be assigned `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` if not otherwise specified. This field can then be updated using the UI, API, or Structured Data Files. *Warning*: Starting **September 8, 2025**, this field must be set. If not, either the value `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` will be assigned to the line item if the parent advertiser has declared that it does not serve EU political ads, or **the request will fail**. */
|
|
1582
|
+
containsEuPoliticalAds?: string;
|
|
1571
1583
|
/** Required. The display name of the line item. Must be UTF-8 encoded with a maximum size of 240 bytes. */
|
|
1572
1584
|
displayName?: string;
|
|
1573
1585
|
/** Required. The unique ID of the insertion order that the line item belongs to. */
|
|
@@ -1964,6 +1976,8 @@ declare namespace gapi.client {
|
|
|
1964
1976
|
budget?: LineItemBudget;
|
|
1965
1977
|
/** Output only. The unique ID of the campaign that the line item belongs to. */
|
|
1966
1978
|
campaignId?: string;
|
|
1979
|
+
/** Whether this line item will serve European Union political ads. If contains_eu_political_ads has been set to `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` in the parent advertiser, then this field will be assigned `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` if not otherwise specified. This field can then be updated using the UI, API, or Structured Data Files. *Warning*: Starting **September 8, 2025**, this field must be set when creating a new line item. If not, either the value `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` will be assigned if the parent advertiser has declared that it does not serve EU political ads, or **the `advertisers.lineItems.create` request will fail**. */
|
|
1980
|
+
containsEuPoliticalAds?: string;
|
|
1967
1981
|
/** The conversion tracking setting of the line item. */
|
|
1968
1982
|
conversionCounting?: ConversionCountingConfig;
|
|
1969
1983
|
/** The IDs of the creatives associated with the line item. */
|
|
@@ -3010,7 +3024,7 @@ declare namespace gapi.client {
|
|
|
3010
3024
|
adGroupEffectiveTargetCpaValue?: string;
|
|
3011
3025
|
/** The type of the bidding strategy. */
|
|
3012
3026
|
type?: string;
|
|
3013
|
-
/** The value used by the bidding strategy. When the bidding strategy is assigned at the line item level, this field is only applicable for the following strategy types: * `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_CPA` * `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_ROAS` When the bidding strategy is assigned at the ad group level, this field is only applicable for the following strategy types: * `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_MANUAL_CPM` * `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_MANUAL_CPV` * `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_CPA` * `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_CPM` * `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_RESERVE_CPM` * `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_ROAS` If not using an applicable strategy, the value of this field will be 0. */
|
|
3027
|
+
/** The value used by the bidding strategy. When the bidding strategy is assigned at the line item level, this field is only applicable for the following strategy types: * `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_CPA` * `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_ROAS` * `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_RESERVE_SHARE_OF_VOICE` When the bidding strategy is assigned at the ad group level, this field is only applicable for the following strategy types: * `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_MANUAL_CPM` * `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_MANUAL_CPV` * `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_CPA` * `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_CPM` * `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_RESERVE_CPM` * `YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_ROAS` If not using an applicable strategy, the value of this field will be 0. */
|
|
3014
3028
|
value?: string;
|
|
3015
3029
|
}
|
|
3016
3030
|
interface YoutubeAndPartnersInventorySourceConfig {
|