feedflow

package
v1.1.3 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AccessAllowedDto

type AccessAllowedDto struct {
	IsAccessAllowed bool `json:"is_access_allowed,omitempty" xml:"is_access_allowed,omitempty"`

	Reason string `json:"reason,omitempty" xml:"reason,omitempty"`
}

AccessAllowedDto

type AccountDTO

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,omitempty"`

	CampaignId int64 `json:"campaign_id,omitempty" xml:"campaign_id,omitempty"`

	CrowdList []CrowdDto `json:"crowd_list,omitempty" xml:"crowd_list,omitempty"`

	IntelligentBid *IntelligentBidDto `json:"intelligent_bid,omitempty" xml:"intelligent_bid,omitempty"`

	ItemId int64 `json:"item_id,omitempty" xml:"item_id,omitempty"`

	AdgroupId int64 `json:"adgroup_id,omitempty" xml:"adgroup_id,omitempty"`

	Status string `json:"status,omitempty" xml:"status,omitempty"`
}

AdgroupDto

type AdgroupQueryDto

type AdgroupQueryDto struct {
	AdgroupIdList []int64 `json:"adgroup_id_list,omitempty" xml:"adgroup_id_list>int64,omitempty"`

	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"`

	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 {
	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 {
	AdzoneIdList []int64 `json:"adzone_id_list,omitempty" xml:"adzone_id_list>int64,omitempty"`

	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"`

	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"`

	AdzoneId int64 `json:"adzone_id,omitempty" xml:"adzone_id,omitempty"`
}

AdzoneDto

type AdzoneQueryDto

type AdzoneQueryDto struct {
	CampaignId int64 `json:"campaign_id,omitempty" xml:"campaign_id,omitempty"`

	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

type CampaignDTo struct {
	CampaignId int64 `json:"campaign_id,omitempty" xml:"campaign_id,omitempty"`

	CampaignName string `json:"campaign_name,omitempty" xml:"campaign_name,omitempty"`

	DayBudget int64 `json:"day_budget,omitempty" xml:"day_budget,omitempty"`

	LaunchAreaList []LaunchAreaDto `json:"launch_area_list,omitempty" xml:"launch_area_list,omitempty"`

	LaunchTime *LaunchTimeDto `json:"launch_time,omitempty" xml:"launch_time,omitempty"`

	Status string `json:"status,omitempty" xml:"status,omitempty"`

	LaunchPeriodList []LaunchPeriodDto `json:"launch_period_list,omitempty" xml:"launch_period_list,omitempty"`
}

CampaignDTo

type CampaignQueryDto

type CampaignQueryDto struct {
	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"`

	CreativeId int64 `json:"creative_id,omitempty" xml:"creative_id,omitempty"`

	Title string `json:"title,omitempty" xml:"title,omitempty"`

	AuditStatus string `json:"audit_status,omitempty" xml:"audit_status,omitempty"`

	AuditReason string `json:"audit_reason,omitempty" xml:"audit_reason,omitempty"`

	CampaignId int64 `json:"campaign_id,omitempty" xml:"campaign_id,omitempty"`

	AdgroupId int64 `json:"adgroup_id,omitempty" xml:"adgroup_id,omitempty"`
}

CreativeBindDto

type CreativeBindQueryDto

type CreativeBindQueryDto struct {
	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"`

	CreativeIdList []int64 `json:"creative_id_list,omitempty" xml:"creative_id_list>int64,omitempty"`

	CreativeName string `json:"creative_name,omitempty" xml:"creative_name,omitempty"`

	AuditStatus string `json:"audit_status,omitempty" xml:"audit_status,omitempty"`

	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"`

	CrowdId int64 `json:"crowd_id,omitempty" xml:"crowd_id,omitempty"`

	Status string `json:"status,omitempty" xml:"status,omitempty"`

	CampaignId int64 `json:"campaign_id,omitempty" xml:"campaign_id,omitempty"`

	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"`

	AdgroupId int64 `json:"adgroup_id,omitempty" xml:"adgroup_id,omitempty"`

	PageSize int64 `json:"page_size,omitempty" xml:"page_size,omitempty"`

	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"`

	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,omitempty"`
}

ErrorInfoDto

type ErrorObjectDto

type ErrorObjectDto struct {
	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"`

	Strategy int64 `json:"strategy,omitempty" xml:"strategy,omitempty"`
}

IntelligentBidDto

type ItemDto

type ItemDto struct {
	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"`

	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 {
	CampaignId int64 `json:"campaign_id,omitempty" xml:"campaign_id,omitempty"`

	Title string `json:"title,omitempty" xml:"title,omitempty"`

	PageSize int64 `json:"page_size,omitempty" xml:"page_size,omitempty"`

	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 {
	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,omitempty"`

	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"`

	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"`

	ItemIdList []int64 `json:"item_id_list,omitempty" xml:"item_id_list>int64,omitempty"`
}

LabelQueryDto

type LaunchAreaDto

type LaunchAreaDto struct {
	Code int64 `json:"code,omitempty" xml:"code,omitempty"`

	Name string `json:"name,omitempty" xml:"name,omitempty"`
}

LaunchAreaDto

type LaunchPeriodDTO

type LaunchPeriodDTO struct {
	TimeSpanList []TimeSpanDto `json:"time_span_list,omitempty" xml:"time_span_list,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

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"`

	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"`

	CampaignId int64 `json:"campaign_id,omitempty" xml:"campaign_id,omitempty"`

	AdgroupId int64 `json:"adgroup_id,omitempty" xml:"adgroup_id,omitempty"`

	AdzoneId int64 `json:"adzone_id,omitempty" xml:"adzone_id,omitempty"`

	CreativeId int64 `json:"creative_id,omitempty" xml:"creative_id,omitempty"`

	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"`

	CampaignId int64 `json:"campaign_id,omitempty" xml:"campaign_id,omitempty"`

	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"`

	AdzoneId int64 `json:"adzone_id,omitempty" xml:"adzone_id,omitempty"`

	AdzoneName string `json:"adzone_name,omitempty" xml:"adzone_name,omitempty"`

	CreativeId int64 `json:"creative_id,omitempty" xml:"creative_id,omitempty"`

	CreativeName string `json:"creative_name,omitempty" xml:"creative_name,omitempty"`

	CrowdId int64 `json:"crowd_id,omitempty" xml:"crowd_id,omitempty"`

	CrowdName string `json:"crowd_name,omitempty" xml:"crowd_name,omitempty"`
}

RptResultDto

type TaobaoFeedflowAccountGetAPIResponse

type TaobaoFeedflowAccountGetAPIResponse struct {
	model.CommonResponse
	TaobaoFeedflowAccountGetResponse
}

获取信息流账户详情 APIResponse taobao.feedflow.account.get

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

type TaobaoFeedflowAccountGetRequest

type TaobaoFeedflowAccountGetRequest struct {
	model.Params
}

获取信息流账户详情 APIRequest taobao.feedflow.account.get

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

func NewTaobaoFeedflowAccountGetRequest

func NewTaobaoFeedflowAccountGetRequest() *TaobaoFeedflowAccountGetRequest

func (TaobaoFeedflowAccountGetRequest) GetApiMethodName

func (r TaobaoFeedflowAccountGetRequest) GetApiMethodName() string

func (TaobaoFeedflowAccountGetRequest) GetApiParams

func (r TaobaoFeedflowAccountGetRequest) GetApiParams() url.Values

type TaobaoFeedflowAccountGetResponse

type TaobaoFeedflowAccountGetResponse 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"`
}

type TaobaoFeedflowAccountRptdailylistAPIResponse

type TaobaoFeedflowAccountRptdailylistAPIResponse struct {
	model.CommonResponse
	TaobaoFeedflowAccountRptdailylistResponse
}

获取广告主分日数据 APIResponse taobao.feedflow.account.rptdailylist

获取广告主分日数据

type TaobaoFeedflowAccountRptdailylistRequest

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

获取广告主分日数据 APIRequest taobao.feedflow.account.rptdailylist

获取广告主分日数据

func NewTaobaoFeedflowAccountRptdailylistRequest

func NewTaobaoFeedflowAccountRptdailylistRequest() *TaobaoFeedflowAccountRptdailylistRequest

func (TaobaoFeedflowAccountRptdailylistRequest) GetApiMethodName

func (r TaobaoFeedflowAccountRptdailylistRequest) GetApiMethodName() string

func (TaobaoFeedflowAccountRptdailylistRequest) GetApiParams

func (TaobaoFeedflowAccountRptdailylistRequest) GetRptQueryDTO

func (*TaobaoFeedflowAccountRptdailylistRequest) SetRptQueryDTO

func (r *TaobaoFeedflowAccountRptdailylistRequest) SetRptQueryDTO(rptQueryDTO *RptQueryDto) error

type TaobaoFeedflowAccountRptdailylistResponse

type TaobaoFeedflowAccountRptdailylistResponse 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"`
}

type TaobaoFeedflowAccountRptdailylistResultDto

type TaobaoFeedflowAccountRptdailylistResultDto struct {
	Message string `json:"message,omitempty" xml:"message,omitempty"`

	RptList []RptResultDto `json:"rpt_list,omitempty" xml:"rpt_list,omitempty"`

	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

TaobaoFeedflowAccountRptdailylistResultDto

type TaobaoFeedflowAccountRpthourlistAPIResponse

type TaobaoFeedflowAccountRpthourlistAPIResponse struct {
	model.CommonResponse
	TaobaoFeedflowAccountRpthourlistResponse
}

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

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

type TaobaoFeedflowAccountRpthourlistRequest

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

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

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

func NewTaobaoFeedflowAccountRpthourlistRequest

func NewTaobaoFeedflowAccountRpthourlistRequest() *TaobaoFeedflowAccountRpthourlistRequest

func (TaobaoFeedflowAccountRpthourlistRequest) GetApiMethodName

func (r TaobaoFeedflowAccountRpthourlistRequest) GetApiMethodName() string

func (TaobaoFeedflowAccountRpthourlistRequest) GetApiParams

func (TaobaoFeedflowAccountRpthourlistRequest) GetRptQuery

func (*TaobaoFeedflowAccountRpthourlistRequest) SetRptQuery

func (r *TaobaoFeedflowAccountRpthourlistRequest) SetRptQuery(rptQuery *RptQueryDto) error

type TaobaoFeedflowAccountRpthourlistResponse

type TaobaoFeedflowAccountRpthourlistResponse 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"`
}

type TaobaoFeedflowAccountRpthourlistResultDto

type TaobaoFeedflowAccountRpthourlistResultDto struct {
	Message string `json:"message,omitempty" xml:"message,omitempty"`

	RptList []RptResultDto `json:"rpt_list,omitempty" xml:"rpt_list,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 TaobaoFeedflowItemAdgroupAddAPIResponse

type TaobaoFeedflowItemAdgroupAddAPIResponse struct {
	model.CommonResponse
	TaobaoFeedflowItemAdgroupAddResponse
}

信息流增加单元 APIResponse taobao.feedflow.item.adgroup.add

信息流增加单元

type TaobaoFeedflowItemAdgroupAddRequest

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

信息流增加单元 APIRequest taobao.feedflow.item.adgroup.add

信息流增加单元

func NewTaobaoFeedflowItemAdgroupAddRequest

func NewTaobaoFeedflowItemAdgroupAddRequest() *TaobaoFeedflowItemAdgroupAddRequest

func (TaobaoFeedflowItemAdgroupAddRequest) GetAdgroup

func (TaobaoFeedflowItemAdgroupAddRequest) GetApiMethodName

func (r TaobaoFeedflowItemAdgroupAddRequest) GetApiMethodName() string

func (TaobaoFeedflowItemAdgroupAddRequest) GetApiParams

func (*TaobaoFeedflowItemAdgroupAddRequest) SetAdgroup

func (r *TaobaoFeedflowItemAdgroupAddRequest) SetAdgroup(adgroup *AdgroupDto) error

type TaobaoFeedflowItemAdgroupAddResponse

type TaobaoFeedflowItemAdgroupAddResponse 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"`
}

type TaobaoFeedflowItemAdgroupAddResultDto

type TaobaoFeedflowItemAdgroupAddResultDto 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"`
}

TaobaoFeedflowItemAdgroupAddResultDto

type TaobaoFeedflowItemAdgroupAdzoneBindAPIResponse

type TaobaoFeedflowItemAdgroupAdzoneBindAPIResponse struct {
	model.CommonResponse
	TaobaoFeedflowItemAdgroupAdzoneBindResponse
}

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

信息流单元内绑定资源位

type TaobaoFeedflowItemAdgroupAdzoneBindRequest

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

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

信息流单元内绑定资源位

func NewTaobaoFeedflowItemAdgroupAdzoneBindRequest

func NewTaobaoFeedflowItemAdgroupAdzoneBindRequest() *TaobaoFeedflowItemAdgroupAdzoneBindRequest

func (TaobaoFeedflowItemAdgroupAdzoneBindRequest) GetAdgroupId

func (TaobaoFeedflowItemAdgroupAdzoneBindRequest) GetApiMethodName

func (TaobaoFeedflowItemAdgroupAdzoneBindRequest) GetApiParams

func (TaobaoFeedflowItemAdgroupAdzoneBindRequest) GetBindAdzoneList

func (*TaobaoFeedflowItemAdgroupAdzoneBindRequest) SetAdgroupId

func (r *TaobaoFeedflowItemAdgroupAdzoneBindRequest) SetAdgroupId(adgroupId int64) error

func (*TaobaoFeedflowItemAdgroupAdzoneBindRequest) SetBindAdzoneList

func (r *TaobaoFeedflowItemAdgroupAdzoneBindRequest) SetBindAdzoneList(bindAdzoneList []AdzoneBindDto) error

type TaobaoFeedflowItemAdgroupAdzoneBindResponse

type TaobaoFeedflowItemAdgroupAdzoneBindResponse 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"`
}

type TaobaoFeedflowItemAdgroupAdzoneBindResultDto

type TaobaoFeedflowItemAdgroupAdzoneBindResultDto struct {
	Message string `json:"message,omitempty" xml:"message,omitempty"`

	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

TaobaoFeedflowItemAdgroupAdzoneBindResultDto

type TaobaoFeedflowItemAdgroupAdzonePageAPIResponse

type TaobaoFeedflowItemAdgroupAdzonePageAPIResponse struct {
	model.CommonResponse
	TaobaoFeedflowItemAdgroupAdzonePageResponse
}

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

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

type TaobaoFeedflowItemAdgroupAdzonePageRequest

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

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

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

func NewTaobaoFeedflowItemAdgroupAdzonePageRequest

func NewTaobaoFeedflowItemAdgroupAdzonePageRequest() *TaobaoFeedflowItemAdgroupAdzonePageRequest

func (TaobaoFeedflowItemAdgroupAdzonePageRequest) GetAdzoneBindQuery

func (TaobaoFeedflowItemAdgroupAdzonePageRequest) GetApiMethodName

func (TaobaoFeedflowItemAdgroupAdzonePageRequest) GetApiParams

func (*TaobaoFeedflowItemAdgroupAdzonePageRequest) SetAdzoneBindQuery

func (r *TaobaoFeedflowItemAdgroupAdzonePageRequest) SetAdzoneBindQuery(adzoneBindQuery *AdzoneBindQueryDto) error

type TaobaoFeedflowItemAdgroupAdzonePageResponse

type TaobaoFeedflowItemAdgroupAdzonePageResponse 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"`
}

type TaobaoFeedflowItemAdgroupAdzonePageResultDto

type TaobaoFeedflowItemAdgroupAdzonePageResultDto struct {
	Message string `json:"message,omitempty" xml:"message,omitempty"`

	TotalCount int64 `json:"total_count,omitempty" xml:"total_count,omitempty"`

	Success bool `json:"success,omitempty" xml:"success,omitempty"`

	AdzoneBindList []AdzoneBindDto `json:"adzone_bind_list,omitempty" xml:"adzone_bind_list,omitempty"`
}

TaobaoFeedflowItemAdgroupAdzonePageResultDto

type TaobaoFeedflowItemAdgroupAdzoneUnbindAPIResponse

type TaobaoFeedflowItemAdgroupAdzoneUnbindAPIResponse struct {
	model.CommonResponse
	TaobaoFeedflowItemAdgroupAdzoneUnbindResponse
}

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

信息流单元内解绑资源位

type TaobaoFeedflowItemAdgroupAdzoneUnbindRequest

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

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

信息流单元内解绑资源位

func NewTaobaoFeedflowItemAdgroupAdzoneUnbindRequest

func NewTaobaoFeedflowItemAdgroupAdzoneUnbindRequest() *TaobaoFeedflowItemAdgroupAdzoneUnbindRequest

func (TaobaoFeedflowItemAdgroupAdzoneUnbindRequest) GetAdgroupId

func (TaobaoFeedflowItemAdgroupAdzoneUnbindRequest) GetAdzoneIdList

func (TaobaoFeedflowItemAdgroupAdzoneUnbindRequest) GetApiMethodName

func (TaobaoFeedflowItemAdgroupAdzoneUnbindRequest) GetApiParams

func (*TaobaoFeedflowItemAdgroupAdzoneUnbindRequest) SetAdgroupId

func (r *TaobaoFeedflowItemAdgroupAdzoneUnbindRequest) SetAdgroupId(adgroupId int64) error

func (*TaobaoFeedflowItemAdgroupAdzoneUnbindRequest) SetAdzoneIdList

func (r *TaobaoFeedflowItemAdgroupAdzoneUnbindRequest) SetAdzoneIdList(adzoneIdList []int64) error

type TaobaoFeedflowItemAdgroupAdzoneUnbindResponse

type TaobaoFeedflowItemAdgroupAdzoneUnbindResponse 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"`
}

