brandhub

package
v1.2.0 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=36460&docType=2

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TaobaoBrandStarshopRptTargetGetAPIRequest added in v1.2.0

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

明星店铺定向维度报表 API请求 taobao.brand.starshop.rpt.target.get

获取明星店铺定向维度分日报表数据,只能查询近90天内的数据,包括展现量,点击量等

func NewTaobaoBrandStarshopRptTargetGetRequest

func NewTaobaoBrandStarshopRptTargetGetRequest() *TaobaoBrandStarshopRptTargetGetAPIRequest

初始化TaobaoBrandStarshopRptTargetGetAPIRequest对象

func (TaobaoBrandStarshopRptTargetGetAPIRequest) GetApiMethodName added in v1.2.0

IRequest interface 方法, 获取Api method

func (TaobaoBrandStarshopRptTargetGetAPIRequest) GetApiParams added in v1.2.0

IRequest interface 方法, 获取API参数

func (TaobaoBrandStarshopRptTargetGetAPIRequest) GetEffect added in v1.2.0

Effect Getter

func (TaobaoBrandStarshopRptTargetGetAPIRequest) GetEndDate added in v1.2.0

EndDate Getter

func (TaobaoBrandStarshopRptTargetGetAPIRequest) GetPageIndex added in v1.2.0

PageIndex Getter

func (TaobaoBrandStarshopRptTargetGetAPIRequest) GetPageSize added in v1.2.0

PageSize Getter

func (TaobaoBrandStarshopRptTargetGetAPIRequest) GetStartDate added in v1.2.0

StartDate Getter

func (TaobaoBrandStarshopRptTargetGetAPIRequest) GetTrafficType added in v1.2.0

TrafficType Getter

func (*TaobaoBrandStarshopRptTargetGetAPIRequest) SetEffect added in v1.2.0

Effect Setter 转化周期,默认15, 3,7,15

func (*TaobaoBrandStarshopRptTargetGetAPIRequest) SetEndDate added in v1.2.0

func (r *TaobaoBrandStarshopRptTargetGetAPIRequest) SetEndDate(_endDate string) error

EndDate Setter 截至日期(最晚到昨天)

func (*TaobaoBrandStarshopRptTargetGetAPIRequest) SetPageIndex added in v1.2.0

func (r *TaobaoBrandStarshopRptTargetGetAPIRequest) SetPageIndex(_pageIndex string) error

PageIndex Setter 当前页数

func (*TaobaoBrandStarshopRptTargetGetAPIRequest) SetPageSize added in v1.2.0

func (r *TaobaoBrandStarshopRptTargetGetAPIRequest) SetPageSize(_pageSize string) error

PageSize Setter 每页条数

func (*TaobaoBrandStarshopRptTargetGetAPIRequest) SetStartDate added in v1.2.0

func (r *TaobaoBrandStarshopRptTargetGetAPIRequest) SetStartDate(_startDate string) error

StartDate Setter 开始日期(最多查询1个月的数据)

func (*TaobaoBrandStarshopRptTargetGetAPIRequest) SetTrafficType added in v1.2.0

func (r *TaobaoBrandStarshopRptTargetGetAPIRequest) SetTrafficType(_trafficType string) error

TrafficType Setter 流量类型 1: PC站内, 2: PC站外 , 4: 无线站内, 5: 无线站外,支持多种一起查询,如1,2,4,5

type TaobaoBrandStarshopRptTargetGetAPIResponse

type TaobaoBrandStarshopRptTargetGetAPIResponse struct {
	model.CommonResponse
	TaobaoBrandStarshopRptTargetGetAPIResponseModel
}

明星店铺定向维度报表 API返回值 taobao.brand.starshop.rpt.target.get

获取明星店铺定向维度分日报表数据,只能查询近90天内的数据,包括展现量,点击量等

type TaobaoBrandStarshopRptTargetGetAPIResponseModel added in v1.2.0

