结构化数据文件 (SDF) 格式
结构化数据文件 (SDF) 是逗号分隔值文件,供
展示广告与用于批量检索和管理资源的 Video 360。您可以
通过展示广告和Video 360 界面。SDF 可以
使用 Display &Video 360Video 360 API。
SDF 文件是针对特定版本且展示广告和Video 360 资源
type。
Google Analytics 提供以下两种结构化数据文件格式:
展示广告与Video 360:
- 标准:此格式可用于检索和更新展示广告和视频 360
资源。
- QA:此格式只能用于检索现有的
展示广告与Video 360 资源设置。质量检查文件提供的信息
标准格式文件,但使用
显示姓名值,而不是数字 ID。在
质量检查格式会以“Qa”结尾。
以下规则适用于所有结构化数据文件格式:
- 该文件的第一行始终是包含列名称的标题行。
- 除第一行外,所有非缺失字符串值均置于引号中
标记。
- 缺失值留空。
- 对于标记为 list 的类型,会出现以下情况:
- 该列表是字符串的集合。
- 各个字符串之间用英文分号分隔。
- 列表中的最后一个字符串后面跟着一个分号。
- 示例:
one;two;three;four;
- 对于标记为 list of list 的类型,应该出现以下情况:
- 列表是一个列表的集合。
- 每个子列表都用括号括起来。
- 每个子名单与其他子名单之间用英文分号分隔。
- 最后一个列表后面紧跟一个分号。
- 示例:
(one;two;three;four;);(apples;bananas;);
支持的版本
目前支持以下版本和文件类型:
v7.1
v7
v6
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-08-05。
[null,null,["最后更新时间 (UTC):2024-08-05。"],[[["Structured Data Files (SDFs) are comma-separated values files used in Display & Video 360 to retrieve and manage resources in bulk, downloadable and uploadable through the Display & Video 360 UI and API."],["SDFs have two formats: Standard, for retrieving and updating resources, and QA, for retrieving resource settings using display names instead of IDs."],["All SDF formats have a header row with column names, use quotation marks for non-missing string values (except the header), leave missing values blank, and follow specific formatting rules for lists and lists of lists."],["Display & Video 360 supports SDF versions v7.1, v7, and v6, with varying file types available for Standard and QA formats, such as Campaign, Insertion Order, and Line Item."],["Links to detailed documentation for each version and file type are provided within the Supported versions section."]]],[]]