type TaobaoFeedflowItemAdgroupAdzoneUnbindResultDto

type TaobaoFeedflowItemAdgroupAdzoneUnbindResultDto struct {
	Message string `json:"message,omitempty" xml:"message,omitempty"`

	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

TaobaoFeedflowItemAdgroupAdzoneUnbindResultDto

type TaobaoFeedflowItemAdgroupCreativeAddBindAPIResponse

type TaobaoFeedflowItemAdgroupCreativeAddBindAPIResponse struct {
	model.CommonResponse
	TaobaoFeedflowItemAdgroupCreativeAddBindResponse
}

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

信息流新增并且绑定创意

type TaobaoFeedflowItemAdgroupCreativeAddBindRequest

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

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

信息流新增并且绑定创意

func NewTaobaoFeedflowItemAdgroupCreativeAddBindRequest

func NewTaobaoFeedflowItemAdgroupCreativeAddBindRequest() *TaobaoFeedflowItemAdgroupCreativeAddBindRequest

func (TaobaoFeedflowItemAdgroupCreativeAddBindRequest) GetAdgroupId

func (TaobaoFeedflowItemAdgroupCreativeAddBindRequest) GetApiMethodName

func (TaobaoFeedflowItemAdgroupCreativeAddBindRequest) GetApiParams

func (TaobaoFeedflowItemAdgroupCreativeAddBindRequest) GetCreativeBindList

func (*TaobaoFeedflowItemAdgroupCreativeAddBindRequest) SetAdgroupId

func (r *TaobaoFeedflowItemAdgroupCreativeAddBindRequest) SetAdgroupId(adgroupId int64) error

func (*TaobaoFeedflowItemAdgroupCreativeAddBindRequest) SetCreativeBindList

func (r *TaobaoFeedflowItemAdgroupCreativeAddBindRequest) SetCreativeBindList(creativeBindList []CreativeBindDto) error

type TaobaoFeedflowItemAdgroupCreativeAddBindResponse

type TaobaoFeedflowItemAdgroupCreativeAddBindResponse 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"`
}

