我们已对相关文档做出更新,就广告数据中心在
推出的两种新解决方案中引入的最新功能和更新进行了说明。
广告客户、代理机构和发布商可访问面向
营销者的网站,
供应商和合作伙伴可访问面向
衡量合作伙伴的网站。
ParameterValue
JSON 表示法 |
{
// Union field parameter_value can be only one of the following:
"value": string,
"arrayValue": {
object (ArrayValue )
},
"structValue": {
object (StructValue )
}
// End of list of possible types for union field parameter_value .
} |
字段 |
联合字段 parameter_value 。参数值。parameter_value 只能是下列其中一项: |
value |
string
非数组、非结构体参数的值。
|
arrayValue |
object (ArrayValue )
数组参数的值。
|
structValue |
object (StructValue )
结构体参数的值。
|
结构体值
字段 |
values |
map (key: string, value: object (ParameterValue ))
结构体字段值由字段名称进行键控。 包含一系列 "key": value 对的对象。示例:{ "name": "wrench", "mass": "1.3kg", "count": "3" } 。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2022-09-27。
[null,null,["最后更新时间 (UTC):2022-09-27。"],[[["This documentation describes the `ParameterValue` object, used to represent a BigQuery parameter value."],["A `ParameterValue` can hold a single value, an array of values (`ArrayValue`), or a struct of values (`StructValue`)."],["`ArrayValue` is used to define parameters containing an array of `ParameterValue` objects."],["`StructValue` defines parameters with a struct, represented as a map of key-value pairs where values are `ParameterValue` objects."]]],[]]