@maxim_mazurok/gapi.client.displayvideo-v3 0.1.20260120 → 0.1.20260127
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 +9 -9
- 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:
|
|
12
|
+
// Revision: 20260127
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -59,15 +59,15 @@ 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
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. */
|
|
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
|
+
/** Output only. The unique ID of the advertiser the ad belongs to. */
|
|
71
71
|
advertiserId?: string;
|
|
72
72
|
/** Details of an [audio ad](//support.google.com/displayvideo/answer/6274216) used for reach marketing objectives. */
|
|
73
73
|
audioAd?: AudioAd;
|
|
@@ -83,7 +83,7 @@ declare namespace gapi.client {
|
|
|
83
83
|
inStreamAd?: InStreamAd;
|
|
84
84
|
/** 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
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. */
|
|
89
89
|
nonSkippableAd?: NonSkippableAd;
|
|
@@ -2177,7 +2177,7 @@ declare namespace gapi.client {
|
|
|
2177
2177
|
flightDateType?: string;
|
|
2178
2178
|
}
|
|
2179
2179
|
interface ListAdGroupAdsResponse {
|
|
2180
|
-
/** The list of
|
|
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
|
|
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
|
|
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
|
|
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;
|