type TaobaoFeedflowItemAdgroupCreativeAddBindResultDto

type TaobaoFeedflowItemAdgroupCreativeAddBindResultDto struct {
	Message string `json:"message,omitempty" xml:"message,omitempty"`

	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

TaobaoFeedflowItemAdgroupCreativeAddBindResultDto

type TaobaoFeedflowItemAdgroupCreativePageAPIResponse

type TaobaoFeedflowItemAdgroupCreativePageAPIResponse struct {
	model.CommonResponse
	TaobaoFeedflowItemAdgroupCreativePageResponse
}

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

信息流单元下查看创意

type TaobaoFeedflowItemAdgroupCreativePageRequest

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

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

信息流单元下查看创意

func NewTaobaoFeedflowItemAdgroupCreativePageRequest

func NewTaobaoFeedflowItemAdgroupCreativePageRequest() *TaobaoFeedflowItemAdgroupCreativePageRequest

func (TaobaoFeedflowItemAdgroupCreativePageRequest) GetApiMethodName

func (TaobaoFeedflowItemAdgroupCreativePageRequest) GetApiParams

func (TaobaoFeedflowItemAdgroupCreativePageRequest) GetCreativeBindQuery

func (*TaobaoFeedflowItemAdgroupCreativePageRequest) SetCreativeBindQuery

func (r *TaobaoFeedflowItemAdgroupCreativePageRequest) SetCreativeBindQuery(creativeBindQuery *CreativeBindQueryDto) error

type TaobaoFeedflowItemAdgroupCreativePageResponse

type TaobaoFeedflowItemAdgroupCreativePageResponse 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"`
}

type TaobaoFeedflowItemAdgroupCreativePageResultDto

type TaobaoFeedflowItemAdgroupCreativePageResultDto struct {
	Message string `json:"message,omitempty" xml:"message,omitempty"`

	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,omitempty"`
}

TaobaoFeedflowItemAdgroupCreativePageResultDto

type TaobaoFeedflowItemAdgroupDeleteAPIResponse

type TaobaoFeedflowItemAdgroupDeleteAPIResponse struct {
	model.CommonResponse
	TaobaoFeedflowItemAdgroupDeleteResponse
}

根据单元id删除单元 APIResponse taobao.feedflow.item.adgroup.delete

根据单元id删除单元

type TaobaoFeedflowItemAdgroupDeleteRequest

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

根据单元id删除单元 APIRequest taobao.feedflow.item.adgroup.delete

根据单元id删除单元

func NewTaobaoFeedflowItemAdgroupDeleteRequest

func NewTaobaoFeedflowItemAdgroupDeleteRequest() *TaobaoFeedflowItemAdgroupDeleteRequest

func (TaobaoFeedflowItemAdgroupDeleteRequest) GetAdgroupIdList

func (r TaobaoFeedflowItemAdgroupDeleteRequest) GetAdgroupIdList() []int64

func (TaobaoFeedflowItemAdgroupDeleteRequest) GetApiMethodName

func (r TaobaoFeedflowItemAdgroupDeleteRequest) GetApiMethodName() string

func (TaobaoFeedflowItemAdgroupDeleteRequest) GetApiParams

func (TaobaoFeedflowItemAdgroupDeleteRequest) GetCampaignId

func (*TaobaoFeedflowItemAdgroupDeleteRequest) SetAdgroupIdList

func (r *TaobaoFeedflowItemAdgroupDeleteRequest) SetAdgroupIdList(adgroupIdList []int64) error

func (*TaobaoFeedflowItemAdgroupDeleteRequest) SetCampaignId

func (r *TaobaoFeedflowItemAdgroupDeleteRequest) SetCampaignId(campaignId int64) error

type TaobaoFeedflowItemAdgroupDeleteResponse

type TaobaoFeedflowItemAdgroupDeleteResponse 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"`
}

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 TaobaoFeedflowItemAdgroupModifyAPIResponse

type TaobaoFeedflowItemAdgroupModifyAPIResponse struct {
	model.CommonResponse
	TaobaoFeedflowItemAdgroupModifyResponse
}

信息流单元修改 APIResponse taobao.feedflow.item.adgroup.modify

信息流单元修改

type TaobaoFeedflowItemAdgroupModifyRequest

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

信息流单元修改 APIRequest taobao.feedflow.item.adgroup.modify

信息流单元修改

func NewTaobaoFeedflowItemAdgroupModifyRequest

func NewTaobaoFeedflowItemAdgroupModifyRequest() *TaobaoFeedflowItemAdgroupModifyRequest

func (TaobaoFeedflowItemAdgroupModifyRequest) GetAdgroup

func (TaobaoFeedflowItemAdgroupModifyRequest) GetApiMethodName

func (r TaobaoFeedflowItemAdgroupModifyRequest) GetApiMethodName() string

func (TaobaoFeedflowItemAdgroupModifyRequest) GetApiParams

func (*TaobaoFeedflowItemAdgroupModifyRequest) SetAdgroup

type TaobaoFeedflowItemAdgroupModifyResponse

type TaobaoFeedflowItemAdgroupModifyResponse 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"`
}

type TaobaoFeedflowItemAdgroupModifyResultDto

type TaobaoFeedflowItemAdgroupModifyResultDto 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"`
}

TaobaoFeedflowItemAdgroupModifyResultDto

type TaobaoFeedflowItemAdgroupPageAPIResponse

type TaobaoFeedflowItemAdgroupPageAPIResponse struct {
	model.CommonResponse
	TaobaoFeedflowItemAdgroupPageResponse
}

查询单元列表 APIResponse taobao.feedflow.item.adgroup.page

通过计划id查询单元信息

type TaobaoFeedflowItemAdgroupPageRequest

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

查询单元列表 APIRequest taobao.feedflow.item.adgroup.page

通过计划id查询单元信息

func NewTaobaoFeedflowItemAdgroupPageRequest

func NewTaobaoFeedflowItemAdgroupPageRequest() *TaobaoFeedflowItemAdgroupPageRequest

func (TaobaoFeedflowItemAdgroupPageRequest) GetAdgroupQuery

func (TaobaoFeedflowItemAdgroupPageRequest) GetApiMethodName

func (r TaobaoFeedflowItemAdgroupPageRequest) GetApiMethodName() string

func (TaobaoFeedflowItemAdgroupPageRequest) GetApiParams

func (*TaobaoFeedflowItemAdgroupPageRequest) SetAdgroupQuery

func (r *TaobaoFeedflowItemAdgroupPageRequest) SetAdgroupQuery(adgroupQuery *AdgroupQueryDto) error

type TaobaoFeedflowItemAdgroupPageResponse

type TaobaoFeedflowItemAdgroupPageResponse 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"`
}

type TaobaoFeedflowItemAdgroupPageResultDto

