ORTB
OMID 分册导航

规范版本演进

治理

本页清单由 scripts/gen-omid-spec.mjs 自 IAB Tech Lab 官方源生成,描述为官方英文原文;采集基线见页尾。

本页目录

定位与职责

开放测量接口定义(Open Measurement Interface Definition,OMID)规范自 1.0 起的版本序列与每版的能力增量:1.2 支持浏览器集成,1.3 改进广告会话分类并增加音频支持,1.4 新增 CTV 事件,1.5 增加 Web 视频与 CTV(Samsung、LG)支持,1.6 增加设备认证。规范版本(spec version)与库版本(libraryVersion)不是同一序列:三端各自发布库版本,且 JS 库版本的修订号多于规范版本。

规范版本
OMID 1.6
发布版本
6
Android · iOS · JS
库版本
1.6.10

规范版本与能力增量

版本所属端
OMID 1.0Android · iOS · JS
OMID 1.2Android · iOS · JS
OMID 1.3Android · iOS · JS
OMID 1.4Android · iOS · JS
OMID 1.5Android · iOS · JS
OMID 1.6Android · iOS · JS

规范版本序列取自 IAB Tech Lab 标准页(2026-09-22 采集);各版本的能力增量以 OM SDK JS 仓库 CHANGELOG.md 的官方原文为准,见下方重大更新列表。

规范版本(OMID 1.0 / 1.2 / 1.3 / 1.4 / 1.5 / 1.6)与库版本(libraryVersion)是两套序列:三端各自发布库版本,JS 库的修订号多于规范版本,同号不保证同日。

标准页列出的规范版本为 1.0 / 1.2 / 1.3 / 1.4 / 1.5 / 1.6,没有 1.1;而 OM SDK JS 的 CHANGELOG.md 含 1.1.0(2018-03-29,首个正式可用版本)至 1.1.4 共五个库版本。规范版本与库版本是两套序列,本站按各自出处分别登记,不推断对应关系。

重大更新的官方说明

  • 1.6.0重大更新

    OM SDK 1.6.0 是一次重大更新:新增对 FireTV 与 Apple 设备的设备证明(device attestation)支持。ENOM SDK 1.6.0 is a significant update. It adds device attestation support for FireTV and Apple devices.译稿校对中

    • Changes to support Privacy Pass Attestation for FireTV.
    • Add modern versions of session/verification clients.
  • 1.5.0重大更新

    OM SDK 1.5.0 是一次重大更新:新增对 Samsung 与 LG 电视的支持。ENOM SDK 1.5.0 is a significant update. It adds support for Samsung and LG TVs.译稿校对中

    • CTV Update
    • Add LG WebOS and Tizen CTV support in OM Web SDK.
    • Add Reference app for web CTV.
    • Add appId and deviceInfo for LG WebOS and Tizen.
    • Add device volume detection for LG WebOS and Tizen.
    • Other Update
    • No longer mark JS-managed sessions as under evaluation.
  • 1.4.0重大更新

    OM SDK 1.4.0 是一次重大更新:新增对联网电视(Connected TV,CTV)的支持。[实现 CTV 相关功能](https://iabtechlab.com/wp-content/uploads/2022/08/OMSDK_What-is-new-in-1.4_master.pdf)ENOM SDK 1.4.0 is a significant update. It adds support for CTV. [Implement CTV-related features](https://iabtechlab.com/wp-content/uploads/2022/08/OMSDK_What-is-new-in-1.4_master.pdf)译稿校对中

    • CTV Update
    • Add DeviceCategory to Context definitions.
    • Last Activity signal for CTV.
    • Handled user activity signal in omsdk service.
    • Added lastActivityTime to verification event schema & event-typedfs.
    • Add noOutputDevice to list of reasons in schema.
    • Factor noOutputDevice connected into viewability.
    • Other Update
    • Remove unused adId field.
    • Update web video doc with audio ads info.
  • 1.3.0重大更新

    OM SDK 1.3 是一次重大更新:新增对 OMID 1.3 若干关键新用例的支持,同时保证使用 OMID 1.2 的脚本仍能正确运行。使用 OM SDK 的集成方(应用与 SDK)需要修改代码,详见 Android 与 iOS 发布包中附带的迁移指南(Migration Guide)。ENOM SDK 1.3 is a signficant update. It adds support for some key new use cases for OMID 1.3 while allowing scripts using OMID 1.2 to run correctly. Integrations (apps and SDKs) using OM SDK will need to make code changes. See the Migration Guide included in the Android and iOS releases.译稿校对中

    • This changelog covers features common to verification scripts and session scripts. See [the service changelog](../CHANGELOG.md) for changes specific to session scripts.
    • Changed
    • The following features changed their API from OM SDK 1.2 to 1.3. The old 1.2 APIs are still supported, but scripts running in OMID 1.3 apps are encouraged to use the new APIs.
    • Event `loaded` will occur on display ad sessions
    • Atribute `adSessionType` can have value `javascript`
    • Attribute `mediaType` replaced by `creativeType`
    • Event type `video` replaced by `media`
    • Error events can have a `media` event type
    • Added
    • Event `sessionStart` has new attributes `supportsLoadedEvent`, `contentUrl`
    • Event `loaded` has new attributes `creativeType`, `mediaType`, `impressionType`
    • Event `impression` has new attributes `creativeType`, `impressionType`
    • Event `geometryChange` has new attributes `pixels`, `friendlyObstructions`, `declaredFriendlyObstructions`
内容取自 IAB Tech Lab 官方源(OM SDK JS 仓库、三端官方 API 文档、OpenRTB 支持通告与 VAST 规范);规范收录数据保留英文原文,站内撰写文案为中英双语。溯源见 data/omid-spec/PROVENANCE.json。