creative

package
v1.1.12 Latest Latest
Warning

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

Go to latest
Published: Jun 13, 2024 License: GPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func KuaicheCreativeAddV2

func KuaicheCreativeAddV2(req *KuaicheCreativeAddV2Request) (uint64, error)

func KuaicheCreativeDeleteV2

func KuaicheCreativeDeleteV2(req *KuaicheCreativeDeleteV2Request) (bool, error)

func KuaicheCreativeUpdateStatusV2

func KuaicheCreativeUpdateStatusV2(req *KuaicheCreativeUpdateStatusV2Request) (bool, error)

Types

type KuaicheCreativeAddV2Request

type KuaicheCreativeAddV2Request struct {
	api.BaseRequest
	Data   *creative.KuaicheCreativeAddV2RequestData     `json:"data,omitempty" codec:"data,omitempty"`     // 业务参数
	System *requestDsp.JdDspPlatformGatewayApiVoParamExt `json:"system,omitempty" codec:"system,omitempty"` // 系统参数
}

新增,修改与删除快车创意批量接口

type KuaicheCreativeAddV2Responce

type KuaicheCreativeAddV2Responce struct {
	Data *KuaicheCreativeAddV2ResponseData `json:"data,omitempty" codec:"data,omitempty"`
	Code string                            `json:"code,omitempty" codec:"code,omitempty"`
}

func (KuaicheCreativeAddV2Responce) Error added in v1.1.1

func (KuaicheCreativeAddV2Responce) IsError added in v1.1.1

func (r KuaicheCreativeAddV2Responce) IsError() bool

type KuaicheCreativeAddV2Response

type KuaicheCreativeAddV2Response struct {
	Responce  *KuaicheCreativeAddV2Responce `json:"jingdong_ads_dsp_rtb_kc_ad_add_v2_responce,omitempty" codec:"jingdong_ads_dsp_rtb_kc_ad_add_v2_responce,omitempty"`
	ErrorResp *api.ErrorResponnse           `json:"error_response,omitempty" codec:"error_response,omitempty"`
}

func (KuaicheCreativeAddV2Response) Error added in v1.1.1

func (KuaicheCreativeAddV2Response) IsError added in v1.1.1

func (r KuaicheCreativeAddV2Response) IsError() bool

type KuaicheCreativeAddV2ResponseData

type KuaicheCreativeAddV2ResponseData struct {
	Data uint64 `json:"data,omitempty" codec:"data,omitempty"`
	dsp.DataCommonResponse
}

type KuaicheCreativeDeleteV2Request

type KuaicheCreativeDeleteV2Request struct {
	api.BaseRequest
	Data   *creative.KuaicheCreativeDeleteV2RequestData  `json:"data,omitempty" codec:"data,omitempty"`     // 业务参数
	System *requestDsp.JdDspPlatformGatewayApiVoParamExt `json:"system,omitempty" codec:"system,omitempty"` // 系统参数
}

批量删除创意

type KuaicheCreativeDeleteV2Responce

type KuaicheCreativeDeleteV2Responce struct {
	Data *KuaicheCreativeDeleteV2ResponseData `json:"data,omitempty" codec:"data,omitempty"`
	Code string                               `json:"code,omitempty" codec:"code,omitempty"`
}

func (KuaicheCreativeDeleteV2Responce) Error added in v1.1.1

func (KuaicheCreativeDeleteV2Responce) IsError added in v1.1.1

type KuaicheCreativeDeleteV2Response

type KuaicheCreativeDeleteV2Response struct {
	Responce  *KuaicheCreativeDeleteV2Responce `` /* 134-byte string literal not displayed */
	ErrorResp *api.ErrorResponnse              `json:"error_response,omitempty" codec:"error_response,omitempty"`
}

func (KuaicheCreativeDeleteV2Response) Error added in v1.1.1

func (KuaicheCreativeDeleteV2Response) IsError added in v1.1.1

type KuaicheCreativeDeleteV2ResponseData

type KuaicheCreativeDeleteV2ResponseData struct {
	Data bool `json:"data,omitempty" codec:"data,omitempty"`
	dsp.DataCommonResponse
}

