GPP String 结构与编码
全球隐私平台(Global Privacy Platform,GPP)字符串的总体布局、Header 三字段(Type / Version / Sections)、modified base64 编码规则与首字符识别约定(D=GPP 串,C=互动广告局(Interactive Advertising Bureau,IAB)Europe 透明度与同意框架(Transparency & Consent Framework,TCF)v2 的独立 TC String)。
- ·[Header]~[Section]~[Section] 总体布局与 ~ / . 双分隔符
- ·Header 三字段(Type Int(6) / Version Int(6) / Sections Range(Fibonacci))
进入分册→Section 注册表
全球隐私平台(Global Privacy Platform,GPP)的全 27 个官方 Section ID 注册表,由 GitHub registry 动态渲染,不硬编码上界;高频 section(§2/§5/§6/§7/§8/§9/§10)可展开 payload 摘要。
- ·Section ID 1–27 的完整注册表(apiPrefix / jurisdiction / status / specUrl)
- ·高频 section 的 payload 展开入口(跳转到对应分册)
进入分册→gpp_sid 语义与多段应用
gpp_sid 声明本次交易生效的全球隐私平台(Global Privacy Platform,GPP)Section ID;在 OpenRTB 是 integer[]、在 URL 宏是字符串(${GPP_SID}),且不含 §3 / §4。多段并存时各 section 独立解析。
- ·语义:本次交易生效的 Section ID 声明
- ·承载点类型差异:OpenRTB regs.gpp_sid = integer[];URL 宏 ${GPP_SID} = 字符串(逗号分隔)
进入分册→