@maxim_mazurok/gapi.client.displayvideo-v4 0.2.20260120 → 0.2.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=v4
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20260127
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -71,15 +71,15 @@ declare namespace gapi.client {
|
|
|
71
71
|
targetingExpansion?: TargetingExpansionConfig;
|
|
72
72
|
}
|
|
73
73
|
interface AdGroupAd {
|
|
74
|
-
/** The unique ID of the ad. Assigned by the system. */
|
|
74
|
+
/** Output only. The unique ID of the ad. Assigned by the system. */
|
|
75
75
|
adGroupAdId?: string;
|
|
76
76
|
/** 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. */
|
|
77
77
|
adGroupId?: string;
|
|
78
|
-
/** The policy approval status of the ad. */
|
|
78
|
+
/** Output only. The policy approval status of the ad. */
|
|
79
79
|
adPolicy?: AdPolicy;
|
|
80
80
|
/** List of URLs used by the ad. */
|
|
81
81
|
adUrls?: AdUrl[];
|
|
82
|
-
/** The unique ID of the advertiser the ad belongs to. */
|
|
82
|
+
/** Output only. The unique ID of the advertiser the ad belongs to. */
|
|
83
83
|
advertiserId?: string;
|
|
84
84
|
/** Details of an [audio ad](//support.google.com/displayvideo/answer/6274216) used for reach marketing objectives. */
|
|
85
85
|
audioAd?: AudioAd;
|
|
@@ -95,7 +95,7 @@ declare namespace gapi.client {
|
|
|
95
95
|
inStreamAd?: InStreamAd;
|
|
96
96
|
/** Details of an [ad served on the YouTube Home feed](//support.google.com/google-ads/answer/9709826). */
|
|
97
97
|
mastheadAd?: MastheadAd;
|
|
98
|
-
/** The resource name of the ad. */
|
|
98
|
+
/** Output only. The resource name of the ad. */
|
|
99
99
|
name?: string;
|
|
100
100
|
/** 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. */
|
|
101
101
|
nonSkippableAd?: NonSkippableAd;
|
|
@@ -2233,7 +2233,7 @@ declare namespace gapi.client {
|
|
|
2233
2233
|
nextPageToken?: string;
|
|
2234
2234
|
}
|
|
2235
2235
|
interface ListAdGroupAdsResponse {
|
|
2236
|
-
/** The list of
|
|
2236
|
+
/** The list of ads. This list will be absent if empty. */
|
|
2237
2237
|
adGroupAds?: AdGroupAd[];
|
|
2238
2238
|
/** 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. */
|
|
2239
2239
|
nextPageToken?: string;
|
|
@@ -3587,7 +3587,7 @@ declare namespace gapi.client {
|
|
|
3587
3587
|
'$.xgafv'?: string;
|
|
3588
3588
|
/** OAuth access token. */
|
|
3589
3589
|
access_token?: string;
|
|
3590
|
-
/** Required. The ID of the ad
|
|
3590
|
+
/** Required. The ID of the ad to fetch. */
|
|
3591
3591
|
adGroupAdId: string;
|
|
3592
3592
|
/** Required. The ID of the advertiser this ad group ad belongs to. */
|
|
3593
3593
|
advertiserId: string;
|
|
@@ -3616,7 +3616,7 @@ declare namespace gapi.client {
|
|
|
3616
3616
|
'$.xgafv'?: string;
|
|
3617
3617
|
/** OAuth access token. */
|
|
3618
3618
|
access_token?: string;
|
|
3619
|
-
/** Required. The ID of the advertiser the
|
|
3619
|
+
/** Required. The ID of the advertiser the ads belong to. */
|
|
3620
3620
|
advertiserId: string;
|
|
3621
3621
|
/** Data format for response. */
|
|
3622
3622
|
alt?: string;
|
|
@@ -3624,7 +3624,7 @@ declare namespace gapi.client {
|
|
|
3624
3624
|
callback?: string;
|
|
3625
3625
|
/** Selector specifying which fields to include in a partial response. */
|
|
3626
3626
|
fields?: string;
|
|
3627
|
-
/** Optional. Allows filtering by
|
|
3627
|
+
/** 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. */
|
|
3628
3628
|
filter?: string;
|
|
3629
3629
|
/** 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. */
|
|
3630
3630
|
key?: string;
|