dailyhourlycpmdata

package
v0.0.0-...-905ac7b Latest Latest
Warning

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

Go to latest
Published: Apr 29, 2024 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DailyHourlyCpmDataRequest

type DailyHourlyCpmDataRequest struct {
	/**
	 * 对应查询元素的id列表,单次最多支持50个
	 */
	Ids []int64 `json:"ids"`
	/**
	 * 0账户,1计划,2品牌,3推广 4 创意
	 */
	Dimension int32 `json:"dimension"`
	/**
	 * 子账户
	 */
	AccountId int32 `json:"accountId"`
	/**
	 * 查询开始时间
	 */
	BeginTime string `json:"beginTime"`
	/**
	 * 查询截止时间
	 */
	EndTime string `json:"endTime"`
}

func (*DailyHourlyCpmDataRequest) DoInvoke

type DailyHourlyCpmDataResponse

type DailyHourlyCpmDataResponse struct {
	Code string `json:"code"`
	Msg  string `json:"msg"`
	/**
	 * 对象列表
	 */
	Data    []LaunchInfo `json:"data"`
	TraceId string       `json:"traceId"`
}

func (*DailyHourlyCpmDataResponse) IsSuccess

func (response *DailyHourlyCpmDataResponse) IsSuccess() bool

type LaunchInfo

type LaunchInfo struct {
	/**
	 * 日期
	 */
	Date string `json:"date"`
	/**
	 * 小时
	 */
	Hour int32 `json:"hour"`
	/**
	 * 查询元素id
	 */
	Id int32 `json:"id"`
	/**
	 * 查询元素名称
	 */
	Name string `json:"name"`
	/**
	 * 花费
	 */
	Charge float64 `json:"charge"`
	/**
	 * 曝光
	 */
	Imp int32 `json:"imp"`
	/**
	 * 点击
	 */
	Click int32 `json:"click"`
}

Jump to

Keyboard shortcuts

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