package model type UnifyAdData struct { Id int64 `json:"id"` AppId int64 `json:"appId"` Day string `json:"day"` AccountType string `json:"accountType"` AccountName string `json:"accountName"` AccountId string `json:"accountId"` Owner string `json:"owner"` Balance int64 `json:"balance"` DataType string `json:"dataType"` DataName string `json:"dataName"` DataId string `json:"dataId"` Cost int64 `json:"cost"` ReturnCost int64 `json:"return_cost"` PayAmount int64 `json:"payAmount"` Impression int64 `json:"impression"` Click int64 `json:"click"` Download int64 `json:"download"` Active int64 `json:"active"` Register int64 `json:"register"` Pay int64 `json:"pay"` CreateTime int64 `json:"createTime"` UpdateTime int64 `json:"updateTime"` Raw string `json:"raw"` }