type TaobaoBrandStarshopRptTargetGetAPIResponseModel struct {
	XMLName xml.Name `xml:"brand_starshop_rpt_target_get_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 错误信息
	ErrorParam string `json:"error_param,omitempty" xml:"error_param,omitempty"`
	// 返回结果
	CampaignRptList []TaobaoBrandStarshopRptTargetGetResult `json:"campaign_rpt_list,omitempty" xml:"campaign_rpt_list>taobao_brand_starshop_rpt_target_get_result,omitempty"`
}

明星店铺定向维度报表 成功返回结果

type TaobaoBrandStarshopRptTargetGetResult

type TaobaoBrandStarshopRptTargetGetResult struct {
	// 日期
	Thedate string `json:"thedate,omitempty" xml:"thedate,omitempty"`
	// 展现量
	Impression int64 `json:"impression,omitempty" xml:"impression,omitempty"`
	// 点击量
	Click int64 `json:"click,omitempty" xml:"click,omitempty"`
	// 点击率
	Ctr string `json:"ctr,omitempty" xml:"ctr,omitempty"`
	// 花费(元)
	Cost string `json:"cost,omitempty" xml:"cost,omitempty"`
	// 千次展现成本
	Cpm string `json:"cpm,omitempty" xml:"cpm,omitempty"`
	// 点击单价
	Cpc string `json:"cpc,omitempty" xml:"cpc,omitempty"`
	// 宝贝收藏数
	Favitemtotal int64 `json:"favitemtotal,omitempty" xml:"favitemtotal,omitempty"`
	// 展示成交笔数
	Transactionshippingtotal int64 `json:"transactionshippingtotal,omitempty" xml:"transactionshippingtotal,omitempty"`
	// 店铺收藏数
	Favshoptotal int64 `json:"favshoptotal,omitempty" xml:"favshoptotal,omitempty"`
	// 宝贝加购数
	Carttotal int64 `json:"carttotal,omitempty" xml:"carttotal,omitempty"`
	// 展示成交金额
	Transactiontotal string `json:"transactiontotal,omitempty" xml:"transactiontotal,omitempty"`
	// 展示回报率
	Roi string `json:"roi,omitempty" xml:"roi,omitempty"`
	// 展示转化率
	Cvr string `json:"cvr,omitempty" xml:"cvr,omitempty"`
	// 点击成交笔数
	ClickTransactionshipping int64 `json:"click_transactionshipping,omitempty" xml:"click_transactionshipping,omitempty"`
	// 点击成交金额
	ClickTransactiontotal string `json:"click_transactiontotal,omitempty" xml:"click_transactiontotal,omitempty"`
	// 点击回报率
	ClickRoi string `json:"click_roi,omitempty" xml:"click_roi,omitempty"`
	// 点击转化率
	ClickCvr string `json:"click_cvr,omitempty" xml:"click_cvr,omitempty"`
	// 点击访客数
	ClickUv int64 `json:"click_uv,omitempty" xml:"click_uv,omitempty"`
	// 触达访客数
	Uv int64 `json:"uv,omitempty" xml:"uv,omitempty"`
	// 触达新访客数
	UvNew int64 `json:"uv_new,omitempty" xml:"uv_new,omitempty"`
	// 推广计划名称
	Campaigntitle string `json:"campaigntitle,omitempty" xml:"campaigntitle,omitempty"`
	// 推广计划id
	Campaignid int64 `json:"campaignid,omitempty" xml:"campaignid,omitempty"`
	// 推广组id
	Adgroupid int64 `json:"adgroupid,omitempty" xml:"adgroupid,omitempty"`
	// 推广组名称
	Adgrouptitle string `json:"adgrouptitle,omitempty" xml:"adgrouptitle,omitempty"`
	// 创意名称
	Creativetitle string `json:"creativetitle,omitempty" xml:"creativetitle,omitempty"`
	// 创意id
	Creativeid int64 `json:"creativeid,omitempty" xml:"creativeid,omitempty"`
	// 定向ID
	Targetid int64 `json:"targetid,omitempty" xml:"targetid,omitempty"`
	// 定向名称
	TargetName string `json:"target_name,omitempty" xml:"target_name,omitempty"`
}

TaobaoBrandStarshopRptTargetGetResult

type TaobaoBrandStartshopRptAccountGetAPIRequest added in v1.2.0

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

明星店铺账户报表数据查询 API请求 taobao.brand.startshop.rpt.account.get

获取明星店铺广告主账户整体报表数据,只能查询近90天内的数据,包括展现量,点击量等

func NewTaobaoBrandStartshopRptAccountGetRequest

func NewTaobaoBrandStartshopRptAccountGetRequest() *TaobaoBrandStartshopRptAccountGetAPIRequest

初始化TaobaoBrandStartshopRptAccountGetAPIRequest对象

func (TaobaoBrandStartshopRptAccountGetAPIRequest) GetApiMethodName added in v1.2.0

IRequest interface 方法, 获取Api method

func (TaobaoBrandStartshopRptAccountGetAPIRequest) GetApiParams added in v1.2.0

IRequest interface 方法, 获取API参数

func (TaobaoBrandStartshopRptAccountGetAPIRequest) GetEffect added in v1.2.0

Effect Getter

func (TaobaoBrandStartshopRptAccountGetAPIRequest) GetEndDate added in v1.2.0

EndDate Getter

func (TaobaoBrandStartshopRptAccountGetAPIRequest) GetStartDate added in v1.2.0

StartDate Getter

func (TaobaoBrandStartshopRptAccountGetAPIRequest) GetTrafficType added in v1.2.0

TrafficType Getter

func (*TaobaoBrandStartshopRptAccountGetAPIRequest) SetEffect added in v1.2.0

Effect Setter 默认15天

func (*TaobaoBrandStartshopRptAccountGetAPIRequest) SetEndDate added in v1.2.0

EndDate Setter 开始时间(最多可查询最近90天)

func (*TaobaoBrandStartshopRptAccountGetAPIRequest) SetStartDate added in v1.2.0

func (r *TaobaoBrandStartshopRptAccountGetAPIRequest) SetStartDate(_startDate string) error

StartDate Setter 截至时间(最晚到昨天)

func (*TaobaoBrandStartshopRptAccountGetAPIRequest) SetTrafficType added in v1.2.0

func (r *TaobaoBrandStartshopRptAccountGetAPIRequest) SetTrafficType(_trafficType string) error

TrafficType Setter 流量类型 1: PC站内, 2: PC站外 , 4: 无线站内, 5: 无线站外,支持多种一起查询,如1,2,4,5

type TaobaoBrandStartshopRptAccountGetAPIResponse

type TaobaoBrandStartshopRptAccountGetAPIResponse struct {
	model.CommonResponse
	TaobaoBrandStartshopRptAccountGetAPIResponseModel
}

明星店铺账户报表数据查询 API返回值 taobao.brand.startshop.rpt.account.get

获取明星店铺广告主账户整体报表数据,只能查询近90天内的数据,包括展现量,点击量等

type TaobaoBrandStartshopRptAccountGetAPIResponseModel added in v1.2.0

type TaobaoBrandStartshopRptAccountGetAPIResponseModel struct {
	XMLName xml.Name `xml:"brand_startshop_rpt_account_get_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 错误信息
	ErrorParam string `json:"error_param,omitempty" xml:"error_param,omitempty"`
	// result
	AdvertiserRptList []TaobaoBrandStartshopRptAccountGetResult `json:"advertiser_rpt_list,omitempty" xml:"advertiser_rpt_list>taobao_brand_startshop_rpt_account_get_result,omitempty"`
}

明星店铺账户报表数据查询 成功返回结果

type TaobaoBrandStartshopRptAccountGetResult

type TaobaoBrandStartshopRptAccountGetResult struct {
	// thedate
	Thedate string `json:"thedate,omitempty" xml:"thedate,omitempty"`
	// 展现量
	Impression int64 `json:"impression,omitempty" xml:"impression,omitempty"`
	// 点击量
	Click int64 `json:"click,omitempty" xml:"click,omitempty"`
	// 点击率
	Ctr string `json:"ctr,omitempty" xml:"ctr,omitempty"`
	// 花费(元)
	Cost string `json:"cost,omitempty" xml:"cost,omitempty"`
	// 千次展现成本
	Cpm string `json:"cpm,omitempty" xml:"cpm,omitempty"`
	// 点击单价
	Cpc string `json:"cpc,omitempty" xml:"cpc,omitempty"`
	// 宝贝收藏数
	Favitemtotal int64 `json:"favitemtotal,omitempty" xml:"favitemtotal,omitempty"`
	// 展示成交笔数
	Transactionshippingtotal int64 `json:"transactionshippingtotal,omitempty" xml:"transactionshippingtotal,omitempty"`
	// 店铺收藏数
	Favshoptotal int64 `json:"favshoptotal,omitempty" xml:"favshoptotal,omitempty"`
	// 宝贝加购数
	Carttotal int64 `json:"carttotal,omitempty" xml:"carttotal,omitempty"`
	// 展示成交金额
	Transactiontotal string `json:"transactiontotal,omitempty" xml:"transactiontotal,omitempty"`
	// 展示回报率
	Roi string `json:"roi,omitempty" xml:"roi,omitempty"`
	// 展示转化率
	Cvr string `json:"cvr,omitempty" xml:"cvr,omitempty"`
	// 点击成交笔数
	ClickTransactionshipping int64 `json:"click_transactionshipping,omitempty" xml:"click_transactionshipping,omitempty"`
	// 点击成交金额
	ClickTransactiontotal string `json:"click_transactiontotal,omitempty" xml:"click_transactiontotal,omitempty"`
	// 点击回报率
	ClickRoi string `json:"click_roi,omitempty" xml:"click_roi,omitempty"`
	// 点击转化率
	ClickCvr string `json:"click_cvr,omitempty" xml:"click_cvr,omitempty"`
	// 点击访客数
	ClickUv int64 `json:"click_uv,omitempty" xml:"click_uv,omitempty"`
	// 触达访客数
	Uv string `json:"uv,omitempty" xml:"uv,omitempty"`
	// 触达新访客数
	UvNew string `json:"uv_new,omitempty" xml:"uv_new,omitempty"`
}

