Data 与 Segment 对象共同作用,允许为相关对象(如用户、内容)指定附加数据。这些数据可以来自多个来源,无论是交易平台(exchange)自身还是由 id 字段指定的第三方。一个竞价请求可以混合来自多个提供者的 Data 对象。在用的具体数据提供者应由交易平台事先(a priori)公布给其竞价方。译稿校对中ENThe data and segment objects together allow additional data about the related object (e.g., user, content) to be specified. This data may be from multiple sources whether from the exchange itself or third parties as specified by the id field. A bid request can mix data objects from multiple providers. The specific data providers in use should be published by the exchange a priori to its bidders.
| Attribute | Type | Description |
|---|---|---|
| id | string | 交易平台(exchange)专用的数据提供者(data provider)ID。译稿校对中ENExchange-specific ID for the data provider. |
| name | string | 交易平台专用的数据提供者名称。译稿校对中ENExchange-specific name for the data provider. |
| segment | object[] | Segment 对象(参见第 3.2.22 节)数组,包含实际的数据取值。译稿校对中ENArray of Segment (Section 3.2.22) objects that contain the actual data values. |
| ext | object | 供交易平台对 OpenRTB 进行专属扩展(exchange-specific extensions)的占位对象。译稿校对中ENPlaceholder for exchange-specific extensions to OpenRTB. |
译注
译者注Data:User 与 Content 的子对象,表示“某个数据提供者提供的一组数据”;业内文档一般保留英文对象名 Data。注意与泛指的“数据(data)”区分:作为协议对象时,它特指围绕相关对象(如用户、内容)的附加数据段集合。译稿校对中
多来源混排:一个竞价请求可同时携带来自多个数据提供者的 Data 对象,数据来源可以是交易平台自身,也可以是第三方,由 id 字段标识;竞价方应按提供者分别解析,不应跨 Data 对象合并语义。译稿校对中
a priori:在用的数据提供者应由交易平台事先公布给竞价方,否则 id / name 无法识别——与 Segment 及 Device.carrier 的受控词表约束同理。译稿校对中
id / name:均为交易平台专用词表(exchange-specific)取值,不保证跨交易平台一致;需要跨平台对齐数据提供者身份时,应与交易平台另行约定映射关系。译稿校对中
字段描述已与 2.6 官方 draft 对账;2.5 独有字段来自第三方 Go 实现源(Apache 2.0),官方 PDF 兜底校对 · 初稿校对中