type KuaicheCreativeListV2Request

type KuaicheCreativeListV2Request struct {
	api.BaseRequest
	Data   *creative.KuaicheCreativeListV2RequestData    `json:"data,omitempty" codec:"data,omitempty"`     // 业务参数
	System *requestDsp.JdDspPlatformGatewayApiVoParamExt `json:"system,omitempty" codec:"system,omitempty"` // 系统参数
}

快车创意管理列表

type KuaicheCreativeListV2Responce

type KuaicheCreativeListV2Responce struct {
	Data *KuaicheCreativeListV2ResponseData `json:"data,omitempty" codec:"data,omitempty"`
	Code string                             `json:"code,omitempty" codec:"code,omitempty"`
}

func (KuaicheCreativeListV2Responce) Error added in v1.1.1

func (KuaicheCreativeListV2Responce) IsError added in v1.1.1

func (r KuaicheCreativeListV2Responce) IsError() bool

type KuaicheCreativeListV2Response

type KuaicheCreativeListV2Response struct {
	Responce  *KuaicheCreativeListV2Responce `json:"jingdong_ads_dsp_rtb_kc_ad_list_v2_responce,omitempty" codec:"jingdong_ads_dsp_rtb_kc_ad_list_v2_responce,omitempty"`
	ErrorResp *api.ErrorResponnse            `json:"error_response,omitempty" codec:"error_response,omitempty"`
}

func (KuaicheCreativeListV2Response) Error added in v1.1.1

func (KuaicheCreativeListV2Response) IsError added in v1.1.1

func (r KuaicheCreativeListV2Response) IsError() bool

type KuaicheCreativeListV2ResponseData

type KuaicheCreativeListV2ResponseData struct {
	Data *KuaicheCreativeListV2ResponseDataData `json:"data,omitempty" codec:"data,omitempty"`
	dsp.DataCommonResponse
}

type KuaicheCreativeListV2ResponseDataData

type KuaicheCreativeListV2ResponseDataData struct {
	Creatives []dsp.CreativeData `json:"datas,omitempty" codec:"datas,omitempty"`
	Paginator *dsp.Paginator     `json:"paginator,omitempty" codec:"paginator,omitempty"`
}

type KuaicheCreativeUpdateStatusV2Request

type KuaicheCreativeUpdateStatusV2Request struct {
	api.BaseRequest
	Data   *creative.KuaicheCreativeUpdateStatusV2RequestData `json:"data,omitempty" codec:"data,omitempty"`     // 业务参数
	System *requestDsp.JdDspPlatformGatewayApiVoParamExt      `json:"system,omitempty" codec:"system,omitempty"` // 系统参数
}

更新创意状态

type KuaicheCreativeUpdateStatusV2Responce

type KuaicheCreativeUpdateStatusV2Responce struct {
	Data *KuaicheCreativeUpdateStatusV2ResponseData `json:"data,omitempty" codec:"data,omitempty"`
	Code string                                     `json:"code,omitempty" codec:"code,omitempty"`
}

func (KuaicheCreativeUpdateStatusV2Responce) Error added in v1.1.1

func (KuaicheCreativeUpdateStatusV2Responce) IsError added in v1.1.1

type KuaicheCreativeUpdateStatusV2Response

type KuaicheCreativeUpdateStatusV2Response struct {
	Responce  *KuaicheCreativeUpdateStatusV2Responce `` /* 148-byte string literal not displayed */
	ErrorResp *api.ErrorResponnse                    `json:"error_response,omitempty" codec:"error_response,omitempty"`
}

func (KuaicheCreativeUpdateStatusV2Response) Error added in v1.1.1

func (KuaicheCreativeUpdateStatusV2Response) IsError added in v1.1.1

type KuaicheCreativeUpdateStatusV2ResponseData

type KuaicheCreativeUpdateStatusV2ResponseData struct {
	Data bool `json:"data,omitempty" codec:"data,omitempty"`
	dsp.DataCommonResponse
}

Jump to

Keyboard shortcuts

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