@maxim_mazurok/gapi.client.displayvideo-v4 0.5.20260708 → 0.5.20260714
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 -13
- 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: 20260714
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -611,6 +611,10 @@ declare namespace gapi.client {
|
|
|
611
611
|
creativeConfig?: AdvertiserCreativeConfig;
|
|
612
612
|
/** Settings that control how advertiser data may be accessed. */
|
|
613
613
|
dataAccessConfig?: AdvertiserDataAccessConfig;
|
|
614
|
+
/** Optional. The default business name for the advertiser. This is the value used by YouTube and Demand Gen ads under this advertiser if a business name is not provided. */
|
|
615
|
+
defaultBusinessName?: string;
|
|
616
|
+
/** Optional. The asset ID of the default logo image for the advertiser. This is the asset ID that will be used by YouTube and Demand ads under this advertiser if a logo asset is not provided. You must use advertisers.adAssets.upload to upload this asset using the API. */
|
|
617
|
+
defaultLogoAssetId?: string;
|
|
614
618
|
/** Required. The display name of the advertiser. Must be UTF-8 encoded with a maximum size of 240 bytes. */
|
|
615
619
|
displayName?: string;
|
|
616
620
|
/** Required. Controls whether or not insertion orders and line items of the advertiser can spend their budgets and bid on inventory. * Accepted values are `ENTITY_STATUS_ACTIVE`, `ENTITY_STATUS_PAUSED` and `ENTITY_STATUS_SCHEDULED_FOR_DELETION`. * If set to `ENTITY_STATUS_SCHEDULED_FOR_DELETION`, the advertiser will be deleted 30 days from when it was first scheduled for deletion. */
|
|
@@ -2538,7 +2542,7 @@ declare namespace gapi.client {
|
|
|
2538
2542
|
value?: string;
|
|
2539
2543
|
}
|
|
2540
2544
|
interface DemandGenCarouselAd {
|
|
2541
|
-
/**
|
|
2545
|
+
/** Optional. The business name shown on the ad. This setting is required unless a default value is set at the advertiser level. If left unset, the default value will be applied. */
|
|
2542
2546
|
businessName?: string;
|
|
2543
2547
|
/** Required. The list of cards shown on the ad. */
|
|
2544
2548
|
cards?: CarouselCard[];
|
|
@@ -2552,7 +2556,7 @@ declare namespace gapi.client {
|
|
|
2552
2556
|
finalUrlSuffix?: string;
|
|
2553
2557
|
/** Required. The headline of the ad. */
|
|
2554
2558
|
headline?: string;
|
|
2555
|
-
/**
|
|
2559
|
+
/** Optional. The logo image used by this ad. This setting is required unless a default value is set at the advertiser level. If left unset, the default value will be applied. */
|
|
2556
2560
|
logo?: ImageAsset;
|
|
2557
2561
|
/** Output only. The URL address loaded in the background for tracking purposes. */
|
|
2558
2562
|
trackingUrl?: string;
|
|
@@ -2560,7 +2564,7 @@ declare namespace gapi.client {
|
|
|
2560
2564
|
userSpecifiedTrackingUrl?: string;
|
|
2561
2565
|
}
|
|
2562
2566
|
interface DemandGenImageAd {
|
|
2563
|
-
/**
|
|
2567
|
+
/** Optional. The business name shown on the ad. This setting is required unless a default value is set at the advertiser level. If left unset, the default value will be applied. */
|
|
2564
2568
|
businessName?: string;
|
|
2565
2569
|
/** Required. The call-to-action button shown on the ad. */
|
|
2566
2570
|
callToAction?: string;
|
|
@@ -2576,7 +2580,7 @@ declare namespace gapi.client {
|
|
|
2576
2580
|
finalUrlSuffix?: string;
|
|
2577
2581
|
/** Required. The list of headlines shown on the ad. */
|
|
2578
2582
|
headlines?: string[];
|
|
2579
|
-
/** The list of logo images shown on the ad.
|
|
2583
|
+
/** The list of logo images shown on the ad. This setting is required unless a default value is set at the advertiser level. If left unset, the default value will be applied. */
|
|
2580
2584
|
logoImages?: ImageAsset[];
|
|
2581
2585
|
/** The list of marketing images shown on the ad. */
|
|
2582
2586
|
marketingImages?: ImageAsset[];
|
|
@@ -2590,7 +2594,7 @@ declare namespace gapi.client {
|
|
|
2590
2594
|
userSpecifiedTrackingUrl?: string;
|
|
2591
2595
|
}
|
|
2592
2596
|
interface DemandGenProductAd {
|
|
2593
|
-
/**
|
|
2597
|
+
/** Optional. The business name shown on the ad. This setting is required unless a default value is set at the advertiser level. If left unset, the default value will be applied. */
|
|
2594
2598
|
businessName?: string;
|
|
2595
2599
|
/** Required. The call-to-action button shown on the ad. The supported values are: * `AUTOMATED` * `APPLY_NOW` * `BOOK_NOW` * `CONTACT_US` * `DOWNLOAD` * `GET_QUOTE` * `LEARN_MORE` * `SHOP_NOW` * `SIGN_UP` * `SUBSCRIBE` */
|
|
2596
2600
|
callToAction?:
|
|
@@ -2627,7 +2631,7 @@ declare namespace gapi.client {
|
|
|
2627
2631
|
finalUrlSuffix?: string;
|
|
2628
2632
|
/** Required. The headline of the ad. */
|
|
2629
2633
|
headline?: string;
|
|
2630
|
-
/**
|
|
2634
|
+
/** Optional. The logo image used by this ad. This setting is required unless a default value is set at the advertiser level. If left unset, the default value will be applied. */
|
|
2631
2635
|
logo?: ImageAsset;
|
|
2632
2636
|
/** Output only. The URL address loaded in the background for tracking purposes. */
|
|
2633
2637
|
trackingUrl?: string;
|
|
@@ -2643,7 +2647,7 @@ declare namespace gapi.client {
|
|
|
2643
2647
|
thirdPartyMeasurementConfigs?: ThirdPartyMeasurementConfigs;
|
|
2644
2648
|
}
|
|
2645
2649
|
interface DemandGenVideoAd {
|
|
2646
|
-
/**
|
|
2650
|
+
/** Optional. The business name shown on the ad. This setting is required unless a default value is set at the advertiser level. If left unset, the default value will be applied. */
|
|
2647
2651
|
businessName?: string;
|
|
2648
2652
|
/** Required. The call-to-action button shown on the ad. The supported values are: * `AUTOMATED` * `LEARN_MORE` * `GET_QUOTE` * `APPLY_NOW` * `SIGN_UP` * `CONTACT_US` * `SUBSCRIBE` * `DOWNLOAD` * `BOOK_NOW` * `SHOP_NOW` * `BUY_NOW` * `DONATE_NOW` * `ORDER_NOW` * `PLAY_NOW` * `SEE_MORE` * `START_NOW` * `VISIT_SITE` * `WATCH_NOW` */
|
|
2649
2653
|
callToAction?:
|
|
@@ -2684,7 +2688,7 @@ declare namespace gapi.client {
|
|
|
2684
2688
|
finalUrlSuffix?: string;
|
|
2685
2689
|
/** Required. The list of headlines shown on the ad. */
|
|
2686
2690
|
headlines?: string[];
|
|
2687
|
-
/**
|
|
2691
|
+
/** Optional. The logo image used by this ad. This setting is required unless a default value is set at the advertiser level. If left unset, the default value will be applied. */
|
|
2688
2692
|
logo?: ImageAsset;
|
|
2689
2693
|
/** Required. The list of long headlines shown on the ad. */
|
|
2690
2694
|
longHeadlines?: string[];
|
|
@@ -5276,12 +5280,12 @@ declare namespace gapi.client {
|
|
|
5276
5280
|
| 'GENDER_MALE'
|
|
5277
5281
|
| 'GENDER_FEMALE'
|
|
5278
5282
|
| 'GENDER_UNKNOWN'[];
|
|
5279
|
-
/** Output only. Targetable
|
|
5280
|
-
|
|
5283
|
+
/** Output only. Targetable networks for the ad product. */
|
|
5284
|
+
networks?:
|
|
5281
5285
|
| 'PLANNABLE_NETWORK_UNSPECIFIED'
|
|
5282
5286
|
| 'PLANNABLE_NETWORK_YOUTUBE'
|
|
5283
5287
|
| 'PLANNABLE_NETWORK_GOOGLE_VIDEO_PARTNERS'
|
|
5284
|
-
| 'PLANNABLE_NETWORK_YOUTUBE_AND_GOOGLE_VIDEO_PARTNERS';
|
|
5288
|
+
| 'PLANNABLE_NETWORK_YOUTUBE_AND_GOOGLE_VIDEO_PARTNERS'[];
|
|
5285
5289
|
/** Output only. Targetable surface combinations for the ad product. */
|
|
5286
5290
|
surfaceTargetingCombinations?: SurfaceTargetingCombinations;
|
|
5287
5291
|
/** Output only. Targetable YouTube Select Lineups for the ad product. */
|
|
@@ -5976,7 +5980,7 @@ declare namespace gapi.client {
|
|
|
5976
5980
|
viewabilityDetails?: ViewabilityTargetingOptionDetails;
|
|
5977
5981
|
}
|
|
5978
5982
|
interface ThirdPartyMeasurementConfigs {
|
|
5979
|
-
/** Optional. The third-party vendors measuring brand lift. The following third-party vendors are applicable: * `THIRD_PARTY_VENDOR_DYNATA` * `THIRD_PARTY_VENDOR_KANTAR` * `THIRD_PARTY_VENDOR_INTAGE` * `
|
|
5983
|
+
/** Optional. The third-party vendors measuring brand lift. The following third-party vendors are applicable: * `THIRD_PARTY_VENDOR_DYNATA` * `THIRD_PARTY_VENDOR_KANTAR` * `THIRD_PARTY_VENDOR_INTAGE` * `THIRD_PARTY_VENDOR_MACROMILL` */
|
|
5980
5984
|
brandLiftVendorConfigs?: ThirdPartyVendorConfig[];
|
|
5981
5985
|
/** Optional. The third-party vendors measuring brand safety. The following third-party vendors are applicable: * `THIRD_PARTY_VENDOR_ZEFR` * `THIRD_PARTY_VENDOR_DOUBLE_VERIFY` * `THIRD_PARTY_VENDOR_INTEGRAL_AD_SCIENCE` */
|
|
5982
5986
|
brandSafetyVendorConfigs?: ThirdPartyVendorConfig[];
|