usergrowth2

package
v1.3.5 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package usergrowth2 包含用户增长相关结构体

https://open.taobao.com/API.htm?docType=2&docId=60596

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ReleaseCreativeAuditResultDto added in v1.3.4

func ReleaseCreativeAuditResultDto(v *CreativeAuditResultDto)

ReleaseCreativeAuditResultDto 释放CreativeAuditResultDto

func ReleaseMaterialRejectInfo added in v1.3.4

func ReleaseMaterialRejectInfo(v *MaterialRejectInfo)

ReleaseMaterialRejectInfo 释放MaterialRejectInfo

func ReleaseTaobaoUsergrowthAdMaterialAuditAPIRequest added in v1.3.4

func ReleaseTaobaoUsergrowthAdMaterialAuditAPIRequest(v *TaobaoUsergrowthAdMaterialAuditAPIRequest)

ReleaseTaobaoUsergrowthAdMaterialAuditAPIRequest 将 TaobaoUsergrowthAdMaterialAuditAPIRequest 放入 sync.Pool

func ReleaseTaobaoUsergrowthAdMaterialAuditAPIResponse added in v1.3.4

func ReleaseTaobaoUsergrowthAdMaterialAuditAPIResponse(v *TaobaoUsergrowthAdMaterialAuditAPIResponse)

ReleaseTaobaoUsergrowthAdMaterialAuditAPIResponse 将 TaobaoUsergrowthAdMaterialAuditAPIResponse 保存到 sync.Pool

func ReleaseTaobaoUsergrowthAdMaterialDataSyncAPIRequest added in v1.3.4

func ReleaseTaobaoUsergrowthAdMaterialDataSyncAPIRequest(v *TaobaoUsergrowthAdMaterialDataSyncAPIRequest)

ReleaseTaobaoUsergrowthAdMaterialDataSyncAPIRequest 将 TaobaoUsergrowthAdMaterialDataSyncAPIRequest 放入 sync.Pool

func ReleaseTaobaoUsergrowthAdMaterialDataSyncAPIResponse added in v1.3.4

func ReleaseTaobaoUsergrowthAdMaterialDataSyncAPIResponse(v *TaobaoUsergrowthAdMaterialDataSyncAPIResponse)

ReleaseTaobaoUsergrowthAdMaterialDataSyncAPIResponse 将 TaobaoUsergrowthAdMaterialDataSyncAPIResponse 保存到 sync.Pool

func ReleaseTaobaoUsergrowthAdMaterialQueryAPIRequest added in v1.3.4

func ReleaseTaobaoUsergrowthAdMaterialQueryAPIRequest(v *TaobaoUsergrowthAdMaterialQueryAPIRequest)

ReleaseTaobaoUsergrowthAdMaterialQueryAPIRequest 将 TaobaoUsergrowthAdMaterialQueryAPIRequest 放入 sync.Pool

func ReleaseTaobaoUsergrowthAdMaterialQueryAPIResponse added in v1.3.4

func ReleaseTaobaoUsergrowthAdMaterialQueryAPIResponse(v *TaobaoUsergrowthAdMaterialQueryAPIResponse)

ReleaseTaobaoUsergrowthAdMaterialQueryAPIResponse 将 TaobaoUsergrowthAdMaterialQueryAPIResponse 保存到 sync.Pool

func ReleaseTaobaoUsergrowthAdMaterialUpdateAPIRequest added in v1.3.4

func ReleaseTaobaoUsergrowthAdMaterialUpdateAPIRequest(v *TaobaoUsergrowthAdMaterialUpdateAPIRequest)

ReleaseTaobaoUsergrowthAdMaterialUpdateAPIRequest 将 TaobaoUsergrowthAdMaterialUpdateAPIRequest 放入 sync.Pool

func ReleaseTaobaoUsergrowthAdMaterialUpdateAPIResponse added in v1.3.4

func ReleaseTaobaoUsergrowthAdMaterialUpdateAPIResponse(v *TaobaoUsergrowthAdMaterialUpdateAPIResponse)

ReleaseTaobaoUsergrowthAdMaterialUpdateAPIResponse 将 TaobaoUsergrowthAdMaterialUpdateAPIResponse 保存到 sync.Pool

func ReleaseTaobaoUsergrowthAdMediaDataSyncAPIRequest added in v1.3.4

func ReleaseTaobaoUsergrowthAdMediaDataSyncAPIRequest(v *TaobaoUsergrowthAdMediaDataSyncAPIRequest)

ReleaseTaobaoUsergrowthAdMediaDataSyncAPIRequest 将 TaobaoUsergrowthAdMediaDataSyncAPIRequest 放入 sync.Pool

func ReleaseTaobaoUsergrowthAdMediaDataSyncAPIResponse added in v1.3.4

func ReleaseTaobaoUsergrowthAdMediaDataSyncAPIResponse(v *TaobaoUsergrowthAdMediaDataSyncAPIResponse)

ReleaseTaobaoUsergrowthAdMediaDataSyncAPIResponse 将 TaobaoUsergrowthAdMediaDataSyncAPIResponse 保存到 sync.Pool

Types

type CreativeAuditResultDto added in v1.2.5

type CreativeAuditResultDto struct {
	// 渠道-创意id
	OuterCreativeId string `json:"outer_creative_id,omitempty" xml:"outer_creative_id,omitempty"`
	// 审核结果
	Status string `json:"status,omitempty" xml:"status,omitempty"`
	// 拒绝信息
	MaterialRejectInfo *MaterialRejectInfo `json:"material_reject_info,omitempty" xml:"material_reject_info,omitempty"`
}

CreativeAuditResultDto 结构体

func GetCreativeAuditResultDto added in v1.3.4

func GetCreativeAuditResultDto() *CreativeAuditResultDto

GetCreativeAuditResultDto() 从对象池中获取CreativeAuditResultDto

type MaterialRejectInfo added in v1.2.5