type TaobaoFeedflowItemAdgroupPageResultDto struct {
	Message string `json:"message,omitempty" xml:"message,omitempty"`

	Results []AdgroupDTo `json:"results,omitempty" xml:"results,omitempty"`

	TotalCount int64 `json:"total_count,omitempty" xml:"total_count,omitempty"`

	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

TaobaoFeedflowItemAdgroupPageResultDto

type TaobaoFeedflowItemAdgroupRptdailylistAPIResponse

type TaobaoFeedflowItemAdgroupRptdailylistAPIResponse struct {
	model.CommonResponse
	TaobaoFeedflowItemAdgroupRptdailylistResponse
}

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

推广单元分日数据查询

type TaobaoFeedflowItemAdgroupRptdailylistRequest

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

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

推广单元分日数据查询

func NewTaobaoFeedflowItemAdgroupRptdailylistRequest

func NewTaobaoFeedflowItemAdgroupRptdailylistRequest() *TaobaoFeedflowItemAdgroupRptdailylistRequest

func (TaobaoFeedflowItemAdgroupRptdailylistRequest) GetApiMethodName

func (TaobaoFeedflowItemAdgroupRptdailylistRequest) GetApiParams

func (TaobaoFeedflowItemAdgroupRptdailylistRequest) GetRptQueryDTO

func (*TaobaoFeedflowItemAdgroupRptdailylistRequest) SetRptQueryDTO

func (r *TaobaoFeedflowItemAdgroupRptdailylistRequest) SetRptQueryDTO(rptQueryDTO *RptQueryDto) error

type TaobaoFeedflowItemAdgroupRptdailylistResponse

type TaobaoFeedflowItemAdgroupRptdailylistResponse 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"`
}

type TaobaoFeedflowItemAdgroupRptdailylistResultDto

type TaobaoFeedflowItemAdgroupRptdailylistResultDto struct {
	Message string `json:"message,omitempty" xml:"message,omitempty"`

	RptList []RptResultDto `json:"rpt_list,omitempty" xml:"rpt_list,omitempty"`

	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

TaobaoFeedflowItemAdgroupRptdailylistResultDto

type TaobaoFeedflowItemAdgroupRpthourlistAPIResponse

type TaobaoFeedflowItemAdgroupRpthourlistAPIResponse struct {
	model.CommonResponse
	TaobaoFeedflowItemAdgroupRpthourlistResponse
}

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

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

type TaobaoFeedflowItemAdgroupRpthourlistRequest

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

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

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

func NewTaobaoFeedflowItemAdgroupRpthourlistRequest

func NewTaobaoFeedflowItemAdgroupRpthourlistRequest() *TaobaoFeedflowItemAdgroupRpthourlistRequest

func (TaobaoFeedflowItemAdgroupRpthourlistRequest) GetApiMethodName

func (TaobaoFeedflowItemAdgroupRpthourlistRequest) GetApiParams

func (TaobaoFeedflowItemAdgroupRpthourlistRequest) GetRptQuery

func (*TaobaoFeedflowItemAdgroupRpthourlistRequest) SetRptQuery

type TaobaoFeedflowItemAdgroupRpthourlistResponse

type TaobaoFeedflowItemAdgroupRpthourlistResponse 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"`
}

type TaobaoFeedflowItemAdgroupRpthourlistResultDto

type TaobaoFeedflowItemAdgroupRpthourlistResultDto struct {
	Message string `json:"message,omitempty" xml:"message,omitempty"`

	RptList []RptResultDto `json:"rpt_list,omitempty" xml:"rpt_list,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 TaobaoFeedflowItemAdzoneListAPIResponse

type TaobaoFeedflowItemAdzoneListAPIResponse struct {
	model.CommonResponse
	TaobaoFeedflowItemAdzoneListResponse
}

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

批量查询可用广告位列表

type TaobaoFeedflowItemAdzoneListRequest

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

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

批量查询可用广告位列表

func NewTaobaoFeedflowItemAdzoneListRequest

func NewTaobaoFeedflowItemAdzoneListRequest() *TaobaoFeedflowItemAdzoneListRequest

func (TaobaoFeedflowItemAdzoneListRequest) GetAdzoneQuery

func (TaobaoFeedflowItemAdzoneListRequest) GetApiMethodName

func (r TaobaoFeedflowItemAdzoneListRequest) GetApiMethodName() string

func (TaobaoFeedflowItemAdzoneListRequest) GetApiParams

func (*TaobaoFeedflowItemAdzoneListRequest) SetAdzoneQuery

func (r *TaobaoFeedflowItemAdzoneListRequest) SetAdzoneQuery(adzoneQuery *AdzoneQueryDto) error

type TaobaoFeedflowItemAdzoneListResponse

type TaobaoFeedflowItemAdzoneListResponse 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"`
}

type TaobaoFeedflowItemAdzoneListResultDto

type TaobaoFeedflowItemAdzoneListResultDto struct {
	Message string `json:"message,omitempty" xml:"message,omitempty"`

	Success bool `json:"success,omitempty" xml:"success,omitempty"`

	AdzoneList []AdzoneDto `json:"adzone_list,omitempty" xml:"adzone_list,omitempty"`
}

TaobaoFeedflowItemAdzoneListResultDto

type TaobaoFeedflowItemAdzoneRptdailylistAPIResponse

type TaobaoFeedflowItemAdzoneRptdailylistAPIResponse struct {
	model.CommonResponse
	TaobaoFeedflowItemAdzoneRptdailylistResponse
}

资源包分日数据查询 APIResponse taobao.feedflow.item.adzone.rptdailylist

资源包分日数据查询

type TaobaoFeedflowItemAdzoneRptdailylistRequest

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

资源包分日数据查询 APIRequest taobao.feedflow.item.adzone.rptdailylist

资源包分日数据查询

func NewTaobaoFeedflowItemAdzoneRptdailylistRequest

func NewTaobaoFeedflowItemAdzoneRptdailylistRequest() *TaobaoFeedflowItemAdzoneRptdailylistRequest

func (TaobaoFeedflowItemAdzoneRptdailylistRequest) GetApiMethodName

func (TaobaoFeedflowItemAdzoneRptdailylistRequest) GetApiParams

func (TaobaoFeedflowItemAdzoneRptdailylistRequest) GetRptQueryDTO

func (*TaobaoFeedflowItemAdzoneRptdailylistRequest) SetRptQueryDTO

func (r *TaobaoFeedflowItemAdzoneRptdailylistRequest) SetRptQueryDTO(rptQueryDTO *RptQueryDto) error

type TaobaoFeedflowItemAdzoneRptdailylistResponse

type TaobaoFeedflowItemAdzoneRptdailylistResponse 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"`
}

type TaobaoFeedflowItemAdzoneRptdailylistResultDto

type TaobaoFeedflowItemAdzoneRptdailylistResultDto struct {
	Message string `json:"message,omitempty" xml:"message,omitempty"`

	RptList []RptResultDto `json:"rpt_list,omitempty" xml:"rpt_list,omitempty"`

	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

TaobaoFeedflowItemAdzoneRptdailylistResultDto

type TaobaoFeedflowItemAdzoneRpthourlistAPIResponse

type TaobaoFeedflowItemAdzoneRpthourlistAPIResponse struct {
	model.CommonResponse
	TaobaoFeedflowItemAdzoneRpthourlistResponse
}

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

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

type TaobaoFeedflowItemAdzoneRpthourlistRequest

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

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

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

func NewTaobaoFeedflowItemAdzoneRpthourlistRequest

func NewTaobaoFeedflowItemAdzoneRpthourlistRequest() *TaobaoFeedflowItemAdzoneRpthourlistRequest

func (TaobaoFeedflowItemAdzoneRpthourlistRequest) GetApiMethodName

func (TaobaoFeedflowItemAdzoneRpthourlistRequest) GetApiParams

func (TaobaoFeedflowItemAdzoneRpthourlistRequest) GetRptQuery

func (*TaobaoFeedflowItemAdzoneRpthourlistRequest) SetRptQuery

type TaobaoFeedflowItemAdzoneRpthourlistResponse

type TaobaoFeedflowItemAdzoneRpthourlistResponse 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"`
}

type TaobaoFeedflowItemAdzoneRpthourlistResultDto

