|
|
|
// =================================================================================
|
|
|
|
// Code generated by GoFrame CLI tool. DO NOT EDIT.
|
|
|
|
// =================================================================================
|
|
|
|
|
|
|
|
package entity
|
|
|
|
|
|
|
|
// Advertisement is the golang structure for table advertisement.
|
|
|
|
type Advertisement struct {
|
|
|
|
Id int64 `json:"id" description:""`
|
|
|
|
Idfa string `json:"idfa" description:""`
|
|
|
|
Time string `json:"time" description:""`
|
|
|
|
Ip string `json:"ip" description:""`
|
|
|
|
OrgId string `json:"orgId" description:""`
|
|
|
|
OrgName string `json:"orgName" description:""`
|
|
|
|
GameId string `json:"gameId" description:""`
|
|
|
|
GameName string `json:"gameName" description:""`
|
|
|
|
AdsetId string `json:"adsetId" description:""`
|
|
|
|
AdsetNet string `json:"adsetNet" description:""`
|
|
|
|
DeviceBrand string `json:"deviceBrand" description:""`
|
|
|
|
DeviceModel string `json:"deviceModel" description:""`
|
|
|
|
CreativeId string `json:"creativeId" description:""`
|
|
|
|
ConversionType string `json:"conversionType" description:""`
|
|
|
|
Device string `json:"device" description:""`
|
|
|
|
OAID string `json:"oAID" description:""`
|
|
|
|
Callback string `json:"callback" description:""`
|
|
|
|
TapTrackId string `json:"tapTrackId" description:""`
|
|
|
|
TapProjectId string `json:"tapProjectId" description:""`
|
|
|
|
ANID string `json:"aNID" description:""`
|
|
|
|
IMEI string `json:"iMEI" description:""`
|
|
|
|
Once int `json:"once" description:""`
|
|
|
|
Register int64 `json:"register" description:""`
|
|
|
|
Recharge int `json:"recharge" description:""`
|
|
|
|
Two int `json:"two" description:""`
|
|
|
|
}
|