type MaterialRejectInfo struct {
	// 违规一级分类描述
	RuleDesc string `json:"rule_desc,omitempty" xml:"rule_desc,omitempty"`
	// 违规二级分类描述
	SubRuleDesc string `json:"sub_rule_desc,omitempty" xml:"sub_rule_desc,omitempty"`
	// 驳回原因
	RejectMemo string `json:"reject_memo,omitempty" xml:"reject_memo,omitempty"`
	// 违规一级分类id
	RuleId int64 `json:"rule_id,omitempty" xml:"rule_id,omitempty"`
	// 违规二级分类id
	SubRuleId int64 `json:"sub_rule_id,omitempty" xml:"sub_rule_id,omitempty"`
}

MaterialRejectInfo 结构体

func GetMaterialRejectInfo added in v1.3.4

func GetMaterialRejectInfo() *MaterialRejectInfo

GetMaterialRejectInfo() 从对象池中获取MaterialRejectInfo

type TaobaoUsergrowthAdMaterialAuditAPIRequest added in v1.2.5

type TaobaoUsergrowthAdMaterialAuditAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

TaobaoUsergrowthAdMaterialAuditAPIRequest 素材审核 API请求 taobao.usergrowth.ad.material.audit

素材审核

func GetTaobaoUsergrowthAdMaterialAuditAPIRequest added in v1.3.4

func GetTaobaoUsergrowthAdMaterialAuditAPIRequest() *TaobaoUsergrowthAdMaterialAuditAPIRequest

GetTaobaoUsergrowthAdMaterialAuditRequest 从 sync.Pool 获取 TaobaoUsergrowthAdMaterialAuditAPIRequest

func NewTaobaoUsergrowthAdMaterialAuditRequest added in v1.2.5

func NewTaobaoUsergrowthAdMaterialAuditRequest() *TaobaoUsergrowthAdMaterialAuditAPIRequest

NewTaobaoUsergrowthAdMaterialAuditRequest 初始化TaobaoUsergrowthAdMaterialAuditAPIRequest对象

func (TaobaoUsergrowthAdMaterialAuditAPIRequest) GetAdType added in v1.2.5

GetAdType AdType Getter

func (TaobaoUsergrowthAdMaterialAuditAPIRequest) GetApiMethodName added in v1.2.5

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaoUsergrowthAdMaterialAuditAPIRequest) GetApiParams added in v1.2.5