TaobaoBrandStartshopRptAccountGetResult

type TaobaoBrandStartshopRptAdgroupGetAPIRequest added in v1.2.0

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

明星店铺推广单元报表数据查询 API请求 taobao.brand.startshop.rpt.adgroup.get

获取明星店铺广告adgroup分日报表数据,只能查询近90天内的数据,包括展现量,点击量等

func NewTaobaoBrandStartshopRptAdgroupGetRequest

func NewTaobaoBrandStartshopRptAdgroupGetRequest() *TaobaoBrandStartshopRptAdgroupGetAPIRequest

初始化TaobaoBrandStartshopRptAdgroupGetAPIRequest对象

func (TaobaoBrandStartshopRptAdgroupGetAPIRequest) GetApiMethodName added in v1.2.0

IRequest interface 方法, 获取Api method

func (TaobaoBrandStartshopRptAdgroupGetAPIRequest) GetApiParams added in v1.2.0

IRequest interface 方法, 获取API参数

func (TaobaoBrandStartshopRptAdgroupGetAPIRequest) GetEffect added in v1.2.0

Effect Getter

func (TaobaoBrandStartshopRptAdgroupGetAPIRequest) GetEndDate added in v1.2.0

EndDate Getter

func (TaobaoBrandStartshopRptAdgroupGetAPIRequest) GetPageIndex added in v1.2.0

PageIndex Getter

func (TaobaoBrandStartshopRptAdgroupGetAPIRequest) GetPageSize added in v1.2.0

PageSize Getter

func (TaobaoBrandStartshopRptAdgroupGetAPIRequest) GetStartDate added in v1.2.0

StartDate Getter

func (TaobaoBrandStartshopRptAdgroupGetAPIRequest) GetTrafficType added in v1.2.0

TrafficType Getter

func (*TaobaoBrandStartshopRptAdgroupGetAPIRequest) SetEffect added in v1.2.0

Effect Setter 转化周期默认15天,3,7,15

func (*TaobaoBrandStartshopRptAdgroupGetAPIRequest) SetEndDate added in v1.2.0

EndDate Setter 截至时间(最晚到昨天)

func (*TaobaoBrandStartshopRptAdgroupGetAPIRequest) SetPageIndex added in v1.2.0

func (r *TaobaoBrandStartshopRptAdgroupGetAPIRequest) SetPageIndex(_pageIndex string) error

PageIndex Setter 当前页数

func (*TaobaoBrandStartshopRptAdgroupGetAPIRequest) SetPageSize added in v1.2.0

func (r *TaobaoBrandStartshopRptAdgroupGetAPIRequest) SetPageSize(_pageSize string) error

PageSize Setter 每页条数

func (*TaobaoBrandStartshopRptAdgroupGetAPIRequest) SetStartDate added in v1.2.0

func (r *TaobaoBrandStartshopRptAdgroupGetAPIRequest) SetStartDate(_startDate string) error

StartDate Setter 开始时间(最多可查询最近90天)

func (*TaobaoBrandStartshopRptAdgroupGetAPIRequest) SetTrafficType added in v1.2.0

func (r *TaobaoBrandStartshopRptAdgroupGetAPIRequest) SetTrafficType(_trafficType string) error

TrafficType Setter 流量类型 1: PC站内, 2: PC站外 , 4: 无线站内, 5: 无线站外,支持多种一起查询,如1,2,4,5

type TaobaoBrandStartshopRptAdgroupGetAPIResponse

type TaobaoBrandStartshopRptAdgroupGetAPIResponse struct {
	model.CommonResponse
	TaobaoBrandStartshopRptAdgroupGetAPIResponseModel
}

明星店铺推广单元报表数据查询 API返回值 taobao.brand.startshop.rpt.adgroup.get

获取明星店铺广告adgroup分日报表数据,只能查询近90天内的数据,包括展现量,点击量等

type TaobaoBrandStartshopRptAdgroupGetAPIResponseModel added in v1.2.0

