事件發生時使用的裝置資訊 (如有)。
| JSON 表示法 |
|---|
{ "userAgent": string, "ipAddress": string, "category": string, "languageCode": string, "screenHeight": integer, "screenWidth": integer, "operatingSystem": string, "operatingSystemVersion": string, "model": string, "brand": string, "browser": string, "browserVersion": string } |
| 欄位 | |
|---|---|
userAgent |
(選用步驟) 指定情境的裝置使用者代理程式字串。 |
ipAddress |
(選用步驟) 指定情境中裝置的 IP 位址。在 |
category |
(選用步驟) 裝置類別。例如「桌機」、「平板電腦」、「行動裝置」、「智慧型電視」。 |
languageCode |
(選用步驟) 裝置使用的語言,格式為 ISO 639-1。 |
screenHeight |
(選用步驟) 螢幕高度 (以像素為單位)。 |
screenWidth |
(選用步驟) 螢幕寬度 (以像素為單位)。 |
operatingSystem |
(選用步驟) 裝置的作業系統或平台。 |
operatingSystemVersion |
(選用步驟) 作業系統或平台版本。 |
model |
(選用步驟) 裝置型號。 |
brand |
(選用步驟) 裝置品牌。 |
browser |
(選用步驟) 瀏覽器的品牌或類型。 |
browserVersion |
(選用步驟) 瀏覽器版本。 |