brandhub

package
v1.1.4 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 TaobaoBrandStarshopRptTargetGetAPIResponse

type TaobaoBrandStarshopRptTargetGetAPIResponse struct {
	model.CommonResponse
	TaobaoBrandStarshopRptTargetGetResponse
}

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

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

type TaobaoBrandStarshopRptTargetGetRequest

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

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

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

func NewTaobaoBrandStarshopRptTargetGetRequest

func NewTaobaoBrandStarshopRptTargetGetRequest() *TaobaoBrandStarshopRptTargetGetRequest

初始化TaobaoBrandStarshopRptTargetGetRequest对象

func (TaobaoBrandStarshopRptTargetGetRequest) GetApiMethodName

func (r TaobaoBrandStarshopRptTargetGetRequest) GetApiMethodName() string

IRequest interface 方法, 获取Api method

func (TaobaoBrandStarshopRptTargetGetRequest) GetApiParams

IRequest interface 方法, 获取API参数

func (TaobaoBrandStarshopRptTargetGetRequest) GetEffect

Effect Getter

func (TaobaoBrandStarshopRptTargetGetRequest) GetEndDate

EndDate Getter

func (TaobaoBrandStarshopRptTargetGetRequest) GetPageIndex

PageIndex Getter

func (TaobaoBrandStarshopRptTargetGetRequest) GetPageSize

PageSize Getter

func (TaobaoBrandStarshopRptTargetGetRequest) GetStartDate

StartDate Getter

func (TaobaoBrandStarshopRptTargetGetRequest) GetTrafficType

TrafficType Getter

func (*TaobaoBrandStarshopRptTargetGetRequest) SetEffect

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

func (*TaobaoBrandStarshopRptTargetGetRequest) SetEndDate

func (r *TaobaoBrandStarshopRptTargetGetRequest) SetEndDate(endDate string) error

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

func (*TaobaoBrandStarshopRptTargetGetRequest) SetPageIndex

func (r *TaobaoBrandStarshopRptTargetGetRequest) SetPageIndex(pageIndex string) error

PageIndex Setter 当前页数

func (*TaobaoBrandStarshopRptTargetGetRequest) SetPageSize

func (r *TaobaoBrandStarshopRptTargetGetRequest) SetPageSize(pageSize string) error

PageSize Setter 每页条数

func (*TaobaoBrandStarshopRptTargetGetRequest) SetStartDate

func (r *TaobaoBrandStarshopRptTargetGetRequest) SetStartDate(startDate string) error

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

func (*TaobaoBrandStarshopRptTargetGetRequest) SetTrafficType

func (r *TaobaoBrandStarshopRptTargetGetRequest) SetTrafficType(trafficType string) error

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

type TaobaoBrandStarshopRptTargetGetResponse

type TaobaoBrandStarshopRptTargetGetResponse 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 TaobaoBrandStartshopRptAccountGetAPIResponse

type TaobaoBrandStartshopRptAccountGetAPIResponse struct {
	model.CommonResponse
	TaobaoBrandStartshopRptAccountGetResponse
}

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

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

type TaobaoBrandStartshopRptAccountGetRequest

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

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

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

func NewTaobaoBrandStartshopRptAccountGetRequest

func NewTaobaoBrandStartshopRptAccountGetRequest() *TaobaoBrandStartshopRptAccountGetRequest

初始化TaobaoBrandStartshopRptAccountGetRequest对象

func (TaobaoBrandStartshopRptAccountGetRequest) GetApiMethodName

func (r TaobaoBrandStartshopRptAccountGetRequest) GetApiMethodName() string

IRequest interface 方法, 获取Api method

func (TaobaoBrandStartshopRptAccountGetRequest) GetApiParams

IRequest interface 方法, 获取API参数

func (TaobaoBrandStartshopRptAccountGetRequest) GetEffect

Effect Getter

func (TaobaoBrandStartshopRptAccountGetRequest) GetEndDate

EndDate Getter

func (TaobaoBrandStartshopRptAccountGetRequest) GetStartDate

StartDate Getter

func (TaobaoBrandStartshopRptAccountGetRequest) GetTrafficType

TrafficType Getter

