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. |
| cids | string[] | 扩展内容 ID(Extended Content IDs)数组,表示视频或音频内容的一个或多个标识符,其 ID 来源由本 Data 对象的 name 字段指定。译稿校对中ENAn array of Extended Content IDs, representing one or more identifiers for the video or audio content from the ID source specified in the name field of the data object. |
| 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 对象,竞价方应按提供者分别解析。译稿校对中
cids 的内容 ID 体系:2.6 新增字段,承载 IAB 内容 ID 词表(如 Gracenote、IMDB 等来源的节目/剧集标识);CTV 场景下用于跨方内容匹配与频次控制,使用时应结合 name 声明的 ID 来源解析,不同来源的 ID 不可混用。译稿校对中
a priori 公布义务:在用的数据提供者应由交易平台事先公布给竞价方;未公布的 id/name 无法识别,解析时应做容错(忽略而非拒绝请求)。译稿校对中
字段描述收录自 IAB Tech Lab OpenRTB 2.6 官方规范(CC-BY 3.0)· 枚举值来源 AdCOM 1.0 · 初稿校对中