type TaobaoFeedflowItemAdzoneRpthourlistResultDto struct {
	Message string `json:"message,omitempty" xml:"message,omitempty"`

	RptList []RptResultDto `json:"rpt_list,omitempty" xml:"rpt_list,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 TaobaoFeedflowItemAlgoCrowdSuggestAPIResponse

type TaobaoFeedflowItemAlgoCrowdSuggestAPIResponse struct {
	model.CommonResponse
	TaobaoFeedflowItemAlgoCrowdSuggestResponse
}

单品人群建议出价 APIResponse taobao.feedflow.item.algo.crowd.suggest

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

type TaobaoFeedflowItemAlgoCrowdSuggestRequest

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

单品人群建议出价 APIRequest taobao.feedflow.item.algo.crowd.suggest

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

func NewTaobaoFeedflowItemAlgoCrowdSuggestRequest

func NewTaobaoFeedflowItemAlgoCrowdSuggestRequest() *TaobaoFeedflowItemAlgoCrowdSuggestRequest

func (TaobaoFeedflowItemAlgoCrowdSuggestRequest) GetApiMethodName

func (TaobaoFeedflowItemAlgoCrowdSuggestRequest) GetApiParams

func (TaobaoFeedflowItemAlgoCrowdSuggestRequest) GetCampaignId

func (TaobaoFeedflowItemAlgoCrowdSuggestRequest) GetCrowds

func (TaobaoFeedflowItemAlgoCrowdSuggestRequest) GetItemId

func (*TaobaoFeedflowItemAlgoCrowdSuggestRequest) SetCampaignId

func (r *TaobaoFeedflowItemAlgoCrowdSuggestRequest) SetCampaignId(campaignId int64) error

func (*TaobaoFeedflowItemAlgoCrowdSuggestRequest) SetCrowds

func (*TaobaoFeedflowItemAlgoCrowdSuggestRequest) SetItemId

type TaobaoFeedflowItemAlgoCrowdSuggestResponse

type TaobaoFeedflowItemAlgoCrowdSuggestResponse 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"`
}

type TaobaoFeedflowItemAlgoCrowdSuggestResultDto

type TaobaoFeedflowItemAlgoCrowdSuggestResultDto struct {
	Success bool `json:"success,omitempty" xml:"success,omitempty"`

	Crowds []CrowdDto `json:"crowds,omitempty" xml:"crowds,omitempty"`

	Message string `json:"message,omitempty" xml:"message,omitempty"`
}

TaobaoFeedflowItemAlgoCrowdSuggestResultDto

type TaobaoFeedflowItemCampaignAddAPIResponse

type TaobaoFeedflowItemCampaignAddAPIResponse struct {
	model.CommonResponse
	TaobaoFeedflowItemCampaignAddResponse
}

信息流增加推广计划 APIResponse taobao.feedflow.item.campaign.add

信息流增加推广计划

type TaobaoFeedflowItemCampaignAddRequest

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

信息流增加推广计划 APIRequest taobao.feedflow.item.campaign.add

信息流增加推广计划

func NewTaobaoFeedflowItemCampaignAddRequest

func NewTaobaoFeedflowItemCampaignAddRequest() *TaobaoFeedflowItemCampaignAddRequest

func (TaobaoFeedflowItemCampaignAddRequest) GetApiMethodName

func (r TaobaoFeedflowItemCampaignAddRequest) GetApiMethodName() string

func (TaobaoFeedflowItemCampaignAddRequest) GetApiParams

func (TaobaoFeedflowItemCampaignAddRequest) GetCampaign

func (r TaobaoFeedflowItemCampaignAddRequest) GetCampaign() *CampaignDto

func (*TaobaoFeedflowItemCampaignAddRequest) SetCampaign

func (r *TaobaoFeedflowItemCampaignAddRequest) SetCampaign(campaign *CampaignDto) error

type TaobaoFeedflowItemCampaignAddResponse

type TaobaoFeedflowItemCampaignAddResponse 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"`
}

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 TaobaoFeedflowItemCampaignDaybudgetAPIResponse

type TaobaoFeedflowItemCampaignDaybudgetAPIResponse struct {
	model.CommonResponse
	TaobaoFeedflowItemCampaignDaybudgetResponse
}

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

获取当日投放日预算总额

type TaobaoFeedflowItemCampaignDaybudgetRequest

type TaobaoFeedflowItemCampaignDaybudgetRequest struct {
	model.Params
}

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

获取当日投放日预算总额

func NewTaobaoFeedflowItemCampaignDaybudgetRequest

func NewTaobaoFeedflowItemCampaignDaybudgetRequest() *TaobaoFeedflowItemCampaignDaybudgetRequest

func (TaobaoFeedflowItemCampaignDaybudgetRequest) GetApiMethodName

func (TaobaoFeedflowItemCampaignDaybudgetRequest) GetApiParams

type TaobaoFeedflowItemCampaignDaybudgetResponse

type TaobaoFeedflowItemCampaignDaybudgetResponse 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"`
}

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 TaobaoFeedflowItemCampaignDeleteAPIResponse

type TaobaoFeedflowItemCampaignDeleteAPIResponse struct {
	model.CommonResponse
	TaobaoFeedflowItemCampaignDeleteResponse
}

删除计划 APIResponse taobao.feedflow.item.campaign.delete

删除计划

type TaobaoFeedflowItemCampaignDeleteRequest

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

删除计划 APIRequest taobao.feedflow.item.campaign.delete

删除计划

func NewTaobaoFeedflowItemCampaignDeleteRequest

func NewTaobaoFeedflowItemCampaignDeleteRequest() *TaobaoFeedflowItemCampaignDeleteRequest

func (TaobaoFeedflowItemCampaignDeleteRequest) GetApiMethodName

func (r TaobaoFeedflowItemCampaignDeleteRequest) GetApiMethodName() string

func (TaobaoFeedflowItemCampaignDeleteRequest) GetApiParams

func (TaobaoFeedflowItemCampaignDeleteRequest) GetCampaignId

func (*TaobaoFeedflowItemCampaignDeleteRequest) SetCampaignId

func (r *TaobaoFeedflowItemCampaignDeleteRequest) SetCampaignId(campaignId int64) error

type TaobaoFeedflowItemCampaignDeleteResponse

type TaobaoFeedflowItemCampaignDeleteResponse 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"`
}

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 TaobaoFeedflowItemCampaignGetAPIResponse

type TaobaoFeedflowItemCampaignGetAPIResponse struct {
	model.CommonResponse
	TaobaoFeedflowItemCampaignGetResponse
}

通过计划id查询计划 APIResponse taobao.feedflow.item.campaign.get

通过计划id查询计划

type TaobaoFeedflowItemCampaignGetRequest

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

通过计划id查询计划 APIRequest taobao.feedflow.item.campaign.get

通过计划id查询计划

func NewTaobaoFeedflowItemCampaignGetRequest

func NewTaobaoFeedflowItemCampaignGetRequest() *TaobaoFeedflowItemCampaignGetRequest

func (TaobaoFeedflowItemCampaignGetRequest) GetApiMethodName

func (r TaobaoFeedflowItemCampaignGetRequest) GetApiMethodName() string

func (TaobaoFeedflowItemCampaignGetRequest) GetApiParams

func (TaobaoFeedflowItemCampaignGetRequest) GetCampaginId

func (r TaobaoFeedflowItemCampaignGetRequest) GetCampaginId() int64

func (*TaobaoFeedflowItemCampaignGetRequest) SetCampaginId

func (r *TaobaoFeedflowItemCampaignGetRequest) SetCampaginId(campaginId int64) error

type TaobaoFeedflowItemCampaignGetResponse

type TaobaoFeedflowItemCampaignGetResponse 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"`
}

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 TaobaoFeedflowItemCampaignModifyAPIResponse

type TaobaoFeedflowItemCampaignModifyAPIResponse struct {
	model.CommonResponse
	TaobaoFeedflowItemCampaignModifyResponse
}

信息流修改计划 APIResponse taobao.feedflow.item.campaign.modify

信息流修改计划

type TaobaoFeedflowItemCampaignModifyRequest

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

信息流修改计划 APIRequest taobao.feedflow.item.campaign.modify

信息流修改计划

func NewTaobaoFeedflowItemCampaignModifyRequest

func NewTaobaoFeedflowItemCampaignModifyRequest() *TaobaoFeedflowItemCampaignModifyRequest

func (TaobaoFeedflowItemCampaignModifyRequest) GetApiMethodName

func (r TaobaoFeedflowItemCampaignModifyRequest) GetApiMethodName() string

func (TaobaoFeedflowItemCampaignModifyRequest) GetApiParams

func (TaobaoFeedflowItemCampaignModifyRequest) GetCampaign

func (r TaobaoFeedflowItemCampaignModifyRequest) GetCampaign() *CampaignDto

func (*TaobaoFeedflowItemCampaignModifyRequest) SetCampaign

func (r *TaobaoFeedflowItemCampaignModifyRequest) SetCampaign(campaign *CampaignDto) error

type TaobaoFeedflowItemCampaignModifyResponse

type TaobaoFeedflowItemCampaignModifyResponse 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"`
}

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 TaobaoFeedflowItemCampaignPageAPIResponse

type TaobaoFeedflowItemCampaignPageAPIResponse struct {
	model.CommonResponse
	TaobaoFeedflowItemCampaignPageResponse
}

批量查询计划列表 APIResponse taobao.feedflow.item.campaign.page

批量查询计划列表

type TaobaoFeedflowItemCampaignPageRequest

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