func (*TaobaoBrandStartshopRptAccountGetRequest) SetEffect

Effect Setter 默认15天

func (*TaobaoBrandStartshopRptAccountGetRequest) SetEndDate

func (r *TaobaoBrandStartshopRptAccountGetRequest) SetEndDate(endDate string) error

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

func (*TaobaoBrandStartshopRptAccountGetRequest) SetStartDate

func (r *TaobaoBrandStartshopRptAccountGetRequest) SetStartDate(startDate string) error

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

func (*TaobaoBrandStartshopRptAccountGetRequest) SetTrafficType

func (r *TaobaoBrandStartshopRptAccountGetRequest) SetTrafficType(trafficType string) error

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

type TaobaoBrandStartshopRptAccountGetResponse

type TaobaoBrandStartshopRptAccountGetResponse 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 TaobaoBrandStartshopRptAdgroupGetAPIResponse

type TaobaoBrandStartshopRptAdgroupGetAPIResponse struct {
	model.CommonResponse
	TaobaoBrandStartshopRptAdgroupGetResponse
}

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

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

type TaobaoBrandStartshopRptAdgroupGetRequest

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

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

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

func NewTaobaoBrandStartshopRptAdgroupGetRequest

func NewTaobaoBrandStartshopRptAdgroupGetRequest() *TaobaoBrandStartshopRptAdgroupGetRequest

初始化TaobaoBrandStartshopRptAdgroupGetRequest对象

func (TaobaoBrandStartshopRptAdgroupGetRequest) GetApiMethodName

func (r TaobaoBrandStartshopRptAdgroupGetRequest) GetApiMethodName() string

IRequest interface 方法, 获取Api method

func (TaobaoBrandStartshopRptAdgroupGetRequest) GetApiParams

IRequest interface 方法, 获取API参数

func (TaobaoBrandStartshopRptAdgroupGetRequest) GetEffect

Effect Getter

func (TaobaoBrandStartshopRptAdgroupGetRequest) GetEndDate

EndDate Getter

func (TaobaoBrandStartshopRptAdgroupGetRequest) GetPageIndex

PageIndex Getter

func (TaobaoBrandStartshopRptAdgroupGetRequest) GetPageSize

PageSize Getter

func (TaobaoBrandStartshopRptAdgroupGetRequest) GetStartDate

StartDate Getter

func (TaobaoBrandStartshopRptAdgroupGetRequest) GetTrafficType

TrafficType Getter

func (*TaobaoBrandStartshopRptAdgroupGetRequest) SetEffect

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

func (*TaobaoBrandStartshopRptAdgroupGetRequest) SetEndDate

func (r *TaobaoBrandStartshopRptAdgroupGetRequest) SetEndDate(endDate string) error

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

func (*TaobaoBrandStartshopRptAdgroupGetRequest) SetPageIndex

func (r *TaobaoBrandStartshopRptAdgroupGetRequest) SetPageIndex(pageIndex string) error

PageIndex Setter 当前页数

func (*TaobaoBrandStartshopRptAdgroupGetRequest) SetPageSize

func (r *TaobaoBrandStartshopRptAdgroupGetRequest) SetPageSize(pageSize string) error

PageSize Setter 每页条数

func (*TaobaoBrandStartshopRptAdgroupGetRequest) SetStartDate

func (r *TaobaoBrandStartshopRptAdgroupGetRequest) SetStartDate(startDate string) error

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

func (*TaobaoBrandStartshopRptAdgroupGetRequest) SetTrafficType

func (r *TaobaoBrandStartshopRptAdgroupGetRequest) SetTrafficType(trafficType string) error

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

type TaobaoBrandStartshopRptAdgroupGetResponse

type TaobaoBrandStartshopRptAdgroupGetResponse 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 TaobaoBrandStartshopRptCampaignGetAPIResponse

type TaobaoBrandStartshopRptCampaignGetAPIResponse struct {
	model.CommonResponse
	TaobaoBrandStartshopRptCampaignGetResponse
}

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

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

type TaobaoBrandStartshopRptCampaignGetRequest

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

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

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

func NewTaobaoBrandStartshopRptCampaignGetRequest