func (r TaobaoUsergrowthAdMaterialAuditAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (TaobaoUsergrowthAdMaterialAuditAPIRequest) GetAppId added in v1.2.5

GetAppId AppId Getter

func (TaobaoUsergrowthAdMaterialAuditAPIRequest) GetBizType added in v1.2.5

GetBizType BizType Getter

func (TaobaoUsergrowthAdMaterialAuditAPIRequest) GetChannelId added in v1.2.5

GetChannelId ChannelId Getter

func (TaobaoUsergrowthAdMaterialAuditAPIRequest) GetCreativeType added in v1.2.5

GetCreativeType CreativeType Getter

func (TaobaoUsergrowthAdMaterialAuditAPIRequest) GetDpUrl added in v1.2.5

GetDpUrl DpUrl Getter

func (TaobaoUsergrowthAdMaterialAuditAPIRequest) GetH5Url added in v1.2.5

GetH5Url H5Url Getter

func (TaobaoUsergrowthAdMaterialAuditAPIRequest) GetHotEvent added in v1.2.8

GetHotEvent HotEvent Getter

func (TaobaoUsergrowthAdMaterialAuditAPIRequest) GetImgUrl added in v1.2.5

GetImgUrl ImgUrl Getter

func (TaobaoUsergrowthAdMaterialAuditAPIRequest) GetOuterCreativeId added in v1.2.5

func (r TaobaoUsergrowthAdMaterialAuditAPIRequest) GetOuterCreativeId() string

GetOuterCreativeId OuterCreativeId Getter

func (TaobaoUsergrowthAdMaterialAuditAPIRequest) GetRawParams added in v1.2.8

GetRawParams IRequest interface 方法, 获取API原始参数

func (TaobaoUsergrowthAdMaterialAuditAPIRequest) GetScenarioType added in v1.2.5

GetScenarioType ScenarioType Getter

func (TaobaoUsergrowthAdMaterialAuditAPIRequest) GetSpecificFileName added in v1.2.9

func (r TaobaoUsergrowthAdMaterialAuditAPIRequest) GetSpecificFileName() string

GetSpecificFileName SpecificFileName Getter

func (TaobaoUsergrowthAdMaterialAuditAPIRequest) GetSubTitle added in v1.2.5

GetSubTitle SubTitle Getter

func (TaobaoUsergrowthAdMaterialAuditAPIRequest) GetTaskId added in v1.2.5

GetTaskId TaskId Getter

func (TaobaoUsergrowthAdMaterialAuditAPIRequest) GetTitle added in v1.2.5

GetTitle Title Getter

func (TaobaoUsergrowthAdMaterialAuditAPIRequest) GetVideoUrl added in v1.2.5

GetVideoUrl VideoUrl Getter

func (*TaobaoUsergrowthAdMaterialAuditAPIRequest) Reset added in v1.3.4

Reset IRequest interface 方法, 清空结构体

func (*TaobaoUsergrowthAdMaterialAuditAPIRequest) SetAdType added in v1.2.5

SetAdType is AdType Setter 广告类型1 线上硬广;2 达人私域;3 线下;4 厂商生态

func (*TaobaoUsergrowthAdMaterialAuditAPIRequest) SetAppId added in v1.2.5

SetAppId is AppId Setter 应用id 1 手淘

func (*TaobaoUsergrowthAdMaterialAuditAPIRequest) SetBizType added in v1.2.5

func (r *TaobaoUsergrowthAdMaterialAuditAPIRequest) SetBizType(_bizType int64) error

SetBizType is BizType Setter 投放场景

func (*TaobaoUsergrowthAdMaterialAuditAPIRequest) SetChannelId added in v1.2.5

func (r *TaobaoUsergrowthAdMaterialAuditAPIRequest) SetChannelId(_channelId int64) error

SetChannelId is ChannelId Setter 渠道id

func (*TaobaoUsergrowthAdMaterialAuditAPIRequest) SetCreativeType added in v1.2.5

func (r *TaobaoUsergrowthAdMaterialAuditAPIRequest) SetCreativeType(_creativeType int64) error

SetCreativeType is CreativeType Setter 创意类型,1 图片;2 视频

func (*TaobaoUsergrowthAdMaterialAuditAPIRequest) SetDpUrl added in v1.2.5

SetDpUrl is DpUrl Setter dp链接

func (*TaobaoUsergrowthAdMaterialAuditAPIRequest) SetH5Url added in v1.2.5

SetH5Url is H5Url Setter H5落地页链接

func (*TaobaoUsergrowthAdMaterialAuditAPIRequest) SetHotEvent added in v1.2.8

func (r *TaobaoUsergrowthAdMaterialAuditAPIRequest) SetHotEvent(_hotEvent int64) error

SetHotEvent is HotEvent Setter 热点事件

func (*TaobaoUsergrowthAdMaterialAuditAPIRequest) SetImgUrl added in v1.2.5

SetImgUrl is ImgUrl Setter 图片url

func (*TaobaoUsergrowthAdMaterialAuditAPIRequest) SetOuterCreativeId added in v1.2.5

func (r *TaobaoUsergrowthAdMaterialAuditAPIRequest) SetOuterCreativeId(_outerCreativeId string) error

SetOuterCreativeId is OuterCreativeId Setter 创意id

func (*TaobaoUsergrowthAdMaterialAuditAPIRequest) SetScenarioType added in v1.2.5

func (r *TaobaoUsergrowthAdMaterialAuditAPIRequest) SetScenarioType(_scenarioType int64) error

SetScenarioType is ScenarioType Setter 素材卖点

func (*TaobaoUsergrowthAdMaterialAuditAPIRequest) SetSpecificFileName added in v1.2.9

func (r *TaobaoUsergrowthAdMaterialAuditAPIRequest) SetSpecificFileName(_specificFileName string) error

SetSpecificFileName is SpecificFileName Setter 格式为:自定义名称-序号-商品id

func (*TaobaoUsergrowthAdMaterialAuditAPIRequest) SetSubTitle added in v1.2.5

func (r *TaobaoUsergrowthAdMaterialAuditAPIRequest) SetSubTitle(_subTitle string) error

SetSubTitle is SubTitle Setter 短文案

func (*TaobaoUsergrowthAdMaterialAuditAPIRequest) SetTaskId added in v1.2.5

SetTaskId is TaskId Setter 任务id

func (*TaobaoUsergrowthAdMaterialAuditAPIRequest) SetTitle added in v1.2.5

SetTitle is Title Setter 长文案

func (*TaobaoUsergrowthAdMaterialAuditAPIRequest) SetVideoUrl added in v1.2.5

func (r *TaobaoUsergrowthAdMaterialAuditAPIRequest) SetVideoUrl(_videoUrl string) error

SetVideoUrl is VideoUrl Setter 视频url

type TaobaoUsergrowthAdMaterialAuditAPIResponse added in v1.2.5

type TaobaoUsergrowthAdMaterialAuditAPIResponse struct {
	model.CommonResponse
	TaobaoUsergrowthAdMaterialAuditAPIResponseModel
}

TaobaoUsergrowthAdMaterialAuditAPIResponse 素材审核 API返回值 taobao.usergrowth.ad.material.audit

素材审核

func GetTaobaoUsergrowthAdMaterialAuditAPIResponse added in v1.3.4

func GetTaobaoUsergrowthAdMaterialAuditAPIResponse() *TaobaoUsergrowthAdMaterialAuditAPIResponse

GetTaobaoUsergrowthAdMaterialAuditAPIResponse 从 sync.Pool 获取 TaobaoUsergrowthAdMaterialAuditAPIResponse

func (*TaobaoUsergrowthAdMaterialAuditAPIResponse) Reset added in v1.3.4

Reset 清空结构体

type TaobaoUsergrowthAdMaterialAuditAPIResponseModel added in v1.2.5

type TaobaoUsergrowthAdMaterialAuditAPIResponseModel struct {
	XMLName xml.Name `xml:"usergrowth_ad_material_audit_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 错误信息
	Message string `json:"message,omitempty" xml:"message,omitempty"`
	// 参数错误
	ResponseCode int64 `json:"response_code,omitempty" xml:"response_code,omitempty"`
	// 新增创意id
	Data int64 `json:"data,omitempty" xml:"data,omitempty"`
	// 请求是否成功
	Successful bool `json:"successful,omitempty" xml:"successful,omitempty"`
}

TaobaoUsergrowthAdMaterialAuditAPIResponseModel is 素材审核 成功返回结果

func (*TaobaoUsergrowthAdMaterialAuditAPIResponseModel) Reset added in v1.3.4

Reset 清空结构体

type TaobaoUsergrowthAdMaterialDataSyncAPIRequest added in v1.2.5

type TaobaoUsergrowthAdMaterialDataSyncAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

TaobaoUsergrowthAdMaterialDataSyncAPIRequest 素材投放效果数据回传 API请求 taobao.usergrowth.ad.material.data.sync

创意维度广告效果数据回传

func GetTaobaoUsergrowthAdMaterialDataSyncAPIRequest added in v1.3.4

func GetTaobaoUsergrowthAdMaterialDataSyncAPIRequest() *TaobaoUsergrowthAdMaterialDataSyncAPIRequest

GetTaobaoUsergrowthAdMaterialDataSyncRequest 从 sync.Pool 获取 TaobaoUsergrowthAdMaterialDataSyncAPIRequest

func NewTaobaoUsergrowthAdMaterialDataSyncRequest added in v1.2.5

func NewTaobaoUsergrowthAdMaterialDataSyncRequest() *TaobaoUsergrowthAdMaterialDataSyncAPIRequest

NewTaobaoUsergrowthAdMaterialDataSyncRequest 初始化TaobaoUsergrowthAdMaterialDataSyncAPIRequest对象

func (TaobaoUsergrowthAdMaterialDataSyncAPIRequest) GetAdPlacement added in v1.2.5

GetAdPlacement AdPlacement Getter

func (TaobaoUsergrowthAdMaterialDataSyncAPIRequest) GetApiMethodName added in v1.2.5

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaoUsergrowthAdMaterialDataSyncAPIRequest) GetApiParams added in v1.2.5

GetApiParams IRequest interface 方法, 获取API参数

func (TaobaoUsergrowthAdMaterialDataSyncAPIRequest) GetChannelId added in v1.2.5

GetChannelId ChannelId Getter

func (TaobaoUsergrowthAdMaterialDataSyncAPIRequest) GetClick added in v1.2.5

GetClick Click Getter

func (TaobaoUsergrowthAdMaterialDataSyncAPIRequest) GetCost added in v1.2.5

GetCost Cost Getter

func (TaobaoUsergrowthAdMaterialDataSyncAPIRequest) GetDeviceOs added in v1.2.5

GetDeviceOs DeviceOs Getter

func (TaobaoUsergrowthAdMaterialDataSyncAPIRequest) GetExposure added in v1.2.5

GetExposure Exposure Getter

func (TaobaoUsergrowthAdMaterialDataSyncAPIRequest) GetMaterialCode added in v1.2.5

GetMaterialCode MaterialCode Getter

func (TaobaoUsergrowthAdMaterialDataSyncAPIRequest) GetMaterialUrl added in v1.2.5

GetMaterialUrl MaterialUrl Getter

func (TaobaoUsergrowthAdMaterialDataSyncAPIRequest) GetMediaCode added in v1.2.5

GetMediaCode MediaCode Getter

func (TaobaoUsergrowthAdMaterialDataSyncAPIRequest) GetOtherMedia added in v1.2.5

GetOtherMedia OtherMedia Getter

func (TaobaoUsergrowthAdMaterialDataSyncAPIRequest) GetRawParams added in v1.2.8

GetRawParams IRequest interface 方法, 获取API原始参数

func (TaobaoUsergrowthAdMaterialDataSyncAPIRequest) GetSignature added in v1.2.5

GetSignature Signature Getter

func (TaobaoUsergrowthAdMaterialDataSyncAPIRequest) GetStatDate added in v1.2.5

GetStatDate StatDate Getter

func (TaobaoUsergrowthAdMaterialDataSyncAPIRequest) GetTaskId added in v1.2.5

GetTaskId TaskId Getter

func (*TaobaoUsergrowthAdMaterialDataSyncAPIRequest) Reset added in v1.3.4

Reset IRequest interface 方法, 清空结构体

func (*TaobaoUsergrowthAdMaterialDataSyncAPIRequest) SetAdPlacement added in v1.2.5

func (r *TaobaoUsergrowthAdMaterialDataSyncAPIRequest) SetAdPlacement(_adPlacement string) error

SetAdPlacement is AdPlacement Setter 资源位

func (*TaobaoUsergrowthAdMaterialDataSyncAPIRequest) SetChannelId added in v1.2.5

func (r *TaobaoUsergrowthAdMaterialDataSyncAPIRequest) SetChannelId(_channelId int64) error

SetChannelId is ChannelId Setter 渠道id

func (*TaobaoUsergrowthAdMaterialDataSyncAPIRequest) SetClick added in v1.2.5

SetClick is Click Setter 点击

func (*TaobaoUsergrowthAdMaterialDataSyncAPIRequest) SetCost added in v1.2.5

SetCost is Cost Setter 消耗

func (*TaobaoUsergrowthAdMaterialDataSyncAPIRequest) SetDeviceOs added in v1.2.5

func (r *TaobaoUsergrowthAdMaterialDataSyncAPIRequest) SetDeviceOs(_deviceOs int64) error

SetDeviceOs is DeviceOs Setter 操作系统

func (*TaobaoUsergrowthAdMaterialDataSyncAPIRequest) SetExposure added in v1.2.5

func (r *TaobaoUsergrowthAdMaterialDataSyncAPIRequest) SetExposure(_exposure int64) error

SetExposure is Exposure Setter 曝光

func (*TaobaoUsergrowthAdMaterialDataSyncAPIRequest) SetMaterialCode added in v1.2.5

func (r *TaobaoUsergrowthAdMaterialDataSyncAPIRequest) SetMaterialCode(_materialCode string) error

SetMaterialCode is MaterialCode Setter 素材编码

func (*TaobaoUsergrowthAdMaterialDataSyncAPIRequest) SetMaterialUrl added in v1.2.5

func (r *TaobaoUsergrowthAdMaterialDataSyncAPIRequest) SetMaterialUrl(_materialUrl string) error

SetMaterialUrl is MaterialUrl Setter 素材url

func (*TaobaoUsergrowthAdMaterialDataSyncAPIRequest) SetMediaCode added in v1.2.5

func (r *TaobaoUsergrowthAdMaterialDataSyncAPIRequest) SetMediaCode(_mediaCode string) error

SetMediaCode is MediaCode Setter 媒体

func (*TaobaoUsergrowthAdMaterialDataSyncAPIRequest) SetOtherMedia added in v1.2.5

func (r *TaobaoUsergrowthAdMaterialDataSyncAPIRequest) SetOtherMedia(_otherMedia string) error

SetOtherMedia is OtherMedia Setter 其他媒体

func (*TaobaoUsergrowthAdMaterialDataSyncAPIRequest) SetSignature added in v1.2.5

func (r *TaobaoUsergrowthAdMaterialDataSyncAPIRequest) SetSignature(_signature string) error

SetSignature is Signature Setter 文件md5

func (*TaobaoUsergrowthAdMaterialDataSyncAPIRequest) SetStatDate added in v1.2.5

func (r *TaobaoUsergrowthAdMaterialDataSyncAPIRequest) SetStatDate(_statDate string) error

SetStatDate is StatDate Setter 统计日期

func (*TaobaoUsergrowthAdMaterialDataSyncAPIRequest) SetTaskId added in v1.2.5

SetTaskId is TaskId Setter 任务id

type TaobaoUsergrowthAdMaterialDataSyncAPIResponse added in v1.2.5

type TaobaoUsergrowthAdMaterialDataSyncAPIResponse struct {
	model.CommonResponse
	TaobaoUsergrowthAdMaterialDataSyncAPIResponseModel
}

TaobaoUsergrowthAdMaterialDataSyncAPIResponse 素材投放效果数据回传 API返回值 taobao.usergrowth.ad.material.data.sync

创意维度广告效果数据回传

func GetTaobaoUsergrowthAdMaterialDataSyncAPIResponse added in v1.3.4

func GetTaobaoUsergrowthAdMaterialDataSyncAPIResponse() *TaobaoUsergrowthAdMaterialDataSyncAPIResponse

GetTaobaoUsergrowthAdMaterialDataSyncAPIResponse 从 sync.Pool 获取 TaobaoUsergrowthAdMaterialDataSyncAPIResponse

func (*TaobaoUsergrowthAdMaterialDataSyncAPIResponse) Reset added in v1.3.4

Reset 清空结构体

type TaobaoUsergrowthAdMaterialDataSyncAPIResponseModel added in v1.2.5

type TaobaoUsergrowthAdMaterialDataSyncAPIResponseModel struct {
	XMLName xml.Name `xml:"usergrowth_ad_material_data_sync_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 错误描述
	Message string `json:"message,omitempty" xml:"message,omitempty"`
	// 错误码
	ResponseCode int64 `json:"response_code,omitempty" xml:"response_code,omitempty"`
	// 数据处理成功
	Data bool `json:"data,omitempty" xml:"data,omitempty"`
	// 请求是否成功
	Successful bool `json:"successful,omitempty" xml:"successful,omitempty"`
}

TaobaoUsergrowthAdMaterialDataSyncAPIResponseModel is 素材投放效果数据回传 成功返回结果

func (*TaobaoUsergrowthAdMaterialDataSyncAPIResponseModel) Reset added in v1.3.4

Reset 清空结构体

type TaobaoUsergrowthAdMaterialQueryAPIRequest added in v1.2.5

type TaobaoUsergrowthAdMaterialQueryAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

TaobaoUsergrowthAdMaterialQueryAPIRequest 素材审核结果查询 API请求 taobao.usergrowth.ad.material.query

素材审核结果查询

func GetTaobaoUsergrowthAdMaterialQueryAPIRequest added in v1.3.4

func GetTaobaoUsergrowthAdMaterialQueryAPIRequest() *TaobaoUsergrowthAdMaterialQueryAPIRequest

GetTaobaoUsergrowthAdMaterialQueryRequest 从 sync.Pool 获取 TaobaoUsergrowthAdMaterialQueryAPIRequest

func NewTaobaoUsergrowthAdMaterialQueryRequest added in v1.2.5

func NewTaobaoUsergrowthAdMaterialQueryRequest() *TaobaoUsergrowthAdMaterialQueryAPIRequest

NewTaobaoUsergrowthAdMaterialQueryRequest 初始化TaobaoUsergrowthAdMaterialQueryAPIRequest对象

func (TaobaoUsergrowthAdMaterialQueryAPIRequest) GetApiMethodName added in v1.2.5

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaoUsergrowthAdMaterialQueryAPIRequest) GetApiParams added in v1.2.5

