廣告資料中心
新增了兩項服務,許多最新功能和更新內容也應運而生,於是我們據此更新了說明文件的內容。
廣告主、代理商和發布商可以造訪
行銷人網站。
供應商和合作夥伴可以造訪
成效評估合作夥伴網站。
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 ))
由欄位名稱組成的 STRUCT 欄位值。 這個物件中包含 "key": value 組合的清單,例如:{ "name": "wrench", "mass": "1.3kg", "count": "3" } .
|
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2022-09-27 (世界標準時間)。
[null,null,["上次更新時間: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."]]],[]]