You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Output only. When the client field is populated, this field refers to the buyer who creates and manages the client buyer and gets billed on behalf of the client buyer; when the buyer field is populated, this field is the same value as buyer. Format : `buyers/{buyerAccountId}`",
1777
+
"description": "Output only. When the client field is populated, this field refers to the buyer who creates and manages the client buyer and gets billed on behalf of the client buyer; when the buyer field is populated, this field is the same value as buyer; when the deal belongs to a media planner account, this field will be empty. Format : `buyers/{buyerAccountId}`",
1778
1778
"readOnly": true,
1779
1779
"type": "string"
1780
1780
},
1781
1781
"buyer": {
1782
-
"description": "Output only. Refers to a buyer in The Realtime-bidding API. Format: `buyers/{buyerAccountId}`",
1782
+
"description": "Output only. Refers to a buyer in Real-time Bidding API's Buyer resource. Format: `buyers/{buyerAccountId}`",
1783
1783
"readOnly": true,
1784
1784
"type": "string"
1785
1785
},
@@ -1831,6 +1831,14 @@
1831
1831
"readOnly": true,
1832
1832
"type": "string"
1833
1833
},
1834
+
"eligibleSeatIds": {
1835
+
"description": "Output only. If set, this field contains the list of DSP specific seat ids set by media planners that are eligible to transact on this deal. The seat ID is in the calling DSP's namespace.",
1836
+
"items": {
1837
+
"type": "string"
1838
+
},
1839
+
"readOnly": true,
1840
+
"type": "array"
1841
+
},
1834
1842
"estimatedGrossSpend": {
1835
1843
"$ref": "Money",
1836
1844
"description": "Specified by buyers in request for proposal (RFP) to notify publisher the total estimated spend for the proposal. Publishers will receive this information and send back proposed deals accordingly."
@@ -1845,6 +1853,11 @@
1845
1853
"format": "google-datetime",
1846
1854
"type": "string"
1847
1855
},
1856
+
"mediaPlanner": {
1857
+
"$ref": "MediaPlanner",
1858
+
"description": "Output only. Refers to a buyer in Real-time Bidding API's Buyer resource. This field represents a media planner (For example, agency or big advertiser).",
1859
+
"readOnly": true
1860
+
},
1848
1861
"name": {
1849
1862
"description": "Immutable. The unique identifier of the deal. Auto-generated by the server when a deal is created. Format: buyers/{accountId}/proposals/{proposalId}/deals/{dealId}",
1850
1863
"type": "string"
@@ -2340,6 +2353,18 @@
2340
2353
},
2341
2354
"type": "object"
2342
2355
},
2356
+
"MediaPlanner": {
2357
+
"description": "Describes a single Media Planner account.",
2358
+
"id": "MediaPlanner",
2359
+
"properties": {
2360
+
"accountId": {
2361
+
"description": "Output only. Account ID of the media planner.",
* Output only. When the client field is populated, this field refers to the buyer who creates and manages the client buyer and gets billed on behalf of the client buyer; when the buyer field is populated, this field is the same value as buyer. Format : `buyers/{buyerAccountId\}`
380
+
* Output only. When the client field is populated, this field refers to the buyer who creates and manages the client buyer and gets billed on behalf of the client buyer; when the buyer field is populated, this field is the same value as buyer; when the deal belongs to a media planner account, this field will be empty. Format : `buyers/{buyerAccountId\}`
381
381
*/
382
382
billedBuyer?: string|null;
383
383
/**
384
-
* Output only. Refers to a buyer in The Realtime-bidding API. Format: `buyers/{buyerAccountId\}`
384
+
* Output only. Refers to a buyer in Real-time Bidding API's Buyer resource. Format: `buyers/{buyerAccountId\}`
* Output only. The name of the deal. Maximum length of 255 unicode characters is allowed. Control characters are not allowed. Buyers cannot update this field. Note: Not to be confused with name, which is a unique identifier of the deal.
413
413
*/
414
414
displayName?: string|null;
415
+
/**
416
+
* Output only. If set, this field contains the list of DSP specific seat ids set by media planners that are eligible to transact on this deal. The seat ID is in the calling DSP's namespace.
417
+
*/
418
+
eligibleSeatIds?: string[]|null;
415
419
/**
416
420
* Specified by buyers in request for proposal (RFP) to notify publisher the total estimated spend for the proposal. Publishers will receive this information and send back proposed deals accordingly.
* Proposed flight start time of the deal. This will generally be stored in the granularity of one second since deal serving starts at seconds boundary. Any time specified with more granularity (for example, in milliseconds) will be truncated towards the start of time in seconds.
425
429
*/
426
430
flightStartTime?: string|null;
431
+
/**
432
+
* Output only. Refers to a buyer in Real-time Bidding API's Buyer resource. This field represents a media planner (For example, agency or big advertiser).
433
+
*/
434
+
mediaPlanner?: Schema$MediaPlanner;
427
435
/**
428
436
* Immutable. The unique identifier of the deal. Auto-generated by the server when a deal is created. Format: buyers/{accountId\}/proposals/{proposalId\}/deals/{dealId\}
0 commit comments