@maxim_mazurok/gapi.client.displayvideo-v3 0.1.20260120 → 0.1.20260204

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 +20 -20
  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: 20260120
12
+ // Revision: 20260204
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -59,37 +59,37 @@ declare namespace gapi.client {
59
59
  targetingExpansion?: TargetingExpansionConfig;
60
60
  }
61
61
  interface AdGroupAd {
62
- /** The unique ID of the ad. Assigned by the system. */
62
+ /** Output only. The unique ID of the ad. Assigned by the system. */
63
63
  adGroupAdId?: string;
64
- /** The unique ID of the ad group that the ad belongs to. *Caution*: Parent ad groups for Demand Gen ads are not currently retrieveable using `advertisers.adGroups.list` or `advertisers.adGroups.get`. Demand Gen ads can be identified by the absence of the `ad_details` union field. */
64
+ /** Required. The unique ID of the ad group that the ad belongs to. */
65
65
  adGroupId?: string;
66
- /** The policy approval status of the ad. */
66
+ /** Output only. The policy approval status of the ad. */
67
67
  adPolicy?: AdPolicy;
68
68
  /** List of URLs used by the ad. */
69
69
  adUrls?: AdUrl[];
70
- /** The unique ID of the advertiser the ad belongs to. */
70
+ /** Required. The unique ID of the advertiser the ad belongs to. */
71
71
  advertiserId?: string;
72
- /** Details of an [audio ad](//support.google.com/displayvideo/answer/6274216) used for reach marketing objectives. */
72
+ /** Output only. Details of an [audio ad](//support.google.com/displayvideo/answer/6274216) used for reach marketing objectives. */
73
73
  audioAd?: AudioAd;
74
- /** Details of a [non-skippable short video ad](//support.google.com/displayvideo/answer/6274216), equal to or less than 6 seconds, used for reach. */
74
+ /** Output only. Details of a [non-skippable short video ad](//support.google.com/displayvideo/answer/6274216), equal to or less than 6 seconds, used for reach. */
75
75
  bumperAd?: BumperAd;
76
- /** The display name of the ad. Must be UTF-8 encoded with a maximum size of 255 bytes. */
76
+ /** Required. The display name of the ad. Must be UTF-8 encoded with a maximum size of 255 bytes. */
77
77
  displayName?: string;
78
- /** Details of an ad sourced from a Display & Video 360 creative. */
78
+ /** Output only. Details of an ad sourced from a Display & Video 360 creative. */
79
79
  displayVideoSourceAd?: DisplayVideoSourceAd;
80
- /** The entity status of the ad. */
80
+ /** Required. The entity status of the ad. */
81
81
  entityStatus?: string;
82
- /** Details of an [in-stream ad skippable after 5 seconds](//support.google.com/displayvideo/answer/6274216), used for brand awareness or reach marketing objectives. */
82
+ /** Output only. Details of an [in-stream ad skippable after 5 seconds](//support.google.com/displayvideo/answer/6274216), used for brand awareness or reach marketing objectives. */
83
83
  inStreamAd?: InStreamAd;
84
- /** Details of an [ad served on the YouTube Home feed](//support.google.com/google-ads/answer/9709826). */
84
+ /** Output only. Details of an [ad served on the YouTube Home feed](//support.google.com/google-ads/answer/9709826). */
85
85
  mastheadAd?: MastheadAd;
86
- /** The resource name of the ad. */
86
+ /** Output only. The resource name of the ad. */
87
87
  name?: string;
88
- /** Details of a [non-skippable short in-stream video ad](//support.google.com/displayvideo/answer/6274216), between 6 and 15 seconds, used for reach marketing objectives. */
88
+ /** Output only. Details of a [non-skippable short in-stream video ad](//support.google.com/displayvideo/answer/6274216), between 6 and 15 seconds, used for reach marketing objectives. */
89
89
  nonSkippableAd?: NonSkippableAd;
90
- /** Details of an [ad promoting a video](//support.google.com/displayvideo/answer/6274216) that shows in places of discovery. */
90
+ /** Output only. Details of an [ad promoting a video](//support.google.com/displayvideo/answer/6274216) that shows in places of discovery. */
91
91
  videoDiscoverAd?: VideoDiscoveryAd;
92
- /** Details of an [ad used in a video action campaign](//support.google.com/google-ads/answer/10147229) to drive actions to the business, service or product. */
92
+ /** Output only. Details of an [ad used in a video action campaign](//support.google.com/google-ads/answer/10147229) to drive actions to the business, service or product. */
93
93
  videoPerformanceAd?: VideoPerformanceAd;
94
94
  }
