cpmbatchupdatebid

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 BatchOperateRequest

type BatchOperateRequest struct {
	/**
	 *  投放ID
	 */
	LaunchId int32 `json:"launchId"`
	/**
	 *  出价模式,当前只支持2-千次曝光出价,4-ocpx点击出价
	 */
	PriceMode int32 `json:"priceMode"`
	/**
	 *  出价,千次曝光出价时为整数,点击出价时保留两位小数
	 */
	Bid float64 `json:"bid"`
	/**
	 *  点击出价时,须在(0,100)范围内
	 */
	FloatRatio int32 `json:"floatRatio"`
}

type BatchOperateRsp

type BatchOperateRsp struct {
}

type CpmBatchUpdateBidRequest

type CpmBatchUpdateBidRequest struct {
	/**
	 *  一批不超过50
	 */
	BatchOperateRequests []BatchOperateRequest `json:"batchOperateRequests"`
}

func (*CpmBatchUpdateBidRequest) DoInvoke

func (req *CpmBatchUpdateBidRequest) DoInvoke(client mtclient.MeituanClient, appAuthToken string) (*CpmBatchUpdateBidResponse, error)

type CpmBatchUpdateBidResponse

type CpmBatchUpdateBidResponse struct {
	Code string `json:"code"`
	Msg  string `json:"msg"`
	/**
	 * private List successList; private Map failReasonMap; private Map successMap;
	 */
	Data    BatchOperateRsp `json:"data"`
	TraceId string          `json:"traceId"`
}

func (*CpmBatchUpdateBidResponse) IsSuccess

func (response *CpmBatchUpdateBidResponse) IsSuccess() bool

Jump to

Keyboard shortcuts

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