func (r TaobaoUsergrowthAdMaterialQueryAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (TaobaoUsergrowthAdMaterialQueryAPIRequest) GetChannelId added in v1.2.5

GetChannelId ChannelId Getter

func (TaobaoUsergrowthAdMaterialQueryAPIRequest) GetOuterCreativeId added in v1.2.5

func (r TaobaoUsergrowthAdMaterialQueryAPIRequest) GetOuterCreativeId() string

GetOuterCreativeId OuterCreativeId Getter

func (TaobaoUsergrowthAdMaterialQueryAPIRequest) GetRawParams added in v1.2.8

GetRawParams IRequest interface 方法, 获取API原始参数

func (*TaobaoUsergrowthAdMaterialQueryAPIRequest) Reset added in v1.3.4

Reset IRequest interface 方法, 清空结构体

func (*TaobaoUsergrowthAdMaterialQueryAPIRequest) SetChannelId added in v1.2.5

func (r *TaobaoUsergrowthAdMaterialQueryAPIRequest) SetChannelId(_channelId int64) error

SetChannelId is ChannelId Setter 渠道id

func (*TaobaoUsergrowthAdMaterialQueryAPIRequest) SetOuterCreativeId added in v1.2.5

func (r *TaobaoUsergrowthAdMaterialQueryAPIRequest) SetOuterCreativeId(_outerCreativeId string) error

SetOuterCreativeId is OuterCreativeId Setter 渠道-创意id

type TaobaoUsergrowthAdMaterialQueryAPIResponse added in v1.2.5

type TaobaoUsergrowthAdMaterialQueryAPIResponse struct {
	model.CommonResponse
	TaobaoUsergrowthAdMaterialQueryAPIResponseModel
}

TaobaoUsergrowthAdMaterialQueryAPIResponse 素材审核结果查询 API返回值 taobao.usergrowth.ad.material.query

素材审核结果查询

func GetTaobaoUsergrowthAdMaterialQueryAPIResponse added in v1.3.4

func GetTaobaoUsergrowthAdMaterialQueryAPIResponse() *TaobaoUsergrowthAdMaterialQueryAPIResponse

GetTaobaoUsergrowthAdMaterialQueryAPIResponse 从 sync.Pool 获取 TaobaoUsergrowthAdMaterialQueryAPIResponse

func (*TaobaoUsergrowthAdMaterialQueryAPIResponse) Reset added in v1.3.4

Reset 清空结构体

type TaobaoUsergrowthAdMaterialQueryAPIResponseModel added in v1.2.5

type TaobaoUsergrowthAdMaterialQueryAPIResponseModel struct {
	XMLName xml.Name `xml:"usergrowth_ad_material_query_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 鹰眼id
	TraceId string `json:"trace_id,omitempty" xml:"trace_id,omitempty"`
	// 错误信息
	Message string `json:"message,omitempty" xml:"message,omitempty"`
	// 参数错误
	ResponseCode int64 `json:"response_code,omitempty" xml:"response_code,omitempty"`
	// 返回信息
	Data *CreativeAuditResultDto `json:"data,omitempty" xml:"data,omitempty"`
	// 请求结果
	Successful bool `json:"successful,omitempty" xml:"successful,omitempty"`
}

TaobaoUsergrowthAdMaterialQueryAPIResponseModel is 素材审核结果查询 成功返回结果

func (*TaobaoUsergrowthAdMaterialQueryAPIResponseModel) Reset added in v1.3.4

Reset 清空结构体

type TaobaoUsergrowthAdMaterialUpdateAPIRequest added in v1.2.5

type TaobaoUsergrowthAdMaterialUpdateAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

TaobaoUsergrowthAdMaterialUpdateAPIRequest 素材更新 API请求 taobao.usergrowth.ad.material.update

素材更新

func GetTaobaoUsergrowthAdMaterialUpdateAPIRequest added in v1.3.4

func GetTaobaoUsergrowthAdMaterialUpdateAPIRequest() *TaobaoUsergrowthAdMaterialUpdateAPIRequest

GetTaobaoUsergrowthAdMaterialUpdateRequest 从 sync.Pool 获取 TaobaoUsergrowthAdMaterialUpdateAPIRequest

func NewTaobaoUsergrowthAdMaterialUpdateRequest added in v1.2.5

func NewTaobaoUsergrowthAdMaterialUpdateRequest() *TaobaoUsergrowthAdMaterialUpdateAPIRequest

NewTaobaoUsergrowthAdMaterialUpdateRequest 初始化TaobaoUsergrowthAdMaterialUpdateAPIRequest对象

func (TaobaoUsergrowthAdMaterialUpdateAPIRequest) GetAdType added in v1.2.5

GetAdType AdType Getter

func (TaobaoUsergrowthAdMaterialUpdateAPIRequest) GetApiMethodName added in v1.2.5

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaoUsergrowthAdMaterialUpdateAPIRequest) GetApiParams added in v1.2.5

func (r TaobaoUsergrowthAdMaterialUpdateAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (TaobaoUsergrowthAdMaterialUpdateAPIRequest) GetAppId added in v1.2.5

GetAppId AppId Getter

func (TaobaoUsergrowthAdMaterialUpdateAPIRequest) GetBizType added in v1.2.5

GetBizType BizType Getter

func (TaobaoUsergrowthAdMaterialUpdateAPIRequest) GetChannelId added in v1.2.5

GetChannelId ChannelId Getter

func (TaobaoUsergrowthAdMaterialUpdateAPIRequest) GetCreativeType added in v1.2.5

GetCreativeType CreativeType Getter

func (TaobaoUsergrowthAdMaterialUpdateAPIRequest) GetDpUrl added in v1.2.5

GetDpUrl DpUrl Getter

func (TaobaoUsergrowthAdMaterialUpdateAPIRequest) GetH5Url added in v1.2.5

GetH5Url H5Url Getter

func (TaobaoUsergrowthAdMaterialUpdateAPIRequest) GetHotEvent added in v1.2.8

GetHotEvent HotEvent Getter

func (TaobaoUsergrowthAdMaterialUpdateAPIRequest) GetId added in v1.2.5

GetId Id Getter

func (TaobaoUsergrowthAdMaterialUpdateAPIRequest) GetImgUrl added in v1.2.5

GetImgUrl ImgUrl Getter

func (TaobaoUsergrowthAdMaterialUpdateAPIRequest) GetOuterCreativeId added in v1.2.5

func (r TaobaoUsergrowthAdMaterialUpdateAPIRequest) GetOuterCreativeId() string

GetOuterCreativeId OuterCreativeId Getter

func (TaobaoUsergrowthAdMaterialUpdateAPIRequest) GetRawParams added in v1.2.8

GetRawParams IRequest interface 方法, 获取API原始参数

func (TaobaoUsergrowthAdMaterialUpdateAPIRequest) GetScenarioType added in v1.2.5

GetScenarioType ScenarioType Getter

func (TaobaoUsergrowthAdMaterialUpdateAPIRequest) GetSubTitle added in v1.2.5

GetSubTitle SubTitle Getter

func (TaobaoUsergrowthAdMaterialUpdateAPIRequest) GetTitle added in v1.2.5

GetTitle Title Getter

func (TaobaoUsergrowthAdMaterialUpdateAPIRequest) GetVideoUrl added in v1.2.5

GetVideoUrl VideoUrl Getter

func (*TaobaoUsergrowthAdMaterialUpdateAPIRequest) Reset added in v1.3.4

Reset IRequest interface 方法, 清空结构体

func (*TaobaoUsergrowthAdMaterialUpdateAPIRequest) SetAdType added in v1.2.5

SetAdType is AdType Setter 广告类型

func (*TaobaoUsergrowthAdMaterialUpdateAPIRequest) SetAppId added in v1.2.5

SetAppId is AppId Setter 应用id

func (*TaobaoUsergrowthAdMaterialUpdateAPIRequest) SetBizType added in v1.2.5

func (r *TaobaoUsergrowthAdMaterialUpdateAPIRequest) SetBizType(_bizType int64) error

SetBizType is BizType Setter 淘宝频道

func (*TaobaoUsergrowthAdMaterialUpdateAPIRequest) SetChannelId added in v1.2.5

func (r *TaobaoUsergrowthAdMaterialUpdateAPIRequest) SetChannelId(_channelId int64) error

SetChannelId is ChannelId Setter 渠道id

func (*TaobaoUsergrowthAdMaterialUpdateAPIRequest) SetCreativeType added in v1.2.5

func (r *TaobaoUsergrowthAdMaterialUpdateAPIRequest) SetCreativeType(_creativeType int64) error

SetCreativeType is CreativeType Setter 创意类型

func (*TaobaoUsergrowthAdMaterialUpdateAPIRequest) SetDpUrl added in v1.2.5

SetDpUrl is DpUrl Setter dp链接

func (*TaobaoUsergrowthAdMaterialUpdateAPIRequest) SetH5Url added in v1.2.5

SetH5Url is H5Url Setter H5落地页链接

func (*TaobaoUsergrowthAdMaterialUpdateAPIRequest) SetHotEvent added in v1.2.8

func (r *TaobaoUsergrowthAdMaterialUpdateAPIRequest) SetHotEvent(_hotEvent int64) error

SetHotEvent is HotEvent Setter 热点事件

func (*TaobaoUsergrowthAdMaterialUpdateAPIRequest) SetId added in v1.2.5

SetId is Id Setter 创意id

func (*TaobaoUsergrowthAdMaterialUpdateAPIRequest) SetImgUrl added in v1.2.5

SetImgUrl is ImgUrl Setter 图片url

func (*TaobaoUsergrowthAdMaterialUpdateAPIRequest) SetOuterCreativeId added in v1.2.5

func (r *TaobaoUsergrowthAdMaterialUpdateAPIRequest) SetOuterCreativeId(_outerCreativeId string) error

SetOuterCreativeId is OuterCreativeId Setter 渠道-创意id

func (*TaobaoUsergrowthAdMaterialUpdateAPIRequest) SetScenarioType added in v1.2.5

func (r *TaobaoUsergrowthAdMaterialUpdateAPIRequest) SetScenarioType(_scenarioType int64) error

SetScenarioType is ScenarioType Setter 标的类型

func (*TaobaoUsergrowthAdMaterialUpdateAPIRequest) SetSubTitle added in v1.2.5

func (r *TaobaoUsergrowthAdMaterialUpdateAPIRequest) SetSubTitle(_subTitle string) error

SetSubTitle is SubTitle Setter 短文案

func (*TaobaoUsergrowthAdMaterialUpdateAPIRequest) SetTitle added in v1.2.5

SetTitle is Title Setter 长文案

func (*TaobaoUsergrowthAdMaterialUpdateAPIRequest) SetVideoUrl added in v1.2.5

func (r *TaobaoUsergrowthAdMaterialUpdateAPIRequest) SetVideoUrl(_videoUrl string) error

SetVideoUrl is VideoUrl Setter 视频url

type TaobaoUsergrowthAdMaterialUpdateAPIResponse added in v1.2.5

type TaobaoUsergrowthAdMaterialUpdateAPIResponse struct {
	model.CommonResponse
	TaobaoUsergrowthAdMaterialUpdateAPIResponseModel
}

TaobaoUsergrowthAdMaterialUpdateAPIResponse 素材更新 API返回值 taobao.usergrowth.ad.material.update

素材更新

func GetTaobaoUsergrowthAdMaterialUpdateAPIResponse added in v1.3.4

func GetTaobaoUsergrowthAdMaterialUpdateAPIResponse() *TaobaoUsergrowthAdMaterialUpdateAPIResponse

GetTaobaoUsergrowthAdMaterialUpdateAPIResponse 从 sync.Pool 获取 TaobaoUsergrowthAdMaterialUpdateAPIResponse

func (*TaobaoUsergrowthAdMaterialUpdateAPIResponse) Reset added in v1.3.4

Reset 清空结构体

type TaobaoUsergrowthAdMaterialUpdateAPIResponseModel added in v1.2.5

type TaobaoUsergrowthAdMaterialUpdateAPIResponseModel struct {
	XMLName xml.Name `xml:"usergrowth_ad_material_update_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 鹰眼id
	TraceId string `json:"trace_id,omitempty" xml:"trace_id,omitempty"`
	// 更新创意的id
	Data string `json:"data,omitempty" xml:"data,omitempty"`
	// 错误信息
	Message string `json:"message,omitempty" xml:"message,omitempty"`
	// 参数错误
	ResponseCode int64 `json:"response_code,omitempty" xml:"response_code,omitempty"`
	// 请求结果
	Successful bool `json:"successful,omitempty" xml:"successful,omitempty"`
}

TaobaoUsergrowthAdMaterialUpdateAPIResponseModel is 素材更新 成功返回结果

func (*TaobaoUsergrowthAdMaterialUpdateAPIResponseModel) Reset added in v1.3.4

Reset 清空结构体

type TaobaoUsergrowthAdMediaDataSyncAPIRequest added in v1.2.5

type TaobaoUsergrowthAdMediaDataSyncAPIRequest struct {
	model.Params
	// contains filtered or unexported fields
}

TaobaoUsergrowthAdMediaDataSyncAPIRequest 媒体资源位投放效果数据回传 API请求 taobao.usergrowth.ad.media.data.sync

创意维度广告效果数据回传

func GetTaobaoUsergrowthAdMediaDataSyncAPIRequest added in v1.3.4

func GetTaobaoUsergrowthAdMediaDataSyncAPIRequest() *TaobaoUsergrowthAdMediaDataSyncAPIRequest

GetTaobaoUsergrowthAdMediaDataSyncRequest 从 sync.Pool 获取 TaobaoUsergrowthAdMediaDataSyncAPIRequest

func NewTaobaoUsergrowthAdMediaDataSyncRequest added in v1.2.5

func NewTaobaoUsergrowthAdMediaDataSyncRequest() *TaobaoUsergrowthAdMediaDataSyncAPIRequest

NewTaobaoUsergrowthAdMediaDataSyncRequest 初始化TaobaoUsergrowthAdMediaDataSyncAPIRequest对象

func (TaobaoUsergrowthAdMediaDataSyncAPIRequest) GetAdPlacement added in v1.2.5

GetAdPlacement AdPlacement Getter

func (TaobaoUsergrowthAdMediaDataSyncAPIRequest) GetApiMethodName added in v1.2.5

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaoUsergrowthAdMediaDataSyncAPIRequest) GetApiParams added in v1.2.5