type TaobaoBrandStartshopRptAdgroupGetAPIResponseModel struct {
	XMLName xml.Name `xml:"brand_startshop_rpt_adgroup_get_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 错误信息
	ErrorParam string `json:"error_param,omitempty" xml:"error_param,omitempty"`
	// 返回结果
	CampaignRptList []TaobaoBrandStartshopRptAdgroupGetResult `json:"campaign_rpt_list,omitempty" xml:"campaign_rpt_list>taobao_brand_startshop_rpt_adgroup_get_result,omitempty"`
}

明星店铺推广单元报表数据查询 成功返回结果

type TaobaoBrandStartshopRptAdgroupGetResult

type TaobaoBrandStartshopRptAdgroupGetResult struct {
	// 日期
	Thedate string `json:"thedate,omitempty" xml:"thedate,omitempty"`
	// 展现量
	Impression int64 `json:"impression,omitempty" xml:"impression,omitempty"`
	// 点击量
	Click int64 `json:"click,omitempty" xml:"click,omitempty"`
	// 点击率
	Ctr string `json:"ctr,omitempty" xml:"ctr,omitempty"`
	// 花费(元)
	Cost string `json:"cost,omitempty" xml:"cost,omitempty"`
	// 千次展现成本
	Cpm string `json:"cpm,omitempty" xml:"cpm,omitempty"`
	// 点击单价
	Cpc string `json:"cpc,omitempty" xml:"cpc,omitempty"`
	// 宝贝收藏数
	Favitemtotal int64 `json:"favitemtotal,omitempty" xml:"favitemtotal,omitempty"`
	// 展示成交笔数
	Transactionshippingtotal int64 `json:"transactionshippingtotal,omitempty" xml:"transactionshippingtotal,omitempty"`
	// 店铺收藏数
	Favshoptotal int64 `json:"favshoptotal,omitempty" xml:"favshoptotal,omitempty"`
	// 宝贝加购数
	Carttotal int64 `json:"carttotal,omitempty" xml:"carttotal,omitempty"`
	// 展示成交金额
	Transactiontotal string `json:"transactiontotal,omitempty" xml:"transactiontotal,omitempty"`
	// 展示回报率
	Roi string `json:"roi,omitempty" xml:"roi,omitempty"`
	// 展示转化率
	Cvr string `json:"cvr,omitempty" xml:"cvr,omitempty"`
	// 点击成交笔数
	ClickTransactionshipping int64 `json:"click_transactionshipping,omitempty" xml:"click_transactionshipping,omitempty"`
	// 点击成交金额
	ClickTransactiontotal string `json:"click_transactiontotal,omitempty" xml:"click_transactiontotal,omitempty"`
	// 点击回报率
	ClickRoi string `json:"click_roi,omitempty" xml:"click_roi,omitempty"`
	// 点击转化率
	ClickCvr string `json:"click_cvr,omitempty" xml:"click_cvr,omitempty"`
	// 点击访客数
	ClickUv int64 `json:"click_uv,omitempty" xml:"click_uv,omitempty"`
	// 触达访客数
	Uv int64 `json:"uv,omitempty" xml:"uv,omitempty"`
	// 触达新访客数
	UvNew int64 `json:"uv_new,omitempty" xml:"uv_new,omitempty"`
	// 推广计划名称
	Campaigntitle string `json:"campaigntitle,omitempty" xml:"campaigntitle,omitempty"`
	// 推广计划id
	Campaignid int64 `json:"campaignid,omitempty" xml:"campaignid,omitempty"`
	// 推广组id
	Adgroupid int64 `json:"adgroupid,omitempty" xml:"adgroupid,omitempty"`
	// 推广组名称
	Adgrouptitle string `json:"adgrouptitle,omitempty" xml:"adgrouptitle,omitempty"`
}

TaobaoBrandStartshopRptAdgroupGetResult

type TaobaoBrandStartshopRptCampaignGetAPIRequest added in v1.2.0

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

明星店铺推广计划报表数据查询 API请求 taobao.brand.startshop.rpt.campaign.get

获取明星店铺广告campaign分日报表数据,只能查询近90天内的数据,包括展现量,点击量等

func NewTaobaoBrandStartshopRptCampaignGetRequest

func NewTaobaoBrandStartshopRptCampaignGetRequest() *TaobaoBrandStartshopRptCampaignGetAPIRequest

初始化TaobaoBrandStartshopRptCampaignGetAPIRequest对象

func (TaobaoBrandStartshopRptCampaignGetAPIRequest) GetApiMethodName added in v1.2.0

IRequest interface 方法, 获取Api method

func (TaobaoBrandStartshopRptCampaignGetAPIRequest) GetApiParams added in v1.2.0

IRequest interface 方法, 获取API参数

func (TaobaoBrandStartshopRptCampaignGetAPIRequest) GetEffect added in v1.2.0

Effect Getter

func (TaobaoBrandStartshopRptCampaignGetAPIRequest) GetEnddate added in v1.2.0

Enddate Getter

func (TaobaoBrandStartshopRptCampaignGetAPIRequest) GetStartdate added in v1.2.0

Startdate Getter

func (TaobaoBrandStartshopRptCampaignGetAPIRequest) GetTraffictype added in v1.2.0

Traffictype Getter

func (*TaobaoBrandStartshopRptCampaignGetAPIRequest) SetEffect added in v1.2.0

Effect Setter 转化周期,默认15天,可选 3,7,15

func (*TaobaoBrandStartshopRptCampaignGetAPIRequest) SetEnddate added in v1.2.0

Enddate Setter 查询截至时间(最晚查询到昨天)

func (*TaobaoBrandStartshopRptCampaignGetAPIRequest) SetStartdate added in v1.2.0

func (r *TaobaoBrandStartshopRptCampaignGetAPIRequest) SetStartdate(_startdate string) error

Startdate Setter 查询开始时间(最多查询90天数据)

func (*TaobaoBrandStartshopRptCampaignGetAPIRequest) SetTraffictype added in v1.2.0

func (r *TaobaoBrandStartshopRptCampaignGetAPIRequest) SetTraffictype(_traffictype string) error

Traffictype Setter 流量类型 1: PC站内, 2: PC站外 , 4: 无线站内, 5: 无线站外,支持多种一起查询,如1,2,4,5

type TaobaoBrandStartshopRptCampaignGetAPIResponse

type TaobaoBrandStartshopRptCampaignGetAPIResponse struct {
	model.CommonResponse
	TaobaoBrandStartshopRptCampaignGetAPIResponseModel
}

明星店铺推广计划报表数据查询 API返回值 taobao.brand.startshop.rpt.campaign.get

获取明星店铺广告campaign分日报表数据,只能查询近90天内的数据,包括展现量,点击量等

type TaobaoBrandStartshopRptCampaignGetAPIResponseModel added in v1.2.0

type TaobaoBrandStartshopRptCampaignGetAPIResponseModel struct {
	XMLName xml.Name `xml:"brand_startshop_rpt_campaign_get_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 错误信息
	ErrorParam string `json:"error_param,omitempty" xml:"error_param,omitempty"`
	// 返回结果
	CampaignRptList []TaobaoBrandStartshopRptCampaignGetResult `json:"campaign_rpt_list,omitempty" xml:"campaign_rpt_list>taobao_brand_startshop_rpt_campaign_get_result,omitempty"`
}

明星店铺推广计划报表数据查询 成功返回结果

type TaobaoBrandStartshopRptCampaignGetResult

type TaobaoBrandStartshopRptCampaignGetResult struct {
	// 日期
	Thedate string `json:"thedate,omitempty" xml:"thedate,omitempty"`
	// 展现量
	Impression int64 `json:"impression,omitempty" xml:"impression,omitempty"`
	// 点击量
	Click int64 `json:"click,omitempty" xml:"click,omitempty"`
	// 点击率
	Ctr string `json:"ctr,omitempty" xml:"ctr,omitempty"`
	// 花费(元)
	Cost string `json:"cost,omitempty" xml:"cost,omitempty"`
	// 千次展现成本
	Cpm string `json:"cpm,omitempty" xml:"cpm,omitempty"`
	// 点击单价
	Cpc string `json:"cpc,omitempty" xml:"cpc,omitempty"`
	// 宝贝收藏数
	Favitemtotal int64 `json:"favitemtotal,omitempty" xml:"favitemtotal,omitempty"`
	// 展示成交笔数
	Transactionshippingtotal int64 `json:"transactionshippingtotal,omitempty" xml:"transactionshippingtotal,omitempty"`
	// 店铺收藏数
	Favshoptotal int64 `json:"favshoptotal,omitempty" xml:"favshoptotal,omitempty"`
	// 宝贝加购数
	Carttotal int64 `json:"carttotal,omitempty" xml:"carttotal,omitempty"`
	// 展示成交金额
	Transactiontotal string `json:"transactiontotal,omitempty" xml:"transactiontotal,omitempty"`
	// 展示回报率
	Roi string `json:"roi,omitempty" xml:"roi,omitempty"`
	// 展示转化率
	Cvr string `json:"cvr,omitempty" xml:"cvr,omitempty"`
	// 点击成交笔数
	ClickTransactionshipping int64 `json:"click_transactionshipping,omitempty" xml:"click_transactionshipping,omitempty"`
	// 点击成交金额
	ClickTransactiontotal string `json:"click_transactiontotal,omitempty" xml:"click_transactiontotal,omitempty"`
	// 点击回报率
	ClickRoi string `json:"click_roi,omitempty" xml:"click_roi,omitempty"`
	// 点击转化率
	ClickCvr string `json:"click_cvr,omitempty" xml:"click_cvr,omitempty"`
	// 点击访客数
	ClickUv int64 `json:"click_uv,omitempty" xml:"click_uv,omitempty"`
	// 触达访客数
	Uv int64 `json:"uv,omitempty" xml:"uv,omitempty"`
	// 触达新访客数
	UvNew int64 `json:"uv_new,omitempty" xml:"uv_new,omitempty"`
	// 推广计划名称
	Campaigntitle string `json:"campaigntitle,omitempty" xml:"campaigntitle,omitempty"`
	// 推广计划id
	Campaignid int64 `json:"campaignid,omitempty" xml:"campaignid,omitempty"`
}