func NewTaobaoBrandStartshopRptCampaignGetRequest() *TaobaoBrandStartshopRptCampaignGetRequest

初始化TaobaoBrandStartshopRptCampaignGetRequest对象

func (TaobaoBrandStartshopRptCampaignGetRequest) GetApiMethodName

IRequest interface 方法, 获取Api method

func (TaobaoBrandStartshopRptCampaignGetRequest) GetApiParams

IRequest interface 方法, 获取API参数

func (TaobaoBrandStartshopRptCampaignGetRequest) GetEffect

Effect Getter

func (TaobaoBrandStartshopRptCampaignGetRequest) GetEnddate

Enddate Getter

func (TaobaoBrandStartshopRptCampaignGetRequest) GetStartdate

Startdate Getter

func (TaobaoBrandStartshopRptCampaignGetRequest) GetTraffictype

Traffictype Getter

func (*TaobaoBrandStartshopRptCampaignGetRequest) SetEffect

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

func (*TaobaoBrandStartshopRptCampaignGetRequest) SetEnddate

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

func (*TaobaoBrandStartshopRptCampaignGetRequest) SetStartdate

func (r *TaobaoBrandStartshopRptCampaignGetRequest) SetStartdate(startdate string) error

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

func (*TaobaoBrandStartshopRptCampaignGetRequest) SetTraffictype

func (r *TaobaoBrandStartshopRptCampaignGetRequest) SetTraffictype(traffictype string) error

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

type TaobaoBrandStartshopRptCampaignGetResponse

type TaobaoBrandStartshopRptCampaignGetResponse 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 TaobaoBrandStartshopRptCreativeGetAPIResponse

type TaobaoBrandStartshopRptCreativeGetAPIResponse struct {
	model.CommonResponse
	TaobaoBrandStartshopRptCreativeGetResponse
}

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

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

type TaobaoBrandStartshopRptCreativeGetRequest

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

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

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

func NewTaobaoBrandStartshopRptCreativeGetRequest

func NewTaobaoBrandStartshopRptCreativeGetRequest() *TaobaoBrandStartshopRptCreativeGetRequest

初始化TaobaoBrandStartshopRptCreativeGetRequest对象

func (TaobaoBrandStartshopRptCreativeGetRequest) GetApiMethodName

IRequest interface 方法, 获取Api method

func (TaobaoBrandStartshopRptCreativeGetRequest) GetApiParams

IRequest interface 方法, 获取API参数

func (TaobaoBrandStartshopRptCreativeGetRequest) GetEffect

Effect Getter

func (TaobaoBrandStartshopRptCreativeGetRequest) GetEndDate

EndDate Getter

func (TaobaoBrandStartshopRptCreativeGetRequest) GetPageIndex

PageIndex Getter

func (TaobaoBrandStartshopRptCreativeGetRequest) GetPageSize

PageSize Getter

func (TaobaoBrandStartshopRptCreativeGetRequest) GetStartDate

StartDate Getter

func (TaobaoBrandStartshopRptCreativeGetRequest) GetTrafficType

TrafficType Getter

func (*TaobaoBrandStartshopRptCreativeGetRequest) SetEffect

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

func (*TaobaoBrandStartshopRptCreativeGetRequest) SetEndDate

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

func (*TaobaoBrandStartshopRptCreativeGetRequest) SetPageIndex

func (r *TaobaoBrandStartshopRptCreativeGetRequest) SetPageIndex(pageIndex string) error

PageIndex Setter 当前页数

func (*TaobaoBrandStartshopRptCreativeGetRequest) SetPageSize

func (r *TaobaoBrandStartshopRptCreativeGetRequest) SetPageSize(pageSize string) error

PageSize Setter 每页条数

func (*TaobaoBrandStartshopRptCreativeGetRequest) SetStartDate

func (r *TaobaoBrandStartshopRptCreativeGetRequest) SetStartDate(startDate string) error

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

func (*TaobaoBrandStartshopRptCreativeGetRequest) SetTrafficType

func (r *TaobaoBrandStartshopRptCreativeGetRequest) SetTrafficType(trafficType string) error

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

type TaobaoBrandStartshopRptCreativeGetResponse