func (r TaobaoUsergrowthAdMediaDataSyncAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (TaobaoUsergrowthAdMediaDataSyncAPIRequest) GetChannelId added in v1.2.5

GetChannelId ChannelId Getter

func (TaobaoUsergrowthAdMediaDataSyncAPIRequest) GetClick added in v1.2.5

GetClick Click Getter

func (TaobaoUsergrowthAdMediaDataSyncAPIRequest) GetCost added in v1.2.5

GetCost Cost Getter

func (TaobaoUsergrowthAdMediaDataSyncAPIRequest) GetDeviceOs added in v1.2.5

GetDeviceOs DeviceOs Getter

func (TaobaoUsergrowthAdMediaDataSyncAPIRequest) GetExposure added in v1.2.5

GetExposure Exposure Getter

func (TaobaoUsergrowthAdMediaDataSyncAPIRequest) GetMediaCode added in v1.2.5

GetMediaCode MediaCode Getter

func (TaobaoUsergrowthAdMediaDataSyncAPIRequest) GetOtherMedia added in v1.2.5

GetOtherMedia OtherMedia Getter

func (TaobaoUsergrowthAdMediaDataSyncAPIRequest) GetRawParams added in v1.2.8

GetRawParams IRequest interface 方法, 获取API原始参数

func (TaobaoUsergrowthAdMediaDataSyncAPIRequest) GetStatDate added in v1.2.5

GetStatDate StatDate Getter

func (TaobaoUsergrowthAdMediaDataSyncAPIRequest) GetTaskId added in v1.2.5

GetTaskId TaskId Getter

func (TaobaoUsergrowthAdMediaDataSyncAPIRequest) GetTransform added in v1.2.5

GetTransform Transform Getter

func (*TaobaoUsergrowthAdMediaDataSyncAPIRequest) Reset added in v1.3.4

Reset IRequest interface 方法, 清空结构体

func (*TaobaoUsergrowthAdMediaDataSyncAPIRequest) SetAdPlacement added in v1.2.5

func (r *TaobaoUsergrowthAdMediaDataSyncAPIRequest) SetAdPlacement(_adPlacement string) error

SetAdPlacement is AdPlacement Setter 资源位

func (*TaobaoUsergrowthAdMediaDataSyncAPIRequest) SetChannelId added in v1.2.5

func (r *TaobaoUsergrowthAdMediaDataSyncAPIRequest) SetChannelId(_channelId int64) error

SetChannelId is ChannelId Setter 渠道id

func (*TaobaoUsergrowthAdMediaDataSyncAPIRequest) SetClick added in v1.2.5

SetClick is Click Setter 点击

func (*TaobaoUsergrowthAdMediaDataSyncAPIRequest) SetCost added in v1.2.5

SetCost is Cost Setter 消耗

func (*TaobaoUsergrowthAdMediaDataSyncAPIRequest) SetDeviceOs added in v1.2.5

func (r *TaobaoUsergrowthAdMediaDataSyncAPIRequest) SetDeviceOs(_deviceOs int64) error

SetDeviceOs is DeviceOs Setter 操作系统

func (*TaobaoUsergrowthAdMediaDataSyncAPIRequest) SetExposure added in v1.2.5

func (r *TaobaoUsergrowthAdMediaDataSyncAPIRequest) SetExposure(_exposure int64) error

SetExposure is Exposure Setter 曝光

func (*TaobaoUsergrowthAdMediaDataSyncAPIRequest) SetMediaCode added in v1.2.5

func (r *TaobaoUsergrowthAdMediaDataSyncAPIRequest) SetMediaCode(_mediaCode string) error

SetMediaCode is MediaCode Setter 媒体

func (*TaobaoUsergrowthAdMediaDataSyncAPIRequest) SetOtherMedia added in v1.2.5

func (r *TaobaoUsergrowthAdMediaDataSyncAPIRequest) SetOtherMedia(_otherMedia string) error

SetOtherMedia is OtherMedia Setter 其他媒体

func (*TaobaoUsergrowthAdMediaDataSyncAPIRequest) SetStatDate added in v1.2.5

func (r *TaobaoUsergrowthAdMediaDataSyncAPIRequest) SetStatDate(_statDate string) error

SetStatDate is StatDate Setter 统计日期

func (*TaobaoUsergrowthAdMediaDataSyncAPIRequest) SetTaskId added in v1.2.5

SetTaskId is TaskId Setter 任务id

func (*TaobaoUsergrowthAdMediaDataSyncAPIRequest) SetTransform added in v1.2.5

func (r *TaobaoUsergrowthAdMediaDataSyncAPIRequest) SetTransform(_transform int64) error

SetTransform is Transform Setter 转化

type TaobaoUsergrowthAdMediaDataSyncAPIResponse added in v1.2.5

type TaobaoUsergrowthAdMediaDataSyncAPIResponse struct {
	model.CommonResponse
	TaobaoUsergrowthAdMediaDataSyncAPIResponseModel
}

TaobaoUsergrowthAdMediaDataSyncAPIResponse 媒体资源位投放效果数据回传 API返回值 taobao.usergrowth.ad.media.data.sync

创意维度广告效果数据回传

func GetTaobaoUsergrowthAdMediaDataSyncAPIResponse added in v1.3.4

func GetTaobaoUsergrowthAdMediaDataSyncAPIResponse() *TaobaoUsergrowthAdMediaDataSyncAPIResponse

GetTaobaoUsergrowthAdMediaDataSyncAPIResponse 从 sync.Pool 获取 TaobaoUsergrowthAdMediaDataSyncAPIResponse

func (*TaobaoUsergrowthAdMediaDataSyncAPIResponse) Reset added in v1.3.4

Reset 清空结构体

type TaobaoUsergrowthAdMediaDataSyncAPIResponseModel added in v1.2.5

type TaobaoUsergrowthAdMediaDataSyncAPIResponseModel struct {
	XMLName xml.Name `xml:"usergrowth_ad_media_data_sync_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 错误信息
	Message string `json:"message,omitempty" xml:"message,omitempty"`
	// 参数错误
	ResponseCode int64 `json:"response_code,omitempty" xml:"response_code,omitempty"`
	// 新增媒体数据成功
	Data bool `json:"data,omitempty" xml:"data,omitempty"`
	// 请求是否成功
	Successful bool `json:"successful,omitempty" xml:"successful,omitempty"`
}

TaobaoUsergrowthAdMediaDataSyncAPIResponseModel is 媒体资源位投放效果数据回传 成功返回结果

func (*TaobaoUsergrowthAdMediaDataSyncAPIResponseModel) Reset added in v1.3.4

Reset 清空结构体

Jump to

Keyboard shortcuts

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