批量查询计划列表 APIRequest taobao.feedflow.item.campaign.page

批量查询计划列表

func NewTaobaoFeedflowItemCampaignPageRequest

func NewTaobaoFeedflowItemCampaignPageRequest() *TaobaoFeedflowItemCampaignPageRequest

func (TaobaoFeedflowItemCampaignPageRequest) GetApiMethodName

func (r TaobaoFeedflowItemCampaignPageRequest) GetApiMethodName() string

func (TaobaoFeedflowItemCampaignPageRequest) GetApiParams

func (TaobaoFeedflowItemCampaignPageRequest) GetCampaignQuery

func (*TaobaoFeedflowItemCampaignPageRequest) SetCampaignQuery

func (r *TaobaoFeedflowItemCampaignPageRequest) SetCampaignQuery(campaignQuery *CampaignQueryDto) error

type TaobaoFeedflowItemCampaignPageResponse

type TaobaoFeedflowItemCampaignPageResponse 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"`
}

type TaobaoFeedflowItemCampaignPageResultDto

type TaobaoFeedflowItemCampaignPageResultDto struct {
	Message string `json:"message,omitempty" xml:"message,omitempty"`

	Results []CampaignDTo `json:"results,omitempty" xml:"results,omitempty"`

	Success bool `json:"success,omitempty" xml:"success,omitempty"`

	TotalCount int64 `json:"total_count,omitempty" xml:"total_count,omitempty"`
}

TaobaoFeedflowItemCampaignPageResultDto

type TaobaoFeedflowItemCampaignRptdailylistAPIResponse

type TaobaoFeedflowItemCampaignRptdailylistAPIResponse struct {
	model.CommonResponse
	TaobaoFeedflowItemCampaignRptdailylistResponse
}

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

推广计划分日数据查询

type TaobaoFeedflowItemCampaignRptdailylistRequest

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

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

推广计划分日数据查询

func NewTaobaoFeedflowItemCampaignRptdailylistRequest

func NewTaobaoFeedflowItemCampaignRptdailylistRequest() *TaobaoFeedflowItemCampaignRptdailylistRequest

func (TaobaoFeedflowItemCampaignRptdailylistRequest) GetApiMethodName

func (TaobaoFeedflowItemCampaignRptdailylistRequest) GetApiParams

func (TaobaoFeedflowItemCampaignRptdailylistRequest) GetRptQueryDTO

func (*TaobaoFeedflowItemCampaignRptdailylistRequest) SetRptQueryDTO

func (r *TaobaoFeedflowItemCampaignRptdailylistRequest) SetRptQueryDTO(rptQueryDTO *RptQueryDto) error

type TaobaoFeedflowItemCampaignRptdailylistResponse

type TaobaoFeedflowItemCampaignRptdailylistResponse 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"`
}

type TaobaoFeedflowItemCampaignRptdailylistResultDto

type TaobaoFeedflowItemCampaignRptdailylistResultDto struct {
	Message string `json:"message,omitempty" xml:"message,omitempty"`

	RptList []RptResultDto `json:"rpt_list,omitempty" xml:"rpt_list,omitempty"`

	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

TaobaoFeedflowItemCampaignRptdailylistResultDto

type TaobaoFeedflowItemCampaignRpthourlistAPIResponse

type TaobaoFeedflowItemCampaignRpthourlistAPIResponse struct {
	model.CommonResponse
	TaobaoFeedflowItemCampaignRpthourlistResponse
}

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

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

type TaobaoFeedflowItemCampaignRpthourlistRequest

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

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

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

func NewTaobaoFeedflowItemCampaignRpthourlistRequest

func NewTaobaoFeedflowItemCampaignRpthourlistRequest() *TaobaoFeedflowItemCampaignRpthourlistRequest

func (TaobaoFeedflowItemCampaignRpthourlistRequest) GetApiMethodName

func (TaobaoFeedflowItemCampaignRpthourlistRequest) GetApiParams

func (TaobaoFeedflowItemCampaignRpthourlistRequest) GetRptQuery

func (*TaobaoFeedflowItemCampaignRpthourlistRequest) SetRptQuery

type TaobaoFeedflowItemCampaignRpthourlistResponse

type TaobaoFeedflowItemCampaignRpthourlistResponse 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"`
}

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,omitempty"`
}

TaobaoFeedflowItemCampaignRpthourlistResultDto

type TaobaoFeedflowItemCreativeDeleteAPIResponse

type TaobaoFeedflowItemCreativeDeleteAPIResponse struct {
	model.CommonResponse
	TaobaoFeedflowItemCreativeDeleteResponse
}

信息流删除创意 APIResponse taobao.feedflow.item.creative.delete

信息流删除创意

type TaobaoFeedflowItemCreativeDeleteRequest

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

信息流删除创意 APIRequest taobao.feedflow.item.creative.delete

信息流删除创意

func NewTaobaoFeedflowItemCreativeDeleteRequest

func NewTaobaoFeedflowItemCreativeDeleteRequest() *TaobaoFeedflowItemCreativeDeleteRequest

func (TaobaoFeedflowItemCreativeDeleteRequest) GetApiMethodName

func (r TaobaoFeedflowItemCreativeDeleteRequest) GetApiMethodName() string

func (TaobaoFeedflowItemCreativeDeleteRequest) GetApiParams

func (TaobaoFeedflowItemCreativeDeleteRequest) GetCreativeIdList

func (r TaobaoFeedflowItemCreativeDeleteRequest) GetCreativeIdList() []int64

func (*TaobaoFeedflowItemCreativeDeleteRequest) SetCreativeIdList

func (r *TaobaoFeedflowItemCreativeDeleteRequest) SetCreativeIdList(creativeIdList []int64) error

type TaobaoFeedflowItemCreativeDeleteResponse

type TaobaoFeedflowItemCreativeDeleteResponse 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"`
}

type TaobaoFeedflowItemCreativeDeleteResultDto

type TaobaoFeedflowItemCreativeDeleteResultDto struct {
	Message string `json:"message,omitempty" xml:"message,omitempty"`

	Success bool `json:"success,omitempty" xml:"success,omitempty"`

	ErrorList []ErrorInfoDto `json:"error_list,omitempty" xml:"error_list,omitempty"`
}

TaobaoFeedflowItemCreativeDeleteResultDto

type TaobaoFeedflowItemCreativeRptdailylistAPIResponse

type TaobaoFeedflowItemCreativeRptdailylistAPIResponse struct {
	model.CommonResponse
	TaobaoFeedflowItemCreativeRptdailylistResponse
}

创意分日数据查询 APIResponse taobao.feedflow.item.creative.rptdailylist

创意分日数据查询

type TaobaoFeedflowItemCreativeRptdailylistRequest

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

创意分日数据查询 APIRequest taobao.feedflow.item.creative.rptdailylist

创意分日数据查询

func NewTaobaoFeedflowItemCreativeRptdailylistRequest

func NewTaobaoFeedflowItemCreativeRptdailylistRequest() *TaobaoFeedflowItemCreativeRptdailylistRequest

func (TaobaoFeedflowItemCreativeRptdailylistRequest) GetApiMethodName

func (TaobaoFeedflowItemCreativeRptdailylistRequest) GetApiParams

func (TaobaoFeedflowItemCreativeRptdailylistRequest) GetRptQueryDTO

func (*TaobaoFeedflowItemCreativeRptdailylistRequest) SetRptQueryDTO

func (r *TaobaoFeedflowItemCreativeRptdailylistRequest) SetRptQueryDTO(rptQueryDTO *RptQueryDto) error

type TaobaoFeedflowItemCreativeRptdailylistResponse

type TaobaoFeedflowItemCreativeRptdailylistResponse 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"`
}

type TaobaoFeedflowItemCreativeRptdailylistResultDto

type TaobaoFeedflowItemCreativeRptdailylistResultDto struct {
	Message string `json:"message,omitempty" xml:"message,omitempty"`

	RptList []RptResultDto `json:"rpt_list,omitempty" xml:"rpt_list,omitempty"`

	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

TaobaoFeedflowItemCreativeRptdailylistResultDto

type TaobaoFeedflowItemCreativeRpthourlistAPIResponse

type TaobaoFeedflowItemCreativeRpthourlistAPIResponse struct {
	model.CommonResponse
	TaobaoFeedflowItemCreativeRpthourlistResponse
}

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

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

type TaobaoFeedflowItemCreativeRpthourlistRequest

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

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

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

func NewTaobaoFeedflowItemCreativeRpthourlistRequest

func NewTaobaoFeedflowItemCreativeRpthourlistRequest() *TaobaoFeedflowItemCreativeRpthourlistRequest

func (TaobaoFeedflowItemCreativeRpthourlistRequest) GetApiMethodName

func (TaobaoFeedflowItemCreativeRpthourlistRequest) GetApiParams

func (TaobaoFeedflowItemCreativeRpthourlistRequest) GetRptQuery

func (*TaobaoFeedflowItemCreativeRpthourlistRequest) SetRptQuery

type TaobaoFeedflowItemCreativeRpthourlistResponse

type TaobaoFeedflowItemCreativeRpthourlistResponse 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"`
}