95
95
  interface AdGroupAssignedTargetingOption {
@@ -2177,7 +2177,7 @@ declare namespace gapi.client {
2177
2177
  flightDateType?: string;
2178
2178
  }
2179
2179
  interface ListAdGroupAdsResponse {
2180
- /** The list of ad group ads. This list will be absent if empty. */
2180
+ /** The list of ads. This list will be absent if empty. */
2181
2181
  adGroupAds?: AdGroupAd[];
2182
2182
  /** A token to retrieve the next page of results. Pass this value in the page_token field in the subsequent call to `ListAdGroupAds` method to retrieve the next page of results. */
2183
2183
  nextPageToken?: string;
@@ -3215,7 +3215,7 @@ declare namespace gapi.client {
3215
3215
  '$.xgafv'?: string;
3216
3216
  /** OAuth access token. */
3217
3217
  access_token?: string;
3218
- /** Required. The ID of the ad group ad to fetch. */
3218
+ /** Required. The ID of the ad to fetch. */
3219
3219
  adGroupAdId: string;
3220
3220
  /** Required. The ID of the advertiser this ad group ad belongs to. */
3221
3221
  advertiserId: string;
@@ -3244,7 +3244,7 @@ declare namespace gapi.client {
3244
3244
  '$.xgafv'?: string;
3245
3245
  /** OAuth access token. */
3246
3246
  access_token?: string;
3247
- /** Required. The ID of the advertiser the ad groups belongs to. */
3247
+ /** Required. The ID of the advertiser the ads belong to. */
3248
3248
  advertiserId: string;
3249
3249
  /** Data format for response. */
3250
3250
  alt?: string;
@@ -3252,7 +3252,7 @@ declare namespace gapi.client {
3252
3252
  callback?: string;
3253
3253
  /** Selector specifying which fields to include in a partial response. */
3254
3254
  fields?: string;
3255
- /** Optional. Allows filtering by custom ad group ad fields. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions can be combined by `AND` and `OR`. A sequence of restrictions implicitly uses `AND`. * A restriction has the form of `{field} {operator} {value}`. * All fields must use the `EQUALS (=)` operator. Supported fields: * `adGroupId` * `displayName` * `entityStatus` * `adGroupAdId` Examples: * All ad group ads under an ad group: `adGroupId="1234"` * All ad group ads under an ad group with an entityStatus of `ENTITY_STATUS_ACTIVE` or `ENTITY_STATUS_PAUSED`: `(entityStatus="ENTITY_STATUS_ACTIVE" OR entityStatus="ENTITY_STATUS_PAUSED") AND adGroupId="12345"` The length of this field should be no more than 500 characters. Reference our [filter `LIST` requests](/display-video/api/guides/how-tos/filters) guide for more information. */
3255
+ /** Optional. Allows filtering by ad group ad fields. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions can be combined by `AND` and `OR`. A sequence of restrictions implicitly uses `AND`. * A restriction has the form of `{field} {operator} {value}`. * All fields must use the `EQUALS (=)` operator. Supported fields: * `adGroupId` * `displayName` * `entityStatus` * `adGroupAdId` Examples: * All ad group ads under an ad group: `adGroupId="1234"` * All ad group ads under an ad group with an entityStatus of `ENTITY_STATUS_ACTIVE` or `ENTITY_STATUS_PAUSED`: `(entityStatus="ENTITY_STATUS_ACTIVE" OR entityStatus="ENTITY_STATUS_PAUSED") AND adGroupId="12345"` The length of this field should be no more than 500 characters. Reference our [filter `LIST` requests](/display-video/api/guides/how-tos/filters) guide for more information. */
3256
3256
  filter?: string;
3257
3257
  /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
3258
3258
  key?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.displayvideo-v3",
3
- "version": "0.1.20260120",
3
+ "version": "0.1.20260204",
4
4
  "description": "TypeScript typings for Display & Video 360 API v3",
5
5
  "repository": {
6
6
  "type": "git",