TaobaoBrandStartshopRptCampaignGetResult

type TaobaoBrandStartshopRptCreativeGetAPIRequest added in v1.2.0

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

明星店铺创意报表数据查询 API请求 taobao.brand.startshop.rpt.creative.get

获取明星店铺广告creative分日报表数据,只能查询近90天内的数据,包括展现量,点击量等

func NewTaobaoBrandStartshopRptCreativeGetRequest

func NewTaobaoBrandStartshopRptCreativeGetRequest() *TaobaoBrandStartshopRptCreativeGetAPIRequest

初始化TaobaoBrandStartshopRptCreativeGetAPIRequest对象

func (TaobaoBrandStartshopRptCreativeGetAPIRequest) GetApiMethodName added in v1.2.0

IRequest interface 方法, 获取Api method

func (TaobaoBrandStartshopRptCreativeGetAPIRequest) GetApiParams added in v1.2.0

IRequest interface 方法, 获取API参数

func (TaobaoBrandStartshopRptCreativeGetAPIRequest) GetEffect added in v1.2.0

Effect Getter

func (TaobaoBrandStartshopRptCreativeGetAPIRequest) GetEndDate added in v1.2.0

EndDate Getter

func (TaobaoBrandStartshopRptCreativeGetAPIRequest) GetPageIndex added in v1.2.0

PageIndex Getter

func (TaobaoBrandStartshopRptCreativeGetAPIRequest) GetPageSize added in v1.2.0

PageSize Getter

func (TaobaoBrandStartshopRptCreativeGetAPIRequest) GetStartDate added in v1.2.0

StartDate Getter

func (TaobaoBrandStartshopRptCreativeGetAPIRequest) GetTrafficType added in v1.2.0

TrafficType Getter

func (*TaobaoBrandStartshopRptCreativeGetAPIRequest) SetEffect added in v1.2.0

Effect Setter 转化周期,默认15, 3,7,15

func (*TaobaoBrandStartshopRptCreativeGetAPIRequest) SetEndDate added in v1.2.0

EndDate Setter 截至日期(最晚到昨天)

func (*TaobaoBrandStartshopRptCreativeGetAPIRequest) SetPageIndex added in v1.2.0

func (r *TaobaoBrandStartshopRptCreativeGetAPIRequest) SetPageIndex(_pageIndex string) error

PageIndex Setter 当前页数

func (*TaobaoBrandStartshopRptCreativeGetAPIRequest) SetPageSize added in v1.2.0

func (r *TaobaoBrandStartshopRptCreativeGetAPIRequest) SetPageSize(_pageSize string) error

PageSize Setter 每页条数

func (*TaobaoBrandStartshopRptCreativeGetAPIRequest) SetStartDate added in v1.2.0

func (r *TaobaoBrandStartshopRptCreativeGetAPIRequest) SetStartDate(_startDate string) error

StartDate Setter 开始日期(最多查询1个月的数据)

func (*TaobaoBrandStartshopRptCreativeGetAPIRequest) SetTrafficType added in v1.2.0

func (r *TaobaoBrandStartshopRptCreativeGetAPIRequest) SetTrafficType(_trafficType string) error

TrafficType Setter 流量类型 1: PC站内, 2: PC站外 , 4: 无线站内, 5: 无线站外,支持多种一起查询,如1,2,4,5

type TaobaoBrandStartshopRptCreativeGetAPIResponse

type TaobaoBrandStartshopRptCreativeGetAPIResponse struct {
	model.CommonResponse
	TaobaoBrandStartshopRptCreativeGetAPIResponseModel
}

明星店铺创意报表数据查询 API返回值 taobao.brand.startshop.rpt.creative.get

获取明星店铺广告creative分日报表数据,只能查询近90天内的数据,包括展现量,点击量等

type TaobaoBrandStartshopRptCreativeGetAPIResponseModel added in v1.2.0