type TaobaoFeedflowItemCreativeRpthourlistResultDto

type TaobaoFeedflowItemCreativeRpthourlistResultDto struct {
	Message string `json:"message,omitempty" xml:"message,omitempty"`

	RptList []RptResultDto `json:"rpt_list,omitempty" xml:"rpt_list,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 TaobaoFeedflowItemCrowdAddAPIResponse

type TaobaoFeedflowItemCrowdAddAPIResponse struct {
	model.CommonResponse
	TaobaoFeedflowItemCrowdAddResponse
}

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

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

type TaobaoFeedflowItemCrowdAddRequest

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

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

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

func NewTaobaoFeedflowItemCrowdAddRequest

func NewTaobaoFeedflowItemCrowdAddRequest() *TaobaoFeedflowItemCrowdAddRequest

func (TaobaoFeedflowItemCrowdAddRequest) GetAdgroupId

func (r TaobaoFeedflowItemCrowdAddRequest) GetAdgroupId() int64

func (TaobaoFeedflowItemCrowdAddRequest) GetApiMethodName

func (r TaobaoFeedflowItemCrowdAddRequest) GetApiMethodName() string

func (TaobaoFeedflowItemCrowdAddRequest) GetApiParams

func (r TaobaoFeedflowItemCrowdAddRequest) GetApiParams() url.Values

func (TaobaoFeedflowItemCrowdAddRequest) GetCrowds

func (*TaobaoFeedflowItemCrowdAddRequest) SetAdgroupId

func (r *TaobaoFeedflowItemCrowdAddRequest) SetAdgroupId(adgroupId int64) error

func (*TaobaoFeedflowItemCrowdAddRequest) SetCrowds

func (r *TaobaoFeedflowItemCrowdAddRequest) SetCrowds(crowds []CrowdDto) error

type TaobaoFeedflowItemCrowdAddResponse

type TaobaoFeedflowItemCrowdAddResponse 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"`
}

type TaobaoFeedflowItemCrowdAddResultDto

type TaobaoFeedflowItemCrowdAddResultDto struct {
	Message string `json:"message,omitempty" xml:"message,omitempty"`

	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

TaobaoFeedflowItemCrowdAddResultDto

type TaobaoFeedflowItemCrowdDeleteAPIResponse

type TaobaoFeedflowItemCrowdDeleteAPIResponse struct {
	model.CommonResponse
	TaobaoFeedflowItemCrowdDeleteResponse
}

删除单品人群 APIResponse taobao.feedflow.item.crowd.delete

删除单品人群

type TaobaoFeedflowItemCrowdDeleteRequest

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

删除单品人群 APIRequest taobao.feedflow.item.crowd.delete

删除单品人群

func NewTaobaoFeedflowItemCrowdDeleteRequest

func NewTaobaoFeedflowItemCrowdDeleteRequest() *TaobaoFeedflowItemCrowdDeleteRequest

func (TaobaoFeedflowItemCrowdDeleteRequest) GetAdgroupId

func (TaobaoFeedflowItemCrowdDeleteRequest) GetApiMethodName

func (r TaobaoFeedflowItemCrowdDeleteRequest) GetApiMethodName() string

func (TaobaoFeedflowItemCrowdDeleteRequest) GetApiParams

func (TaobaoFeedflowItemCrowdDeleteRequest) GetCrowds

func (*TaobaoFeedflowItemCrowdDeleteRequest) SetAdgroupId

func (r *TaobaoFeedflowItemCrowdDeleteRequest) SetAdgroupId(adgroupId int64) error

func (*TaobaoFeedflowItemCrowdDeleteRequest) SetCrowds

func (r *TaobaoFeedflowItemCrowdDeleteRequest) SetCrowds(crowds []CrowdDto) error

type TaobaoFeedflowItemCrowdDeleteResponse

type TaobaoFeedflowItemCrowdDeleteResponse 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"`
}

type TaobaoFeedflowItemCrowdDeleteResultDto

type TaobaoFeedflowItemCrowdDeleteResultDto struct {
	Message string `json:"message,omitempty" xml:"message,omitempty"`

	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

TaobaoFeedflowItemCrowdDeleteResultDto

type TaobaoFeedflowItemCrowdModifyAPIResponse

type TaobaoFeedflowItemCrowdModifyAPIResponse struct {
	model.CommonResponse
	TaobaoFeedflowItemCrowdModifyResponse
}

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

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

type TaobaoFeedflowItemCrowdModifyRequest

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

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

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

func NewTaobaoFeedflowItemCrowdModifyRequest

func NewTaobaoFeedflowItemCrowdModifyRequest() *TaobaoFeedflowItemCrowdModifyRequest

func (TaobaoFeedflowItemCrowdModifyRequest) GetAdgroupId

func (TaobaoFeedflowItemCrowdModifyRequest) GetApiMethodName

func (r TaobaoFeedflowItemCrowdModifyRequest) GetApiMethodName() string

func (TaobaoFeedflowItemCrowdModifyRequest) GetApiParams

func (TaobaoFeedflowItemCrowdModifyRequest) GetCrowds

func (*TaobaoFeedflowItemCrowdModifyRequest) SetAdgroupId

func (r *TaobaoFeedflowItemCrowdModifyRequest) SetAdgroupId(adgroupId int64) error

func (*TaobaoFeedflowItemCrowdModifyRequest) SetCrowds

func (r *TaobaoFeedflowItemCrowdModifyRequest) SetCrowds(crowds []CrowdDto) error

type TaobaoFeedflowItemCrowdModifyResponse

type TaobaoFeedflowItemCrowdModifyResponse 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"`
}

type TaobaoFeedflowItemCrowdModifyResultDto

type TaobaoFeedflowItemCrowdModifyResultDto struct {
	Message string `json:"message,omitempty" xml:"message,omitempty"`

	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

TaobaoFeedflowItemCrowdModifyResultDto

type TaobaoFeedflowItemCrowdModifybindAPIResponse

type TaobaoFeedflowItemCrowdModifybindAPIResponse struct {
	model.CommonResponse
	TaobaoFeedflowItemCrowdModifybindResponse
}

修改人群出价或状态 APIResponse taobao.feedflow.item.crowd.modifybind

修改人群出价或状态

type TaobaoFeedflowItemCrowdModifybindRequest

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

修改人群出价或状态 APIRequest taobao.feedflow.item.crowd.modifybind

修改人群出价或状态

func NewTaobaoFeedflowItemCrowdModifybindRequest

func NewTaobaoFeedflowItemCrowdModifybindRequest() *TaobaoFeedflowItemCrowdModifybindRequest

func (TaobaoFeedflowItemCrowdModifybindRequest) GetAdgroupId

func (TaobaoFeedflowItemCrowdModifybindRequest) GetApiMethodName

func (r TaobaoFeedflowItemCrowdModifybindRequest) GetApiMethodName() string

func (TaobaoFeedflowItemCrowdModifybindRequest) GetApiParams

func (TaobaoFeedflowItemCrowdModifybindRequest) GetCrowds

func (*TaobaoFeedflowItemCrowdModifybindRequest) SetAdgroupId

func (r *TaobaoFeedflowItemCrowdModifybindRequest) SetAdgroupId(adgroupId int64) error

func (*TaobaoFeedflowItemCrowdModifybindRequest) SetCrowds

type TaobaoFeedflowItemCrowdModifybindResponse

type TaobaoFeedflowItemCrowdModifybindResponse 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"`
}

type TaobaoFeedflowItemCrowdModifybindResultDto

type TaobaoFeedflowItemCrowdModifybindResultDto struct {
	Message string `json:"message,omitempty" xml:"message,omitempty"`

	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

TaobaoFeedflowItemCrowdModifybindResultDto

type TaobaoFeedflowItemCrowdPageAPIResponse

type TaobaoFeedflowItemCrowdPageAPIResponse struct {
	model.CommonResponse
	TaobaoFeedflowItemCrowdPageResponse
}

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

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

type TaobaoFeedflowItemCrowdPageRequest

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

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

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

func NewTaobaoFeedflowItemCrowdPageRequest

func NewTaobaoFeedflowItemCrowdPageRequest() *TaobaoFeedflowItemCrowdPageRequest

func (TaobaoFeedflowItemCrowdPageRequest) GetApiMethodName

func (r TaobaoFeedflowItemCrowdPageRequest) GetApiMethodName() string

func (TaobaoFeedflowItemCrowdPageRequest) GetApiParams

func (TaobaoFeedflowItemCrowdPageRequest) GetCrowdQuery

func (*TaobaoFeedflowItemCrowdPageRequest) SetCrowdQuery

func (r *TaobaoFeedflowItemCrowdPageRequest) SetCrowdQuery(crowdQuery *CrowdQueryDto) error

type TaobaoFeedflowItemCrowdPageResponse

type TaobaoFeedflowItemCrowdPageResponse 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"`
}

