report

package
v0.0.0-...-4c075ac Latest Latest
Warning

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

Go to latest
Published: Jan 19, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Dimensions

type Dimensions struct {
	// StatDatetime 数据起始时间,分组条件包含 STAT_GROUP_BY_FIELD_STAT_TIME 时返回,格式为:yyyy-MM-dd HH:mm:ss
	Date string `json:"date,omitempty"`
	Hour int    `json:"hour"`
	// 广告主
	AdvertiserID   uint64 `json:"advertiserId,omitempty"`
	AdvertiserName string `json:"advertiserName,omitempty"`
	// 广告系列
	OrderGroupId   uint64 `json:"orderGroupId,omitempty"`
	OrderGroupName string `json:"orderGroupName,omitempty"`
	// 广告
	OrderPlanId   uint64 `json:"orderPlanId,omitempty"`
	OrderPlanName string `json:"orderPlanName,omitempty"`
	// 创意
	CreativeId   uint64 `json:"creativeId,omitempty"`
	CreativeName string `json:"creativeName,omitempty"`
}

Dimensions 维度数据

type Metrics

type Metrics struct {
	Impression          int64   `json:"impression"`
	Click               int64   `json:"click"`
	Ctr                 float64 `json:"ctr"`
	Cost                float64 `json:"cost"`
	Trueview            float64 `json:"trueview"`
	DownloadStart       int64   `json:"downloadStart"`
	DownloadFinish      int64   `json:"downloadFinish"`
	Install             int64   `json:"install"`
	AvgCpm              float64 `json:"avgCpm"`
	AvgCpc              float64 `json:"avgCpc"`
	AvgCpv              float64 `json:"avgCpv"`
	ConversionCount     int64   `json:"conversionCount"`
	ConversionCost      float64 `json:"conversionCost"`
	DeepConversionCount float64 `json:"deepConversionCount"`
	DeepConversionCost  float64 `json:"deepConversionCost"`
	Roi                 float64 `json:"roi"`
	DownloadFinishCost  float64 `json:"downloadFinishCost"`
	DownloadFinishRate  float64 `json:"downloadFinishRate"`
	DownloadStartCost   float64 `json:"downloadStartCost"`
	DownloadStartRate   float64 `json:"downloadStartRate"`
	InstallCost         float64 `json:"installCost"`
	InstallRate         float64 `json:"installRate"`
	ActiveCnt           int64   `json:"activeCnt"`
	ActiveCost          float64 `json:"activeCost"`
	ActiveRate          float64 `json:"activeRate"`
	RegisterCnt         int64   `json:"registerCnt"`
	RegisterCost        float64 `json:"registerCost"`
	RegisterRate        float64 `json:"registerRate"`
	RetentionCnt        int64   `json:"retentionCnt"`
	RetentionCost       float64 `json:"retentionCost"`
	PaymentCnt          int64   `json:"paymentCnt"`
	PaymentCost         float64 `json:"paymentCost"`
	VisitCnt            int64   `json:"visitCnt"`
	VisitCost           float64 `json:"visitCost"`
}

Metrics 指标数据

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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