type TaobaoBrandStartshopRptCreativeGetAPIResponseModel struct {
	XMLName xml.Name `xml:"brand_startshop_rpt_creative_get_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 错误信息
	ErrorParam string `json:"error_param,omitempty" xml:"error_param,omitempty"`
	// 返回结果
	CampaignRptList []TaobaoBrandStartshopRptCreativeGetResult `json:"campaign_rpt_list,omitempty" xml:"campaign_rpt_list>taobao_brand_startshop_rpt_creative_get_result,omitempty"`
}

明星店铺创意报表数据查询 成功返回结果

type TaobaoBrandStartshopRptCreativeGetResult

type TaobaoBrandStartshopRptCreativeGetResult struct {
	// 日期
	Thedate string `json:"thedate,omitempty" xml:"thedate,omitempty"`
	// 展现量
	Impression int64 `json:"impression,omitempty" xml:"impression,omitempty"`
	// 点击量
	Click int64 `json:"click,omitempty" xml:"click,omitempty"`
	// 点击率
	Ctr string `json:"ctr,omitempty" xml:"ctr,omitempty"`
	// 花费(元)
	Cost string `json:"cost,omitempty" xml:"cost,omitempty"`
	// 千次展现成本
	Cpm string `json:"cpm,omitempty" xml:"cpm,omitempty"`
	// 点击单价
	Cpc string `json:"cpc,omitempty" xml:"cpc,omitempty"`
	// 宝贝收藏数
	Favitemtotal int64 `json:"favitemtotal,omitempty" xml:"favitemtotal,omitempty"`
	// 展示成交笔数
	Transactionshippingtotal int64 `json:"transactionshippingtotal,omitempty" xml:"transactionshippingtotal,omitempty"`
	// 店铺收藏数
	Favshoptotal int64 `json:"favshoptotal,omitempty" xml:"favshoptotal,omitempty"`
	// 宝贝加购数
	Carttotal int64 `json:"carttotal,omitempty" xml:"carttotal,omitempty"`
	// 展示成交金额
	Transactiontotal string `json:"transactiontotal,omitempty" xml:"transactiontotal,omitempty"`
	// 展示回报率
	Roi string `json:"roi,omitempty" xml:"roi,omitempty"`
	// 展示转化率
	Cvr string `json:"cvr,omitempty" xml:"cvr,omitempty"`
	// 点击成交笔数
	ClickTransactionshipping int64 `json:"click_transactionshipping,omitempty" xml:"click_transactionshipping,omitempty"`
	// 点击成交金额
	ClickTransactiontotal string `json:"click_transactiontotal,omitempty" xml:"click_transactiontotal,omitempty"`
	// 点击回报率
	ClickRoi string `json:"click_roi,omitempty" xml:"click_roi,omitempty"`
	// 点击转化率
	ClickCvr string `json:"click_cvr,omitempty" xml:"click_cvr,omitempty"`
	// 点击访客数
	ClickUv int64 `json:"click_uv,omitempty" xml:"click_uv,omitempty"`
	// 触达访客数
	Uv int64 `json:"uv,omitempty" xml:"uv,omitempty"`
	// 触达新访客数
	UvNew int64 `json:"uv_new,omitempty" xml:"uv_new,omitempty"`
	// 推广计划名称
	Campaigntitle string `json:"campaigntitle,omitempty" xml:"campaigntitle,omitempty"`
	// 推广计划id
	Campaignid int64 `json:"campaignid,omitempty" xml:"campaignid,omitempty"`
	// 推广组id
	Adgroupid int64 `json:"adgroupid,omitempty" xml:"adgroupid,omitempty"`
	// 推广组名称
	Adgrouptitle string `json:"adgrouptitle,omitempty" xml:"adgrouptitle,omitempty"`
	// 创意名称
	Creativetitle string `json:"creativetitle,omitempty" xml:"creativetitle,omitempty"`
	// 创意id
	Creativeid int64 `json:"creativeid,omitempty" xml:"creativeid,omitempty"`
}

TaobaoBrandStartshopRptCreativeGetResult

type TaobaoBrandStartshopRptWordpackageGetAPIRequest added in v1.2.0

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

明星店铺品牌流量包报表数据查询 API请求 taobao.brand.startshop.rpt.wordpackage.get

获取明星店铺广告词包分日报表数据,只能查询近90天内的数据,包括展现量,点击量等

func NewTaobaoBrandStartshopRptWordpackageGetRequest

func NewTaobaoBrandStartshopRptWordpackageGetRequest() *TaobaoBrandStartshopRptWordpackageGetAPIRequest

初始化TaobaoBrandStartshopRptWordpackageGetAPIRequest对象

func (TaobaoBrandStartshopRptWordpackageGetAPIRequest) GetApiMethodName added in v1.2.0

IRequest interface 方法, 获取Api method

func (TaobaoBrandStartshopRptWordpackageGetAPIRequest) GetApiParams added in v1.2.0

IRequest interface 方法, 获取API参数

func (TaobaoBrandStartshopRptWordpackageGetAPIRequest) GetEffect added in v1.2.0

Effect Getter

func (TaobaoBrandStartshopRptWordpackageGetAPIRequest) GetEndDate added in v1.2.0

EndDate Getter

func (TaobaoBrandStartshopRptWordpackageGetAPIRequest) GetPageIndex added in v1.2.0

PageIndex Getter

func (TaobaoBrandStartshopRptWordpackageGetAPIRequest) GetPageSize added in v1.2.0

PageSize Getter

func (TaobaoBrandStartshopRptWordpackageGetAPIRequest) GetStartDate added in v1.2.0

StartDate Getter

func (TaobaoBrandStartshopRptWordpackageGetAPIRequest) GetTrafficType added in v1.2.0

TrafficType Getter

func (*TaobaoBrandStartshopRptWordpackageGetAPIRequest) SetEffect added in v1.2.0

Effect Setter 转化周期

func (*TaobaoBrandStartshopRptWordpackageGetAPIRequest) SetEndDate added in v1.2.0

EndDate Setter 结束日期

func (*TaobaoBrandStartshopRptWordpackageGetAPIRequest) SetPageIndex added in v1.2.0

func (r *TaobaoBrandStartshopRptWordpackageGetAPIRequest) SetPageIndex(_pageIndex string) error

PageIndex Setter 当前页数 ,从1开始

func (*TaobaoBrandStartshopRptWordpackageGetAPIRequest) SetPageSize added in v1.2.0

PageSize Setter 每页显示条数(0,200]

func (*TaobaoBrandStartshopRptWordpackageGetAPIRequest) SetStartDate added in v1.2.0

func (r *TaobaoBrandStartshopRptWordpackageGetAPIRequest) SetStartDate(_startDate string) error

StartDate Setter 开始日期

func (*TaobaoBrandStartshopRptWordpackageGetAPIRequest) SetTrafficType added in v1.2.0

func (r *TaobaoBrandStartshopRptWordpackageGetAPIRequest) SetTrafficType(_trafficType string) error

TrafficType Setter 流量类型

type TaobaoBrandStartshopRptWordpackageGetAPIResponse

type TaobaoBrandStartshopRptWordpackageGetAPIResponse struct {
	model.CommonResponse
	TaobaoBrandStartshopRptWordpackageGetAPIResponseModel
}

明星店铺品牌流量包报表数据查询 API返回值 taobao.brand.startshop.rpt.wordpackage.get

获取明星店铺广告词包分日报表数据,只能查询近90天内的数据,包括展现量,点击量等

type TaobaoBrandStartshopRptWordpackageGetAPIResponseModel added in v1.2.0

type TaobaoBrandStartshopRptWordpackageGetAPIResponseModel struct {
	XMLName xml.Name `xml:"brand_startshop_rpt_wordpackage_get_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 错误信息
	ErrorParam string `json:"error_param,omitempty" xml:"error_param,omitempty"`
	// 返回结果
	CampaignRptList []TaobaoBrandStartshopRptWordpackageGetResult `json:"campaign_rpt_list,omitempty" xml:"campaign_rpt_list>taobao_brand_startshop_rpt_wordpackage_get_result,omitempty"`
}

明星店铺品牌流量包报表数据查询 成功返回结果

type TaobaoBrandStartshopRptWordpackageGetResult

