@maxim_mazurok/gapi.client.dfareporting-v4 0.0.20240613 → 0.0.20240821
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 +31 -3
- 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://dfareporting.googleapis.com/$discovery/rest?version=v4
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20240821
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -566,6 +566,24 @@ declare namespace gapi.client {
|
|
|
566
566
|
/** The total amount of charges for this campaign, in micros of the invoice's currency. */
|
|
567
567
|
totalAmountMicros?: string;
|
|
568
568
|
}
|
|
569
|
+
interface CartData {
|
|
570
|
+
/** Data of the items purchased. */
|
|
571
|
+
items?: CartDataItem[];
|
|
572
|
+
/** The feed labels associated with the feed where your items are uploaded. For more information, please refer to https://support.google.com/merchants/answer/12453549. This is a required field. */
|
|
573
|
+
merchantFeedLabel?: string;
|
|
574
|
+
/** The language associated with the feed where your items are uploaded. Use ISO 639-1 language codes. This field is needed only when item IDs are not unique across multiple Merchant Center feeds. */
|
|
575
|
+
merchantFeedLanguage?: string;
|
|
576
|
+
/** The Merchant Center ID where the items are uploaded. */
|
|
577
|
+
merchantId?: string;
|
|
578
|
+
}
|
|
579
|
+
interface CartDataItem {
|
|
580
|
+
/** The shopping id of the item. Must be equal to the Merchant Center product identifier. This is a required field. */
|
|
581
|
+
itemId?: string;
|
|
582
|
+
/** Number of items sold. This is a required field. */
|
|
583
|
+
quantity?: number;
|
|
584
|
+
/** Unit price excluding tax, shipping, and any transaction level discounts. Interpreted in CM360 Floodlight config parent advertiser's currency code. This is a required field. */
|
|
585
|
+
unitPrice?: number;
|
|
586
|
+
}
|
|
569
587
|
interface ChangeLog {
|
|
570
588
|
/** Account ID of the modified object. */
|
|
571
589
|
accountId?: string;
|
|
@@ -718,6 +736,8 @@ declare namespace gapi.client {
|
|
|
718
736
|
interface Conversion {
|
|
719
737
|
/** This represents consent for ad user data. */
|
|
720
738
|
adUserDataConsent?: string;
|
|
739
|
+
/** The cart data associated with this conversion. */
|
|
740
|
+
cartData?: CartData;
|
|
721
741
|
/** Whether this particular request may come from a user under the age of 13, under COPPA compliance. */
|
|
722
742
|
childDirectedTreatment?: boolean;
|
|
723
743
|
/** Custom floodlight variables. This field may only be used when calling batchinsert; it is not supported by batchupdate. */
|
|
@@ -1418,6 +1438,8 @@ declare namespace gapi.client {
|
|
|
1418
1438
|
kind?: string;
|
|
1419
1439
|
/** Name of this directory site. */
|
|
1420
1440
|
name?: string;
|
|
1441
|
+
/** Output only. Default publisher specification ID of video placements under this directory site. Possible values are: * `1`, Hulu * `2`, NBC * `3`, CBS * `4`, CBS Desktop * `5`, Discovery * `6`, VEVO HD * `7`, VEVO Vertical * `8`, Fox * `9`, CW Network * `10`, Disney * `11`, IGN * `12`, NFL.com * `13`, Turner Broadcasting * `14`, Tubi on Fox * `15`, Hearst Corporation * `16`, Twitch Desktop * `17`, ABC * `18`, Univision * `19`, MLB.com * `20`, MLB.com Mobile * `21`, MLB.com OTT * `22`, Polsat * `23`, TVN * `24`, Mediaset * `25`, Antena 3 * `26`, Mediamond * `27`, Sky Italia * `28`, Tubi on CBS * `29`, Spotify * `30`, Paramount * `31`, Max */
|
|
1442
|
+
publisherSpecificationId?: string;
|
|
1421
1443
|
/** Directory site settings. */
|
|
1422
1444
|
settings?: DirectorySiteSettings;
|
|
1423
1445
|
/** URL of this directory site. */
|
|
@@ -2226,6 +2248,8 @@ declare namespace gapi.client {
|
|
|
2226
2248
|
adBlockingOptOut?: boolean;
|
|
2227
2249
|
/** Additional sizes associated with this placement. When inserting or updating a placement, only the size ID field is used. */
|
|
2228
2250
|
additionalSizes?: Size[];
|
|
2251
|
+
/** Optional. Ad serving platform ID to identify the ad serving platform used by the placement. Measurement partners can use this field to add ad-server specific macros. Possible values are: * `1`, Adelphic * `2`, Adform * `3`, Adobe * `4`, Amobee * `5`, Basis (Centro) * `6`, Beeswax * `7`, Amazon * `8`, DV360 (DBM) * `9`, Innovid * `10`, MediaMath * `11`, Roku OneView DSP * `12`, TabMo Hawk * `13`, The Trade Desk * `14`, Xandr Invest DSP * `15`, Yahoo DSP * `16`, Zeta Global * `17`, Scaleout * `18`, Bidtellect * `19`, Unicorn * `20`, Teads * `21`, Quantcast * `22`, Cognitiv */
|
|
2252
|
+
adServingPlatformId?: string;
|
|
2229
2253
|
/** Advertiser ID of this placement. This field can be left blank. */
|
|
2230
2254
|
advertiserId?: string;
|
|
2231
2255
|
/** Dimension value for the ID of the advertiser. This is a read-only, auto-generated field. */
|
|
@@ -2286,6 +2310,8 @@ declare namespace gapi.client {
|
|
|
2286
2310
|
siteId?: string;
|
|
2287
2311
|
/** Dimension value for the ID of the site. This is a read-only, auto-generated field. */
|
|
2288
2312
|
siteIdDimensionValue?: DimensionValue;
|
|
2313
|
+
/** Optional. Whether the ads in the placement are served by another platform and CM is only used for tracking or they are served by CM. A false value indicates the ad is served by CM. */
|
|
2314
|
+
siteServed?: boolean;
|
|
2289
2315
|
/** Size associated with this placement. When inserting or updating a placement, only the size ID field is used. This field is required on insertion. */
|
|
2290
2316
|
size?: Size;
|
|
2291
2317
|
/** Whether creatives assigned to this placement must be SSL-compliant. */
|
|
@@ -2869,6 +2895,8 @@ declare namespace gapi.client {
|
|
|
2869
2895
|
interface Site {
|
|
2870
2896
|
/** Account ID of this site. This is a read-only field that can be left blank. */
|
|
2871
2897
|
accountId?: string;
|
|
2898
|
+
/** Optional. Ad serving platform ID to identify the ad serving platform used by the site. Measurement partners can use this field to add ad-server specific macros. If set, this value acts as the default during placement creation. Possible values are: * `1`, Adelphic * `2`, Adform * `3`, Adobe * `4`, Amobee * `5`, Basis (Centro) * `6`, Beeswax * `7`, Amazon * `8`, DV360 (DBM) * `9`, Innovid * `10`, MediaMath * `11`, Roku OneView DSP * `12`, TabMo Hawk * `13`, The Trade Desk * `14`, Xandr Invest DSP * `15`, Yahoo DSP * `16`, Zeta Global * `17`, Scaleout * `18`, Bidtellect * `19`, Unicorn * `20`, Teads * `21`, Quantcast * `22`, Cognitiv */
|
|
2899
|
+
adServingPlatformId?: string;
|
|
2872
2900
|
/** Whether this site is approved. */
|
|
2873
2901
|
approved?: boolean;
|
|
2874
2902
|
/** Directory site associated with this site. This is a required field that is read-only after insertion. */
|
|
@@ -2971,7 +2999,7 @@ declare namespace gapi.client {
|
|
|
2971
2999
|
obaSettings?: ObaIcon;
|
|
2972
3000
|
/** Orientation of a site template used for video. This will act as default for new placements created under this site. */
|
|
2973
3001
|
orientation?: string;
|
|
2974
|
-
/** Publisher specification ID used to identify site-associated publisher requirements and automatically populate transcode settings. If publisher specification ID is specified, it will take precedence over transcode settings. */
|
|
3002
|
+
/** Publisher specification ID used to identify site-associated publisher requirements and automatically populate transcode settings. If publisher specification ID is specified, it will take precedence over transcode settings. Possible values are: * `1`, Hulu * `2`, NBC * `3`, CBS * `4`, CBS Desktop * `5`, Discovery * `6`, VEVO HD * `7`, VEVO Vertical * `8`, Fox * `9`, CW Network * `10`, Disney * `11`, IGN * `12`, NFL.com * `13`, Turner Broadcasting * `14`, Tubi on Fox * `15`, Hearst Corporation * `16`, Twitch Desktop * `17`, ABC * `18`, Univision * `19`, MLB.com * `20`, MLB.com Mobile * `21`, MLB.com OTT * `22`, Polsat * `23`, TVN * `24`, Mediaset * `25`, Antena 3 * `26`, Mediamond * `27`, Sky Italia * `28`, Tubi on CBS * `29`, Spotify * `30`, Paramount * `31`, Max */
|
|
2975
3003
|
publisherSpecificationId?: string;
|
|
2976
3004
|
/** Settings for the skippability of video creatives served to this site. This will act as default for new placements created under this site. */
|
|
2977
3005
|
skippableSettings?: SiteSkippableSetting;
|
|
@@ -3313,7 +3341,7 @@ declare namespace gapi.client {
|
|
|
3313
3341
|
obaSettings?: ObaIcon;
|
|
3314
3342
|
/** Orientation of a video placement. If this value is set, placement will return assets matching the specified orientation. */
|
|
3315
3343
|
orientation?: string;
|
|
3316
|
-
/** Publisher specification ID of a video placement. */
|
|
3344
|
+
/** Publisher specification ID of a video placement. Possible values are: * `1`, Hulu * `2`, NBC * `3`, CBS * `4`, CBS Desktop * `5`, Discovery * `6`, VEVO HD * `7`, VEVO Vertical * `8`, Fox * `9`, CW Network * `10`, Disney * `11`, IGN * `12`, NFL.com * `13`, Turner Broadcasting * `14`, Tubi on Fox * `15`, Hearst Corporation * `16`, Twitch Desktop * `17`, ABC * `18`, Univision * `19`, MLB.com * `20`, MLB.com Mobile * `21`, MLB.com OTT * `22`, Polsat * `23`, TVN * `24`, Mediaset * `25`, Antena 3 * `26`, Mediamond * `27`, Sky Italia * `28`, Tubi on CBS * `29`, Spotify * `30`, Paramount * `31`, Max */
|
|
3317
3345
|
publisherSpecificationId?: string;
|
|
3318
3346
|
/** Settings for the skippability of video creatives served to this placement. If this object is provided, the creative-level skippable settings will be overridden. */
|
|
3319
3347
|
skippableSettings?: SkippableSetting;
|