cpcrtdatabyshop

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 CpcRtdataByshopRequest

type CpcRtdataByshopRequest struct {
	/**
	 * 子账号id
	 */
	AccountId int32 `json:"accountId"`
	/**
	 * 门店列表,单次最多支持50个
	 */
	ShopIds []int64 `json:"shopIds"`
	/**
	 * 点评门店id还是美团门店id,默认点评
	 */
	ShopType int32 `json:"shopType"`
}

func (*CpcRtdataByshopRequest) DoInvoke

type CpcRtdataByshopResponse

type CpcRtdataByshopResponse struct {
	Code    string       `json:"code"`
	Msg     string       `json:"msg"`
	Data    []LaunchInfo `json:"data"`
	TraceId string       `json:"traceId"`
}

func (*CpcRtdataByshopResponse) IsSuccess

func (response *CpcRtdataByshopResponse) IsSuccess() bool

type LaunchInfo

type LaunchInfo struct {
	/**
	 * 天
	 */
	Date string `json:"date"`
	/**
	 * 门店名字
	 */
	ShopName string `json:"shop_name"`
	/**
	 * 花费
	 */
	Charge float64 `json:"charge"`
	/**
	 * 曝光
	 */
	Imp int32 `json:"imp"`
	/**
	 * 点击
	 */
	Click string `json:"click"`
}

Jump to

Keyboard shortcuts

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