type TaobaoBrandStartshopRptWordpackageGetResult struct {
	// 日期
	Thedate string `json:"thedate,omitempty" xml:"thedate,omitempty"`
	// 展现量
	Impression int64 `json:"impression,omitempty" xml:"impression,omitempty"`
	// 点击量
	Click int64 `json:"click,omitempty" xml:"click,omitempty"`
	// 点击率
	Ctr string `json:"ctr,omitempty" xml:"ctr,omitempty"`
	// 花费(分)
	Cost string `json:"cost,omitempty" xml:"cost,omitempty"`
	// 千次展现成本
	Cpm string `json:"cpm,omitempty" xml:"cpm,omitempty"`
	// 点击单价
	Cpc string `json:"cpc,omitempty" xml:"cpc,omitempty"`
	// 宝贝收藏数
	Favitemtotal int64 `json:"favitemtotal,omitempty" xml:"favitemtotal,omitempty"`
	// 展示成交笔数
	Transactionshippingtotal int64 `json:"transactionshippingtotal,omitempty" xml:"transactionshippingtotal,omitempty"`
	// 店铺收藏数
	Favshoptotal int64 `json:"favshoptotal,omitempty" xml:"favshoptotal,omitempty"`
	// 宝贝加购数
	Carttotal int64 `json:"carttotal,omitempty" xml:"carttotal,omitempty"`
	// 展示成交金额
	Transactiontotal string `json:"transactiontotal,omitempty" xml:"transactiontotal,omitempty"`
	// 展示回报率
	Roi string `json:"roi,omitempty" xml:"roi,omitempty"`
	// 展示转化率
	Cvr string `json:"cvr,omitempty" xml:"cvr,omitempty"`
	// 点击成交笔数
	ClickTransactionshipping int64 `json:"click_transactionshipping,omitempty" xml:"click_transactionshipping,omitempty"`
	// 点击成交金额
	ClickTransactiontotal string `json:"click_transactiontotal,omitempty" xml:"click_transactiontotal,omitempty"`
	// 点击回报率
	ClickRoi string `json:"click_roi,omitempty" xml:"click_roi,omitempty"`
	// 点击转化率
	ClickCvr string `json:"click_cvr,omitempty" xml:"click_cvr,omitempty"`
	// 点击访客数
	ClickUv int64 `json:"click_uv,omitempty" xml:"click_uv,omitempty"`
	// 触达访客数
	Uv int64 `json:"uv,omitempty" xml:"uv,omitempty"`
	// 触达新访客数
	UvNew int64 `json:"uv_new,omitempty" xml:"uv_new,omitempty"`
	// 推广计划名称
	Campaigntitle string `json:"campaigntitle,omitempty" xml:"campaigntitle,omitempty"`
	// 推广计划id
	Campaignid int64 `json:"campaignid,omitempty" xml:"campaignid,omitempty"`
	// 推广组id
	Adgroupid int64 `json:"adgroupid,omitempty" xml:"adgroupid,omitempty"`
	// 推广组名称
	Adgrouptitle string `json:"adgrouptitle,omitempty" xml:"adgrouptitle,omitempty"`
	// 词包名称
	Bidword string `json:"bidword,omitempty" xml:"bidword,omitempty"`
	// 词包id
	Bidwordid int64 `json:"bidwordid,omitempty" xml:"bidwordid,omitempty"`
}

TaobaoBrandStartshopRptWordpackageGetResult

type TaobaoBrandhubSpecialshowRptAdgroupGetAPIRequest added in v1.2.0

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

品牌号品牌特秀单元报表数据查询 API请求 taobao.brandhub.specialshow.rpt.adgroup.get

获取品牌号品牌特秀广告adgroup分日报表数据,只能查询近90天内的数据,包括展现量,点击量等

func NewTaobaoBrandhubSpecialshowRptAdgroupGetRequest

func NewTaobaoBrandhubSpecialshowRptAdgroupGetRequest() *TaobaoBrandhubSpecialshowRptAdgroupGetAPIRequest

初始化TaobaoBrandhubSpecialshowRptAdgroupGetAPIRequest对象

func (TaobaoBrandhubSpecialshowRptAdgroupGetAPIRequest) GetApiMethodName added in v1.2.0

IRequest interface 方法, 获取Api method

func (TaobaoBrandhubSpecialshowRptAdgroupGetAPIRequest) GetApiParams added in v1.2.0

IRequest interface 方法, 获取API参数

func (TaobaoBrandhubSpecialshowRptAdgroupGetAPIRequest) GetEndDate added in v1.2.0

EndDate Getter

func (TaobaoBrandhubSpecialshowRptAdgroupGetAPIRequest) GetPageIndex added in v1.2.0

PageIndex Getter

func (TaobaoBrandhubSpecialshowRptAdgroupGetAPIRequest) GetPageSize added in v1.2.0

PageSize Getter

func (TaobaoBrandhubSpecialshowRptAdgroupGetAPIRequest) GetSolutionId added in v1.2.0

SolutionId Getter

func (TaobaoBrandhubSpecialshowRptAdgroupGetAPIRequest) GetStartDate added in v1.2.0

StartDate Getter

func (TaobaoBrandhubSpecialshowRptAdgroupGetAPIRequest) GetTaskId added in v1.2.0

TaskId Getter

func (*TaobaoBrandhubSpecialshowRptAdgroupGetAPIRequest) SetEndDate added in v1.2.0

EndDate Setter 截至时间(最晚到昨天)

func (*TaobaoBrandhubSpecialshowRptAdgroupGetAPIRequest) SetPageIndex added in v1.2.0

PageIndex Setter 当前页数

func (*TaobaoBrandhubSpecialshowRptAdgroupGetAPIRequest) SetPageSize added in v1.2.0

PageSize Setter 可选页数

func (*TaobaoBrandhubSpecialshowRptAdgroupGetAPIRequest) SetSolutionId added in v1.2.0

func (r *TaobaoBrandhubSpecialshowRptAdgroupGetAPIRequest) SetSolutionId(_solutionId string) error

SolutionId Setter 指定计划id

func (*TaobaoBrandhubSpecialshowRptAdgroupGetAPIRequest) SetStartDate added in v1.2.0

StartDate Setter 开始时间(最多可查询最近90天)

func (*TaobaoBrandhubSpecialshowRptAdgroupGetAPIRequest) SetTaskId added in v1.2.0

TaskId Setter 指定任务id

type TaobaoBrandhubSpecialshowRptAdgroupGetAPIResponse

type TaobaoBrandhubSpecialshowRptAdgroupGetAPIResponse struct {
	model.CommonResponse
	TaobaoBrandhubSpecialshowRptAdgroupGetAPIResponseModel
}

品牌号品牌特秀单元报表数据查询 API返回值 taobao.brandhub.specialshow.rpt.adgroup.get

获取品牌号品牌特秀广告adgroup分日报表数据,只能查询近90天内的数据,包括展现量,点击量等

type TaobaoBrandhubSpecialshowRptAdgroupGetAPIResponseModel added in v1.2.0

