track

package
v0.0.0-...-0b95313 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 15, 2021 License: Apache-2.0 Imports: 2 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ActiveRequest

type ActiveRequest struct {
	Link      string              `json:"link,omitempty"`       // 广告被打开的落地页的原始真实 url
	Callback  string              `json:"callback,omitempty"`   // 点击检测下发的 callback
	EventType enum.TrackEventType `json:"event_type,omitempty"` // 事件类型
	ConvTime  int64               `json:"conv_time,omitempty"`  // UTC 时间戳,单位:秒
	Source    string              `json:"source,omitempty"`     // 数据来源,比如来自 talkingdata的激活回调, 可以填写 TD
	MatchType enum.TrackMatchType `json:"match_type,omitempty"` // 归因方式
	Imei      string              `json:"imei,omitempty"`       // 安卓手机 imei 的 md5 摘要
	Idfa      string              `json:"idfa,omitempty"`       // ios 手机的 idfa 原值
	Muid      string              `json:"muid,omitempty"`       // 安卓:imei号取md5sum摘要;IOS:取idfa原值
	Oaid      string              `json:"oaid,omitempty"`       // Android Q 版本的 oaid 原值
	OaidMd5   string              `json:"oaid_md5,omitempty"`   // Android Q 版本的 oaid 原值的md5摘要
	Os        enum.TrackOS        `json:"os,omitempty"`         // 客户端的操作系统类型
	Caid1     string              `json:"caid1,omitempty"`      // 不同版本版本的中国广告协会互联网广告标识,caid1为最新版本,caid2为老版本
	Caid2     string              `json:"caid2,omitempty"`      // 不同版本版本的中国广告协会互联网广告标识,caid1为最新版本,caid2为老版本
	Ext       map[string]string   `json:"ext,omitempty"`        // 补充数据
}

type Response

type Response struct {
	Code int    `json:"code,omitempty"`
	Msg  string `json:"msg,omitempty"`
	Ret  int    `json:"ret,omitempty"`
}

func (Response) Error

func (r Response) Error() string

func (Response) IsError

func (r Response) IsError() bool

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL