feedflow

package
v1.2.1 Latest Latest
Warning

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

Go to latest
Published: Jul 1, 2021 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

信息流API model

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

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AccessAllowedDto

type AccessAllowedDto struct {
	// 是否可以使用,false不可以进行广告投放
	IsAccessAllowed bool `json:"is_access_allowed,omitempty" xml:"is_access_allowed,omitempty"`
	// 不可以使用的原因
	Reason string `json:"reason,omitempty" xml:"reason,omitempty"`
}

AccessAllowedDto 结构体

type AccountDto added in v1.2.0

type AccountDto struct {
	// 账户余额,单位:元
	Balance string `json:"balance,omitempty" xml:"balance,omitempty"`
	// 现金余额,单位:元
	CashBalance string `json:"cash_balance,omitempty" xml:"cash_balance,omitempty"`
	// 可用余额,单位:元
	AvailableBalance string `json:"available_balance,omitempty" xml:"available_balance,omitempty"`
	// 红包,单位:元
	RedPacket string `json:"red_packet,omitempty" xml:"red_packet,omitempty"`
}

AccountDto 结构体

type AdgroupDto

type AdgroupDto struct {
	// 单元名称
	AdgroupName string `json:"adgroup_name,omitempty" xml:"adgroup_name,omitempty"`
	// 资源类位表
	AdzoneList []AdzoneBindDto `json:"adzone_list,omitempty" xml:"adzone_list>adzone_bind_dto,omitempty"`
	// 计划id
	CampaignId int64 `json:"campaign_id,omitempty" xml:"campaign_id,omitempty"`
	// 定向人群
	CrowdList []CrowdDto `json:"crowd_list,omitempty" xml:"crowd_list>crowd_dto,omitempty"`
	// 智能调价
	IntelligentBid *IntelligentBidDto `json:"intelligent_bid,omitempty" xml:"intelligent_bid,omitempty"`
	// 商品id
	ItemId int64 `json:"item_id,omitempty" xml:"item_id,omitempty"`
	// 单元id
	AdgroupId int64 `json:"adgroup_id,omitempty" xml:"adgroup_id,omitempty"`
	// 状态
	Status string `json:"status,omitempty" xml:"status,omitempty"`
}

AdgroupDto 结构体

type AdgroupQueryDto

type AdgroupQueryDto struct {
	// 单元id列表
	AdgroupIdList []int64 `json:"adgroup_id_list,omitempty" xml:"adgroup_id_list>int64,omitempty"`
	// 计划id列表
	CampaignIdList []int64 `json:"campaign_id_list,omitempty" xml:"campaign_id_list>int64,omitempty"`
	// 分页起始位置
	Offset int64 `json:"offset,omitempty" xml:"offset,omitempty"`
	// 每页大小
	PageSize int64 `json:"page_size,omitempty" xml:"page_size,omitempty"`
	// PAUSE("投放暂停"),START("投放开始"),ERMINATE("投放停止")
	StatusList []string `json:"status_list,omitempty" xml:"status_list>string,omitempty"`
	// 单元名称
	AdgroupName string `json:"adgroup_name,omitempty" xml:"adgroup_name,omitempty"`
}

AdgroupQueryDto 结构体

type AdzoneBindDto

type AdzoneBindDto struct {
	// 资源位id
	AdzoneId int64 `json:"adzone_id,omitempty" xml:"adzone_id,omitempty"`
	// 溢价
	Discount int64 `json:"discount,omitempty" xml:"discount,omitempty"`
	// 广告位名称
	AdzoneName string `json:"adzone_name,omitempty" xml:"adzone_name,omitempty"`
}

AdzoneBindDto 结构体

type AdzoneBindQueryDto

type AdzoneBindQueryDto struct {
	// 广告位id列表
	AdzoneIdList []int64 `json:"adzone_id_list,omitempty" xml:"adzone_id_list>int64,omitempty"`
	// 单元id
	AdgroupId int64 `json:"adgroup_id,omitempty" xml:"adgroup_id,omitempty"`
	// 分页条件
	PageSize int64 `json:"page_size,omitempty" xml:"page_size,omitempty"`
	// 分页条件
	Offset int64 `json:"offset,omitempty" xml:"offset,omitempty"`
	// 广告位名称
	AdzoneName string `json:"adzone_name,omitempty" xml:"adzone_name,omitempty"`
	// 计划id
	CampaignId int64 `json:"campaign_id,omitempty" xml:"campaign_id,omitempty"`
}

AdzoneBindQueryDto 结构体

type AdzoneDto

type AdzoneDto struct {
	// 广告位名称
	AdzoneName string `json:"adzone_name,omitempty" xml:"adzone_name,omitempty"`
	// 广告位id
	AdzoneId int64 `json:"adzone_id,omitempty" xml:"adzone_id,omitempty"`
}

AdzoneDto 结构体

type AdzoneQueryDto

type AdzoneQueryDto struct {
	// 计划id
	CampaignId int64 `json:"campaign_id,omitempty" xml:"campaign_id,omitempty"`
	// 广告位id列表
	AdzoneIdList []int64 `json:"adzone_id_list,omitempty" xml:"adzone_id_list>int64,omitempty"`
	// 广告位名称
	AdzoneName string `json:"adzone_name,omitempty" xml:"adzone_name,omitempty"`
}

AdzoneQueryDto 结构体

type CampaignDto added in v1.2.0

type CampaignDto struct {
	// 计划名称
	CampaignName string `json:"campaign_name,omitempty" xml:"campaign_name,omitempty"`
	// 打折范围
	LaunchPeriodList []LaunchPeriodDto `json:"launch_period_list,omitempty" xml:"launch_period_list>launch_period_dto,omitempty"`
	// 投放时间
	LaunchTime *LaunchTimeDto `json:"launch_time,omitempty" xml:"launch_time,omitempty"`
	// 推广地域
	LaunchAreaList []LaunchAreaDto `json:"launch_area_list,omitempty" xml:"launch_area_list>launch_area_dto,omitempty"`
	// 每日预算,单位为分
	DayBudget int64 `json:"day_budget,omitempty" xml:"day_budget,omitempty"`
	// 计划id
	CampaignId int64 `json:"campaign_id,omitempty" xml:"campaign_id,omitempty"`
	// PAUSE("投放暂停"),START("投放开始"),ERMINATE("投放停止"),ABNORMAL(投放异常"),WAIT("投放等待中"),DELETE("删除")
	Status string `json:"status,omitempty" xml:"status,omitempty"`
}

CampaignDto 结构体

type CampaignQueryDto

type CampaignQueryDto struct {
	// 计划id
	CampaignId int64 `json:"campaign_id,omitempty" xml:"campaign_id,omitempty"`
	// 计划名称
	CampaignName string `json:"campaign_name,omitempty" xml:"campaign_name,omitempty"`
	// 起始位置
	Offset int64 `json:"offset,omitempty" xml:"offset,omitempty"`
	// 每页大小
	PageSize int64 `json:"page_size,omitempty" xml:"page_size,omitempty"`
	// 状态列表
	StatusList []string `json:"status_list,omitempty" xml:"status_list>string,omitempty"`
}

CampaignQueryDto 结构体

type CreativeBindDto

type CreativeBindDto struct {
	// 创意图片地址
	ImgUrl string `json:"img_url,omitempty" xml:"img_url,omitempty"`
	// 创意名称,同时会展现给客户
	CreativeName string `json:"creative_name,omitempty" xml:"creative_name,omitempty"`
	// 创意id
	CreativeId int64 `json:"creative_id,omitempty" xml:"creative_id,omitempty"`
	// 创意文案
	Title string `json:"title,omitempty" xml:"title,omitempty"`
	// 审核状态,W待审核,P审核通过,R审核拒绝
	AuditStatus string `json:"audit_status,omitempty" xml:"audit_status,omitempty"`
	// 审核拒绝原因
	AuditReason string `json:"audit_reason,omitempty" xml:"audit_reason,omitempty"`
	// 计划id
	CampaignId int64 `json:"campaign_id,omitempty" xml:"campaign_id,omitempty"`
	// 单元id
	AdgroupId int64 `json:"adgroup_id,omitempty" xml:"adgroup_id,omitempty"`
}

CreativeBindDto 结构体

type CreativeBindQueryDto

type CreativeBindQueryDto struct {
	// 单元id
	AdgroupId int64 `json:"adgroup_id,omitempty" xml:"adgroup_id,omitempty"`
	// 分页页码
	PageSize int64 `json:"page_size,omitempty" xml:"page_size,omitempty"`
	// 分页起始位置
	Offset int64 `json:"offset,omitempty" xml:"offset,omitempty"`
	// 创意id列表
	CreativeIdList []int64 `json:"creative_id_list,omitempty" xml:"creative_id_list>int64,omitempty"`
	// 创意名称
	CreativeName string `json:"creative_name,omitempty" xml:"creative_name,omitempty"`
	// 审核状态,W待审核,P审核通过,R审核拒绝
	AuditStatus string `json:"audit_status,omitempty" xml:"audit_status,omitempty"`
	// 计划id
	CampaignId int64 `json:"campaign_id,omitempty" xml:"campaign_id,omitempty"`
}

CreativeBindQueryDto 结构体

type CrowdDto

type CrowdDto struct {
	// 人群描述
	CrowdDesc string `json:"crowd_desc,omitempty" xml:"crowd_desc,omitempty"`
	// 人群名称
	CrowdName string `json:"crowd_name,omitempty" xml:"crowd_name,omitempty"`
	// 人群出价,单位:分
	Price int64 `json:"price,omitempty" xml:"price,omitempty"`
	// 定向
	TargetLabel *LabelDto `json:"target_label,omitempty" xml:"target_label,omitempty"`
	// 人群平均出价,单位:分
	AveragePrice int64 `json:"average_price,omitempty" xml:"average_price,omitempty"`
	// 人群建议出价,单位:分
	SuggestPrice int64 `json:"suggest_price,omitempty" xml:"suggest_price,omitempty"`
	// 人群id
	CrowdId int64 `json:"crowd_id,omitempty" xml:"crowd_id,omitempty"`
	// 人群状态
	Status string `json:"status,omitempty" xml:"status,omitempty"`
	// 计划id
	CampaignId int64 `json:"campaign_id,omitempty" xml:"campaign_id,omitempty"`
	// 单元id
	AdgroupId int64 `json:"adgroup_id,omitempty" xml:"adgroup_id,omitempty"`
}

CrowdDto 结构体

type CrowdQueryDto

type CrowdQueryDto struct {
	// 定向类型
	TargetTypeList []string `json:"target_type_list,omitempty" xml:"target_type_list>string,omitempty"`
	// 单元id
	AdgroupId int64 `json:"adgroup_id,omitempty" xml:"adgroup_id,omitempty"`
	// 分页条件
	PageSize int64 `json:"page_size,omitempty" xml:"page_size,omitempty"`
	// 人群id
	CrowdId int64 `json:"crowd_id,omitempty" xml:"crowd_id,omitempty"`
	// 人群状态
	StatusList []string `json:"status_list,omitempty" xml:"status_list>string,omitempty"`
	// 分页条件
	Offset int64 `json:"offset,omitempty" xml:"offset,omitempty"`
	// 计划id
	CampaignId int64 `json:"campaign_id,omitempty" xml:"campaign_id,omitempty"`
}

CrowdQueryDto 结构体

type ErrorInfoDto

type ErrorInfoDto struct {
	// 失败原因
	Reason string `json:"reason,omitempty" xml:"reason,omitempty"`
	// 该原因失败对象列表
	ErrorObjectList []ErrorObjectDto `json:"error_object_list,omitempty" xml:"error_object_list>error_object_dto,omitempty"`
}

ErrorInfoDto 结构体

type ErrorObjectDto

type ErrorObjectDto struct {
	// 创意id
	CreativeId int64 `json:"creative_id,omitempty" xml:"creative_id,omitempty"`
}

ErrorObjectDto 结构体

type IntelligentBidDto

type IntelligentBidDto struct {
	// 是否打开
	Open bool `json:"open,omitempty" xml:"open,omitempty"`
	// 溢价范围
	ScopePercent int64 `json:"scope_percent,omitempty" xml:"scope_percent,omitempty"`
	// 人群策略 1:促进进店 2:促进成交
	Strategy int64 `json:"strategy,omitempty" xml:"strategy,omitempty"`
}

IntelligentBidDto 结构体

type ItemDto

type ItemDto struct {
	// 商品id
	ItemId int64 `json:"item_id,omitempty" xml:"item_id,omitempty"`
	// 商品标题
	Title string `json:"title,omitempty" xml:"title,omitempty"`
	// 商品落地页
	LinkUrl string `json:"link_url,omitempty" xml:"link_url,omitempty"`
	// 商品主图
	ImgUrl string `json:"img_url,omitempty" xml:"img_url,omitempty"`
	// 是否可以使用,false不可以进行广告投放
	IsAccessAllowed bool `json:"is_access_allowed,omitempty" xml:"is_access_allowed,omitempty"`
	// 不可以使用的原因
	AccessAllowedInfo *AccessAllowedDto `json:"access_allowed_info,omitempty" xml:"access_allowed_info,omitempty"`
}

ItemDto 结构体

type ItemQueryDto

type ItemQueryDto struct {
	// 计划id
	CampaignId int64 `json:"campaign_id,omitempty" xml:"campaign_id,omitempty"`
	// 商品标题
	Title string `json:"title,omitempty" xml:"title,omitempty"`
	// 分页页码,不得超过20
	PageSize int64 `json:"page_size,omitempty" xml:"page_size,omitempty"`
	// 商品id列表
	ItemIdList []int64 `json:"item_id_list,omitempty" xml:"item_id_list>int64,omitempty"`
	// 当前页数
	CurrentPage int64 `json:"current_page,omitempty" xml:"current_page,omitempty"`
}

ItemQueryDto 结构体

type LabelDto

type LabelDto struct {
	// 标签id,可通过标签接口获取
	LabelId int64 `json:"label_id,omitempty" xml:"label_id,omitempty"`
	// 标签值,可通过标签接口获取
	LabelValue string `json:"label_value,omitempty" xml:"label_value,omitempty"`
	// 选项结构
	Options []OptionDto `json:"options,omitempty" xml:"options>option_dto,omitempty"`
	// 定向id,可通过标签接口获取
	TargetId int64 `json:"target_id,omitempty" xml:"target_id,omitempty"`
	// 定向类型
	TargetType string `json:"target_type,omitempty" xml:"target_type,omitempty"`
	// 标签名称
	LabelName string `json:"label_name,omitempty" xml:"label_name,omitempty"`
	// 标签描述
	LabelDesc string `json:"label_desc,omitempty" xml:"label_desc,omitempty"`
}

LabelDto 结构体

type LabelQueryDto

type LabelQueryDto struct {
	// 选项值
	OptionName string `json:"option_name,omitempty" xml:"option_name,omitempty"`
	// 分页条件
	PageSize int64 `json:"page_size,omitempty" xml:"page_size,omitempty"`
	// 定向id
	TargetId int64 `json:"target_id,omitempty" xml:"target_id,omitempty"`
	// 分页条件
	Offset int64 `json:"offset,omitempty" xml:"offset,omitempty"`
	// 定向类型
	TargetType string `json:"target_type,omitempty" xml:"target_type,omitempty"`
	// 宝贝id列表
	ItemIdList []int64 `json:"item_id_list,omitempty" xml:"item_id_list>int64,omitempty"`
}

LabelQueryDto 结构体

type LaunchAreaDto

type LaunchAreaDto struct {
	// 地址code
	Code int64 `json:"code,omitempty" xml:"code,omitempty"`
	// 地址名称
	Name string `json:"name,omitempty" xml:"name,omitempty"`
}

LaunchAreaDto 结构体

type LaunchPeriodDto added in v1.1.4

type LaunchPeriodDto struct {
	// 时间
	TimeSpanList []TimeSpanDto `json:"time_span_list,omitempty" xml:"time_span_list>time_span_dto,omitempty"`
}

LaunchPeriodDto 结构体

type LaunchTimeDto

type LaunchTimeDto struct {
	// 是否永远生效
	LaunchForever bool `json:"launch_forever,omitempty" xml:"launch_forever,omitempty"`
	// 开始时间
	BeginTime string `json:"begin_time,omitempty" xml:"begin_time,omitempty"`
	// 结束时间
	EndTime string `json:"end_time,omitempty" xml:"end_time,omitempty"`
}

LaunchTimeDto 结构体

type OptionDto

type OptionDto struct {
	// 标签值
	OptionValue string `json:"option_value,omitempty" xml:"option_value,omitempty"`
	// 选项名称
	OptionName string `json:"option_name,omitempty" xml:"option_name,omitempty"`
	// 选项描述
	OptionDesc string `json:"option_desc,omitempty" xml:"option_desc,omitempty"`
}

OptionDto 结构体

type ResultCode

type ResultCode struct {
	// 错误信息
	Message string `json:"message,omitempty" xml:"message,omitempty"`
	// 返回码
	Code int64 `json:"code,omitempty" xml:"code,omitempty"`
}

ResultCode 结构体

type ResultDto added in v1.2.0

type ResultDto struct {
	// 返回说明信息
	Message string `json:"message,omitempty" xml:"message,omitempty"`
	// 账户信息
	Result *AccountDto `json:"result,omitempty" xml:"result,omitempty"`
	// 调用是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

ResultDto 结构体

type RptQueryDto

type RptQueryDto struct {
	// 查询开始日期
	StartTime string `json:"start_time,omitempty" xml:"start_time,omitempty"`
	// 查询结束日期
	EndTime string `json:"end_time,omitempty" xml:"end_time,omitempty"`
	// 归因日期(有效值为3、7、15、30)
	Effect int64 `json:"effect,omitempty" xml:"effect,omitempty"`
	// 结束小时
	EndHourId int64 `json:"end_hour_id,omitempty" xml:"end_hour_id,omitempty"`
	// 查询日期
	LogDate string `json:"log_date,omitempty" xml:"log_date,omitempty"`
	// 开始小时
	StartHourId int64 `json:"start_hour_id,omitempty" xml:"start_hour_id,omitempty"`
	// 计划id
	CampaignId int64 `json:"campaign_id,omitempty" xml:"campaign_id,omitempty"`
	// 单元id
	AdgroupId int64 `json:"adgroup_id,omitempty" xml:"adgroup_id,omitempty"`
	// 资源位id
	AdzoneId int64 `json:"adzone_id,omitempty" xml:"adzone_id,omitempty"`
	// 创意id
	CreativeId int64 `json:"creative_id,omitempty" xml:"creative_id,omitempty"`
	// 定向id
	CrowdId int64 `json:"crowd_id,omitempty" xml:"crowd_id,omitempty"`
}

RptQueryDto 结构体

type RptResultDto

type RptResultDto struct {
	// 消耗
	Charge string `json:"charge,omitempty" xml:"charge,omitempty"`
	// 有效展现
	AdPv int64 `json:"ad_pv,omitempty" xml:"ad_pv,omitempty"`
	// 有效点击数
	Click int64 `json:"click,omitempty" xml:"click,omitempty"`
	// 千次展现成本
	Ecpm string `json:"ecpm,omitempty" xml:"ecpm,omitempty"`
	// 点击单价
	Ecpc string `json:"ecpc,omitempty" xml:"ecpc,omitempty"`
	// 引导访问量
	InshopPv int64 `json:"inshop_pv,omitempty" xml:"inshop_pv,omitempty"`
	// 引导进店人数
	InshopUv int64 `json:"inshop_uv,omitempty" xml:"inshop_uv,omitempty"`
	// 引导进店率
	InshopUvRate string `json:"inshop_uv_rate,omitempty" xml:"inshop_uv_rate,omitempty"`
	// 深度进店次数
	DeepInshopNum int64 `json:"deep_inshop_num,omitempty" xml:"deep_inshop_num,omitempty"`
	// 平均访问时长
	AvgAccessTime string `json:"avg_access_time,omitempty" xml:"avg_access_time,omitempty"`
	// 平均访问页面数
	AvgAccessPageNum string `json:"avg_access_page_num,omitempty" xml:"avg_access_page_num,omitempty"`
	// 粉丝关注量
	FollowNumber int64 `json:"follow_number,omitempty" xml:"follow_number,omitempty"`
	// 新客获取量
	AddNewUv int64 `json:"add_new_uv,omitempty" xml:"add_new_uv,omitempty"`
	// 新客获取率
	AddNewUvRate string `json:"add_new_uv_rate,omitempty" xml:"add_new_uv_rate,omitempty"`
	// 拉新消耗
	NewFCharge string `json:"new_f_charge,omitempty" xml:"new_f_charge,omitempty"`
	// 收藏宝贝数
	InshopItemColNum int64 `json:"inshop_item_col_num,omitempty" xml:"inshop_item_col_num,omitempty"`
	// 加购物车数
	CartNum int64 `json:"cart_num,omitempty" xml:"cart_num,omitempty"`
	// 拍下订单量
	GmvInshopNum int64 `json:"gmv_inshop_num,omitempty" xml:"gmv_inshop_num,omitempty"`
	// 拍下订单金额
	GmvInshopAmt string `json:"gmv_inshop_amt,omitempty" xml:"gmv_inshop_amt,omitempty"`
	// 成交订单数
	AlipayInShopNum int64 `json:"alipay_in_shop_num,omitempty" xml:"alipay_in_shop_num,omitempty"`
	// 成交订单金额
	AlipayInshopAmt string `json:"alipay_inshop_amt,omitempty" xml:"alipay_inshop_amt,omitempty"`
	// 展现转化率
	Icvr string `json:"icvr,omitempty" xml:"icvr,omitempty"`
	// 点击转化率
	Cvr string `json:"cvr,omitempty" xml:"cvr,omitempty"`
	// 投资回报率
	Roi string `json:"roi,omitempty" xml:"roi,omitempty"`
	// 记录日期
	LogDate string `json:"log_date,omitempty" xml:"log_date,omitempty"`
	// 小时
	HourId int64 `json:"hour_id,omitempty" xml:"hour_id,omitempty"`
	// 计划id
	CampaignId int64 `json:"campaign_id,omitempty" xml:"campaign_id,omitempty"`
	// 单元id
	AdgroupId int64 `json:"adgroup_id,omitempty" xml:"adgroup_id,omitempty"`
	// 计划名称
	CampaignName string `json:"campaign_name,omitempty" xml:"campaign_name,omitempty"`
	// 单元名称
	AdgroupName string `json:"adgroup_name,omitempty" xml:"adgroup_name,omitempty"`
	// 资源位id
	AdzoneId int64 `json:"adzone_id,omitempty" xml:"adzone_id,omitempty"`
	// 资源位名称
	AdzoneName string `json:"adzone_name,omitempty" xml:"adzone_name,omitempty"`
	// 创意id
	CreativeId int64 `json:"creative_id,omitempty" xml:"creative_id,omitempty"`
	// 创意名称
	CreativeName string `json:"creative_name,omitempty" xml:"creative_name,omitempty"`
	// 人群id
	CrowdId int64 `json:"crowd_id,omitempty" xml:"crowd_id,omitempty"`
	// 人群名称
	CrowdName string `json:"crowd_name,omitempty" xml:"crowd_name,omitempty"`
}

RptResultDto 结构体

type TaobaoFeedflowAccountGetAPIRequest added in v1.2.0

type TaobaoFeedflowAccountGetAPIRequest struct {
	model.Params
}
TaobaoFeedflowAccountGetAPIRequest

获取信息流账户详情 API请求 taobao.feedflow.account.get

获取账户信息接口。 (1) BP显示余额 (字段 :banlance ) = 现金余额(字段:cash_balance) + 赠款余额; (2) 可用余额(字段:availableBalance) = BP显示余额 (3) 红包(字段:redPacket)

func NewTaobaoFeedflowAccountGetRequest

func NewTaobaoFeedflowAccountGetRequest() *TaobaoFeedflowAccountGetAPIRequest

NewTaobaoFeedflowAccountGetRequest 初始化TaobaoFeedflowAccountGetAPIRequest对象

func (TaobaoFeedflowAccountGetAPIRequest) GetApiMethodName added in v1.2.0

func (r TaobaoFeedflowAccountGetAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaoFeedflowAccountGetAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

type TaobaoFeedflowAccountGetAPIResponse

type TaobaoFeedflowAccountGetAPIResponse struct {
	model.CommonResponse
	TaobaoFeedflowAccountGetAPIResponseModel
}
TaobaoFeedflowAccountGetAPIResponse

获取信息流账户详情 API返回值 taobao.feedflow.account.get

获取账户信息接口。 (1) BP显示余额 (字段 :banlance ) = 现金余额(字段:cash_balance) + 赠款余额; (2) 可用余额(字段:availableBalance) = BP显示余额 (3) 红包(字段:redPacket)

type TaobaoFeedflowAccountGetAPIResponseModel added in v1.2.0

type TaobaoFeedflowAccountGetAPIResponseModel struct {
	XMLName xml.Name `xml:"feedflow_account_get_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回结果
	Result *ResultDto `json:"result,omitempty" xml:"result,omitempty"`
}

TaobaoFeedflowAccountGetAPIResponseModel is 获取信息流账户详情 成功返回结果

type TaobaoFeedflowAccountRptdailylistAPIRequest added in v1.2.0

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

获取广告主分日数据 API请求 taobao.feedflow.account.rptdailylist

获取广告主分日数据

func NewTaobaoFeedflowAccountRptdailylistRequest

func NewTaobaoFeedflowAccountRptdailylistRequest() *TaobaoFeedflowAccountRptdailylistAPIRequest

NewTaobaoFeedflowAccountRptdailylistRequest 初始化TaobaoFeedflowAccountRptdailylistAPIRequest对象

func (TaobaoFeedflowAccountRptdailylistAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaoFeedflowAccountRptdailylistAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (TaobaoFeedflowAccountRptdailylistAPIRequest) GetRptQueryDTO added in v1.2.0

Get RptQueryDTO Getter

func (*TaobaoFeedflowAccountRptdailylistAPIRequest) SetRptQueryDTO added in v1.2.0

func (r *TaobaoFeedflowAccountRptdailylistAPIRequest) SetRptQueryDTO(_rptQueryDTO *RptQueryDto) error

Set is RptQueryDTO Setter 查询条件

type TaobaoFeedflowAccountRptdailylistAPIResponse

type TaobaoFeedflowAccountRptdailylistAPIResponse struct {
	model.CommonResponse
	TaobaoFeedflowAccountRptdailylistAPIResponseModel
}
TaobaoFeedflowAccountRptdailylistAPIResponse

获取广告主分日数据 API返回值 taobao.feedflow.account.rptdailylist

获取广告主分日数据

type TaobaoFeedflowAccountRptdailylistAPIResponseModel added in v1.2.0

type TaobaoFeedflowAccountRptdailylistAPIResponseModel struct {
	XMLName xml.Name `xml:"feedflow_account_rptdailylist_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回结果
	Result *TaobaoFeedflowAccountRptdailylistResultDto `json:"result,omitempty" xml:"result,omitempty"`
}

TaobaoFeedflowAccountRptdailylistAPIResponseModel is 获取广告主分日数据 成功返回结果

type TaobaoFeedflowAccountRptdailylistResultDto

type TaobaoFeedflowAccountRptdailylistResultDto struct {
	// message
	Message string `json:"message,omitempty" xml:"message,omitempty"`
	// 报表信息
	RptList []RptResultDto `json:"rpt_list,omitempty" xml:"rpt_list>rpt_result_dto,omitempty"`
	// 是否调用成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

TaobaoFeedflowAccountRptdailylistResultDto 结构体

type TaobaoFeedflowAccountRpthourlistAPIRequest added in v1.2.0

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

超级推荐广告主分时报表查询 API请求 taobao.feedflow.account.rpthourlist

广告主分时报表查询,支持广告主查询最近90天内某一天的账户维度分时报表数据

func NewTaobaoFeedflowAccountRpthourlistRequest

func NewTaobaoFeedflowAccountRpthourlistRequest() *TaobaoFeedflowAccountRpthourlistAPIRequest

NewTaobaoFeedflowAccountRpthourlistRequest 初始化TaobaoFeedflowAccountRpthourlistAPIRequest对象

func (TaobaoFeedflowAccountRpthourlistAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaoFeedflowAccountRpthourlistAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (TaobaoFeedflowAccountRpthourlistAPIRequest) GetRptQuery added in v1.2.0

Get RptQuery Getter

func (*TaobaoFeedflowAccountRpthourlistAPIRequest) SetRptQuery added in v1.2.0

Set is RptQuery Setter 查询参数

type TaobaoFeedflowAccountRpthourlistAPIResponse

type TaobaoFeedflowAccountRpthourlistAPIResponse struct {
	model.CommonResponse
	TaobaoFeedflowAccountRpthourlistAPIResponseModel
}
TaobaoFeedflowAccountRpthourlistAPIResponse

超级推荐广告主分时报表查询 API返回值 taobao.feedflow.account.rpthourlist

广告主分时报表查询,支持广告主查询最近90天内某一天的账户维度分时报表数据

type TaobaoFeedflowAccountRpthourlistAPIResponseModel added in v1.2.0

type TaobaoFeedflowAccountRpthourlistAPIResponseModel struct {
	XMLName xml.Name `xml:"feedflow_account_rpthourlist_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 异步获取历史数据接口返回结果
	Result *TaobaoFeedflowAccountRpthourlistResultDto `json:"result,omitempty" xml:"result,omitempty"`
}

TaobaoFeedflowAccountRpthourlistAPIResponseModel is 超级推荐广告主分时报表查询 成功返回结果

type TaobaoFeedflowAccountRpthourlistResultDto

type TaobaoFeedflowAccountRpthourlistResultDto struct {
	// 描述信息
	Message string `json:"message,omitempty" xml:"message,omitempty"`
	// 返回结果
	RptList []RptResultDto `json:"rpt_list,omitempty" xml:"rpt_list>rpt_result_dto,omitempty"`
	// 总数
	TotalCount int64 `json:"total_count,omitempty" xml:"total_count,omitempty"`
	// 返回信息
	ResultCode *ResultCode `json:"result_code,omitempty" xml:"result_code,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

TaobaoFeedflowAccountRpthourlistResultDto 结构体

type TaobaoFeedflowItemAdgroupAddAPIRequest added in v1.2.0

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

信息流增加单元 API请求 taobao.feedflow.item.adgroup.add

信息流增加单元

func NewTaobaoFeedflowItemAdgroupAddRequest

func NewTaobaoFeedflowItemAdgroupAddRequest() *TaobaoFeedflowItemAdgroupAddAPIRequest

NewTaobaoFeedflowItemAdgroupAddRequest 初始化TaobaoFeedflowItemAdgroupAddAPIRequest对象

func (TaobaoFeedflowItemAdgroupAddAPIRequest) GetAdgroup added in v1.2.0

Get Adgroup Getter

func (TaobaoFeedflowItemAdgroupAddAPIRequest) GetApiMethodName added in v1.2.0

func (r TaobaoFeedflowItemAdgroupAddAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaoFeedflowItemAdgroupAddAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (*TaobaoFeedflowItemAdgroupAddAPIRequest) SetAdgroup added in v1.2.0

func (r *TaobaoFeedflowItemAdgroupAddAPIRequest) SetAdgroup(_adgroup *AdgroupDto) error

Set is Adgroup Setter 单元信息

type TaobaoFeedflowItemAdgroupAddAPIResponse

type TaobaoFeedflowItemAdgroupAddAPIResponse struct {
	model.CommonResponse
	TaobaoFeedflowItemAdgroupAddAPIResponseModel
}
TaobaoFeedflowItemAdgroupAddAPIResponse

信息流增加单元 API返回值 taobao.feedflow.item.adgroup.add

信息流增加单元

type TaobaoFeedflowItemAdgroupAddAPIResponseModel added in v1.2.0

type TaobaoFeedflowItemAdgroupAddAPIResponseModel struct {
	XMLName xml.Name `xml:"feedflow_item_adgroup_add_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 结果
	Result *TaobaoFeedflowItemAdgroupAddResultDto `json:"result,omitempty" xml:"result,omitempty"`
}

TaobaoFeedflowItemAdgroupAddAPIResponseModel is 信息流增加单元 成功返回结果

type TaobaoFeedflowItemAdgroupAddResultDto

type TaobaoFeedflowItemAdgroupAddResultDto struct {
	// 信息
	Message string `json:"message,omitempty" xml:"message,omitempty"`
	// 单元id
	Result int64 `json:"result,omitempty" xml:"result,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

TaobaoFeedflowItemAdgroupAddResultDto 结构体

type TaobaoFeedflowItemAdgroupAdzoneBindAPIRequest added in v1.2.0

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

信息流单元内绑定资源位 API请求 taobao.feedflow.item.adgroup.adzone.bind

信息流单元内绑定资源位

func NewTaobaoFeedflowItemAdgroupAdzoneBindRequest

func NewTaobaoFeedflowItemAdgroupAdzoneBindRequest() *TaobaoFeedflowItemAdgroupAdzoneBindAPIRequest

NewTaobaoFeedflowItemAdgroupAdzoneBindRequest 初始化TaobaoFeedflowItemAdgroupAdzoneBindAPIRequest对象

func (TaobaoFeedflowItemAdgroupAdzoneBindAPIRequest) GetAdgroupId added in v1.2.0

Get AdgroupId Getter

func (TaobaoFeedflowItemAdgroupAdzoneBindAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaoFeedflowItemAdgroupAdzoneBindAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (TaobaoFeedflowItemAdgroupAdzoneBindAPIRequest) GetBindAdzoneList added in v1.2.0

Get BindAdzoneList Getter

func (*TaobaoFeedflowItemAdgroupAdzoneBindAPIRequest) SetAdgroupId added in v1.2.0

func (r *TaobaoFeedflowItemAdgroupAdzoneBindAPIRequest) SetAdgroupId(_adgroupId int64) error

Set is AdgroupId Setter 单元id

func (*TaobaoFeedflowItemAdgroupAdzoneBindAPIRequest) SetBindAdzoneList added in v1.2.0

func (r *TaobaoFeedflowItemAdgroupAdzoneBindAPIRequest) SetBindAdzoneList(_bindAdzoneList []AdzoneBindDto) error

Set is BindAdzoneList Setter 新增的绑定资源位

type TaobaoFeedflowItemAdgroupAdzoneBindAPIResponse

type TaobaoFeedflowItemAdgroupAdzoneBindAPIResponse struct {
	model.CommonResponse
	TaobaoFeedflowItemAdgroupAdzoneBindAPIResponseModel
}
TaobaoFeedflowItemAdgroupAdzoneBindAPIResponse

信息流单元内绑定资源位 API返回值 taobao.feedflow.item.adgroup.adzone.bind

信息流单元内绑定资源位

type TaobaoFeedflowItemAdgroupAdzoneBindAPIResponseModel added in v1.2.0

type TaobaoFeedflowItemAdgroupAdzoneBindAPIResponseModel struct {
	XMLName xml.Name `xml:"feedflow_item_adgroup_adzone_bind_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回结果对象
	Result *TaobaoFeedflowItemAdgroupAdzoneBindResultDto `json:"result,omitempty" xml:"result,omitempty"`
}

TaobaoFeedflowItemAdgroupAdzoneBindAPIResponseModel is 信息流单元内绑定资源位 成功返回结果

type TaobaoFeedflowItemAdgroupAdzoneBindResultDto

type TaobaoFeedflowItemAdgroupAdzoneBindResultDto struct {
	// message
	Message string `json:"message,omitempty" xml:"message,omitempty"`
	// 调用是否成功,true-成功,false-失败
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

TaobaoFeedflowItemAdgroupAdzoneBindResultDto 结构体

type TaobaoFeedflowItemAdgroupAdzonePageAPIRequest added in v1.2.0

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

信息流单元下查看绑定资源位 API请求 taobao.feedflow.item.adgroup.adzone.page

信息流单元下查看绑定资源位

func NewTaobaoFeedflowItemAdgroupAdzonePageRequest

func NewTaobaoFeedflowItemAdgroupAdzonePageRequest() *TaobaoFeedflowItemAdgroupAdzonePageAPIRequest

NewTaobaoFeedflowItemAdgroupAdzonePageRequest 初始化TaobaoFeedflowItemAdgroupAdzonePageAPIRequest对象

func (TaobaoFeedflowItemAdgroupAdzonePageAPIRequest) GetAdzoneBindQuery added in v1.2.0

Get AdzoneBindQuery Getter

func (TaobaoFeedflowItemAdgroupAdzonePageAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaoFeedflowItemAdgroupAdzonePageAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (*TaobaoFeedflowItemAdgroupAdzonePageAPIRequest) SetAdzoneBindQuery added in v1.2.0

func (r *TaobaoFeedflowItemAdgroupAdzonePageAPIRequest) SetAdzoneBindQuery(_adzoneBindQuery *AdzoneBindQueryDto) error

Set is AdzoneBindQuery Setter 查询条件

type TaobaoFeedflowItemAdgroupAdzonePageAPIResponse

type TaobaoFeedflowItemAdgroupAdzonePageAPIResponse struct {
	model.CommonResponse
	TaobaoFeedflowItemAdgroupAdzonePageAPIResponseModel
}
TaobaoFeedflowItemAdgroupAdzonePageAPIResponse

信息流单元下查看绑定资源位 API返回值 taobao.feedflow.item.adgroup.adzone.page

信息流单元下查看绑定资源位

type TaobaoFeedflowItemAdgroupAdzonePageAPIResponseModel added in v1.2.0

type TaobaoFeedflowItemAdgroupAdzonePageAPIResponseModel struct {
	XMLName xml.Name `xml:"feedflow_item_adgroup_adzone_page_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回结果对象
	Result *TaobaoFeedflowItemAdgroupAdzonePageResultDto `json:"result,omitempty" xml:"result,omitempty"`
}

TaobaoFeedflowItemAdgroupAdzonePageAPIResponseModel is 信息流单元下查看绑定资源位 成功返回结果

type TaobaoFeedflowItemAdgroupAdzonePageResultDto

type TaobaoFeedflowItemAdgroupAdzonePageResultDto struct {
	// 返回消息
	Message string `json:"message,omitempty" xml:"message,omitempty"`
	// 广告位总数
	TotalCount int64 `json:"total_count,omitempty" xml:"total_count,omitempty"`
	// 调用是否成功,true-成功,false-失败
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
	// 广告位列表
	AdzoneBindList []AdzoneBindDto `json:"adzone_bind_list,omitempty" xml:"adzone_bind_list>adzone_bind_dto,omitempty"`
}

TaobaoFeedflowItemAdgroupAdzonePageResultDto 结构体

type TaobaoFeedflowItemAdgroupAdzoneUnbindAPIRequest added in v1.2.0

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

信息流单元内解绑资源位 API请求 taobao.feedflow.item.adgroup.adzone.unbind

信息流单元内解绑资源位

func NewTaobaoFeedflowItemAdgroupAdzoneUnbindRequest

func NewTaobaoFeedflowItemAdgroupAdzoneUnbindRequest() *TaobaoFeedflowItemAdgroupAdzoneUnbindAPIRequest

NewTaobaoFeedflowItemAdgroupAdzoneUnbindRequest 初始化TaobaoFeedflowItemAdgroupAdzoneUnbindAPIRequest对象

func (TaobaoFeedflowItemAdgroupAdzoneUnbindAPIRequest) GetAdgroupId added in v1.2.0

Get AdgroupId Getter

func (TaobaoFeedflowItemAdgroupAdzoneUnbindAPIRequest) GetAdzoneIdList added in v1.2.0

Get AdzoneIdList Getter

func (TaobaoFeedflowItemAdgroupAdzoneUnbindAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaoFeedflowItemAdgroupAdzoneUnbindAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (*TaobaoFeedflowItemAdgroupAdzoneUnbindAPIRequest) SetAdgroupId added in v1.2.0

func (r *TaobaoFeedflowItemAdgroupAdzoneUnbindAPIRequest) SetAdgroupId(_adgroupId int64) error

Set is AdgroupId Setter 单元id

func (*TaobaoFeedflowItemAdgroupAdzoneUnbindAPIRequest) SetAdzoneIdList added in v1.2.0

func (r *TaobaoFeedflowItemAdgroupAdzoneUnbindAPIRequest) SetAdzoneIdList(_adzoneIdList []int64) error

Set is AdzoneIdList Setter 广告位id

type TaobaoFeedflowItemAdgroupAdzoneUnbindAPIResponse

type TaobaoFeedflowItemAdgroupAdzoneUnbindAPIResponse struct {
	model.CommonResponse
	TaobaoFeedflowItemAdgroupAdzoneUnbindAPIResponseModel
}
TaobaoFeedflowItemAdgroupAdzoneUnbindAPIResponse

信息流单元内解绑资源位 API返回值 taobao.feedflow.item.adgroup.adzone.unbind

信息流单元内解绑资源位

type TaobaoFeedflowItemAdgroupAdzoneUnbindAPIResponseModel added in v1.2.0

type TaobaoFeedflowItemAdgroupAdzoneUnbindAPIResponseModel struct {
	XMLName xml.Name `xml:"feedflow_item_adgroup_adzone_unbind_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回结果对象
	Result *TaobaoFeedflowItemAdgroupAdzoneUnbindResultDto `json:"result,omitempty" xml:"result,omitempty"`
}

TaobaoFeedflowItemAdgroupAdzoneUnbindAPIResponseModel is 信息流单元内解绑资源位 成功返回结果

type TaobaoFeedflowItemAdgroupAdzoneUnbindResultDto

type TaobaoFeedflowItemAdgroupAdzoneUnbindResultDto struct {
	// message
	Message string `json:"message,omitempty" xml:"message,omitempty"`
	// 调用是否成功,true-成功,false-失败
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

TaobaoFeedflowItemAdgroupAdzoneUnbindResultDto 结构体

type TaobaoFeedflowItemAdgroupCreativeAddBindAPIRequest added in v1.2.0

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

信息流新增并且绑定创意 API请求 taobao.feedflow.item.adgroup.creative.add.bind

信息流新增并且绑定创意

func NewTaobaoFeedflowItemAdgroupCreativeAddBindRequest

func NewTaobaoFeedflowItemAdgroupCreativeAddBindRequest() *TaobaoFeedflowItemAdgroupCreativeAddBindAPIRequest

NewTaobaoFeedflowItemAdgroupCreativeAddBindRequest 初始化TaobaoFeedflowItemAdgroupCreativeAddBindAPIRequest对象

func (TaobaoFeedflowItemAdgroupCreativeAddBindAPIRequest) GetAdgroupId added in v1.2.0

Get AdgroupId Getter

func (TaobaoFeedflowItemAdgroupCreativeAddBindAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaoFeedflowItemAdgroupCreativeAddBindAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (TaobaoFeedflowItemAdgroupCreativeAddBindAPIRequest) GetCreativeBindList added in v1.2.0

Get CreativeBindList Getter

func (*TaobaoFeedflowItemAdgroupCreativeAddBindAPIRequest) SetAdgroupId added in v1.2.0

Set is AdgroupId Setter 单元id

func (*TaobaoFeedflowItemAdgroupCreativeAddBindAPIRequest) SetCreativeBindList added in v1.2.0

func (r *TaobaoFeedflowItemAdgroupCreativeAddBindAPIRequest) SetCreativeBindList(_creativeBindList []CreativeBindDto) error

Set is CreativeBindList Setter 新增绑定的创意,一次最多2个

type TaobaoFeedflowItemAdgroupCreativeAddBindAPIResponse

type TaobaoFeedflowItemAdgroupCreativeAddBindAPIResponse struct {
	model.CommonResponse
	TaobaoFeedflowItemAdgroupCreativeAddBindAPIResponseModel
}
TaobaoFeedflowItemAdgroupCreativeAddBindAPIResponse

信息流新增并且绑定创意 API返回值 taobao.feedflow.item.adgroup.creative.add.bind

信息流新增并且绑定创意

type TaobaoFeedflowItemAdgroupCreativeAddBindAPIResponseModel added in v1.2.0

type TaobaoFeedflowItemAdgroupCreativeAddBindAPIResponseModel struct {
	XMLName xml.Name `xml:"feedflow_item_adgroup_creative_add_bind_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回结果对象
	Result *TaobaoFeedflowItemAdgroupCreativeAddBindResultDto `json:"result,omitempty" xml:"result,omitempty"`
}

TaobaoFeedflowItemAdgroupCreativeAddBindAPIResponseModel is 信息流新增并且绑定创意 成功返回结果

type TaobaoFeedflowItemAdgroupCreativeAddBindResultDto

type TaobaoFeedflowItemAdgroupCreativeAddBindResultDto struct {
	// 消息
	Message string `json:"message,omitempty" xml:"message,omitempty"`
	// 调用是否成功,true-成功,false-失败
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

TaobaoFeedflowItemAdgroupCreativeAddBindResultDto 结构体

type TaobaoFeedflowItemAdgroupCreativePageAPIRequest added in v1.2.0

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

信息流单元下查看创意 API请求 taobao.feedflow.item.adgroup.creative.page

信息流单元下查看创意

func NewTaobaoFeedflowItemAdgroupCreativePageRequest

func NewTaobaoFeedflowItemAdgroupCreativePageRequest() *TaobaoFeedflowItemAdgroupCreativePageAPIRequest

NewTaobaoFeedflowItemAdgroupCreativePageRequest 初始化TaobaoFeedflowItemAdgroupCreativePageAPIRequest对象

func (TaobaoFeedflowItemAdgroupCreativePageAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaoFeedflowItemAdgroupCreativePageAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (TaobaoFeedflowItemAdgroupCreativePageAPIRequest) GetCreativeBindQuery added in v1.2.0

Get CreativeBindQuery Getter

func (*TaobaoFeedflowItemAdgroupCreativePageAPIRequest) SetCreativeBindQuery added in v1.2.0

func (r *TaobaoFeedflowItemAdgroupCreativePageAPIRequest) SetCreativeBindQuery(_creativeBindQuery *CreativeBindQueryDto) error

Set is CreativeBindQuery Setter 绑定查询条件

type TaobaoFeedflowItemAdgroupCreativePageAPIResponse

type TaobaoFeedflowItemAdgroupCreativePageAPIResponse struct {
	model.CommonResponse
	TaobaoFeedflowItemAdgroupCreativePageAPIResponseModel
}
TaobaoFeedflowItemAdgroupCreativePageAPIResponse

信息流单元下查看创意 API返回值 taobao.feedflow.item.adgroup.creative.page

信息流单元下查看创意

type TaobaoFeedflowItemAdgroupCreativePageAPIResponseModel added in v1.2.0

type TaobaoFeedflowItemAdgroupCreativePageAPIResponseModel struct {
	XMLName xml.Name `xml:"feedflow_item_adgroup_creative_page_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 结果返回消息
	Result *TaobaoFeedflowItemAdgroupCreativePageResultDto `json:"result,omitempty" xml:"result,omitempty"`
}

TaobaoFeedflowItemAdgroupCreativePageAPIResponseModel is 信息流单元下查看创意 成功返回结果

type TaobaoFeedflowItemAdgroupCreativePageResultDto

type TaobaoFeedflowItemAdgroupCreativePageResultDto struct {
	// 消息
	Message string `json:"message,omitempty" xml:"message,omitempty"`
	// 调用是否成功,true-成功,false-失败
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
	// 总数目
	TotalCount int64 `json:"total_count,omitempty" xml:"total_count,omitempty"`
	// 绑定创意的列表
	CreativeBindList []CreativeBindDto `json:"creative_bind_list,omitempty" xml:"creative_bind_list>creative_bind_dto,omitempty"`
}

TaobaoFeedflowItemAdgroupCreativePageResultDto 结构体

type TaobaoFeedflowItemAdgroupDeleteAPIRequest added in v1.2.0

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

根据单元id删除单元 API请求 taobao.feedflow.item.adgroup.delete

根据单元id删除单元

func NewTaobaoFeedflowItemAdgroupDeleteRequest

func NewTaobaoFeedflowItemAdgroupDeleteRequest() *TaobaoFeedflowItemAdgroupDeleteAPIRequest

NewTaobaoFeedflowItemAdgroupDeleteRequest 初始化TaobaoFeedflowItemAdgroupDeleteAPIRequest对象

func (TaobaoFeedflowItemAdgroupDeleteAPIRequest) GetAdgroupIdList added in v1.2.0

func (r TaobaoFeedflowItemAdgroupDeleteAPIRequest) GetAdgroupIdList() []int64

Get AdgroupIdList Getter

func (TaobaoFeedflowItemAdgroupDeleteAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaoFeedflowItemAdgroupDeleteAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (TaobaoFeedflowItemAdgroupDeleteAPIRequest) GetCampaignId added in v1.2.0

Get CampaignId Getter

func (*TaobaoFeedflowItemAdgroupDeleteAPIRequest) SetAdgroupIdList added in v1.2.0

func (r *TaobaoFeedflowItemAdgroupDeleteAPIRequest) SetAdgroupIdList(_adgroupIdList []int64) error

Set is AdgroupIdList Setter 单元id列表

func (*TaobaoFeedflowItemAdgroupDeleteAPIRequest) SetCampaignId added in v1.2.0

func (r *TaobaoFeedflowItemAdgroupDeleteAPIRequest) SetCampaignId(_campaignId int64) error

Set is CampaignId Setter 计划id

type TaobaoFeedflowItemAdgroupDeleteAPIResponse

type TaobaoFeedflowItemAdgroupDeleteAPIResponse struct {
	model.CommonResponse
	TaobaoFeedflowItemAdgroupDeleteAPIResponseModel
}
TaobaoFeedflowItemAdgroupDeleteAPIResponse

根据单元id删除单元 API返回值 taobao.feedflow.item.adgroup.delete

根据单元id删除单元

type TaobaoFeedflowItemAdgroupDeleteAPIResponseModel added in v1.2.0

type TaobaoFeedflowItemAdgroupDeleteAPIResponseModel struct {
	XMLName xml.Name `xml:"feedflow_item_adgroup_delete_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 结果
	Result *TaobaoFeedflowItemAdgroupDeleteResultDto `json:"result,omitempty" xml:"result,omitempty"`
}

TaobaoFeedflowItemAdgroupDeleteAPIResponseModel is 根据单元id删除单元 成功返回结果

type TaobaoFeedflowItemAdgroupDeleteResultDto

type TaobaoFeedflowItemAdgroupDeleteResultDto struct {
	// 信息
	Message string `json:"message,omitempty" xml:"message,omitempty"`
	// 删除结果
	Result bool `json:"result,omitempty" xml:"result,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

TaobaoFeedflowItemAdgroupDeleteResultDto 结构体

type TaobaoFeedflowItemAdgroupModifyAPIRequest added in v1.2.0

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

信息流单元修改 API请求 taobao.feedflow.item.adgroup.modify

信息流单元修改

func NewTaobaoFeedflowItemAdgroupModifyRequest

func NewTaobaoFeedflowItemAdgroupModifyRequest() *TaobaoFeedflowItemAdgroupModifyAPIRequest

NewTaobaoFeedflowItemAdgroupModifyRequest 初始化TaobaoFeedflowItemAdgroupModifyAPIRequest对象

func (TaobaoFeedflowItemAdgroupModifyAPIRequest) GetAdgroup added in v1.2.0

Get Adgroup Getter

func (TaobaoFeedflowItemAdgroupModifyAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaoFeedflowItemAdgroupModifyAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (*TaobaoFeedflowItemAdgroupModifyAPIRequest) SetAdgroup added in v1.2.0

Set is Adgroup Setter 单元信息

type TaobaoFeedflowItemAdgroupModifyAPIResponse

type TaobaoFeedflowItemAdgroupModifyAPIResponse struct {
	model.CommonResponse
	TaobaoFeedflowItemAdgroupModifyAPIResponseModel
}
TaobaoFeedflowItemAdgroupModifyAPIResponse

信息流单元修改 API返回值 taobao.feedflow.item.adgroup.modify

信息流单元修改

type TaobaoFeedflowItemAdgroupModifyAPIResponseModel added in v1.2.0

type TaobaoFeedflowItemAdgroupModifyAPIResponseModel struct {
	XMLName xml.Name `xml:"feedflow_item_adgroup_modify_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 结果
	Result *TaobaoFeedflowItemAdgroupModifyResultDto `json:"result,omitempty" xml:"result,omitempty"`
}

TaobaoFeedflowItemAdgroupModifyAPIResponseModel is 信息流单元修改 成功返回结果

type TaobaoFeedflowItemAdgroupModifyResultDto

type TaobaoFeedflowItemAdgroupModifyResultDto struct {
	// 信息
	Message string `json:"message,omitempty" xml:"message,omitempty"`
	// 单元id
	Result bool `json:"result,omitempty" xml:"result,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

TaobaoFeedflowItemAdgroupModifyResultDto 结构体

type TaobaoFeedflowItemAdgroupPageAPIRequest added in v1.2.0

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

查询单元列表 API请求 taobao.feedflow.item.adgroup.page

通过计划id查询单元信息

func NewTaobaoFeedflowItemAdgroupPageRequest

func NewTaobaoFeedflowItemAdgroupPageRequest() *TaobaoFeedflowItemAdgroupPageAPIRequest

NewTaobaoFeedflowItemAdgroupPageRequest 初始化TaobaoFeedflowItemAdgroupPageAPIRequest对象

func (TaobaoFeedflowItemAdgroupPageAPIRequest) GetAdgroupQuery added in v1.2.0

Get AdgroupQuery Getter

func (TaobaoFeedflowItemAdgroupPageAPIRequest) GetApiMethodName added in v1.2.0

func (r TaobaoFeedflowItemAdgroupPageAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaoFeedflowItemAdgroupPageAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (*TaobaoFeedflowItemAdgroupPageAPIRequest) SetAdgroupQuery added in v1.2.0

func (r *TaobaoFeedflowItemAdgroupPageAPIRequest) SetAdgroupQuery(_adgroupQuery *AdgroupQueryDto) error

Set is AdgroupQuery Setter 系统自动生成

type TaobaoFeedflowItemAdgroupPageAPIResponse

type TaobaoFeedflowItemAdgroupPageAPIResponse struct {
	model.CommonResponse
	TaobaoFeedflowItemAdgroupPageAPIResponseModel
}
TaobaoFeedflowItemAdgroupPageAPIResponse

查询单元列表 API返回值 taobao.feedflow.item.adgroup.page

通过计划id查询单元信息

type TaobaoFeedflowItemAdgroupPageAPIResponseModel added in v1.2.0

type TaobaoFeedflowItemAdgroupPageAPIResponseModel struct {
	XMLName xml.Name `xml:"feedflow_item_adgroup_page_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回数据
	Result *TaobaoFeedflowItemAdgroupPageResultDto `json:"result,omitempty" xml:"result,omitempty"`
}

TaobaoFeedflowItemAdgroupPageAPIResponseModel is 查询单元列表 成功返回结果

type TaobaoFeedflowItemAdgroupPageResultDto

type TaobaoFeedflowItemAdgroupPageResultDto struct {
	// 错误信息
	Message string `json:"message,omitempty" xml:"message,omitempty"`
	// 返回数据结果
	Results []AdgroupDto `json:"results,omitempty" xml:"results>adgroup_dto,omitempty"`
	// 条数
	TotalCount int64 `json:"total_count,omitempty" xml:"total_count,omitempty"`
	// 结果
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

TaobaoFeedflowItemAdgroupPageResultDto 结构体

type TaobaoFeedflowItemAdgroupRptdailylistAPIRequest added in v1.2.0

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

推广单元分日数据查询 API请求 taobao.feedflow.item.adgroup.rptdailylist

推广单元分日数据查询

func NewTaobaoFeedflowItemAdgroupRptdailylistRequest

func NewTaobaoFeedflowItemAdgroupRptdailylistRequest() *TaobaoFeedflowItemAdgroupRptdailylistAPIRequest

NewTaobaoFeedflowItemAdgroupRptdailylistRequest 初始化TaobaoFeedflowItemAdgroupRptdailylistAPIRequest对象

func (TaobaoFeedflowItemAdgroupRptdailylistAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaoFeedflowItemAdgroupRptdailylistAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (TaobaoFeedflowItemAdgroupRptdailylistAPIRequest) GetRptQueryDTO added in v1.2.0

Get RptQueryDTO Getter

func (*TaobaoFeedflowItemAdgroupRptdailylistAPIRequest) SetRptQueryDTO added in v1.2.0

func (r *TaobaoFeedflowItemAdgroupRptdailylistAPIRequest) SetRptQueryDTO(_rptQueryDTO *RptQueryDto) error

Set is RptQueryDTO Setter 查询条件

type TaobaoFeedflowItemAdgroupRptdailylistAPIResponse

type TaobaoFeedflowItemAdgroupRptdailylistAPIResponse struct {
	model.CommonResponse
	TaobaoFeedflowItemAdgroupRptdailylistAPIResponseModel
}
TaobaoFeedflowItemAdgroupRptdailylistAPIResponse

推广单元分日数据查询 API返回值 taobao.feedflow.item.adgroup.rptdailylist

推广单元分日数据查询

type TaobaoFeedflowItemAdgroupRptdailylistAPIResponseModel added in v1.2.0

type TaobaoFeedflowItemAdgroupRptdailylistAPIResponseModel struct {
	XMLName xml.Name `xml:"feedflow_item_adgroup_rptdailylist_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回结果
	Result *TaobaoFeedflowItemAdgroupRptdailylistResultDto `json:"result,omitempty" xml:"result,omitempty"`
}

TaobaoFeedflowItemAdgroupRptdailylistAPIResponseModel is 推广单元分日数据查询 成功返回结果

type TaobaoFeedflowItemAdgroupRptdailylistResultDto

type TaobaoFeedflowItemAdgroupRptdailylistResultDto struct {
	// message
	Message string `json:"message,omitempty" xml:"message,omitempty"`
	// 报表信息
	RptList []RptResultDto `json:"rpt_list,omitempty" xml:"rpt_list>rpt_result_dto,omitempty"`
	// 是否调用成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

TaobaoFeedflowItemAdgroupRptdailylistResultDto 结构体

type TaobaoFeedflowItemAdgroupRpthourlistAPIRequest added in v1.2.0

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

超级推荐【商品推广】单元分时报表查询 API请求 taobao.feedflow.item.adgroup.rpthourlist

广告主推广组分时数据查询,支持广告主查询最近90天内某一天的单元维度分时报表数据

func NewTaobaoFeedflowItemAdgroupRpthourlistRequest

func NewTaobaoFeedflowItemAdgroupRpthourlistRequest() *TaobaoFeedflowItemAdgroupRpthourlistAPIRequest

NewTaobaoFeedflowItemAdgroupRpthourlistRequest 初始化TaobaoFeedflowItemAdgroupRpthourlistAPIRequest对象

func (TaobaoFeedflowItemAdgroupRpthourlistAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaoFeedflowItemAdgroupRpthourlistAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (TaobaoFeedflowItemAdgroupRpthourlistAPIRequest) GetRptQuery added in v1.2.0

Get RptQuery Getter

func (*TaobaoFeedflowItemAdgroupRpthourlistAPIRequest) SetRptQuery added in v1.2.0

Set is RptQuery Setter 查询参数

type TaobaoFeedflowItemAdgroupRpthourlistAPIResponse

type TaobaoFeedflowItemAdgroupRpthourlistAPIResponse struct {
	model.CommonResponse
	TaobaoFeedflowItemAdgroupRpthourlistAPIResponseModel
}
TaobaoFeedflowItemAdgroupRpthourlistAPIResponse

超级推荐【商品推广】单元分时报表查询 API返回值 taobao.feedflow.item.adgroup.rpthourlist

广告主推广组分时数据查询,支持广告主查询最近90天内某一天的单元维度分时报表数据

type TaobaoFeedflowItemAdgroupRpthourlistAPIResponseModel added in v1.2.0

type TaobaoFeedflowItemAdgroupRpthourlistAPIResponseModel struct {
	XMLName xml.Name `xml:"feedflow_item_adgroup_rpthourlist_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 异步获取历史数据接口返回结果
	Result *TaobaoFeedflowItemAdgroupRpthourlistResultDto `json:"result,omitempty" xml:"result,omitempty"`
}

TaobaoFeedflowItemAdgroupRpthourlistAPIResponseModel is 超级推荐【商品推广】单元分时报表查询 成功返回结果

type TaobaoFeedflowItemAdgroupRpthourlistResultDto

type TaobaoFeedflowItemAdgroupRpthourlistResultDto struct {
	// 描述信息
	Message string `json:"message,omitempty" xml:"message,omitempty"`
	// 返回结果
	RptList []RptResultDto `json:"rpt_list,omitempty" xml:"rpt_list>rpt_result_dto,omitempty"`
	// 总数
	TotalCount int64 `json:"total_count,omitempty" xml:"total_count,omitempty"`
	// 返回信息
	ResultCode *ResultCode `json:"result_code,omitempty" xml:"result_code,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

TaobaoFeedflowItemAdgroupRpthourlistResultDto 结构体

type TaobaoFeedflowItemAdzoneListAPIRequest added in v1.2.0

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

批量查询可用广告位列表 API请求 taobao.feedflow.item.adzone.list

批量查询可用广告位列表

func NewTaobaoFeedflowItemAdzoneListRequest

func NewTaobaoFeedflowItemAdzoneListRequest() *TaobaoFeedflowItemAdzoneListAPIRequest

NewTaobaoFeedflowItemAdzoneListRequest 初始化TaobaoFeedflowItemAdzoneListAPIRequest对象

func (TaobaoFeedflowItemAdzoneListAPIRequest) GetAdzoneQuery added in v1.2.0

Get AdzoneQuery Getter

func (TaobaoFeedflowItemAdzoneListAPIRequest) GetApiMethodName added in v1.2.0

func (r TaobaoFeedflowItemAdzoneListAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaoFeedflowItemAdzoneListAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (*TaobaoFeedflowItemAdzoneListAPIRequest) SetAdzoneQuery added in v1.2.0

func (r *TaobaoFeedflowItemAdzoneListAPIRequest) SetAdzoneQuery(_adzoneQuery *AdzoneQueryDto) error

Set is AdzoneQuery Setter 广告位查询条件

type TaobaoFeedflowItemAdzoneListAPIResponse

type TaobaoFeedflowItemAdzoneListAPIResponse struct {
	model.CommonResponse
	TaobaoFeedflowItemAdzoneListAPIResponseModel
}
TaobaoFeedflowItemAdzoneListAPIResponse

批量查询可用广告位列表 API返回值 taobao.feedflow.item.adzone.list

批量查询可用广告位列表

type TaobaoFeedflowItemAdzoneListAPIResponseModel added in v1.2.0

type TaobaoFeedflowItemAdzoneListAPIResponseModel struct {
	XMLName xml.Name `xml:"feedflow_item_adzone_list_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回结果对象
	Result *TaobaoFeedflowItemAdzoneListResultDto `json:"result,omitempty" xml:"result,omitempty"`
}

TaobaoFeedflowItemAdzoneListAPIResponseModel is 批量查询可用广告位列表 成功返回结果

type TaobaoFeedflowItemAdzoneListResultDto

type TaobaoFeedflowItemAdzoneListResultDto struct {
	// 成功
	Message string `json:"message,omitempty" xml:"message,omitempty"`
	// 调用是否成功,true-成功,false-失败
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
	// 广告位列表
	AdzoneList []AdzoneDto `json:"adzone_list,omitempty" xml:"adzone_list>adzone_dto,omitempty"`
}

TaobaoFeedflowItemAdzoneListResultDto 结构体

type TaobaoFeedflowItemAdzoneRptdailylistAPIRequest added in v1.2.0

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

资源包分日数据查询 API请求 taobao.feedflow.item.adzone.rptdailylist

资源包分日数据查询

func NewTaobaoFeedflowItemAdzoneRptdailylistRequest

func NewTaobaoFeedflowItemAdzoneRptdailylistRequest() *TaobaoFeedflowItemAdzoneRptdailylistAPIRequest

NewTaobaoFeedflowItemAdzoneRptdailylistRequest 初始化TaobaoFeedflowItemAdzoneRptdailylistAPIRequest对象

func (TaobaoFeedflowItemAdzoneRptdailylistAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaoFeedflowItemAdzoneRptdailylistAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (TaobaoFeedflowItemAdzoneRptdailylistAPIRequest) GetRptQueryDTO added in v1.2.0

Get RptQueryDTO Getter

func (*TaobaoFeedflowItemAdzoneRptdailylistAPIRequest) SetRptQueryDTO added in v1.2.0

func (r *TaobaoFeedflowItemAdzoneRptdailylistAPIRequest) SetRptQueryDTO(_rptQueryDTO *RptQueryDto) error

Set is RptQueryDTO Setter 查询参数

type TaobaoFeedflowItemAdzoneRptdailylistAPIResponse

type TaobaoFeedflowItemAdzoneRptdailylistAPIResponse struct {
	model.CommonResponse
	TaobaoFeedflowItemAdzoneRptdailylistAPIResponseModel
}
TaobaoFeedflowItemAdzoneRptdailylistAPIResponse

资源包分日数据查询 API返回值 taobao.feedflow.item.adzone.rptdailylist

资源包分日数据查询

type TaobaoFeedflowItemAdzoneRptdailylistAPIResponseModel added in v1.2.0

type TaobaoFeedflowItemAdzoneRptdailylistAPIResponseModel struct {
	XMLName xml.Name `xml:"feedflow_item_adzone_rptdailylist_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回结果
	Result *TaobaoFeedflowItemAdzoneRptdailylistResultDto `json:"result,omitempty" xml:"result,omitempty"`
}

TaobaoFeedflowItemAdzoneRptdailylistAPIResponseModel is 资源包分日数据查询 成功返回结果

type TaobaoFeedflowItemAdzoneRptdailylistResultDto

type TaobaoFeedflowItemAdzoneRptdailylistResultDto struct {
	// message
	Message string `json:"message,omitempty" xml:"message,omitempty"`
	// 报表信息
	RptList []RptResultDto `json:"rpt_list,omitempty" xml:"rpt_list>rpt_result_dto,omitempty"`
	// 是否调用成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

TaobaoFeedflowItemAdzoneRptdailylistResultDto 结构体

type TaobaoFeedflowItemAdzoneRpthourlistAPIRequest added in v1.2.0

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

超级推荐【商品推广】资源位分时报表查询 API请求 taobao.feedflow.item.adzone.rpthourlist

广告主资源包分时数据查询,支持广告主查询最近90天内某一天的资源包维度分时报表数据

func NewTaobaoFeedflowItemAdzoneRpthourlistRequest

func NewTaobaoFeedflowItemAdzoneRpthourlistRequest() *TaobaoFeedflowItemAdzoneRpthourlistAPIRequest

NewTaobaoFeedflowItemAdzoneRpthourlistRequest 初始化TaobaoFeedflowItemAdzoneRpthourlistAPIRequest对象

func (TaobaoFeedflowItemAdzoneRpthourlistAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaoFeedflowItemAdzoneRpthourlistAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (TaobaoFeedflowItemAdzoneRpthourlistAPIRequest) GetRptQuery added in v1.2.0

Get RptQuery Getter

func (*TaobaoFeedflowItemAdzoneRpthourlistAPIRequest) SetRptQuery added in v1.2.0

Set is RptQuery Setter 查询参数

type TaobaoFeedflowItemAdzoneRpthourlistAPIResponse

type TaobaoFeedflowItemAdzoneRpthourlistAPIResponse struct {
	model.CommonResponse
	TaobaoFeedflowItemAdzoneRpthourlistAPIResponseModel
}
TaobaoFeedflowItemAdzoneRpthourlistAPIResponse

超级推荐【商品推广】资源位分时报表查询 API返回值 taobao.feedflow.item.adzone.rpthourlist

广告主资源包分时数据查询,支持广告主查询最近90天内某一天的资源包维度分时报表数据

type TaobaoFeedflowItemAdzoneRpthourlistAPIResponseModel added in v1.2.0

type TaobaoFeedflowItemAdzoneRpthourlistAPIResponseModel struct {
	XMLName xml.Name `xml:"feedflow_item_adzone_rpthourlist_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 异步获取历史数据接口返回结果
	Result *TaobaoFeedflowItemAdzoneRpthourlistResultDto `json:"result,omitempty" xml:"result,omitempty"`
}

TaobaoFeedflowItemAdzoneRpthourlistAPIResponseModel is 超级推荐【商品推广】资源位分时报表查询 成功返回结果

type TaobaoFeedflowItemAdzoneRpthourlistResultDto

type TaobaoFeedflowItemAdzoneRpthourlistResultDto struct {
	// 描述信息
	Message string `json:"message,omitempty" xml:"message,omitempty"`
	// 返回结果
	RptList []RptResultDto `json:"rpt_list,omitempty" xml:"rpt_list>rpt_result_dto,omitempty"`
	// 总数
	TotalCount int64 `json:"total_count,omitempty" xml:"total_count,omitempty"`
	// 返回信息
	ResultCode *ResultCode `json:"result_code,omitempty" xml:"result_code,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

TaobaoFeedflowItemAdzoneRpthourlistResultDto 结构体

type TaobaoFeedflowItemAlgoCrowdSuggestAPIRequest added in v1.2.0

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

单品人群建议出价 API请求 taobao.feedflow.item.algo.crowd.suggest

给超级推荐的广告主查看建议出价

func NewTaobaoFeedflowItemAlgoCrowdSuggestRequest

func NewTaobaoFeedflowItemAlgoCrowdSuggestRequest() *TaobaoFeedflowItemAlgoCrowdSuggestAPIRequest

NewTaobaoFeedflowItemAlgoCrowdSuggestRequest 初始化TaobaoFeedflowItemAlgoCrowdSuggestAPIRequest对象

func (TaobaoFeedflowItemAlgoCrowdSuggestAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaoFeedflowItemAlgoCrowdSuggestAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (TaobaoFeedflowItemAlgoCrowdSuggestAPIRequest) GetCampaignId added in v1.2.0

Get CampaignId Getter

func (TaobaoFeedflowItemAlgoCrowdSuggestAPIRequest) GetCrowds added in v1.2.0

Get Crowds Getter

func (TaobaoFeedflowItemAlgoCrowdSuggestAPIRequest) GetItemId added in v1.2.0

Get ItemId Getter

func (*TaobaoFeedflowItemAlgoCrowdSuggestAPIRequest) SetCampaignId added in v1.2.0

func (r *TaobaoFeedflowItemAlgoCrowdSuggestAPIRequest) SetCampaignId(_campaignId int64) error

Set is CampaignId Setter 预估的计划id

func (*TaobaoFeedflowItemAlgoCrowdSuggestAPIRequest) SetCrowds added in v1.2.0

Set is Crowds Setter 人群列表

func (*TaobaoFeedflowItemAlgoCrowdSuggestAPIRequest) SetItemId added in v1.2.0

Set is ItemId Setter 预估的宝贝id

type TaobaoFeedflowItemAlgoCrowdSuggestAPIResponse

type TaobaoFeedflowItemAlgoCrowdSuggestAPIResponse struct {
	model.CommonResponse
	TaobaoFeedflowItemAlgoCrowdSuggestAPIResponseModel
}
TaobaoFeedflowItemAlgoCrowdSuggestAPIResponse

单品人群建议出价 API返回值 taobao.feedflow.item.algo.crowd.suggest

给超级推荐的广告主查看建议出价

type TaobaoFeedflowItemAlgoCrowdSuggestAPIResponseModel added in v1.2.0

type TaobaoFeedflowItemAlgoCrowdSuggestAPIResponseModel struct {
	XMLName xml.Name `xml:"feedflow_item_algo_crowd_suggest_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回结果对象
	Result *TaobaoFeedflowItemAlgoCrowdSuggestResultDto `json:"result,omitempty" xml:"result,omitempty"`
}

TaobaoFeedflowItemAlgoCrowdSuggestAPIResponseModel is 单品人群建议出价 成功返回结果

type TaobaoFeedflowItemAlgoCrowdSuggestResultDto

type TaobaoFeedflowItemAlgoCrowdSuggestResultDto struct {
	// 调用是否成功,true-成功,false-失败
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
	// 人群列表
	Crowds []CrowdDto `json:"crowds,omitempty" xml:"crowds>crowd_dto,omitempty"`
	// 失败时候的消息
	Message string `json:"message,omitempty" xml:"message,omitempty"`
}

TaobaoFeedflowItemAlgoCrowdSuggestResultDto 结构体

type TaobaoFeedflowItemCampaignAddAPIRequest added in v1.2.0

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

信息流增加推广计划 API请求 taobao.feedflow.item.campaign.add

信息流增加推广计划

func NewTaobaoFeedflowItemCampaignAddRequest

func NewTaobaoFeedflowItemCampaignAddRequest() *TaobaoFeedflowItemCampaignAddAPIRequest

NewTaobaoFeedflowItemCampaignAddRequest 初始化TaobaoFeedflowItemCampaignAddAPIRequest对象

func (TaobaoFeedflowItemCampaignAddAPIRequest) GetApiMethodName added in v1.2.0

func (r TaobaoFeedflowItemCampaignAddAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaoFeedflowItemCampaignAddAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (TaobaoFeedflowItemCampaignAddAPIRequest) GetCampaign added in v1.2.0

Get Campaign Getter

func (*TaobaoFeedflowItemCampaignAddAPIRequest) SetCampaign added in v1.2.0

func (r *TaobaoFeedflowItemCampaignAddAPIRequest) SetCampaign(_campaign *CampaignDto) error

Set is Campaign Setter 计划信息

type TaobaoFeedflowItemCampaignAddAPIResponse

type TaobaoFeedflowItemCampaignAddAPIResponse struct {
	model.CommonResponse
	TaobaoFeedflowItemCampaignAddAPIResponseModel
}
TaobaoFeedflowItemCampaignAddAPIResponse

信息流增加推广计划 API返回值 taobao.feedflow.item.campaign.add

信息流增加推广计划

type TaobaoFeedflowItemCampaignAddAPIResponseModel added in v1.2.0

type TaobaoFeedflowItemCampaignAddAPIResponseModel struct {
	XMLName xml.Name `xml:"feedflow_item_campaign_add_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 异步获取历史数据接口返回结果
	Result *TaobaoFeedflowItemCampaignAddResultDto `json:"result,omitempty" xml:"result,omitempty"`
}

TaobaoFeedflowItemCampaignAddAPIResponseModel is 信息流增加推广计划 成功返回结果

type TaobaoFeedflowItemCampaignAddResultDto

type TaobaoFeedflowItemCampaignAddResultDto struct {
	// 系统自动生成
	Message string `json:"message,omitempty" xml:"message,omitempty"`
	// 系统自动生成
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
	// 结果
	Result int64 `json:"result,omitempty" xml:"result,omitempty"`
}

TaobaoFeedflowItemCampaignAddResultDto 结构体

type TaobaoFeedflowItemCampaignDaybudgetAPIRequest added in v1.2.0

type TaobaoFeedflowItemCampaignDaybudgetAPIRequest struct {
	model.Params
}
TaobaoFeedflowItemCampaignDaybudgetAPIRequest

获取当日投放日预算总额 API请求 taobao.feedflow.item.campaign.daybudget

获取当日投放日预算总额

func NewTaobaoFeedflowItemCampaignDaybudgetRequest

func NewTaobaoFeedflowItemCampaignDaybudgetRequest() *TaobaoFeedflowItemCampaignDaybudgetAPIRequest

NewTaobaoFeedflowItemCampaignDaybudgetRequest 初始化TaobaoFeedflowItemCampaignDaybudgetAPIRequest对象

func (TaobaoFeedflowItemCampaignDaybudgetAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaoFeedflowItemCampaignDaybudgetAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

type TaobaoFeedflowItemCampaignDaybudgetAPIResponse

type TaobaoFeedflowItemCampaignDaybudgetAPIResponse struct {
	model.CommonResponse
	TaobaoFeedflowItemCampaignDaybudgetAPIResponseModel
}
TaobaoFeedflowItemCampaignDaybudgetAPIResponse

获取当日投放日预算总额 API返回值 taobao.feedflow.item.campaign.daybudget

获取当日投放日预算总额

type TaobaoFeedflowItemCampaignDaybudgetAPIResponseModel added in v1.2.0

type TaobaoFeedflowItemCampaignDaybudgetAPIResponseModel struct {
	XMLName xml.Name `xml:"feedflow_item_campaign_daybudget_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 结果
	Result *TaobaoFeedflowItemCampaignDaybudgetResultDto `json:"result,omitempty" xml:"result,omitempty"`
}

TaobaoFeedflowItemCampaignDaybudgetAPIResponseModel is 获取当日投放日预算总额 成功返回结果

type TaobaoFeedflowItemCampaignDaybudgetResultDto

type TaobaoFeedflowItemCampaignDaybudgetResultDto struct {
	// 信息
	Message string `json:"message,omitempty" xml:"message,omitempty"`
	// 预算总额
	Result int64 `json:"result,omitempty" xml:"result,omitempty"`
	// 成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

TaobaoFeedflowItemCampaignDaybudgetResultDto 结构体

type TaobaoFeedflowItemCampaignDeleteAPIRequest added in v1.2.0

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

删除计划 API请求 taobao.feedflow.item.campaign.delete

删除计划

func NewTaobaoFeedflowItemCampaignDeleteRequest

func NewTaobaoFeedflowItemCampaignDeleteRequest() *TaobaoFeedflowItemCampaignDeleteAPIRequest

NewTaobaoFeedflowItemCampaignDeleteRequest 初始化TaobaoFeedflowItemCampaignDeleteAPIRequest对象

func (TaobaoFeedflowItemCampaignDeleteAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaoFeedflowItemCampaignDeleteAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (TaobaoFeedflowItemCampaignDeleteAPIRequest) GetCampaignId added in v1.2.0

Get CampaignId Getter

func (*TaobaoFeedflowItemCampaignDeleteAPIRequest) SetCampaignId added in v1.2.0

func (r *TaobaoFeedflowItemCampaignDeleteAPIRequest) SetCampaignId(_campaignId int64) error

Set is CampaignId Setter 计划id

type TaobaoFeedflowItemCampaignDeleteAPIResponse

type TaobaoFeedflowItemCampaignDeleteAPIResponse struct {
	model.CommonResponse
	TaobaoFeedflowItemCampaignDeleteAPIResponseModel
}
TaobaoFeedflowItemCampaignDeleteAPIResponse

删除计划 API返回值 taobao.feedflow.item.campaign.delete

删除计划

type TaobaoFeedflowItemCampaignDeleteAPIResponseModel added in v1.2.0

type TaobaoFeedflowItemCampaignDeleteAPIResponseModel struct {
	XMLName xml.Name `xml:"feedflow_item_campaign_delete_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 结果
	Result *TaobaoFeedflowItemCampaignDeleteResultDto `json:"result,omitempty" xml:"result,omitempty"`
}

TaobaoFeedflowItemCampaignDeleteAPIResponseModel is 删除计划 成功返回结果

type TaobaoFeedflowItemCampaignDeleteResultDto

type TaobaoFeedflowItemCampaignDeleteResultDto struct {
	// 信息
	Message string `json:"message,omitempty" xml:"message,omitempty"`
	// 操作结果
	Result bool `json:"result,omitempty" xml:"result,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

TaobaoFeedflowItemCampaignDeleteResultDto 结构体

type TaobaoFeedflowItemCampaignGetAPIRequest added in v1.2.0

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

通过计划id查询计划 API请求 taobao.feedflow.item.campaign.get

通过计划id查询计划

func NewTaobaoFeedflowItemCampaignGetRequest

func NewTaobaoFeedflowItemCampaignGetRequest() *TaobaoFeedflowItemCampaignGetAPIRequest

NewTaobaoFeedflowItemCampaignGetRequest 初始化TaobaoFeedflowItemCampaignGetAPIRequest对象

func (TaobaoFeedflowItemCampaignGetAPIRequest) GetApiMethodName added in v1.2.0

func (r TaobaoFeedflowItemCampaignGetAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaoFeedflowItemCampaignGetAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (TaobaoFeedflowItemCampaignGetAPIRequest) GetCampaginId added in v1.2.0

Get CampaginId Getter

func (*TaobaoFeedflowItemCampaignGetAPIRequest) SetCampaginId added in v1.2.0

func (r *TaobaoFeedflowItemCampaignGetAPIRequest) SetCampaginId(_campaginId int64) error

Set is CampaginId Setter 计划id

type TaobaoFeedflowItemCampaignGetAPIResponse

type TaobaoFeedflowItemCampaignGetAPIResponse struct {
	model.CommonResponse
	TaobaoFeedflowItemCampaignGetAPIResponseModel
}
TaobaoFeedflowItemCampaignGetAPIResponse

通过计划id查询计划 API返回值 taobao.feedflow.item.campaign.get

通过计划id查询计划

type TaobaoFeedflowItemCampaignGetAPIResponseModel added in v1.2.0

type TaobaoFeedflowItemCampaignGetAPIResponseModel struct {
	XMLName xml.Name `xml:"feedflow_item_campaign_get_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 结果
	Result *TaobaoFeedflowItemCampaignGetResultDto `json:"result,omitempty" xml:"result,omitempty"`
}

TaobaoFeedflowItemCampaignGetAPIResponseModel is 通过计划id查询计划 成功返回结果

type TaobaoFeedflowItemCampaignGetResultDto

type TaobaoFeedflowItemCampaignGetResultDto struct {
	// 信息
	Message string `json:"message,omitempty" xml:"message,omitempty"`
	// 计划信息
	Result *CampaignDto `json:"result,omitempty" xml:"result,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

TaobaoFeedflowItemCampaignGetResultDto 结构体

type TaobaoFeedflowItemCampaignModifyAPIRequest added in v1.2.0

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

信息流修改计划 API请求 taobao.feedflow.item.campaign.modify

信息流修改计划

func NewTaobaoFeedflowItemCampaignModifyRequest

func NewTaobaoFeedflowItemCampaignModifyRequest() *TaobaoFeedflowItemCampaignModifyAPIRequest

NewTaobaoFeedflowItemCampaignModifyRequest 初始化TaobaoFeedflowItemCampaignModifyAPIRequest对象

func (TaobaoFeedflowItemCampaignModifyAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaoFeedflowItemCampaignModifyAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (TaobaoFeedflowItemCampaignModifyAPIRequest) GetCampaign added in v1.2.0

Get Campaign Getter

func (*TaobaoFeedflowItemCampaignModifyAPIRequest) SetCampaign added in v1.2.0

Set is Campaign Setter 修改参数

type TaobaoFeedflowItemCampaignModifyAPIResponse

type TaobaoFeedflowItemCampaignModifyAPIResponse struct {
	model.CommonResponse
	TaobaoFeedflowItemCampaignModifyAPIResponseModel
}
TaobaoFeedflowItemCampaignModifyAPIResponse

信息流修改计划 API返回值 taobao.feedflow.item.campaign.modify

信息流修改计划

type TaobaoFeedflowItemCampaignModifyAPIResponseModel added in v1.2.0

type TaobaoFeedflowItemCampaignModifyAPIResponseModel struct {
	XMLName xml.Name `xml:"feedflow_item_campaign_modify_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 结果
	Result *TaobaoFeedflowItemCampaignModifyResultDto `json:"result,omitempty" xml:"result,omitempty"`
}

TaobaoFeedflowItemCampaignModifyAPIResponseModel is 信息流修改计划 成功返回结果

type TaobaoFeedflowItemCampaignModifyResultDto

type TaobaoFeedflowItemCampaignModifyResultDto struct {
	// 错误信息
	Message string `json:"message,omitempty" xml:"message,omitempty"`
	// 是否成功
	Result bool `json:"result,omitempty" xml:"result,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

TaobaoFeedflowItemCampaignModifyResultDto 结构体

type TaobaoFeedflowItemCampaignPageAPIRequest added in v1.2.0

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

批量查询计划列表 API请求 taobao.feedflow.item.campaign.page

批量查询计划列表

func NewTaobaoFeedflowItemCampaignPageRequest

func NewTaobaoFeedflowItemCampaignPageRequest() *TaobaoFeedflowItemCampaignPageAPIRequest

NewTaobaoFeedflowItemCampaignPageRequest 初始化TaobaoFeedflowItemCampaignPageAPIRequest对象

func (TaobaoFeedflowItemCampaignPageAPIRequest) GetApiMethodName added in v1.2.0

func (r TaobaoFeedflowItemCampaignPageAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaoFeedflowItemCampaignPageAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (TaobaoFeedflowItemCampaignPageAPIRequest) GetCampaignQuery added in v1.2.0

Get CampaignQuery Getter

func (*TaobaoFeedflowItemCampaignPageAPIRequest) SetCampaignQuery added in v1.2.0

func (r *TaobaoFeedflowItemCampaignPageAPIRequest) SetCampaignQuery(_campaignQuery *CampaignQueryDto) error

Set is CampaignQuery Setter 入参

type TaobaoFeedflowItemCampaignPageAPIResponse

type TaobaoFeedflowItemCampaignPageAPIResponse struct {
	model.CommonResponse
	TaobaoFeedflowItemCampaignPageAPIResponseModel
}
TaobaoFeedflowItemCampaignPageAPIResponse

批量查询计划列表 API返回值 taobao.feedflow.item.campaign.page

批量查询计划列表

type TaobaoFeedflowItemCampaignPageAPIResponseModel added in v1.2.0

type TaobaoFeedflowItemCampaignPageAPIResponseModel struct {
	XMLName xml.Name `xml:"feedflow_item_campaign_page_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 结果
	Result *TaobaoFeedflowItemCampaignPageResultDto `json:"result,omitempty" xml:"result,omitempty"`
}

TaobaoFeedflowItemCampaignPageAPIResponseModel is 批量查询计划列表 成功返回结果

type TaobaoFeedflowItemCampaignPageResultDto

type TaobaoFeedflowItemCampaignPageResultDto struct {
	// 信息
	Message string `json:"message,omitempty" xml:"message,omitempty"`
	// 计划列表
	Results []CampaignDto `json:"results,omitempty" xml:"results>campaign_dto,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
	// 符合条件的计划数量
	TotalCount int64 `json:"total_count,omitempty" xml:"total_count,omitempty"`
}

TaobaoFeedflowItemCampaignPageResultDto 结构体

type TaobaoFeedflowItemCampaignRptdailylistAPIRequest added in v1.2.0

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

推广计划分日数据查询 API请求 taobao.feedflow.item.campaign.rptdailylist

推广计划分日数据查询

func NewTaobaoFeedflowItemCampaignRptdailylistRequest

func NewTaobaoFeedflowItemCampaignRptdailylistRequest() *TaobaoFeedflowItemCampaignRptdailylistAPIRequest

NewTaobaoFeedflowItemCampaignRptdailylistRequest 初始化TaobaoFeedflowItemCampaignRptdailylistAPIRequest对象

func (TaobaoFeedflowItemCampaignRptdailylistAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaoFeedflowItemCampaignRptdailylistAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (TaobaoFeedflowItemCampaignRptdailylistAPIRequest) GetRptQueryDTO added in v1.2.0

Get RptQueryDTO Getter

func (*TaobaoFeedflowItemCampaignRptdailylistAPIRequest) SetRptQueryDTO added in v1.2.0

func (r *TaobaoFeedflowItemCampaignRptdailylistAPIRequest) SetRptQueryDTO(_rptQueryDTO *RptQueryDto) error

Set is RptQueryDTO Setter 查询条件

type TaobaoFeedflowItemCampaignRptdailylistAPIResponse

type TaobaoFeedflowItemCampaignRptdailylistAPIResponse struct {
	model.CommonResponse
	TaobaoFeedflowItemCampaignRptdailylistAPIResponseModel
}
TaobaoFeedflowItemCampaignRptdailylistAPIResponse

推广计划分日数据查询 API返回值 taobao.feedflow.item.campaign.rptdailylist

推广计划分日数据查询

type TaobaoFeedflowItemCampaignRptdailylistAPIResponseModel added in v1.2.0

type TaobaoFeedflowItemCampaignRptdailylistAPIResponseModel struct {
	XMLName xml.Name `xml:"feedflow_item_campaign_rptdailylist_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回结果
	Result *TaobaoFeedflowItemCampaignRptdailylistResultDto `json:"result,omitempty" xml:"result,omitempty"`
}

TaobaoFeedflowItemCampaignRptdailylistAPIResponseModel is 推广计划分日数据查询 成功返回结果

type TaobaoFeedflowItemCampaignRptdailylistResultDto

type TaobaoFeedflowItemCampaignRptdailylistResultDto struct {
	// message
	Message string `json:"message,omitempty" xml:"message,omitempty"`
	// 报表信息
	RptList []RptResultDto `json:"rpt_list,omitempty" xml:"rpt_list>rpt_result_dto,omitempty"`
	// 是否调用成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

TaobaoFeedflowItemCampaignRptdailylistResultDto 结构体

type TaobaoFeedflowItemCampaignRpthourlistAPIRequest added in v1.2.0

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

超级推荐【商品推广】计划分时报表查询 API请求 taobao.feedflow.item.campaign.rpthourlist

广告主推广计划分时数据查询,支持广告主查询最近90天内某一天的计划维度分时报表数据

func NewTaobaoFeedflowItemCampaignRpthourlistRequest

func NewTaobaoFeedflowItemCampaignRpthourlistRequest() *TaobaoFeedflowItemCampaignRpthourlistAPIRequest

NewTaobaoFeedflowItemCampaignRpthourlistRequest 初始化TaobaoFeedflowItemCampaignRpthourlistAPIRequest对象

func (TaobaoFeedflowItemCampaignRpthourlistAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaoFeedflowItemCampaignRpthourlistAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (TaobaoFeedflowItemCampaignRpthourlistAPIRequest) GetRptQuery added in v1.2.0

Get RptQuery Getter

func (*TaobaoFeedflowItemCampaignRpthourlistAPIRequest) SetRptQuery added in v1.2.0

Set is RptQuery Setter 查询参数

type TaobaoFeedflowItemCampaignRpthourlistAPIResponse

type TaobaoFeedflowItemCampaignRpthourlistAPIResponse struct {
	model.CommonResponse
	TaobaoFeedflowItemCampaignRpthourlistAPIResponseModel
}
TaobaoFeedflowItemCampaignRpthourlistAPIResponse

超级推荐【商品推广】计划分时报表查询 API返回值 taobao.feedflow.item.campaign.rpthourlist

广告主推广计划分时数据查询,支持广告主查询最近90天内某一天的计划维度分时报表数据

type TaobaoFeedflowItemCampaignRpthourlistAPIResponseModel added in v1.2.0

type TaobaoFeedflowItemCampaignRpthourlistAPIResponseModel struct {
	XMLName xml.Name `xml:"feedflow_item_campaign_rpthourlist_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 异步获取历史数据接口返回结果
	Result *TaobaoFeedflowItemCampaignRpthourlistResultDto `json:"result,omitempty" xml:"result,omitempty"`
}

TaobaoFeedflowItemCampaignRpthourlistAPIResponseModel is 超级推荐【商品推广】计划分时报表查询 成功返回结果

type TaobaoFeedflowItemCampaignRpthourlistResultDto

type TaobaoFeedflowItemCampaignRpthourlistResultDto struct {
	// 描述信息
	Message string `json:"message,omitempty" xml:"message,omitempty"`
	// 总数
	TotalCount int64 `json:"total_count,omitempty" xml:"total_count,omitempty"`
	// 返回信息
	ResultCode *ResultCode `json:"result_code,omitempty" xml:"result_code,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
	// 返回结果
	RptList []RptResultDto `json:"rpt_list,omitempty" xml:"rpt_list>rpt_result_dto,omitempty"`
}

TaobaoFeedflowItemCampaignRpthourlistResultDto 结构体

type TaobaoFeedflowItemCreativeDeleteAPIRequest added in v1.2.0

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

信息流删除创意 API请求 taobao.feedflow.item.creative.delete

信息流删除创意

func NewTaobaoFeedflowItemCreativeDeleteRequest

func NewTaobaoFeedflowItemCreativeDeleteRequest() *TaobaoFeedflowItemCreativeDeleteAPIRequest

NewTaobaoFeedflowItemCreativeDeleteRequest 初始化TaobaoFeedflowItemCreativeDeleteAPIRequest对象

func (TaobaoFeedflowItemCreativeDeleteAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaoFeedflowItemCreativeDeleteAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (TaobaoFeedflowItemCreativeDeleteAPIRequest) GetCreativeIdList added in v1.2.0

func (r TaobaoFeedflowItemCreativeDeleteAPIRequest) GetCreativeIdList() []int64

Get CreativeIdList Getter

func (*TaobaoFeedflowItemCreativeDeleteAPIRequest) SetCreativeIdList added in v1.2.0

func (r *TaobaoFeedflowItemCreativeDeleteAPIRequest) SetCreativeIdList(_creativeIdList []int64) error

Set is CreativeIdList Setter 创意id列表

type TaobaoFeedflowItemCreativeDeleteAPIResponse

type TaobaoFeedflowItemCreativeDeleteAPIResponse struct {
	model.CommonResponse
	TaobaoFeedflowItemCreativeDeleteAPIResponseModel
}
TaobaoFeedflowItemCreativeDeleteAPIResponse

信息流删除创意 API返回值 taobao.feedflow.item.creative.delete

信息流删除创意

type TaobaoFeedflowItemCreativeDeleteAPIResponseModel added in v1.2.0

type TaobaoFeedflowItemCreativeDeleteAPIResponseModel struct {
	XMLName xml.Name `xml:"feedflow_item_creative_delete_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回结果对下
	Result *TaobaoFeedflowItemCreativeDeleteResultDto `json:"result,omitempty" xml:"result,omitempty"`
}

TaobaoFeedflowItemCreativeDeleteAPIResponseModel is 信息流删除创意 成功返回结果

type TaobaoFeedflowItemCreativeDeleteResultDto

type TaobaoFeedflowItemCreativeDeleteResultDto struct {
	// 消息
	Message string `json:"message,omitempty" xml:"message,omitempty"`
	// 调用是否成功,true-成功,false-失败
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
	// 错误信息
	ErrorList []ErrorInfoDto `json:"error_list,omitempty" xml:"error_list>error_info_dto,omitempty"`
}

TaobaoFeedflowItemCreativeDeleteResultDto 结构体

type TaobaoFeedflowItemCreativeRptdailylistAPIRequest added in v1.2.0

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

创意分日数据查询 API请求 taobao.feedflow.item.creative.rptdailylist

创意分日数据查询

func NewTaobaoFeedflowItemCreativeRptdailylistRequest

func NewTaobaoFeedflowItemCreativeRptdailylistRequest() *TaobaoFeedflowItemCreativeRptdailylistAPIRequest

NewTaobaoFeedflowItemCreativeRptdailylistRequest 初始化TaobaoFeedflowItemCreativeRptdailylistAPIRequest对象

func (TaobaoFeedflowItemCreativeRptdailylistAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaoFeedflowItemCreativeRptdailylistAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (TaobaoFeedflowItemCreativeRptdailylistAPIRequest) GetRptQueryDTO added in v1.2.0

Get RptQueryDTO Getter

func (*TaobaoFeedflowItemCreativeRptdailylistAPIRequest) SetRptQueryDTO added in v1.2.0

func (r *TaobaoFeedflowItemCreativeRptdailylistAPIRequest) SetRptQueryDTO(_rptQueryDTO *RptQueryDto) error

Set is RptQueryDTO Setter 查询条件

type TaobaoFeedflowItemCreativeRptdailylistAPIResponse

type TaobaoFeedflowItemCreativeRptdailylistAPIResponse struct {
	model.CommonResponse
	TaobaoFeedflowItemCreativeRptdailylistAPIResponseModel
}
TaobaoFeedflowItemCreativeRptdailylistAPIResponse

创意分日数据查询 API返回值 taobao.feedflow.item.creative.rptdailylist

创意分日数据查询

type TaobaoFeedflowItemCreativeRptdailylistAPIResponseModel added in v1.2.0

type TaobaoFeedflowItemCreativeRptdailylistAPIResponseModel struct {
	XMLName xml.Name `xml:"feedflow_item_creative_rptdailylist_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回结果
	Result *TaobaoFeedflowItemCreativeRptdailylistResultDto `json:"result,omitempty" xml:"result,omitempty"`
}

TaobaoFeedflowItemCreativeRptdailylistAPIResponseModel is 创意分日数据查询 成功返回结果

type TaobaoFeedflowItemCreativeRptdailylistResultDto

type TaobaoFeedflowItemCreativeRptdailylistResultDto struct {
	// message
	Message string `json:"message,omitempty" xml:"message,omitempty"`
	// 报表结果
	RptList []RptResultDto `json:"rpt_list,omitempty" xml:"rpt_list>rpt_result_dto,omitempty"`
	// 是否调用成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

TaobaoFeedflowItemCreativeRptdailylistResultDto 结构体

type TaobaoFeedflowItemCreativeRpthourlistAPIRequest added in v1.2.0

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

超级推荐【商品推广】创意分时报表查询 API请求 taobao.feedflow.item.creative.rpthourlist

创意分时数据查询,支持广告主查询最近90天内某一天的创意维度分时报表数据

func NewTaobaoFeedflowItemCreativeRpthourlistRequest

func NewTaobaoFeedflowItemCreativeRpthourlistRequest() *TaobaoFeedflowItemCreativeRpthourlistAPIRequest

NewTaobaoFeedflowItemCreativeRpthourlistRequest 初始化TaobaoFeedflowItemCreativeRpthourlistAPIRequest对象

func (TaobaoFeedflowItemCreativeRpthourlistAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaoFeedflowItemCreativeRpthourlistAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (TaobaoFeedflowItemCreativeRpthourlistAPIRequest) GetRptQuery added in v1.2.0

Get RptQuery Getter

func (*TaobaoFeedflowItemCreativeRpthourlistAPIRequest) SetRptQuery added in v1.2.0

Set is RptQuery Setter 查询参数

type TaobaoFeedflowItemCreativeRpthourlistAPIResponse

type TaobaoFeedflowItemCreativeRpthourlistAPIResponse struct {
	model.CommonResponse
	TaobaoFeedflowItemCreativeRpthourlistAPIResponseModel
}
TaobaoFeedflowItemCreativeRpthourlistAPIResponse

超级推荐【商品推广】创意分时报表查询 API返回值 taobao.feedflow.item.creative.rpthourlist

创意分时数据查询,支持广告主查询最近90天内某一天的创意维度分时报表数据

type TaobaoFeedflowItemCreativeRpthourlistAPIResponseModel added in v1.2.0

type TaobaoFeedflowItemCreativeRpthourlistAPIResponseModel struct {
	XMLName xml.Name `xml:"feedflow_item_creative_rpthourlist_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 异步获取历史数据接口返回结果
	Result *TaobaoFeedflowItemCreativeRpthourlistResultDto `json:"result,omitempty" xml:"result,omitempty"`
}

TaobaoFeedflowItemCreativeRpthourlistAPIResponseModel is 超级推荐【商品推广】创意分时报表查询 成功返回结果

type TaobaoFeedflowItemCreativeRpthourlistResultDto

type TaobaoFeedflowItemCreativeRpthourlistResultDto struct {
	// 描述信息
	Message string `json:"message,omitempty" xml:"message,omitempty"`
	// 返回结果
	RptList []RptResultDto `json:"rpt_list,omitempty" xml:"rpt_list>rpt_result_dto,omitempty"`
	// 总数
	TotalCount int64 `json:"total_count,omitempty" xml:"total_count,omitempty"`
	// 返回信息
	ResultCode *ResultCode `json:"result_code,omitempty" xml:"result_code,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

TaobaoFeedflowItemCreativeRpthourlistResultDto 结构体

type TaobaoFeedflowItemCrowdAddAPIRequest added in v1.2.0

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

单品单元下,新增定向人群 API请求 taobao.feedflow.item.crowd.add

单品单元下,新增定向人群

func NewTaobaoFeedflowItemCrowdAddRequest

func NewTaobaoFeedflowItemCrowdAddRequest() *TaobaoFeedflowItemCrowdAddAPIRequest

NewTaobaoFeedflowItemCrowdAddRequest 初始化TaobaoFeedflowItemCrowdAddAPIRequest对象

func (TaobaoFeedflowItemCrowdAddAPIRequest) GetAdgroupId added in v1.2.0

Get AdgroupId Getter

func (TaobaoFeedflowItemCrowdAddAPIRequest) GetApiMethodName added in v1.2.0

func (r TaobaoFeedflowItemCrowdAddAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaoFeedflowItemCrowdAddAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (TaobaoFeedflowItemCrowdAddAPIRequest) GetCrowds added in v1.2.0

Get Crowds Getter

func (*TaobaoFeedflowItemCrowdAddAPIRequest) SetAdgroupId added in v1.2.0

func (r *TaobaoFeedflowItemCrowdAddAPIRequest) SetAdgroupId(_adgroupId int64) error

Set is AdgroupId Setter 单元id

func (*TaobaoFeedflowItemCrowdAddAPIRequest) SetCrowds added in v1.2.0

func (r *TaobaoFeedflowItemCrowdAddAPIRequest) SetCrowds(_crowds []CrowdDto) error

Set is Crowds Setter 人群列表

type TaobaoFeedflowItemCrowdAddAPIResponse

type TaobaoFeedflowItemCrowdAddAPIResponse struct {
	model.CommonResponse
	TaobaoFeedflowItemCrowdAddAPIResponseModel
}
TaobaoFeedflowItemCrowdAddAPIResponse

单品单元下,新增定向人群 API返回值 taobao.feedflow.item.crowd.add

单品单元下,新增定向人群

type TaobaoFeedflowItemCrowdAddAPIResponseModel added in v1.2.0

type TaobaoFeedflowItemCrowdAddAPIResponseModel struct {
	XMLName xml.Name `xml:"feedflow_item_crowd_add_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回结果对象
	Result *TaobaoFeedflowItemCrowdAddResultDto `json:"result,omitempty" xml:"result,omitempty"`
}

TaobaoFeedflowItemCrowdAddAPIResponseModel is 单品单元下,新增定向人群 成功返回结果

type TaobaoFeedflowItemCrowdAddResultDto

type TaobaoFeedflowItemCrowdAddResultDto struct {
	// message
	Message string `json:"message,omitempty" xml:"message,omitempty"`
	// 调用是否成功,true-成功,false-失败
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

TaobaoFeedflowItemCrowdAddResultDto 结构体

type TaobaoFeedflowItemCrowdDeleteAPIRequest added in v1.2.0

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

删除单品人群 API请求 taobao.feedflow.item.crowd.delete

删除单品人群

func NewTaobaoFeedflowItemCrowdDeleteRequest

func NewTaobaoFeedflowItemCrowdDeleteRequest() *TaobaoFeedflowItemCrowdDeleteAPIRequest

NewTaobaoFeedflowItemCrowdDeleteRequest 初始化TaobaoFeedflowItemCrowdDeleteAPIRequest对象

func (TaobaoFeedflowItemCrowdDeleteAPIRequest) GetAdgroupId added in v1.2.0

Get AdgroupId Getter

func (TaobaoFeedflowItemCrowdDeleteAPIRequest) GetApiMethodName added in v1.2.0

func (r TaobaoFeedflowItemCrowdDeleteAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaoFeedflowItemCrowdDeleteAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (TaobaoFeedflowItemCrowdDeleteAPIRequest) GetCrowds added in v1.2.0

Get Crowds Getter

func (*TaobaoFeedflowItemCrowdDeleteAPIRequest) SetAdgroupId added in v1.2.0

func (r *TaobaoFeedflowItemCrowdDeleteAPIRequest) SetAdgroupId(_adgroupId int64) error

Set is AdgroupId Setter 单元id

func (*TaobaoFeedflowItemCrowdDeleteAPIRequest) SetCrowds added in v1.2.0

func (r *TaobaoFeedflowItemCrowdDeleteAPIRequest) SetCrowds(_crowds []CrowdDto) error

Set is Crowds Setter 人群结构

type TaobaoFeedflowItemCrowdDeleteAPIResponse

type TaobaoFeedflowItemCrowdDeleteAPIResponse struct {
	model.CommonResponse
	TaobaoFeedflowItemCrowdDeleteAPIResponseModel
}
TaobaoFeedflowItemCrowdDeleteAPIResponse

删除单品人群 API返回值 taobao.feedflow.item.crowd.delete

删除单品人群

type TaobaoFeedflowItemCrowdDeleteAPIResponseModel added in v1.2.0

type TaobaoFeedflowItemCrowdDeleteAPIResponseModel struct {
	XMLName xml.Name `xml:"feedflow_item_crowd_delete_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回结果对象
	Result *TaobaoFeedflowItemCrowdDeleteResultDto `json:"result,omitempty" xml:"result,omitempty"`
}

TaobaoFeedflowItemCrowdDeleteAPIResponseModel is 删除单品人群 成功返回结果

type TaobaoFeedflowItemCrowdDeleteResultDto

type TaobaoFeedflowItemCrowdDeleteResultDto struct {
	// message
	Message string `json:"message,omitempty" xml:"message,omitempty"`
	// 调用是否成功,true-成功,false-失败
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

TaobaoFeedflowItemCrowdDeleteResultDto 结构体

type TaobaoFeedflowItemCrowdModifyAPIRequest added in v1.2.0

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

覆盖单元下同类型定向人群 API请求 taobao.feedflow.item.crowd.modify

覆盖单元下同类型定向人群

func NewTaobaoFeedflowItemCrowdModifyRequest

func NewTaobaoFeedflowItemCrowdModifyRequest() *TaobaoFeedflowItemCrowdModifyAPIRequest

NewTaobaoFeedflowItemCrowdModifyRequest 初始化TaobaoFeedflowItemCrowdModifyAPIRequest对象

func (TaobaoFeedflowItemCrowdModifyAPIRequest) GetAdgroupId added in v1.2.0

Get AdgroupId Getter

func (TaobaoFeedflowItemCrowdModifyAPIRequest) GetApiMethodName added in v1.2.0

func (r TaobaoFeedflowItemCrowdModifyAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaoFeedflowItemCrowdModifyAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (TaobaoFeedflowItemCrowdModifyAPIRequest) GetCrowds added in v1.2.0

Get Crowds Getter

func (*TaobaoFeedflowItemCrowdModifyAPIRequest) SetAdgroupId added in v1.2.0

func (r *TaobaoFeedflowItemCrowdModifyAPIRequest) SetAdgroupId(_adgroupId int64) error

Set is AdgroupId Setter 单元id

func (*TaobaoFeedflowItemCrowdModifyAPIRequest) SetCrowds added in v1.2.0

func (r *TaobaoFeedflowItemCrowdModifyAPIRequest) SetCrowds(_crowds []CrowdDto) error

Set is Crowds Setter 人群信息

type TaobaoFeedflowItemCrowdModifyAPIResponse

type TaobaoFeedflowItemCrowdModifyAPIResponse struct {
	model.CommonResponse
	TaobaoFeedflowItemCrowdModifyAPIResponseModel
}
TaobaoFeedflowItemCrowdModifyAPIResponse

覆盖单元下同类型定向人群 API返回值 taobao.feedflow.item.crowd.modify

覆盖单元下同类型定向人群

type TaobaoFeedflowItemCrowdModifyAPIResponseModel added in v1.2.0

type TaobaoFeedflowItemCrowdModifyAPIResponseModel struct {
	XMLName xml.Name `xml:"feedflow_item_crowd_modify_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回结果对象
	Result *TaobaoFeedflowItemCrowdModifyResultDto `json:"result,omitempty" xml:"result,omitempty"`
}

TaobaoFeedflowItemCrowdModifyAPIResponseModel is 覆盖单元下同类型定向人群 成功返回结果

type TaobaoFeedflowItemCrowdModifyResultDto

type TaobaoFeedflowItemCrowdModifyResultDto struct {
	// message
	Message string `json:"message,omitempty" xml:"message,omitempty"`
	// 调用是否成功,true-成功,false-失败
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

TaobaoFeedflowItemCrowdModifyResultDto 结构体

type TaobaoFeedflowItemCrowdModifybindAPIRequest added in v1.2.0

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

修改人群出价或状态 API请求 taobao.feedflow.item.crowd.modifybind

修改人群出价或状态

func NewTaobaoFeedflowItemCrowdModifybindRequest

func NewTaobaoFeedflowItemCrowdModifybindRequest() *TaobaoFeedflowItemCrowdModifybindAPIRequest

NewTaobaoFeedflowItemCrowdModifybindRequest 初始化TaobaoFeedflowItemCrowdModifybindAPIRequest对象

func (TaobaoFeedflowItemCrowdModifybindAPIRequest) GetAdgroupId added in v1.2.0

Get AdgroupId Getter

func (TaobaoFeedflowItemCrowdModifybindAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaoFeedflowItemCrowdModifybindAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (TaobaoFeedflowItemCrowdModifybindAPIRequest) GetCrowds added in v1.2.0

Get Crowds Getter

func (*TaobaoFeedflowItemCrowdModifybindAPIRequest) SetAdgroupId added in v1.2.0

func (r *TaobaoFeedflowItemCrowdModifybindAPIRequest) SetAdgroupId(_adgroupId int64) error

Set is AdgroupId Setter 单元id

func (*TaobaoFeedflowItemCrowdModifybindAPIRequest) SetCrowds added in v1.2.0

Set is Crowds Setter 人群信息

type TaobaoFeedflowItemCrowdModifybindAPIResponse

type TaobaoFeedflowItemCrowdModifybindAPIResponse struct {
	model.CommonResponse
	TaobaoFeedflowItemCrowdModifybindAPIResponseModel
}
TaobaoFeedflowItemCrowdModifybindAPIResponse

修改人群出价或状态 API返回值 taobao.feedflow.item.crowd.modifybind

修改人群出价或状态

type TaobaoFeedflowItemCrowdModifybindAPIResponseModel added in v1.2.0

type TaobaoFeedflowItemCrowdModifybindAPIResponseModel struct {
	XMLName xml.Name `xml:"feedflow_item_crowd_modifybind_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回结果对象
	Result *TaobaoFeedflowItemCrowdModifybindResultDto `json:"result,omitempty" xml:"result,omitempty"`
}

TaobaoFeedflowItemCrowdModifybindAPIResponseModel is 修改人群出价或状态 成功返回结果

type TaobaoFeedflowItemCrowdModifybindResultDto

type TaobaoFeedflowItemCrowdModifybindResultDto struct {
	// message
	Message string `json:"message,omitempty" xml:"message,omitempty"`
	// 调用是否成功,true-成功,false-失败
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

TaobaoFeedflowItemCrowdModifybindResultDto 结构体

type TaobaoFeedflowItemCrowdPageAPIRequest added in v1.2.0

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

分页查询单品单元下人群列表 API请求 taobao.feedflow.item.crowd.page

分页查询单品单元下人群列表

func NewTaobaoFeedflowItemCrowdPageRequest

func NewTaobaoFeedflowItemCrowdPageRequest() *TaobaoFeedflowItemCrowdPageAPIRequest

NewTaobaoFeedflowItemCrowdPageRequest 初始化TaobaoFeedflowItemCrowdPageAPIRequest对象

func (TaobaoFeedflowItemCrowdPageAPIRequest) GetApiMethodName added in v1.2.0

func (r TaobaoFeedflowItemCrowdPageAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaoFeedflowItemCrowdPageAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (TaobaoFeedflowItemCrowdPageAPIRequest) GetCrowdQuery added in v1.2.0

Get CrowdQuery Getter

func (*TaobaoFeedflowItemCrowdPageAPIRequest) SetCrowdQuery added in v1.2.0

func (r *TaobaoFeedflowItemCrowdPageAPIRequest) SetCrowdQuery(_crowdQuery *CrowdQueryDto) error

Set is CrowdQuery Setter 查询条件

type TaobaoFeedflowItemCrowdPageAPIResponse

type TaobaoFeedflowItemCrowdPageAPIResponse struct {
	model.CommonResponse
	TaobaoFeedflowItemCrowdPageAPIResponseModel
}
TaobaoFeedflowItemCrowdPageAPIResponse

分页查询单品单元下人群列表 API返回值 taobao.feedflow.item.crowd.page

分页查询单品单元下人群列表

type TaobaoFeedflowItemCrowdPageAPIResponseModel added in v1.2.0

type TaobaoFeedflowItemCrowdPageAPIResponseModel struct {
	XMLName xml.Name `xml:"feedflow_item_crowd_page_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回结果对象
	Result *TaobaoFeedflowItemCrowdPageResultDto `json:"result,omitempty" xml:"result,omitempty"`
}

TaobaoFeedflowItemCrowdPageAPIResponseModel is 分页查询单品单元下人群列表 成功返回结果

type TaobaoFeedflowItemCrowdPageResultDto

type TaobaoFeedflowItemCrowdPageResultDto struct {
	// 成功
	Message string `json:"message,omitempty" xml:"message,omitempty"`
	// 人群列表
	Crowds []CrowdDto `json:"crowds,omitempty" xml:"crowds>crowd_dto,omitempty"`
	// 总数
	TotalCount int64 `json:"total_count,omitempty" xml:"total_count,omitempty"`
	// 调用是否成功,true-成功,false-失败
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

TaobaoFeedflowItemCrowdPageResultDto 结构体

type TaobaoFeedflowItemCrowdRptdailylistAPIRequest added in v1.2.0

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

定向分日数据查询 API请求 taobao.feedflow.item.crowd.rptdailylist

定向分日数据查询

func NewTaobaoFeedflowItemCrowdRptdailylistRequest

func NewTaobaoFeedflowItemCrowdRptdailylistRequest() *TaobaoFeedflowItemCrowdRptdailylistAPIRequest

NewTaobaoFeedflowItemCrowdRptdailylistRequest 初始化TaobaoFeedflowItemCrowdRptdailylistAPIRequest对象

func (TaobaoFeedflowItemCrowdRptdailylistAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaoFeedflowItemCrowdRptdailylistAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (TaobaoFeedflowItemCrowdRptdailylistAPIRequest) GetRptQueryDTO added in v1.2.0

Get RptQueryDTO Getter

func (*TaobaoFeedflowItemCrowdRptdailylistAPIRequest) SetRptQueryDTO added in v1.2.0

func (r *TaobaoFeedflowItemCrowdRptdailylistAPIRequest) SetRptQueryDTO(_rptQueryDTO *RptQueryDto) error

Set is RptQueryDTO Setter 查询条件

type TaobaoFeedflowItemCrowdRptdailylistAPIResponse

type TaobaoFeedflowItemCrowdRptdailylistAPIResponse struct {
	model.CommonResponse
	TaobaoFeedflowItemCrowdRptdailylistAPIResponseModel
}
TaobaoFeedflowItemCrowdRptdailylistAPIResponse

定向分日数据查询 API返回值 taobao.feedflow.item.crowd.rptdailylist

定向分日数据查询

type TaobaoFeedflowItemCrowdRptdailylistAPIResponseModel added in v1.2.0

type TaobaoFeedflowItemCrowdRptdailylistAPIResponseModel struct {
	XMLName xml.Name `xml:"feedflow_item_crowd_rptdailylist_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回结果
	Result *TaobaoFeedflowItemCrowdRptdailylistResultDto `json:"result,omitempty" xml:"result,omitempty"`
}

TaobaoFeedflowItemCrowdRptdailylistAPIResponseModel is 定向分日数据查询 成功返回结果

type TaobaoFeedflowItemCrowdRptdailylistResultDto

type TaobaoFeedflowItemCrowdRptdailylistResultDto struct {
	// message
	Message string `json:"message,omitempty" xml:"message,omitempty"`
	// 报表信息
	RptList []RptResultDto `json:"rpt_list,omitempty" xml:"rpt_list>rpt_result_dto,omitempty"`
	// 是否调用成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

TaobaoFeedflowItemCrowdRptdailylistResultDto 结构体

type TaobaoFeedflowItemCrowdRpthourlistAPIRequest added in v1.2.0

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

超级推荐【商品推广】定向分时报表查询 API请求 taobao.feedflow.item.crowd.rpthourlist

广告主定向分时数据查询,支持广告主查询最近90天内某一天的定向维度分时报表数据

func NewTaobaoFeedflowItemCrowdRpthourlistRequest

func NewTaobaoFeedflowItemCrowdRpthourlistRequest() *TaobaoFeedflowItemCrowdRpthourlistAPIRequest

NewTaobaoFeedflowItemCrowdRpthourlistRequest 初始化TaobaoFeedflowItemCrowdRpthourlistAPIRequest对象

func (TaobaoFeedflowItemCrowdRpthourlistAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaoFeedflowItemCrowdRpthourlistAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (TaobaoFeedflowItemCrowdRpthourlistAPIRequest) GetRptQuery added in v1.2.0

Get RptQuery Getter

func (*TaobaoFeedflowItemCrowdRpthourlistAPIRequest) SetRptQuery added in v1.2.0

Set is RptQuery Setter 查询参数

type TaobaoFeedflowItemCrowdRpthourlistAPIResponse

type TaobaoFeedflowItemCrowdRpthourlistAPIResponse struct {
	model.CommonResponse
	TaobaoFeedflowItemCrowdRpthourlistAPIResponseModel
}
TaobaoFeedflowItemCrowdRpthourlistAPIResponse

超级推荐【商品推广】定向分时报表查询 API返回值 taobao.feedflow.item.crowd.rpthourlist

广告主定向分时数据查询,支持广告主查询最近90天内某一天的定向维度分时报表数据

type TaobaoFeedflowItemCrowdRpthourlistAPIResponseModel added in v1.2.0

type TaobaoFeedflowItemCrowdRpthourlistAPIResponseModel struct {
	XMLName xml.Name `xml:"feedflow_item_crowd_rpthourlist_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 异步获取历史数据接口返回结果
	Result *TaobaoFeedflowItemCrowdRpthourlistResultDto `json:"result,omitempty" xml:"result,omitempty"`
}

TaobaoFeedflowItemCrowdRpthourlistAPIResponseModel is 超级推荐【商品推广】定向分时报表查询 成功返回结果

type TaobaoFeedflowItemCrowdRpthourlistResultDto

type TaobaoFeedflowItemCrowdRpthourlistResultDto struct {
	// 描述信息
	Message string `json:"message,omitempty" xml:"message,omitempty"`
	// 返回结果
	RptList []RptResultDto `json:"rpt_list,omitempty" xml:"rpt_list>rpt_result_dto,omitempty"`
	// 总数
	TotalCount int64 `json:"total_count,omitempty" xml:"total_count,omitempty"`
	// 返回信息
	ResultCode *ResultCode `json:"result_code,omitempty" xml:"result_code,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

TaobaoFeedflowItemCrowdRpthourlistResultDto 结构体

type TaobaoFeedflowItemItemPageAPIRequest added in v1.2.0

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

信息流查看商品列表 API请求 taobao.feedflow.item.item.page

信息流查看商品列表

func NewTaobaoFeedflowItemItemPageRequest

func NewTaobaoFeedflowItemItemPageRequest() *TaobaoFeedflowItemItemPageAPIRequest

NewTaobaoFeedflowItemItemPageRequest 初始化TaobaoFeedflowItemItemPageAPIRequest对象

func (TaobaoFeedflowItemItemPageAPIRequest) GetApiMethodName added in v1.2.0

func (r TaobaoFeedflowItemItemPageAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaoFeedflowItemItemPageAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (TaobaoFeedflowItemItemPageAPIRequest) GetItemQuery added in v1.2.0

Get ItemQuery Getter

func (*TaobaoFeedflowItemItemPageAPIRequest) SetItemQuery added in v1.2.0

func (r *TaobaoFeedflowItemItemPageAPIRequest) SetItemQuery(_itemQuery *ItemQueryDto) error

Set is ItemQuery Setter 查询条件

type TaobaoFeedflowItemItemPageAPIResponse

type TaobaoFeedflowItemItemPageAPIResponse struct {
	model.CommonResponse
	TaobaoFeedflowItemItemPageAPIResponseModel
}
TaobaoFeedflowItemItemPageAPIResponse

信息流查看商品列表 API返回值 taobao.feedflow.item.item.page

信息流查看商品列表

type TaobaoFeedflowItemItemPageAPIResponseModel added in v1.2.0

type TaobaoFeedflowItemItemPageAPIResponseModel struct {
	XMLName xml.Name `xml:"feedflow_item_item_page_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回结果对象
	Result *TaobaoFeedflowItemItemPageResultDto `json:"result,omitempty" xml:"result,omitempty"`
}

TaobaoFeedflowItemItemPageAPIResponseModel is 信息流查看商品列表 成功返回结果

type TaobaoFeedflowItemItemPageResultDto

type TaobaoFeedflowItemItemPageResultDto struct {
	// 返回信息
	Message string `json:"message,omitempty" xml:"message,omitempty"`
	// 商品总数
	TotalCount int64 `json:"total_count,omitempty" xml:"total_count,omitempty"`
	// 调用是否成功,true-成功,false-失败
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
	// 商品列表
	ItemList []ItemDto `json:"item_list,omitempty" xml:"item_list>item_dto,omitempty"`
}

TaobaoFeedflowItemItemPageResultDto 结构体

type TaobaoFeedflowItemOptionPageAPIRequest added in v1.2.0

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

分页查询定向标签列表 API请求 taobao.feedflow.item.option.page

分页查询定向标签列表

func NewTaobaoFeedflowItemOptionPageRequest

func NewTaobaoFeedflowItemOptionPageRequest() *TaobaoFeedflowItemOptionPageAPIRequest

NewTaobaoFeedflowItemOptionPageRequest 初始化TaobaoFeedflowItemOptionPageAPIRequest对象

func (TaobaoFeedflowItemOptionPageAPIRequest) GetApiMethodName added in v1.2.0

func (r TaobaoFeedflowItemOptionPageAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaoFeedflowItemOptionPageAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (TaobaoFeedflowItemOptionPageAPIRequest) GetLabelQuery added in v1.2.0

Get LabelQuery Getter

func (*TaobaoFeedflowItemOptionPageAPIRequest) SetLabelQuery added in v1.2.0

func (r *TaobaoFeedflowItemOptionPageAPIRequest) SetLabelQuery(_labelQuery *LabelQueryDto) error

Set is LabelQuery Setter 标签查询条件

type TaobaoFeedflowItemOptionPageAPIResponse

type TaobaoFeedflowItemOptionPageAPIResponse struct {
	model.CommonResponse
	TaobaoFeedflowItemOptionPageAPIResponseModel
}
TaobaoFeedflowItemOptionPageAPIResponse

分页查询定向标签列表 API返回值 taobao.feedflow.item.option.page

分页查询定向标签列表

type TaobaoFeedflowItemOptionPageAPIResponseModel added in v1.2.0

type TaobaoFeedflowItemOptionPageAPIResponseModel struct {
	XMLName xml.Name `xml:"feedflow_item_option_page_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回结果对象
	Result *TaobaoFeedflowItemOptionPageResultDto `json:"result,omitempty" xml:"result,omitempty"`
}

TaobaoFeedflowItemOptionPageAPIResponseModel is 分页查询定向标签列表 成功返回结果

type TaobaoFeedflowItemOptionPageResultDto

type TaobaoFeedflowItemOptionPageResultDto struct {
	// 成功
	Message string `json:"message,omitempty" xml:"message,omitempty"`
	// 标签信息
	Labels []LabelDto `json:"labels,omitempty" xml:"labels>label_dto,omitempty"`
	// 总数
	TotalCount int64 `json:"total_count,omitempty" xml:"total_count,omitempty"`
	// 调用是否成功,true-成功,false-失败
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

TaobaoFeedflowItemOptionPageResultDto 结构体

type TaobaoFeedflowItemTargetValidlistAPIRequest added in v1.2.0

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

获取有权限的定向列表 API请求 taobao.feedflow.item.target.validlist

获取有权限的定向列表

func NewTaobaoFeedflowItemTargetValidlistRequest

func NewTaobaoFeedflowItemTargetValidlistRequest() *TaobaoFeedflowItemTargetValidlistAPIRequest

NewTaobaoFeedflowItemTargetValidlistRequest 初始化TaobaoFeedflowItemTargetValidlistAPIRequest对象

func (TaobaoFeedflowItemTargetValidlistAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (TaobaoFeedflowItemTargetValidlistAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (TaobaoFeedflowItemTargetValidlistAPIRequest) GetCampaignId added in v1.2.0

Get CampaignId Getter

func (*TaobaoFeedflowItemTargetValidlistAPIRequest) SetCampaignId added in v1.2.0

func (r *TaobaoFeedflowItemTargetValidlistAPIRequest) SetCampaignId(_campaignId int64) error

Set is CampaignId Setter 计划id

type TaobaoFeedflowItemTargetValidlistAPIResponse

type TaobaoFeedflowItemTargetValidlistAPIResponse struct {
	model.CommonResponse
	TaobaoFeedflowItemTargetValidlistAPIResponseModel
}
TaobaoFeedflowItemTargetValidlistAPIResponse

获取有权限的定向列表 API返回值 taobao.feedflow.item.target.validlist

获取有权限的定向列表

type TaobaoFeedflowItemTargetValidlistAPIResponseModel added in v1.2.0

type TaobaoFeedflowItemTargetValidlistAPIResponseModel struct {
	XMLName xml.Name `xml:"feedflow_item_target_validlist_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回结果对象
	Result *TaobaoFeedflowItemTargetValidlistResultDto `json:"result,omitempty" xml:"result,omitempty"`
}

TaobaoFeedflowItemTargetValidlistAPIResponseModel is 获取有权限的定向列表 成功返回结果

type TaobaoFeedflowItemTargetValidlistResultDto

type TaobaoFeedflowItemTargetValidlistResultDto struct {
	// 成功
	Message string `json:"message,omitempty" xml:"message,omitempty"`
	// 定向结构
	Targets []TargetDto `json:"targets,omitempty" xml:"targets>target_dto,omitempty"`
	// 调用是否成功,true-成功,false-失败
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

TaobaoFeedflowItemTargetValidlistResultDto 结构体

type TargetDto

type TargetDto struct {
	// 定向id
	TargetId int64 `json:"target_id,omitempty" xml:"target_id,omitempty"`
	// 定向名称
	TargetName string `json:"target_name,omitempty" xml:"target_name,omitempty"`
	// 定向描述
	TargetDesc string `json:"target_desc,omitempty" xml:"target_desc,omitempty"`
	// 定向类型
	TargetType string `json:"target_type,omitempty" xml:"target_type,omitempty"`
}

TargetDto 结构体

type TimeSpanDto

type TimeSpanDto struct {
	// 折扣率
	Discount int64 `json:"discount,omitempty" xml:"discount,omitempty"`
	// 时间
	Time string `json:"time,omitempty" xml:"time,omitempty"`
}

TimeSpanDto 结构体

Source Files

Jump to

Keyboard shortcuts

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