@maxim_mazurok/gapi.client.displayvideo-v3 0.1.20250909 → 0.1.20250925
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 +4 -4
- 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: 20250925
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -1367,7 +1367,7 @@ declare namespace gapi.client {
|
|
|
1367
1367
|
videoViewableRate?: string;
|
|
1368
1368
|
}
|
|
1369
1369
|
interface DuplicateLineItemRequest {
|
|
1370
|
-
/** Whether this line item will serve European Union political ads. If contains_eu_political_ads has been set to `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` in the parent advertiser, then this field will be assigned `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` if not otherwise specified. This field can then be updated using the UI, API, or Structured Data Files.
|
|
1370
|
+
/** Whether this line item will serve European Union political ads. If contains_eu_political_ads has been set to `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` in the parent advertiser, then this field will be assigned `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` if not otherwise specified. This field can then be updated using the UI, API, or Structured Data Files. This field must be assigned when creating a new line item. Otherwise, **the `advertisers.lineItems.create` request will fail**. */
|
|
1371
1371
|
containsEuPoliticalAds?: string;
|
|
1372
1372
|
/** The display name of the new line item. Must be UTF-8 encoded with a maximum size of 240 bytes. */
|
|
1373
1373
|
targetDisplayName?: string;
|
|
@@ -1576,7 +1576,7 @@ declare namespace gapi.client {
|
|
|
1576
1576
|
gender?: string;
|
|
1577
1577
|
}
|
|
1578
1578
|
interface GenerateDefaultLineItemRequest {
|
|
1579
|
-
/** Whether this line item will serve European Union political ads. If contains_eu_political_ads has been set to `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` in the parent advertiser, then this field will be assigned `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` if not otherwise specified. This field can then be updated using the UI, API, or Structured Data Files.
|
|
1579
|
+
/** Whether this line item will serve European Union political ads. If contains_eu_political_ads has been set to `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` in the parent advertiser, then this field will be assigned `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` if not otherwise specified. This field can then be updated using the UI, API, or Structured Data Files. This field must be assigned when creating a new line item. Otherwise, **the `advertisers.lineItems.create` request will fail**. */
|
|
1580
1580
|
containsEuPoliticalAds?: string;
|
|
1581
1581
|
/** Required. The display name of the line item. Must be UTF-8 encoded with a maximum size of 240 bytes. */
|
|
1582
1582
|
displayName?: string;
|
|
@@ -1974,7 +1974,7 @@ declare namespace gapi.client {
|
|
|
1974
1974
|
budget?: LineItemBudget;
|
|
1975
1975
|
/** Output only. The unique ID of the campaign that the line item belongs to. */
|
|
1976
1976
|
campaignId?: string;
|
|
1977
|
-
/** Whether this line item will serve European Union political ads. If contains_eu_political_ads has been set to `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` in the parent advertiser, then this field will be assigned `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` if not otherwise specified. This field can then be updated using the UI, API, or Structured Data Files.
|
|
1977
|
+
/** Whether this line item will serve European Union political ads. If contains_eu_political_ads has been set to `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` in the parent advertiser, then this field will be assigned `DOES_NOT_CONTAIN_EU_POLITICAL_ADVERTISING` if not otherwise specified. This field can then be updated using the UI, API, or Structured Data Files. This field must be assigned when creating a new line item. Otherwise, **the `advertisers.lineItems.create` request will fail**. */
|
|
1978
1978
|
containsEuPoliticalAds?: string;
|
|
1979
1979
|
/** The conversion tracking setting of the line item. */
|
|
1980
1980
|
conversionCounting?: ConversionCountingConfig;
|