@maxim_mazurok/gapi.client.displayvideo-v3 0.1.20251023 → 0.1.20251118

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 +35 -35
  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: 20251023
12
+ // Revision: 20251118
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -61,7 +61,7 @@ declare namespace gapi.client {
61
61
  interface AdGroupAd {
62
62
  /** 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. */
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
66
  /** The policy approval status of the ad. */
67
67
  adPolicy?: AdPolicy;
@@ -133,23 +133,23 @@ declare namespace gapi.client {
133
133
  videoIabViewability?: string;
134
134
  }
135
135
  interface AdPolicy {
136
- /** The policy approval status of an ad. Indicating the ad policy approval decision. */
136
+ /** The policy approval status of an ad, indicating the approval decision. */
137
137
  adPolicyApprovalStatus?: string;
138
- /** The policy review status of an ad. Indicating where the review process the ad is currently at. */
138
+ /** The policy review status of an ad, indicating where in the review process the ad is currently. */
139
139
  adPolicyReviewStatus?: string;
140
- /** The policy topic entries for the ad, including the topic, restriction level, and guidance on how to fix policy issues. */
140
+ /** The entries for each policy topic identified as relating to the ad. Each entry includes the topic, restriction level, and guidance on how to fix policy issues. */
141
141
  adPolicyTopicEntry?: AdPolicyTopicEntry[];
142
142
  }
143
143
  interface AdPolicyCriterionRestriction {
144
- /** Only used today to represent a country criterion id. */
144
+ /** The country criterion id. */
145
145
  countryCriterionId?: string;
146
- /** Localized name for the country. Could be empty. */
146
+ /** Localized name for the country. May be empty. */
147
147
  countryLabel?: string;
148
148
  }
149
149
  interface AdPolicyTopicAppealInfo {
150
- /** Only available when appeal_type is APPEAL_FORM. */
150
+ /** Only available when appeal_type is `APPEAL_FORM`. */
151
151
  appealFormLink?: string;
152
- /** Indicate whether the policy topic can be self-service appeal or appeal form. */
152
+ /** Whether the decision can be appealed through a self-service appeal or an appeal form. */
153
153
  appealType?: string;
154
154
  }
155
155
  interface AdPolicyTopicConstraint {
@@ -163,7 +163,7 @@ declare namespace gapi.client {
163
163
  globalCertificateDomainMismatch?: any;
164
164
  /** Certificate is required to serve in any country. */
165
165
  globalCertificateMissing?: any;
166
- /** Link to the form to request a certificate for the policy topic constraint. */
166
+ /** Link to the form to request a certificate for the constraint. */
167
167
  requestCertificateFormLink?: string;
168
168
  /** Reseller constraint. */
169
169
  resellerConstraint?: any;
@@ -176,7 +176,7 @@ declare namespace gapi.client {
176
176
  interface AdPolicyTopicConstraintAdPolicyGlobalCertificateMissingConstraint {}
177
177
  interface AdPolicyTopicConstraintAdPolicyResellerConstraint {}
178
178
  interface AdPolicyTopicEntry {
179
- /** Ad policy appeal related information for the policy topic. */
179
+ /** Information on how to appeal the policy decision. */
180
180
  appealInfo?: AdPolicyTopicAppealInfo;
181
181
  /** Ad policy help center link for the policy topic. */
182
182
  helpCenterLink?: string;
@@ -184,31 +184,31 @@ declare namespace gapi.client {
184
184
  policyDecisionType?: string;
185
185
  /** The policy enforcement means used in the policy review. */
186
186
  policyEnforcementMeans?: string;
187
- /** Localized label text for policy. (Trademarks in text, Contains Alcohol, etc.) */
187
+ /** Localized label text for policy. Examples include "Trademarks in text", "Contains Alcohol", etc. */
188
188
  policyLabel?: string;
189
- /** The policy topic of an ad policy topic entry. (TRADEMARKS, ALCOHOL, etc.) */
189
+ /** The policy topic. Examples include "TRADEMARKS", "ALCOHOL", etc. */
190
190
  policyTopic?: string;
191
- /** The policy topic constraints. */
191
+ /** The serving constraints relevant to the policy decision. */
192
192
  policyTopicConstraints?: AdPolicyTopicConstraint[];
193
- /** Short summary description of the policy topic. */
193
+ /** A short summary description of the policy topic. */
194
194
  policyTopicDescription?: string;
195
- /** The policy topic evidences. */
195
+ /** The evidence used in the policy decision. */
196
196
  policyTopicEvidences?: AdPolicyTopicEvidence[];
197
- /** The policy topic entry type. */
197
+ /** How ad serving will be affected due to the relation to the ad policy topic. */
198
198
  policyTopicType?: string;
199
199
  }
200
200
  interface AdPolicyTopicEvidence {
201
201
  /** Counterfeit enforcement that caused a policy violation. */
202
202
  counterfeit?: AdPolicyTopicEvidenceCounterfeit;
203
- /** Mismatch between the ad destinations URLs. */
203
+ /** A mismatch between the ad destination URLs. */
204
204
  destinationMismatch?: AdPolicyTopicEvidenceDestinationMismatch;
205
- /** Destination not working because of HTTP error or DNS error. */
205
+ /** Information on HTTP or DNS errors related to the ad destination. */
206
206
  destinationNotWorking?: AdPolicyTopicEvidenceDestinationNotWorking;
207
207
  /** The text in the destination of the ad that is causing a policy violation. */
208
208
  destinationTextList?: AdPolicyTopicEvidenceDestinationTextList;
209
209
  /** HTTP code returned when the final URL was crawled. */
210
210
  httpCode?: number;
211
- /** The language the ad was detected to be written in. This is an IETF language tag such as "en-US". */
211
+ /** The language the ad was detected to be written in. This field uses IETF language tags, such as "en-US". */
212
212
  languageCode?: string;
213
213
  /** Legal related regulation enforcement that caused a policy violation. */
214
214
  legalRemoval?: AdPolicyTopicEvidenceLegalRemoval;
@@ -222,15 +222,15 @@ declare namespace gapi.client {
222
222
  websiteList?: AdPolicyTopicEvidenceWebsiteList;
223
223
  }
224
224
  interface AdPolicyTopicEvidenceCounterfeit {
225
- /** The content or product owners that make the complainants. */
225
+ /** The content or product owners that made a complaint. */
226
226
  owners?: string[];
227
227
  }
228
228
  interface AdPolicyTopicEvidenceDestinationMismatch {
229
- /** The set of URLs that do not match each other. The list can include single or multiple uri types. Example 1: [DISPLAY_URL, FINAL_URL] means ad display URL does not match with the ad final URL. Example 2: [FINAL_URL] means ad final URL did not match the crawled url, which is also considered as destinationmismatch. */
229
+ /** The set of URLs that do not match. The list can include single or multiple uri types. Example 1: [`DISPLAY_URL`, `FINAL_URL`] means ad display URL does not match with the ad final URL. Example 2: [`FINAL_URL`] means ad final URL did not match the crawled url, which is also considered as destination mismatch. */
230
230
  uriTypes?: string[];
231
231
  }
232
232
  interface AdPolicyTopicEvidenceDestinationNotWorking {
233
- /** The device platform of the not working url. */
233
+ /** The device where visiting the URL resulted in the error. */
234
234
  device?: string;
235
235
  /** The type of DNS error. */
236
236
  dnsErrorType?: string;
@@ -238,7 +238,7 @@ declare namespace gapi.client {
238
238
  expandedUri?: string;
239
239
  /** The HTTP error code. */
240
240
  httpErrorCode?: string;
241
- /** The last checked time of the not working url. */
241
+ /** The last time the error was seen when navigating to URL. */
242
242
  lastCheckedTime?: string;
243
243
  }
244
244
  interface AdPolicyTopicEvidenceDestinationTextList {
@@ -246,19 +246,19 @@ declare namespace gapi.client {
246
246
  destinationTexts?: string[];
247
247
  }
248
248
  interface AdPolicyTopicEvidenceLegalRemoval {
249
- /** The legal removal complaint type. */
249
+ /** The type of complaint causing the legal removal. */
250
250
  complaintType?: string;
251
- /** The restricted countries due to the legal removal. */
251
+ /** The countries restricted due to the legal removal. */
252
252
  countryRestrictions?: AdPolicyCriterionRestriction[];
253
- /** Whether the restriction is from DMCA regulation. */
253
+ /** Details on the DMCA regulation legal removal. */
254
254
  dmca?: AdPolicyTopicEvidenceLegalRemovalDmca;
255
- /** Whether the restriction is from local legal regulation. */
255
+ /** Details on the local legal regulation legal removal. */
256
256
  localLegal?: AdPolicyTopicEvidenceLegalRemovalLocalLegal;
257
- /** The urls that are restricted due to the legal removal. */
257
+ /** The urls restricted due to the legal removal. */
258
258
  restrictedUris?: string[];
259
259
  }
260
260
  interface AdPolicyTopicEvidenceLegalRemovalDmca {
261
- /** The entity who makes the legal complaint. */
261
+ /** The entity who made the legal complaint. */
262
262
  complainant?: string;
263
263
  }
264
264
  interface AdPolicyTopicEvidenceLegalRemovalLocalLegal {
@@ -270,9 +270,9 @@ declare namespace gapi.client {
270
270
  regionalRequirementsEntries?: AdPolicyTopicEvidenceRegionalRequirementsRegionalRequirementsEntry[];
271
271
  }
272
272
  interface AdPolicyTopicEvidenceRegionalRequirementsRegionalRequirementsEntry {
273
- /** The restricted countries due to the legal policy. */
273
+ /** The countries restricted due to the legal policy. */
274
274
  countryRestrictions?: AdPolicyCriterionRestriction[];
275
- /** The legal policy that is violated. */
275
+ /** The legal policy that is being violated. */
276
276
  legalPolicy?: string;
277
277
  }
278
278
  interface AdPolicyTopicEvidenceTextList {
@@ -280,7 +280,7 @@ declare namespace gapi.client {
280
280
  texts?: string[];
281
281
  }
282
282
  interface AdPolicyTopicEvidenceTrademark {
283
- /** Criteria that are geo restrictions. */
283
+ /** Countries where the policy violation is relevant. */
284
284
  countryRestrictions?: AdPolicyCriterionRestriction[];
285
285
  /** The trademark content owner. */
286
286
  owner?: string;
@@ -708,7 +708,7 @@ declare namespace gapi.client {
708
708
  interface BiddingStrategy {
709
709
  /** A strategy that uses a fixed bid price. */
710
710
  fixedBid?: FixedBidStrategy;
711
- /** A strategy that automatically adjusts the bid to optimize to your performance goal while spending the full budget. At insertion order level, the markup_type of line items cannot be set to `PARTNER_REVENUE_MODEL_MARKUP_TYPE_CPM`. In addition, when performance_goal_type is one of: * `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CPA` * `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CPC` * `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_AV_VIEWED` , the line_item_type of the insertion order line items must be either: * `LINE_ITEM_TYPE_DISPLAY_DEFAULT` * `LINE_ITEM_TYPE_VIDEO_DEFAULT` , and when performance_goal_type is either: * `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CIVA` * `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_IVO_TEN` the line_item_type of the insertion order line items must be `LINE_ITEM_TYPE_VIDEO_DEFAULT`. */
711
+ /** * `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CPA`, `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CPC`, and `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_AV_VIEWED` only allow for `LINE_ITEM_TYPE_DISPLAY_DEFAULT` or `LINE_ITEM_TYPE_VIDEO_DEFAULT` line items. * `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CIVA` and `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_IVO_TEN` only allow for `LINE_ITEM_TYPE_VIDEO_DEFAULT` line items. * `BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_REACH` only allows for `LINE_ITEM_TYPE_VIDEO_OVER_THE_TOP` line items. */
712
712
  maximizeSpendAutoBid?: MaximizeSpendBidStrategy;
713
713
  /** A strategy that automatically adjusts the bid to meet or beat a specified performance goal. It is to be used only for a line item entity. */
714
714
  performanceGoalAutoBid?: PerformanceGoalBidStrategy;
@@ -8069,7 +8069,7 @@ declare namespace gapi.client {
8069
8069
  oauth_token?: string;
8070
8070
  /** Optional. Field by which to sort the list. Acceptable values are: * `displayName` (default) * `floodlightActivityId` The default sorting order is ascending. To specify descending order for a field, a suffix "desc" should be added to the field name. Example: `displayName desc`. */
8071
8071
  orderBy?: string;
8072
- /** Optional. Requested page size. Must be between `1` and `100`. If unspecified will default to `100`. Returns error code `INVALID_ARGUMENT` if an invalid value is specified. */
8072
+ /** Optional. Requested page size. Must be between `1` and `200`. If unspecified will default to `100`. Returns error code `INVALID_ARGUMENT` if an invalid value is specified. */
8073
8073
  pageSize?: number;
8074
8074
  /** Optional. A token identifying a page of results the server should return. Typically, this is the value of next_page_token returned from the previous call to `ListFloodlightActivities` method. If not specified, the first page of results will be returned. */
8075
8075
  pageToken?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.displayvideo-v3",
3
- "version": "0.1.20251023",
3
+ "version": "0.1.20251118",
4
4
  "description": "TypeScript typings for Display & Video 360 API v3",
5
5
  "repository": {
6
6
  "type": "git",