type TaobaoFeedflowItemCrowdPageResultDto

type TaobaoFeedflowItemCrowdPageResultDto struct {
	Message string `json:"message,omitempty" xml:"message,omitempty"`

	Crowds []CrowdDto `json:"crowds,omitempty" xml:"crowds,omitempty"`

	TotalCount int64 `json:"total_count,omitempty" xml:"total_count,omitempty"`

	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

TaobaoFeedflowItemCrowdPageResultDto

type TaobaoFeedflowItemCrowdRptdailylistAPIResponse

type TaobaoFeedflowItemCrowdRptdailylistAPIResponse struct {
	model.CommonResponse
	TaobaoFeedflowItemCrowdRptdailylistResponse
}

定向分日数据查询 APIResponse taobao.feedflow.item.crowd.rptdailylist

定向分日数据查询

type TaobaoFeedflowItemCrowdRptdailylistRequest

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

定向分日数据查询 APIRequest taobao.feedflow.item.crowd.rptdailylist

定向分日数据查询

func NewTaobaoFeedflowItemCrowdRptdailylistRequest

func NewTaobaoFeedflowItemCrowdRptdailylistRequest() *TaobaoFeedflowItemCrowdRptdailylistRequest

func (TaobaoFeedflowItemCrowdRptdailylistRequest) GetApiMethodName

func (TaobaoFeedflowItemCrowdRptdailylistRequest) GetApiParams

func (TaobaoFeedflowItemCrowdRptdailylistRequest) GetRptQueryDTO

func (*TaobaoFeedflowItemCrowdRptdailylistRequest) SetRptQueryDTO

func (r *TaobaoFeedflowItemCrowdRptdailylistRequest) SetRptQueryDTO(rptQueryDTO *RptQueryDto) error

type TaobaoFeedflowItemCrowdRptdailylistResponse

type TaobaoFeedflowItemCrowdRptdailylistResponse 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"`
}

type TaobaoFeedflowItemCrowdRptdailylistResultDto

type TaobaoFeedflowItemCrowdRptdailylistResultDto struct {
	Message string `json:"message,omitempty" xml:"message,omitempty"`

	RptList []RptResultDto `json:"rpt_list,omitempty" xml:"rpt_list,omitempty"`

	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

TaobaoFeedflowItemCrowdRptdailylistResultDto

type TaobaoFeedflowItemCrowdRpthourlistAPIResponse

type TaobaoFeedflowItemCrowdRpthourlistAPIResponse struct {
	model.CommonResponse
	TaobaoFeedflowItemCrowdRpthourlistResponse
}

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

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

type TaobaoFeedflowItemCrowdRpthourlistRequest

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

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

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

func NewTaobaoFeedflowItemCrowdRpthourlistRequest

func NewTaobaoFeedflowItemCrowdRpthourlistRequest() *TaobaoFeedflowItemCrowdRpthourlistRequest

func (TaobaoFeedflowItemCrowdRpthourlistRequest) GetApiMethodName

func (TaobaoFeedflowItemCrowdRpthourlistRequest) GetApiParams

func (TaobaoFeedflowItemCrowdRpthourlistRequest) GetRptQuery

func (*TaobaoFeedflowItemCrowdRpthourlistRequest) SetRptQuery

type TaobaoFeedflowItemCrowdRpthourlistResponse

type TaobaoFeedflowItemCrowdRpthourlistResponse 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"`
}

type TaobaoFeedflowItemCrowdRpthourlistResultDto

type TaobaoFeedflowItemCrowdRpthourlistResultDto struct {
	Message string `json:"message,omitempty" xml:"message,omitempty"`

	RptList []RptResultDto `json:"rpt_list,omitempty" xml:"rpt_list,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 TaobaoFeedflowItemItemPageAPIResponse

type TaobaoFeedflowItemItemPageAPIResponse struct {
	model.CommonResponse
	TaobaoFeedflowItemItemPageResponse
}

信息流查看商品列表 APIResponse taobao.feedflow.item.item.page

信息流查看商品列表

type TaobaoFeedflowItemItemPageRequest

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

信息流查看商品列表 APIRequest taobao.feedflow.item.item.page

信息流查看商品列表

func NewTaobaoFeedflowItemItemPageRequest

func NewTaobaoFeedflowItemItemPageRequest() *TaobaoFeedflowItemItemPageRequest

func (TaobaoFeedflowItemItemPageRequest) GetApiMethodName

func (r TaobaoFeedflowItemItemPageRequest) GetApiMethodName() string

func (TaobaoFeedflowItemItemPageRequest) GetApiParams

func (r TaobaoFeedflowItemItemPageRequest) GetApiParams() url.Values

func (TaobaoFeedflowItemItemPageRequest) GetItemQuery

func (*TaobaoFeedflowItemItemPageRequest) SetItemQuery

func (r *TaobaoFeedflowItemItemPageRequest) SetItemQuery(itemQuery *ItemQueryDto) error

type TaobaoFeedflowItemItemPageResponse

type TaobaoFeedflowItemItemPageResponse 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"`
}

type TaobaoFeedflowItemItemPageResultDto

type TaobaoFeedflowItemItemPageResultDto struct {
	Message string `json:"message,omitempty" xml:"message,omitempty"`

	TotalCount int64 `json:"total_count,omitempty" xml:"total_count,omitempty"`

	Success bool `json:"success,omitempty" xml:"success,omitempty"`

	ItemList []ItemDto `json:"item_list,omitempty" xml:"item_list,omitempty"`
}

TaobaoFeedflowItemItemPageResultDto

type TaobaoFeedflowItemOptionPageAPIResponse

type TaobaoFeedflowItemOptionPageAPIResponse struct {
	model.CommonResponse
	TaobaoFeedflowItemOptionPageResponse
}

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

分页查询定向标签列表

type TaobaoFeedflowItemOptionPageRequest

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

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

分页查询定向标签列表

func NewTaobaoFeedflowItemOptionPageRequest

func NewTaobaoFeedflowItemOptionPageRequest() *TaobaoFeedflowItemOptionPageRequest

func (TaobaoFeedflowItemOptionPageRequest) GetApiMethodName

func (r TaobaoFeedflowItemOptionPageRequest) GetApiMethodName() string

func (TaobaoFeedflowItemOptionPageRequest) GetApiParams

func (TaobaoFeedflowItemOptionPageRequest) GetLabelQuery

func (*TaobaoFeedflowItemOptionPageRequest) SetLabelQuery

func (r *TaobaoFeedflowItemOptionPageRequest) SetLabelQuery(labelQuery *LabelQueryDto) error

type TaobaoFeedflowItemOptionPageResponse

type TaobaoFeedflowItemOptionPageResponse 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"`
}

type TaobaoFeedflowItemOptionPageResultDto

type TaobaoFeedflowItemOptionPageResultDto struct {
	Message string `json:"message,omitempty" xml:"message,omitempty"`

	Labels []LabelDto `json:"labels,omitempty" xml:"labels,omitempty"`

	TotalCount int64 `json:"total_count,omitempty" xml:"total_count,omitempty"`

	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

TaobaoFeedflowItemOptionPageResultDto

type TaobaoFeedflowItemTargetValidlistAPIResponse

type TaobaoFeedflowItemTargetValidlistAPIResponse struct {
	model.CommonResponse
	TaobaoFeedflowItemTargetValidlistResponse
}

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

获取有权限的定向列表

type TaobaoFeedflowItemTargetValidlistRequest

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

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

获取有权限的定向列表

func NewTaobaoFeedflowItemTargetValidlistRequest

func NewTaobaoFeedflowItemTargetValidlistRequest() *TaobaoFeedflowItemTargetValidlistRequest

func (TaobaoFeedflowItemTargetValidlistRequest) GetApiMethodName

func (r TaobaoFeedflowItemTargetValidlistRequest) GetApiMethodName() string

func (TaobaoFeedflowItemTargetValidlistRequest) GetApiParams

func (TaobaoFeedflowItemTargetValidlistRequest) GetCampaignId

func (*TaobaoFeedflowItemTargetValidlistRequest) SetCampaignId

func (r *TaobaoFeedflowItemTargetValidlistRequest) SetCampaignId(campaignId int64) error

type TaobaoFeedflowItemTargetValidlistResponse

type TaobaoFeedflowItemTargetValidlistResponse 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"`
}

type TaobaoFeedflowItemTargetValidlistResultDto

type TaobaoFeedflowItemTargetValidlistResultDto struct {
	Message string `json:"message,omitempty" xml:"message,omitempty"`

	Targets []TargetDto `json:"targets,omitempty" xml:"targets,omitempty"`

	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

TaobaoFeedflowItemTargetValidlistResultDto

type TargetDto

type TargetDto struct {
	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