DeviceInfo

事件發生時使用的裝置資訊 (如有)。

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

string

(選用步驟) 指定情境的裝置使用者代理程式字串。

ipAddress

string

(選用步驟) 指定情境中裝置的 IP 位址。在 AdEvent 中使用時為必要項目。

category

string

(選用步驟) 裝置類別。例如「桌機」、「平板電腦」、「行動裝置」、「智慧型電視」。

languageCode

string

(選用步驟) 裝置使用的語言,格式為 ISO 639-1。

screenHeight

integer

(選用步驟) 螢幕高度 (以像素為單位)。

screenWidth

integer

(選用步驟) 螢幕寬度 (以像素為單位)。

operatingSystem

string

(選用步驟) 裝置的作業系統或平台。

operatingSystemVersion

string

(選用步驟) 作業系統或平台版本。

model

string

(選用步驟) 裝置型號。

brand

string

(選用步驟) 裝置品牌。

browser

string

(選用步驟) 瀏覽器的品牌或類型。

browserVersion

string

(選用步驟) 瀏覽器版本。