type TaobaoBrandStartshopRptCreativeGetResponse 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 TaobaoBrandStartshopRptWordpackageGetAPIResponse

type TaobaoBrandStartshopRptWordpackageGetAPIResponse struct {
	model.CommonResponse
	TaobaoBrandStartshopRptWordpackageGetResponse
}

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

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

type TaobaoBrandStartshopRptWordpackageGetRequest

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

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

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

func NewTaobaoBrandStartshopRptWordpackageGetRequest

func NewTaobaoBrandStartshopRptWordpackageGetRequest() *TaobaoBrandStartshopRptWordpackageGetRequest

初始化TaobaoBrandStartshopRptWordpackageGetRequest对象

func (TaobaoBrandStartshopRptWordpackageGetRequest) GetApiMethodName

IRequest interface 方法, 获取Api method

func (TaobaoBrandStartshopRptWordpackageGetRequest) GetApiParams

IRequest interface 方法, 获取API参数

func (TaobaoBrandStartshopRptWordpackageGetRequest) GetEffect

Effect Getter

func (TaobaoBrandStartshopRptWordpackageGetRequest) GetEndDate

EndDate Getter

func (TaobaoBrandStartshopRptWordpackageGetRequest) GetPageIndex

PageIndex Getter

func (TaobaoBrandStartshopRptWordpackageGetRequest) GetPageSize

PageSize Getter

func (TaobaoBrandStartshopRptWordpackageGetRequest) GetStartDate

StartDate Getter

func (TaobaoBrandStartshopRptWordpackageGetRequest) GetTrafficType

TrafficType Getter

func (*TaobaoBrandStartshopRptWordpackageGetRequest) SetEffect

Effect Setter 转化周期

func (*TaobaoBrandStartshopRptWordpackageGetRequest) SetEndDate

EndDate Setter 结束日期

func (*TaobaoBrandStartshopRptWordpackageGetRequest) SetPageIndex

func (r *TaobaoBrandStartshopRptWordpackageGetRequest) SetPageIndex(pageIndex string) error

PageIndex Setter 当前页数 ,从1开始

func (*TaobaoBrandStartshopRptWordpackageGetRequest) SetPageSize

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

func (*TaobaoBrandStartshopRptWordpackageGetRequest) SetStartDate

func (r *TaobaoBrandStartshopRptWordpackageGetRequest) SetStartDate(startDate string) error

StartDate Setter 开始日期

func (*TaobaoBrandStartshopRptWordpackageGetRequest) SetTrafficType

func (r *TaobaoBrandStartshopRptWordpackageGetRequest) SetTrafficType(trafficType string) error

TrafficType Setter 流量类型

type TaobaoBrandStartshopRptWordpackageGetResponse

type TaobaoBrandStartshopRptWordpackageGetResponse 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 TaobaoBrandhubSpecialshowRptAdgroupGetAPIResponse

type TaobaoBrandhubSpecialshowRptAdgroupGetAPIResponse struct {
	model.CommonResponse
	TaobaoBrandhubSpecialshowRptAdgroupGetResponse
}

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

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

type TaobaoBrandhubSpecialshowRptAdgroupGetRequest

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

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

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

func NewTaobaoBrandhubSpecialshowRptAdgroupGetRequest

func NewTaobaoBrandhubSpecialshowRptAdgroupGetRequest() *TaobaoBrandhubSpecialshowRptAdgroupGetRequest

初始化TaobaoBrandhubSpecialshowRptAdgroupGetRequest对象

func (TaobaoBrandhubSpecialshowRptAdgroupGetRequest) GetApiMethodName

IRequest interface 方法, 获取Api method

func (TaobaoBrandhubSpecialshowRptAdgroupGetRequest) GetApiParams

IRequest interface 方法, 获取API参数

func (TaobaoBrandhubSpecialshowRptAdgroupGetRequest) GetEndDate

EndDate Getter

func (TaobaoBrandhubSpecialshowRptAdgroupGetRequest) GetPageIndex

PageIndex Getter

func (TaobaoBrandhubSpecialshowRptAdgroupGetRequest) GetPageSize

PageSize Getter

func (TaobaoBrandhubSpecialshowRptAdgroupGetRequest) GetSolutionId

