@maxim_mazurok/gapi.client.displayvideo-v3 0.8.20260708 → 0.8.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.
Files changed (2) hide show
  1. package/index.d.ts +14 -10
  2. 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: 20260708
12
+ // Revision: 20260714
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -518,6 +518,10 @@ declare namespace gapi.client {
518
518
  creativeConfig?: AdvertiserCreativeConfig;
519
519
  /** Settings that control how advertiser data may be accessed. */
520
520
  dataAccessConfig?: AdvertiserDataAccessConfig;
521
+ /** 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. */
522
+ defaultBusinessName?: string;
523
+ /** 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. */
524
+ defaultLogoAssetId?: string;
521
525
  /** Required. The display name of the advertiser. Must be UTF-8 encoded with a maximum size of 240 bytes. */
522
526
  displayName?: string;
523
527
  /** 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. */
@@ -2371,7 +2375,7 @@ declare namespace gapi.client {
2371
2375
  value?: string;
2372
2376
  }
2373
2377
  interface DemandGenCarouselAd {
2374
- /** Required. The business name shown on the ad. *Warning*: Starting **July 13, 2026**, this setting will no longer be required if a default value is set at the advertiser level. If left unset, the default value will be applied. */
2378
+ /** 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. */
2375
2379
  businessName?: string;
2376
2380
  /** Required. The list of cards shown on the ad. */
2377
2381
  cards?: CarouselCard[];
@@ -2385,7 +2389,7 @@ declare namespace gapi.client {
2385
2389
  finalUrlSuffix?: string;
2386
2390
  /** Required. The headline of the ad. */
2387
2391
  headline?: string;
2388
- /** Required. The logo image used by this ad. *Warning*: Starting **July 13, 2026**, this setting will no longer be required if a default value is set at the advertiser level. If left unset, the default value will be applied. */
2392
+ /** 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. */
2389
2393
  logo?: ImageAsset;
2390
2394
  /** Output only. The URL address loaded in the background for tracking purposes. */
2391
2395
  trackingUrl?: string;
@@ -2393,7 +2397,7 @@ declare namespace gapi.client {
2393
2397
  userSpecifiedTrackingUrl?: string;
2394
2398
  }
2395
2399
  interface DemandGenImageAd {
2396
- /** Required. The business name shown on the ad. *Warning*: Starting **July 13, 2026**, this setting will no longer be required if a default value is set at the advertiser level. If left unset, the default value will be applied. */
2400
+ /** 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. */
2397
2401
  businessName?: string;
2398
2402
  /** Required. The call-to-action button shown on the ad. */
2399
2403
  callToAction?: string;
@@ -2409,7 +2413,7 @@ declare namespace gapi.client {
2409
2413
  finalUrlSuffix?: string;
2410
2414
  /** Required. The list of headlines shown on the ad. */
2411
2415
  headlines?: string[];
2412
- /** The list of logo images shown on the ad. *Warning*: Starting **July 13, 2026**, this setting will no longer be required if a default value is set at the advertiser level. If left unset, the default value will be applied. */
2416
+ /** 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. */
2413
2417
  logoImages?: ImageAsset[];
2414
2418
  /** The list of marketing images shown on the ad. */
2415
2419
  marketingImages?: ImageAsset[];
@@ -2423,7 +2427,7 @@ declare namespace gapi.client {
2423
2427
  userSpecifiedTrackingUrl?: string;
2424
2428
  }
2425
2429
  interface DemandGenProductAd {
2426
- /** Required. The business name shown on the ad. *Warning*: Starting **July 13, 2026**, this setting will no longer be required if a default value is set at the advertiser level. If left unset, the default value will be applied. */
2430
+ /** 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. */
2427
2431
  businessName?: string;
2428
2432
  /** 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` */
2429
2433
  callToAction?:
@@ -2460,7 +2464,7 @@ declare namespace gapi.client {
2460
2464
  finalUrlSuffix?: string;
2461
2465
  /** Required. The headline of the ad. */
2462
2466
  headline?: string;
2463
- /** Required. The logo image used by this ad. *Warning*: Starting **July 13, 2026**, this setting will no longer be required if a default value is set at the advertiser level. If left unset, the default value will be applied. */
2467
+ /** 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. */
2464
2468
  logo?: ImageAsset;
2465
2469
  /** Output only. The URL address loaded in the background for tracking purposes. */
2466
2470
  trackingUrl?: string;
@@ -2476,7 +2480,7 @@ declare namespace gapi.client {
2476
2480
  thirdPartyMeasurementConfigs?: ThirdPartyMeasurementConfigs;
2477
2481
  }
2478
2482
  interface DemandGenVideoAd {
2479
- /** Required. The business name shown on the ad. *Warning*: Starting **July 13, 2026**, this setting will no longer be required if a default value is set at the advertiser level. If left unset, the default value will be applied. */
2483
+ /** 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. */
2480
2484
  businessName?: string;
2481
2485
  /** 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` */
2482
2486
  callToAction?:
@@ -2517,7 +2521,7 @@ declare namespace gapi.client {
2517
2521
  finalUrlSuffix?: string;
2518
2522
  /** Required. The list of headlines shown on the ad. */
2519
2523
  headlines?: string[];
2520
- /** Required. The logo image used by this ad. *Warning*: Starting **July 13, 2026**, this setting will no longer be required if a default value is set at the advertiser level. If left unset, the default value will be applied. */
2524
+ /** 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. */
2521
2525
  logo?: ImageAsset;
2522
2526
  /** Required. The list of long headlines shown on the ad. */
2523
2527
  longHeadlines?: string[];
@@ -5119,7 +5123,7 @@ declare namespace gapi.client {
5119
5123
  viewabilityDetails?: ViewabilityTargetingOptionDetails;
5120
5124
  }
5121
5125
  interface ThirdPartyMeasurementConfigs {
5122
- /** 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_NIELSEN` * `THIRD_PARTY_VENDOR_MACROMILL` *Warning*: Starting **July 13, 2026**, this field will no longer support `THIRD_PARTY_VENDOR_NIELSEN`. */
5126
+ /** 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` */
5123
5127
  brandLiftVendorConfigs?: ThirdPartyVendorConfig[];
5124
5128
  /** 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` */
5125
5129
  brandSafetyVendorConfigs?: ThirdPartyVendorConfig[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.displayvideo-v3",
3
- "version": "0.8.20260708",
3
+ "version": "0.8.20260714",
4
4
  "description": "TypeScript typings for Display & Video 360 API v3",
5
5
  "repository": {
6
6
  "type": "git",