type TaobaoBrandhubSpecialshowRptAdgroupGetAPIResponseModel struct {
	XMLName xml.Name `xml:"brandhub_specialshow_rpt_adgroup_get_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 错误信息
	ErrorParam string `json:"error_param,omitempty" xml:"error_param,omitempty"`
	// 返回结果
	AdgroupRptList []TaobaoBrandhubSpecialshowRptAdgroupGetResult `json:"adgroup_rpt_list,omitempty" xml:"adgroup_rpt_list>taobao_brandhub_specialshow_rpt_adgroup_get_result,omitempty"`
}

品牌号品牌特秀单元报表数据查询 成功返回结果

type TaobaoBrandhubSpecialshowRptAdgroupGetResult

type TaobaoBrandhubSpecialshowRptAdgroupGetResult struct {
	// 日期
	Thedate string `json:"thedate,omitempty" xml:"thedate,omitempty"`
	// 计划id
	SolutionId int64 `json:"solution_id,omitempty" xml:"solution_id,omitempty"`
	// 计划名称
	SolutionName string `json:"solution_name,omitempty" xml:"solution_name,omitempty"`
	// 定向条件
	TargetName string `json:"target_name,omitempty" xml:"target_name,omitempty"`
	// 单元id
	TaskId int64 `json:"task_id,omitempty" xml:"task_id,omitempty"`
	// 单元名称
	TaskName string `json:"task_name,omitempty" xml:"task_name,omitempty"`
	// 展现
	Impression string `json:"impression,omitempty" xml:"impression,omitempty"`
	// 点击
	Click string `json:"click,omitempty" xml:"click,omitempty"`
	// 访客数
	Uv string `json:"uv,omitempty" xml:"uv,omitempty"`
	// 点击访客数
	ClickUv string `json:"click_uv,omitempty" xml:"click_uv,omitempty"`
	// 点击率
	Ctr string `json:"ctr,omitempty" xml:"ctr,omitempty"`
	// 访客点击率
	UvCtr string `json:"uv_ctr,omitempty" xml:"uv_ctr,omitempty"`
}

TaobaoBrandhubSpecialshowRptAdgroupGetResult

type TaobaoBrandhubSpecialshowRptCampaignGetAPIRequest added in v1.2.0

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

品牌号品牌特秀计划报表数据查询 API请求 taobao.brandhub.specialshow.rpt.campaign.get

获取品牌号品牌特秀广告campaign分日报表数据,只能查询近90天内的数据,包括展现量,点击量等

func NewTaobaoBrandhubSpecialshowRptCampaignGetRequest

func NewTaobaoBrandhubSpecialshowRptCampaignGetRequest() *TaobaoBrandhubSpecialshowRptCampaignGetAPIRequest

初始化TaobaoBrandhubSpecialshowRptCampaignGetAPIRequest对象

func (TaobaoBrandhubSpecialshowRptCampaignGetAPIRequest) GetApiMethodName added in v1.2.0

IRequest interface 方法, 获取Api method

func (TaobaoBrandhubSpecialshowRptCampaignGetAPIRequest) GetApiParams added in v1.2.0

IRequest interface 方法, 获取API参数

func (TaobaoBrandhubSpecialshowRptCampaignGetAPIRequest) GetEndDate added in v1.2.0

EndDate Getter

func (TaobaoBrandhubSpecialshowRptCampaignGetAPIRequest) GetPageIndex added in v1.2.0

PageIndex Getter

func (TaobaoBrandhubSpecialshowRptCampaignGetAPIRequest) GetPageSize added in v1.2.0

PageSize Getter

func (TaobaoBrandhubSpecialshowRptCampaignGetAPIRequest) GetSolutionId added in v1.2.0

SolutionId Getter

func (TaobaoBrandhubSpecialshowRptCampaignGetAPIRequest) GetStartDate added in v1.2.0

StartDate Getter

func (*TaobaoBrandhubSpecialshowRptCampaignGetAPIRequest) SetEndDate added in v1.2.0

EndDate Setter 截至时间(最晚到昨天)

func (*TaobaoBrandhubSpecialshowRptCampaignGetAPIRequest) SetPageIndex added in v1.2.0

PageIndex Setter 当前页数

func (*TaobaoBrandhubSpecialshowRptCampaignGetAPIRequest) SetPageSize added in v1.2.0

PageSize Setter 每页条数

func (*TaobaoBrandhubSpecialshowRptCampaignGetAPIRequest) SetSolutionId added in v1.2.0

func (r *TaobaoBrandhubSpecialshowRptCampaignGetAPIRequest) SetSolutionId(_solutionId string) error

SolutionId Setter 指定计划id

func (*TaobaoBrandhubSpecialshowRptCampaignGetAPIRequest) SetStartDate added in v1.2.0

StartDate Setter 开始时间(最多可查询最近90天)

type TaobaoBrandhubSpecialshowRptCampaignGetAPIResponse

type TaobaoBrandhubSpecialshowRptCampaignGetAPIResponse struct {
	model.CommonResponse
	TaobaoBrandhubSpecialshowRptCampaignGetAPIResponseModel
}

品牌号品牌特秀计划报表数据查询 API返回值 taobao.brandhub.specialshow.rpt.campaign.get

获取品牌号品牌特秀广告campaign分日报表数据,只能查询近90天内的数据,包括展现量,点击量等

type TaobaoBrandhubSpecialshowRptCampaignGetAPIResponseModel added in v1.2.0

type TaobaoBrandhubSpecialshowRptCampaignGetAPIResponseModel struct {
	XMLName xml.Name `xml:"brandhub_specialshow_rpt_campaign_get_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 错误信息
	ErrorParam string `json:"error_param,omitempty" xml:"error_param,omitempty"`
	// 返回结果
	CampaignRptList []TaobaoBrandhubSpecialshowRptCampaignGetResult `json:"campaign_rpt_list,omitempty" xml:"campaign_rpt_list>taobao_brandhub_specialshow_rpt_campaign_get_result,omitempty"`
}

品牌号品牌特秀计划报表数据查询 成功返回结果

type TaobaoBrandhubSpecialshowRptCampaignGetResult

type TaobaoBrandhubSpecialshowRptCampaignGetResult struct {
	// 日期
	Thedate string `json:"thedate,omitempty" xml:"thedate,omitempty"`
	// 计划id
	SolutionId int64 `json:"solution_id,omitempty" xml:"solution_id,omitempty"`
	// 计划名称
	SolutionName string `json:"solution_name,omitempty" xml:"solution_name,omitempty"`
	// 展现
	Impression string `json:"impression,omitempty" xml:"impression,omitempty"`
	// 点击
	Click string `json:"click,omitempty" xml:"click,omitempty"`
	// 访客数
	Uv string `json:"uv,omitempty" xml:"uv,omitempty"`
	// 点击访客数
	ClickUv string `json:"click_uv,omitempty" xml:"click_uv,omitempty"`
	// 点击率
	Ctr string `json:"ctr,omitempty" xml:"ctr,omitempty"`
	// 访客点击率
	UvCtr string `json:"uv_ctr,omitempty" xml:"uv_ctr,omitempty"`
}

TaobaoBrandhubSpecialshowRptCampaignGetResult

Jump to

Keyboard shortcuts

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