SolutionId Getter

func (TaobaoBrandhubSpecialshowRptAdgroupGetRequest) GetStartDate

StartDate Getter

func (TaobaoBrandhubSpecialshowRptAdgroupGetRequest) GetTaskId

TaskId Getter

func (*TaobaoBrandhubSpecialshowRptAdgroupGetRequest) SetEndDate

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

func (*TaobaoBrandhubSpecialshowRptAdgroupGetRequest) SetPageIndex

func (r *TaobaoBrandhubSpecialshowRptAdgroupGetRequest) SetPageIndex(pageIndex string) error

PageIndex Setter 当前页数

func (*TaobaoBrandhubSpecialshowRptAdgroupGetRequest) SetPageSize

PageSize Setter 可选页数

func (*TaobaoBrandhubSpecialshowRptAdgroupGetRequest) SetSolutionId

func (r *TaobaoBrandhubSpecialshowRptAdgroupGetRequest) SetSolutionId(solutionId string) error

SolutionId Setter 指定计划id

func (*TaobaoBrandhubSpecialshowRptAdgroupGetRequest) SetStartDate

func (r *TaobaoBrandhubSpecialshowRptAdgroupGetRequest) SetStartDate(startDate string) error

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

func (*TaobaoBrandhubSpecialshowRptAdgroupGetRequest) SetTaskId

TaskId Setter 指定任务id

type TaobaoBrandhubSpecialshowRptAdgroupGetResponse

type TaobaoBrandhubSpecialshowRptAdgroupGetResponse 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 TaobaoBrandhubSpecialshowRptCampaignGetAPIResponse

type TaobaoBrandhubSpecialshowRptCampaignGetAPIResponse struct {
	model.CommonResponse
	TaobaoBrandhubSpecialshowRptCampaignGetResponse
}

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

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

type TaobaoBrandhubSpecialshowRptCampaignGetRequest

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

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

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

func NewTaobaoBrandhubSpecialshowRptCampaignGetRequest

func NewTaobaoBrandhubSpecialshowRptCampaignGetRequest() *TaobaoBrandhubSpecialshowRptCampaignGetRequest

初始化TaobaoBrandhubSpecialshowRptCampaignGetRequest对象

func (TaobaoBrandhubSpecialshowRptCampaignGetRequest) GetApiMethodName

IRequest interface 方法, 获取Api method

func (TaobaoBrandhubSpecialshowRptCampaignGetRequest) GetApiParams

IRequest interface 方法, 获取API参数

func (TaobaoBrandhubSpecialshowRptCampaignGetRequest) GetEndDate

EndDate Getter

func (TaobaoBrandhubSpecialshowRptCampaignGetRequest) GetPageIndex

PageIndex Getter

func (TaobaoBrandhubSpecialshowRptCampaignGetRequest) GetPageSize

PageSize Getter

func (TaobaoBrandhubSpecialshowRptCampaignGetRequest) GetSolutionId

SolutionId Getter

func (TaobaoBrandhubSpecialshowRptCampaignGetRequest) GetStartDate

StartDate Getter

func (*TaobaoBrandhubSpecialshowRptCampaignGetRequest) SetEndDate

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

func (*TaobaoBrandhubSpecialshowRptCampaignGetRequest) SetPageIndex

func (r *TaobaoBrandhubSpecialshowRptCampaignGetRequest) SetPageIndex(pageIndex string) error

PageIndex Setter 当前页数

func (*TaobaoBrandhubSpecialshowRptCampaignGetRequest) SetPageSize

PageSize Setter 每页条数

func (*TaobaoBrandhubSpecialshowRptCampaignGetRequest) SetSolutionId

func (r *TaobaoBrandhubSpecialshowRptCampaignGetRequest) SetSolutionId(solutionId string) error

SolutionId Setter 指定计划id

func (*TaobaoBrandhubSpecialshowRptCampaignGetRequest) SetStartDate

func (r *TaobaoBrandhubSpecialshowRptCampaignGetRequest) SetStartDate(startDate string) error

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

type TaobaoBrandhubSpecialshowRptCampaignGetResponse

type TaobaoBrandhubSpecialshowRptCampaignGetResponse 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