scbp

package
v1.2.9 Latest Latest
Warning

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

Go to latest
Published: Oct 11, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package scbp 包含国际站外贸直通车API相关结构体

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

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AccountEffectDto

type AccountEffectDto struct {
	// 日期(yyyy-MM-dd)
	StatDate string `json:"stat_date,omitempty" xml:"stat_date,omitempty"`
	// 曝光
	Impr string `json:"impr,omitempty" xml:"impr,omitempty"`
	// 点击
	Click string `json:"click,omitempty" xml:"click,omitempty"`
	// 消耗
	Cost string `json:"cost,omitempty" xml:"cost,omitempty"`
	// 推广时长
	OnlineMin string `json:"online_min,omitempty" xml:"online_min,omitempty"`
	// 点击量
	ClickCnt string `json:"click_cnt,omitempty" xml:"click_cnt,omitempty"`
	// 平均点击花费
	ClickCostAvg string `json:"click_cost_avg,omitempty" xml:"click_cost_avg,omitempty"`
	// 点击率
	Ctr string `json:"ctr,omitempty" xml:"ctr,omitempty"`
	// 曝光
	ImpressionCnt string `json:"impression_cnt,omitempty" xml:"impression_cnt,omitempty"`
	// 单位小时,保留一位小数,例如13.5表示13.5小时
	OnlineTime string `json:"online_time,omitempty" xml:"online_time,omitempty"`
}

AccountEffectDto 结构体

type AccountQuery

type AccountQuery struct {
	// 开始时间 inteval=7或30不用指定
	BeginDate string `json:"begin_date,omitempty" xml:"begin_date,omitempty"`
	// 结束时间 inteval=7或30不用指定
	EndDate string `json:"end_date,omitempty" xml:"end_date,omitempty"`
	// 区间 1代表指定时间查询 7代表最近7天 30代表最近30天
	Inteval int64 `json:"inteval,omitempty" xml:"inteval,omitempty"`
	// 每页行数
	PerPageSize int64 `json:"per_page_size,omitempty" xml:"per_page_size,omitempty"`
	// 第几页
	ToPage int64 `json:"to_page,omitempty" xml:"to_page,omitempty"`
}

AccountQuery 结构体

type AccountReportDto

type AccountReportDto struct {
	// 返回数据集合
	AccountEffectList []AccountEffectDto `json:"account_effect_list,omitempty" xml:"account_effect_list>account_effect_dto,omitempty"`
}

AccountReportDto 结构体

type AccountReportOperationDto

type AccountReportOperationDto struct {
	// 开始时间(yyyy-MM-dd)
	DateBegin string `json:"date_begin,omitempty" xml:"date_begin,omitempty"`
	// 结束时间(yyyy-MM-dd)
	DateEnd string `json:"date_end,omitempty" xml:"date_end,omitempty"`
	// 时间段
	DateRange int64 `json:"date_range,omitempty" xml:"date_range,omitempty"`
	// campaignType
	CampaignType int64 `json:"campaign_type,omitempty" xml:"campaign_type,omitempty"`
	// campaignId
	CampaignId int64 `json:"campaign_id,omitempty" xml:"campaign_id,omitempty"`
}

AccountReportOperationDto 结构体

type AdGroupBatchOperationDto

type AdGroupBatchOperationDto struct {
	// 入参
	AdGroupOperationList []AdGroupOperationDto `json:"ad_group_operation_list,omitempty" xml:"ad_group_operation_list>ad_group_operation_dto,omitempty"`
}

AdGroupBatchOperationDto 结构体

type AdGroupOperationDto

type AdGroupOperationDto struct {
	// key
	SettingKey string `json:"setting_key,omitempty" xml:"setting_key,omitempty"`
	// value
	SettingValue string `json:"setting_value,omitempty" xml:"setting_value,omitempty"`
	// 产品id
	ProductId int64 `json:"product_id,omitempty" xml:"product_id,omitempty"`
	// 线上状态
	OnlineStatus int64 `json:"online_status,omitempty" xml:"online_status,omitempty"`
	// 产品id
	Id int64 `json:"id,omitempty" xml:"id,omitempty"`
}

AdGroupOperationDto 结构体

type AdGroupQueryDto

type AdGroupQueryDto struct {
	// 标题
	Subject string `json:"subject,omitempty" xml:"subject,omitempty"`
	// 发品用户id
	OwnerMemberId string `json:"owner_member_id,omitempty" xml:"owner_member_id,omitempty"`
	// 排序字段
	OrderBy string `json:"order_by,omitempty" xml:"order_by,omitempty"`
	// 正序
	Order string `json:"order,omitempty" xml:"order,omitempty"`
	// adgroup上下线状态
	AdgroupOnlineStatus int64 `json:"adgroup_online_status,omitempty" xml:"adgroup_online_status,omitempty"`
	// FEED上下线状态
	FeedOnlineStatus int64 `json:"feed_online_status,omitempty" xml:"feed_online_status,omitempty"`
	// 最小曝光数量
	MinImprCnt int64 `json:"min_impr_cnt,omitempty" xml:"min_impr_cnt,omitempty"`
	// 新品成长 如果是1,则是爆品潜力品
	HotPotentialProduct int64 `json:"hot_potential_product,omitempty" xml:"hot_potential_product,omitempty"`
	// 产品id
	ProductId int64 `json:"product_id,omitempty" xml:"product_id,omitempty"`
	// 1级分组
	GroupLv1Id int64 `json:"group_lv1_id,omitempty" xml:"group_lv1_id,omitempty"`
	// 2级分组
	GroupLv2Id int64 `json:"group_lv2_id,omitempty" xml:"group_lv2_id,omitempty"`
	// 3级分组
	GroupLv3Id int64 `json:"group_lv3_id,omitempty" xml:"group_lv3_id,omitempty"`
	// 1级类目
	CateLv1Id int64 `json:"cate_lv1_id,omitempty" xml:"cate_lv1_id,omitempty"`
	// 2级类目
	CateLv2Id int64 `json:"cate_lv2_id,omitempty" xml:"cate_lv2_id,omitempty"`
	// 3级类目
	CateLv3Id int64 `json:"cate_lv3_id,omitempty" xml:"cate_lv3_id,omitempty"`
	// 计划类型
	CampaignType int64 `json:"campaign_type,omitempty" xml:"campaign_type,omitempty"`
	// 计划状态
	CampaignStatus int64 `json:"campaign_status,omitempty" xml:"campaign_status,omitempty"`
	// 推广组id
	AdGroupId int64 `json:"ad_group_id,omitempty" xml:"ad_group_id,omitempty"`
	// 推广组状态
	AdGroupStatus int64 `json:"ad_group_status,omitempty" xml:"ad_group_status,omitempty"`
	// 产品线id
	AdsLineId int64 `json:"ads_line_id,omitempty" xml:"ads_line_id,omitempty"`
	// 产品id
	AdsId int64 `json:"ads_id,omitempty" xml:"ads_id,omitempty"`
	// 页码
	Page int64 `json:"page,omitempty" xml:"page,omitempty"`
	// 每页数量
	Size int64 `json:"size,omitempty" xml:"size,omitempty"`
	// 分页
	Paging bool `json:"paging,omitempty" xml:"paging,omitempty"`
}

AdGroupQueryDto 结构体

type AdKeywordEffectDto

type AdKeywordEffectDto struct {
	// 点击量
	ClickCnt string `json:"click_cnt,omitempty" xml:"click_cnt,omitempty"`
	// 平均点击花费
	ClickCostAvg string `json:"click_cost_avg,omitempty" xml:"click_cost_avg,omitempty"`
	// 单位元,保留两位小数, 例如3.75表示3.75元
	Cost string `json:"cost,omitempty" xml:"cost,omitempty"`
	// 百分比,保留两位小数,例如3.75表示3.75%
	Ctr string `json:"ctr,omitempty" xml:"ctr,omitempty"`
	// 曝光
	ImpressionCnt string `json:"impression_cnt,omitempty" xml:"impression_cnt,omitempty"`
	// 关键词
	Keyword string `json:"keyword,omitempty" xml:"keyword,omitempty"`
	// 单位小时,保留一位小数,例如13.5表示13.5小时
	OnlineTime string `json:"online_time,omitempty" xml:"online_time,omitempty"`
}

AdKeywordEffectDto 结构体

type AdProductDto

type AdProductDto struct {
	// 创建时间
	GmtCreate string `json:"gmt_create,omitempty" xml:"gmt_create,omitempty"`
	// 修改时间
	GmtModified string `json:"gmt_modified,omitempty" xml:"gmt_modified,omitempty"`
	// 商品标题
	Subject string `json:"subject,omitempty" xml:"subject,omitempty"`
	// posting创建时间
	GmtPostingCreate string `json:"gmt_posting_create,omitempty" xml:"gmt_posting_create,omitempty"`
	// posting修改时间
	GmtPostingModified string `json:"gmt_posting_modified,omitempty" xml:"gmt_posting_modified,omitempty"`
	// 计划id
	CampaignId int64 `json:"campaign_id,omitempty" xml:"campaign_id,omitempty"`
	// 计划类型
	CampaignType int64 `json:"campaign_type,omitempty" xml:"campaign_type,omitempty"`
	// 计划状态
	CampaignStatus int64 `json:"campaign_status,omitempty" xml:"campaign_status,omitempty"`
	// 组id
	AdGroupId int64 `json:"ad_group_id,omitempty" xml:"ad_group_id,omitempty"`
	// 推广组状态
	AdGroupStatus int64 `json:"ad_group_status,omitempty" xml:"ad_group_status,omitempty"`
	// 产品线id
	AdsLineId int64 `json:"ads_line_id,omitempty" xml:"ads_line_id,omitempty"`
	// 产品id
	AdsId int64 `json:"ads_id,omitempty" xml:"ads_id,omitempty"`
	// 主键id
	Id int64 `json:"id,omitempty" xml:"id,omitempty"`
	// 商品id
	ProductId int64 `json:"product_id,omitempty" xml:"product_id,omitempty"`
	// 1级分组
	GroupLv1Id int64 `json:"group_lv1_id,omitempty" xml:"group_lv1_id,omitempty"`
	// 2级分组
	GroupLv2Id int64 `json:"group_lv2_id,omitempty" xml:"group_lv2_id,omitempty"`
	// 3级分组
	GroupLv3Id int64 `json:"group_lv3_id,omitempty" xml:"group_lv3_id,omitempty"`
	// 1级类目
	CateLv1Id int64 `json:"cate_lv1_id,omitempty" xml:"cate_lv1_id,omitempty"`
	// 2级类目
	CateLv2Id int64 `json:"cate_lv2_id,omitempty" xml:"cate_lv2_id,omitempty"`
	// 3级类目
	CateLv3Id int64 `json:"cate_lv3_id,omitempty" xml:"cate_lv3_id,omitempty"`
	// 效果数据
	Effect *AdProductEffectDto `json:"effect,omitempty" xml:"effect,omitempty"`
}

AdProductDto 结构体

type AdProductEffectDto

type AdProductEffectDto struct {
	// 曝光
	ImprCnt int64 `json:"impr_cnt,omitempty" xml:"impr_cnt,omitempty"`
	// 点击
	ClickCnt int64 `json:"click_cnt,omitempty" xml:"click_cnt,omitempty"`
	// 消耗(分)
	CostAmt int64 `json:"cost_amt,omitempty" xml:"cost_amt,omitempty"`
}

AdProductEffectDto 结构体

type AdRecommendWordDto added in v1.2.5

type AdRecommendWordDto struct {
	// 关键词
	Keyword string `json:"keyword,omitempty" xml:"keyword,omitempty"`
	// 归一化词
	NormalWord string `json:"normal_word,omitempty" xml:"normal_word,omitempty"`
	// 建议出价
	SuggestPrice string `json:"suggest_price,omitempty" xml:"suggest_price,omitempty"`
	// 同行平均出价
	AvgPrice string `json:"avg_price,omitempty" xml:"avg_price,omitempty"`
	// 市场底价
	BasePrice string `json:"base_price,omitempty" xml:"base_price,omitempty"`
	// 搜索热度
	SearchIndex int64 `json:"search_index,omitempty" xml:"search_index,omitempty"`
	// 购买热度
	BuyIndex int64 `json:"buy_index,omitempty" xml:"buy_index,omitempty"`
	// 星级(推广评分)
	Star int64 `json:"star,omitempty" xml:"star,omitempty"`
	// 最优绑定品id
	BestProductId int64 `json:"best_product_id,omitempty" xml:"best_product_id,omitempty"`
}

AdRecommendWordDto 结构体

type AdsEffectDto

type AdsEffectDto struct {
	// 曝光
	Impr int64 `json:"impr,omitempty" xml:"impr,omitempty"`
	// 点击
	Click int64 `json:"click,omitempty" xml:"click,omitempty"`
	// 消耗
	Cost int64 `json:"cost,omitempty" xml:"cost,omitempty"`
	// 推广时长
	OnlineMin int64 `json:"online_min,omitempty" xml:"online_min,omitempty"`
}

AdsEffectDto 结构体

type AdsTargetingTagDto

type AdsTargetingTagDto struct {
	// 返回实体子级
	SubList []TagDefineDto `json:"sub_list,omitempty" xml:"sub_list>tag_define_dto,omitempty"`
	// 标签选项
	OptionValue string `json:"option_value,omitempty" xml:"option_value,omitempty"`
	// 人群名称
	CrowdName string `json:"crowd_name,omitempty" xml:"crowd_name,omitempty"`
	// 计划创建时间
	GmtCreate string `json:"gmt_create,omitempty" xml:"gmt_create,omitempty"`
	// 计划修改时间
	GmtModified string `json:"gmt_modified,omitempty" xml:"gmt_modified,omitempty"`
	// 高曝光竞价(单位:元)
	HighImprPrice string `json:"high_impr_price,omitempty" xml:"high_impr_price,omitempty"`
	// 标签名(标签描述为空时,取标签名)
	Name string `json:"name,omitempty" xml:"name,omitempty"`
	// 标签描述(标签名为空时,取标签描述)
	Desc string `json:"desc,omitempty" xml:"desc,omitempty"`
	// 定向标签id
	TagId int64 `json:"tag_id,omitempty" xml:"tag_id,omitempty"`
	// 计划id
	CampaignId int64 `json:"campaign_id,omitempty" xml:"campaign_id,omitempty"`
	// 溢价
	Discount int64 `json:"discount,omitempty" xml:"discount,omitempty"`
	// 效果数据
	Effect *AdsEffectDto `json:"effect,omitempty" xml:"effect,omitempty"`
	// 出价类型:0=出价, 1=溢价,2=过滤, 3=召回
	PriceMode int64 `json:"price_mode,omitempty" xml:"price_mode,omitempty"`
	// 产品线id
	ProductLineId int64 `json:"product_line_id,omitempty" xml:"product_line_id,omitempty"`
	// 13:地域标签 14:人群标签
	TagRefType int64 `json:"tag_ref_type,omitempty" xml:"tag_ref_type,omitempty"`
	// 推荐的标签溢价值
	RecommendDiscount int64 `json:"recommend_discount,omitempty" xml:"recommend_discount,omitempty"`
	// 层级(0,1,2)
	Level int64 `json:"level,omitempty" xml:"level,omitempty"`
}

AdsTargetingTagDto 结构体

type AlibabaScbpAccountBudgetGetAPIRequest added in v1.2.0

type AlibabaScbpAccountBudgetGetAPIRequest struct {
	model.Params
}

AlibabaScbpAccountBudgetGetAPIRequest 查询日消耗预算 API请求 alibaba.scbp.account.budget.get

查询日消耗预算

func NewAlibabaScbpAccountBudgetGetRequest

func NewAlibabaScbpAccountBudgetGetRequest() *AlibabaScbpAccountBudgetGetAPIRequest

NewAlibabaScbpAccountBudgetGetRequest 初始化AlibabaScbpAccountBudgetGetAPIRequest对象

func (AlibabaScbpAccountBudgetGetAPIRequest) GetApiMethodName added in v1.2.0

func (r AlibabaScbpAccountBudgetGetAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpAccountBudgetGetAPIRequest) GetApiParams added in v1.2.0

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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpAccountBudgetGetAPIRequest) GetRawParams added in v1.2.8

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

type AlibabaScbpAccountBudgetGetAPIResponse

type AlibabaScbpAccountBudgetGetAPIResponse struct {
	model.CommonResponse
	AlibabaScbpAccountBudgetGetAPIResponseModel
}

AlibabaScbpAccountBudgetGetAPIResponse 查询日消耗预算 API返回值 alibaba.scbp.account.budget.get

查询日消耗预算

type AlibabaScbpAccountBudgetGetAPIResponseModel added in v1.2.0

type AlibabaScbpAccountBudgetGetAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_scbp_account_budget_get_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回今日预算
	Budget string `json:"budget,omitempty" xml:"budget,omitempty"`
}

AlibabaScbpAccountBudgetGetAPIResponseModel is 查询日消耗预算 成功返回结果

type AlibabaScbpAccountDaycostGetAPIRequest added in v1.2.0

type AlibabaScbpAccountDaycostGetAPIRequest struct {
	model.Params
}

AlibabaScbpAccountDaycostGetAPIRequest 查询今日消耗 API请求 alibaba.scbp.account.daycost.get

查询今日消耗

func NewAlibabaScbpAccountDaycostGetRequest

func NewAlibabaScbpAccountDaycostGetRequest() *AlibabaScbpAccountDaycostGetAPIRequest

NewAlibabaScbpAccountDaycostGetRequest 初始化AlibabaScbpAccountDaycostGetAPIRequest对象

func (AlibabaScbpAccountDaycostGetAPIRequest) GetApiMethodName added in v1.2.0

func (r AlibabaScbpAccountDaycostGetAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpAccountDaycostGetAPIRequest) GetApiParams added in v1.2.0

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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpAccountDaycostGetAPIRequest) GetRawParams added in v1.2.8

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

type AlibabaScbpAccountDaycostGetAPIResponse

type AlibabaScbpAccountDaycostGetAPIResponse struct {
	model.CommonResponse
	AlibabaScbpAccountDaycostGetAPIResponseModel
}

AlibabaScbpAccountDaycostGetAPIResponse 查询今日消耗 API返回值 alibaba.scbp.account.daycost.get

查询今日消耗

type AlibabaScbpAccountDaycostGetAPIResponseModel added in v1.2.0

type AlibabaScbpAccountDaycostGetAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_scbp_account_daycost_get_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回今日消耗,单位元,两位小数
	DayCost string `json:"day_cost,omitempty" xml:"day_cost,omitempty"`
}

AlibabaScbpAccountDaycostGetAPIResponseModel is 查询今日消耗 成功返回结果

type AlibabaScbpAccountIsarrearsGetAPIRequest added in v1.2.0

type AlibabaScbpAccountIsarrearsGetAPIRequest struct {
	model.Params
}

AlibabaScbpAccountIsarrearsGetAPIRequest 查询关键词推广账户是否欠款 API请求 alibaba.scbp.account.isarrears.get

查询关键词推广账户是否欠款

func NewAlibabaScbpAccountIsarrearsGetRequest

func NewAlibabaScbpAccountIsarrearsGetRequest() *AlibabaScbpAccountIsarrearsGetAPIRequest

NewAlibabaScbpAccountIsarrearsGetRequest 初始化AlibabaScbpAccountIsarrearsGetAPIRequest对象

func (AlibabaScbpAccountIsarrearsGetAPIRequest) GetApiMethodName added in v1.2.0

func (r AlibabaScbpAccountIsarrearsGetAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpAccountIsarrearsGetAPIRequest) GetApiParams added in v1.2.0

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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpAccountIsarrearsGetAPIRequest) GetRawParams added in v1.2.8

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

type AlibabaScbpAccountIsarrearsGetAPIResponse

type AlibabaScbpAccountIsarrearsGetAPIResponse struct {
	model.CommonResponse
	AlibabaScbpAccountIsarrearsGetAPIResponseModel
}

AlibabaScbpAccountIsarrearsGetAPIResponse 查询关键词推广账户是否欠款 API返回值 alibaba.scbp.account.isarrears.get

查询关键词推广账户是否欠款

type AlibabaScbpAccountIsarrearsGetAPIResponseModel added in v1.2.0

type AlibabaScbpAccountIsarrearsGetAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_scbp_account_isarrears_get_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 客户的关键词推广账户是否欠款
	Result bool `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaScbpAccountIsarrearsGetAPIResponseModel is 查询关键词推广账户是否欠款 成功返回结果

type AlibabaScbpAccountStatusGetAPIRequest added in v1.2.0

type AlibabaScbpAccountStatusGetAPIRequest struct {
	model.Params
}

AlibabaScbpAccountStatusGetAPIRequest 查询账户级别关键词推广状态 API请求 alibaba.scbp.account.status.get

查询账户级别关键词推广状态

func NewAlibabaScbpAccountStatusGetRequest

func NewAlibabaScbpAccountStatusGetRequest() *AlibabaScbpAccountStatusGetAPIRequest

NewAlibabaScbpAccountStatusGetRequest 初始化AlibabaScbpAccountStatusGetAPIRequest对象

func (AlibabaScbpAccountStatusGetAPIRequest) GetApiMethodName added in v1.2.0

func (r AlibabaScbpAccountStatusGetAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpAccountStatusGetAPIRequest) GetApiParams added in v1.2.0

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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpAccountStatusGetAPIRequest) GetRawParams added in v1.2.8

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

type AlibabaScbpAccountStatusGetAPIResponse

type AlibabaScbpAccountStatusGetAPIResponse struct {
	model.CommonResponse
	AlibabaScbpAccountStatusGetAPIResponseModel
}

AlibabaScbpAccountStatusGetAPIResponse 查询账户级别关键词推广状态 API返回值 alibaba.scbp.account.status.get

查询账户级别关键词推广状态

type AlibabaScbpAccountStatusGetAPIResponseModel added in v1.2.0

type AlibabaScbpAccountStatusGetAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_scbp_account_status_get_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// true:推广中,false:暂停
	Result bool `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaScbpAccountStatusGetAPIResponseModel is 查询账户级别关键词推广状态 成功返回结果

type AlibabaScbpAccountStatusUpdateAPIRequest added in v1.2.0

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

AlibabaScbpAccountStatusUpdateAPIRequest 修改账户级别关键词推广状态 API请求 alibaba.scbp.account.status.update

修改账户级别关键词推广状态

func NewAlibabaScbpAccountStatusUpdateRequest

func NewAlibabaScbpAccountStatusUpdateRequest() *AlibabaScbpAccountStatusUpdateAPIRequest

NewAlibabaScbpAccountStatusUpdateRequest 初始化AlibabaScbpAccountStatusUpdateAPIRequest对象

func (AlibabaScbpAccountStatusUpdateAPIRequest) GetApiMethodName added in v1.2.0

func (r AlibabaScbpAccountStatusUpdateAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpAccountStatusUpdateAPIRequest) GetApiParams added in v1.2.0

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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpAccountStatusUpdateAPIRequest) GetRawParams added in v1.2.8

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

func (AlibabaScbpAccountStatusUpdateAPIRequest) GetStatus added in v1.2.0

GetStatus Status Getter

func (*AlibabaScbpAccountStatusUpdateAPIRequest) SetStatus added in v1.2.0

SetStatus is Status Setter on:开启,off:暂停

type AlibabaScbpAccountStatusUpdateAPIResponse

type AlibabaScbpAccountStatusUpdateAPIResponse struct {
	model.CommonResponse
	AlibabaScbpAccountStatusUpdateAPIResponseModel
}

AlibabaScbpAccountStatusUpdateAPIResponse 修改账户级别关键词推广状态 API返回值 alibaba.scbp.account.status.update

修改账户级别关键词推广状态

type AlibabaScbpAccountStatusUpdateAPIResponseModel added in v1.2.0

type AlibabaScbpAccountStatusUpdateAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_scbp_account_status_update_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 修改成功
	Result bool `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaScbpAccountStatusUpdateAPIResponseModel is 修改账户级别关键词推广状态 成功返回结果

type AlibabaScbpAdAccountBalanceGetAPIRequest added in v1.2.0

type AlibabaScbpAdAccountBalanceGetAPIRequest struct {
	model.Params
}

AlibabaScbpAdAccountBalanceGetAPIRequest 查询账户余额 API请求 alibaba.scbp.ad.account.balance.get

查询推广账户余额

func NewAlibabaScbpAdAccountBalanceGetRequest

func NewAlibabaScbpAdAccountBalanceGetRequest() *AlibabaScbpAdAccountBalanceGetAPIRequest

NewAlibabaScbpAdAccountBalanceGetRequest 初始化AlibabaScbpAdAccountBalanceGetAPIRequest对象

func (AlibabaScbpAdAccountBalanceGetAPIRequest) GetApiMethodName added in v1.2.0

func (r AlibabaScbpAdAccountBalanceGetAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpAdAccountBalanceGetAPIRequest) GetApiParams added in v1.2.0

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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpAdAccountBalanceGetAPIRequest) GetRawParams added in v1.2.8

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

type AlibabaScbpAdAccountBalanceGetAPIResponse

type AlibabaScbpAdAccountBalanceGetAPIResponse struct {
	model.CommonResponse
	AlibabaScbpAdAccountBalanceGetAPIResponseModel
}

AlibabaScbpAdAccountBalanceGetAPIResponse 查询账户余额 API返回值 alibaba.scbp.ad.account.balance.get

查询推广账户余额

type AlibabaScbpAdAccountBalanceGetAPIResponseModel added in v1.2.0

type AlibabaScbpAdAccountBalanceGetAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_scbp_ad_account_balance_get_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// result
	Balance string `json:"balance,omitempty" xml:"balance,omitempty"`
}

AlibabaScbpAdAccountBalanceGetAPIResponseModel is 查询账户余额 成功返回结果

type AlibabaScbpAdAccountLevelGetAPIRequest added in v1.2.0

type AlibabaScbpAdAccountLevelGetAPIRequest struct {
	model.Params
}

AlibabaScbpAdAccountLevelGetAPIRequest 查询推广账户等级 API请求 alibaba.scbp.ad.account.level.get

查询推广账户等级

func NewAlibabaScbpAdAccountLevelGetRequest

func NewAlibabaScbpAdAccountLevelGetRequest() *AlibabaScbpAdAccountLevelGetAPIRequest

NewAlibabaScbpAdAccountLevelGetRequest 初始化AlibabaScbpAdAccountLevelGetAPIRequest对象

func (AlibabaScbpAdAccountLevelGetAPIRequest) GetApiMethodName added in v1.2.0

func (r AlibabaScbpAdAccountLevelGetAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpAdAccountLevelGetAPIRequest) GetApiParams added in v1.2.0

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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpAdAccountLevelGetAPIRequest) GetRawParams added in v1.2.8

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

type AlibabaScbpAdAccountLevelGetAPIResponse

type AlibabaScbpAdAccountLevelGetAPIResponse struct {
	model.CommonResponse
	AlibabaScbpAdAccountLevelGetAPIResponseModel
}

AlibabaScbpAdAccountLevelGetAPIResponse 查询推广账户等级 API返回值 alibaba.scbp.ad.account.level.get

查询推广账户等级

type AlibabaScbpAdAccountLevelGetAPIResponseModel added in v1.2.0

type AlibabaScbpAdAccountLevelGetAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_scbp_ad_account_level_get_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 推广账户等级
	CustLevelDto *TopCustLevelDto `json:"cust_level_dto,omitempty" xml:"cust_level_dto,omitempty"`
}

AlibabaScbpAdAccountLevelGetAPIResponseModel is 查询推广账户等级 成功返回结果

type AlibabaScbpAdCampaignCreateAPIRequest added in v1.2.0

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

AlibabaScbpAdCampaignCreateAPIRequest 创建计划 API请求 alibaba.scbp.ad.campaign.create

创建计划

func NewAlibabaScbpAdCampaignCreateRequest

func NewAlibabaScbpAdCampaignCreateRequest() *AlibabaScbpAdCampaignCreateAPIRequest

NewAlibabaScbpAdCampaignCreateRequest 初始化AlibabaScbpAdCampaignCreateAPIRequest对象

func (AlibabaScbpAdCampaignCreateAPIRequest) GetApiMethodName added in v1.2.0

func (r AlibabaScbpAdCampaignCreateAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpAdCampaignCreateAPIRequest) GetApiParams added in v1.2.0

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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpAdCampaignCreateAPIRequest) GetCampaignOperation added in v1.2.0

GetCampaignOperation CampaignOperation Getter

func (AlibabaScbpAdCampaignCreateAPIRequest) GetRawParams added in v1.2.8

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

func (AlibabaScbpAdCampaignCreateAPIRequest) GetTopContext added in v1.2.0

GetTopContext TopContext Getter

func (*AlibabaScbpAdCampaignCreateAPIRequest) SetCampaignOperation added in v1.2.0

func (r *AlibabaScbpAdCampaignCreateAPIRequest) SetCampaignOperation(_campaignOperation *CampaignOperationDto) error

SetCampaignOperation is CampaignOperation Setter 返回数据

func (*AlibabaScbpAdCampaignCreateAPIRequest) SetTopContext added in v1.2.0

func (r *AlibabaScbpAdCampaignCreateAPIRequest) SetTopContext(_topContext *TopContextDto) error

SetTopContext is TopContext Setter 用户信息

type AlibabaScbpAdCampaignCreateAPIResponse

type AlibabaScbpAdCampaignCreateAPIResponse struct {
	model.CommonResponse
	AlibabaScbpAdCampaignCreateAPIResponseModel
}

AlibabaScbpAdCampaignCreateAPIResponse 创建计划 API返回值 alibaba.scbp.ad.campaign.create

创建计划

type AlibabaScbpAdCampaignCreateAPIResponseModel added in v1.2.0

type AlibabaScbpAdCampaignCreateAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_scbp_ad_campaign_create_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 计划id
	Result int64 `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaScbpAdCampaignCreateAPIResponseModel is 创建计划 成功返回结果

type AlibabaScbpAdCampaignCreateForbiddenKeywordAPIRequest added in v1.2.0

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

AlibabaScbpAdCampaignCreateForbiddenKeywordAPIRequest 创建屏蔽词 API请求 alibaba.scbp.ad.campaign.create.forbidden.keyword

创建屏蔽词

func NewAlibabaScbpAdCampaignCreateForbiddenKeywordRequest

func NewAlibabaScbpAdCampaignCreateForbiddenKeywordRequest() *AlibabaScbpAdCampaignCreateForbiddenKeywordAPIRequest

NewAlibabaScbpAdCampaignCreateForbiddenKeywordRequest 初始化AlibabaScbpAdCampaignCreateForbiddenKeywordAPIRequest对象

func (AlibabaScbpAdCampaignCreateForbiddenKeywordAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpAdCampaignCreateForbiddenKeywordAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpAdCampaignCreateForbiddenKeywordAPIRequest) GetCampaignId added in v1.2.0

GetCampaignId CampaignId Getter

func (AlibabaScbpAdCampaignCreateForbiddenKeywordAPIRequest) GetForbiddenKeywordBatchOperation added in v1.2.0

GetForbiddenKeywordBatchOperation ForbiddenKeywordBatchOperation Getter

func (AlibabaScbpAdCampaignCreateForbiddenKeywordAPIRequest) GetRawParams added in v1.2.8

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

func (AlibabaScbpAdCampaignCreateForbiddenKeywordAPIRequest) GetTopContext added in v1.2.0

GetTopContext TopContext Getter

func (*AlibabaScbpAdCampaignCreateForbiddenKeywordAPIRequest) SetCampaignId added in v1.2.0

SetCampaignId is CampaignId Setter 计划id

func (*AlibabaScbpAdCampaignCreateForbiddenKeywordAPIRequest) SetForbiddenKeywordBatchOperation added in v1.2.0

func (r *AlibabaScbpAdCampaignCreateForbiddenKeywordAPIRequest) SetForbiddenKeywordBatchOperation(_forbiddenKeywordBatchOperation *ForbiddenKeywordBatchOperationDto) error

SetForbiddenKeywordBatchOperation is ForbiddenKeywordBatchOperation Setter 请求参数

func (*AlibabaScbpAdCampaignCreateForbiddenKeywordAPIRequest) SetTopContext added in v1.2.0

SetTopContext is TopContext Setter 用户信息

type AlibabaScbpAdCampaignCreateForbiddenKeywordAPIResponse

type AlibabaScbpAdCampaignCreateForbiddenKeywordAPIResponse struct {
	model.CommonResponse
	AlibabaScbpAdCampaignCreateForbiddenKeywordAPIResponseModel
}

AlibabaScbpAdCampaignCreateForbiddenKeywordAPIResponse 创建屏蔽词 API返回值 alibaba.scbp.ad.campaign.create.forbidden.keyword

创建屏蔽词

type AlibabaScbpAdCampaignCreateForbiddenKeywordAPIResponseModel added in v1.2.0

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

AlibabaScbpAdCampaignCreateForbiddenKeywordAPIResponseModel is 创建屏蔽词 成功返回结果

type AlibabaScbpAdCampaignDeleteAPIRequest added in v1.2.0

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

AlibabaScbpAdCampaignDeleteAPIRequest 删除计划 API请求 alibaba.scbp.ad.campaign.delete

删除计划

func NewAlibabaScbpAdCampaignDeleteRequest

func NewAlibabaScbpAdCampaignDeleteRequest() *AlibabaScbpAdCampaignDeleteAPIRequest

NewAlibabaScbpAdCampaignDeleteRequest 初始化AlibabaScbpAdCampaignDeleteAPIRequest对象

func (AlibabaScbpAdCampaignDeleteAPIRequest) GetApiMethodName added in v1.2.0

func (r AlibabaScbpAdCampaignDeleteAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpAdCampaignDeleteAPIRequest) GetApiParams added in v1.2.0

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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpAdCampaignDeleteAPIRequest) GetBatchOperation added in v1.2.0

GetBatchOperation BatchOperation Getter

func (AlibabaScbpAdCampaignDeleteAPIRequest) GetRawParams added in v1.2.8

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

func (AlibabaScbpAdCampaignDeleteAPIRequest) GetTopContext added in v1.2.0

GetTopContext TopContext Getter

func (*AlibabaScbpAdCampaignDeleteAPIRequest) SetBatchOperation added in v1.2.0

func (r *AlibabaScbpAdCampaignDeleteAPIRequest) SetBatchOperation(_batchOperation *CampaignBatchOperationDto) error

SetBatchOperation is BatchOperation Setter 操作对象

func (*AlibabaScbpAdCampaignDeleteAPIRequest) SetTopContext added in v1.2.0

func (r *AlibabaScbpAdCampaignDeleteAPIRequest) SetTopContext(_topContext *TopContextDto) error

SetTopContext is TopContext Setter 用户信息

type AlibabaScbpAdCampaignDeleteAPIResponse

type AlibabaScbpAdCampaignDeleteAPIResponse struct {
	model.CommonResponse
	AlibabaScbpAdCampaignDeleteAPIResponseModel
}

AlibabaScbpAdCampaignDeleteAPIResponse 删除计划 API返回值 alibaba.scbp.ad.campaign.delete

删除计划

type AlibabaScbpAdCampaignDeleteAPIResponseModel added in v1.2.0

type AlibabaScbpAdCampaignDeleteAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_scbp_ad_campaign_delete_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 删除成功条数
	Result int64 `json:"result,omitempty" xml:"result,omitempty"`
}

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

type AlibabaScbpAdCampaignDeleteForbiddenKeywordAPIRequest added in v1.2.0

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

AlibabaScbpAdCampaignDeleteForbiddenKeywordAPIRequest 删除屏蔽词 API请求 alibaba.scbp.ad.campaign.delete.forbidden.keyword

删除屏蔽词

func NewAlibabaScbpAdCampaignDeleteForbiddenKeywordRequest

func NewAlibabaScbpAdCampaignDeleteForbiddenKeywordRequest() *AlibabaScbpAdCampaignDeleteForbiddenKeywordAPIRequest

NewAlibabaScbpAdCampaignDeleteForbiddenKeywordRequest 初始化AlibabaScbpAdCampaignDeleteForbiddenKeywordAPIRequest对象

func (AlibabaScbpAdCampaignDeleteForbiddenKeywordAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpAdCampaignDeleteForbiddenKeywordAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpAdCampaignDeleteForbiddenKeywordAPIRequest) GetCampaignId added in v1.2.0

GetCampaignId CampaignId Getter

func (AlibabaScbpAdCampaignDeleteForbiddenKeywordAPIRequest) GetForbiddenKeywordBatchOperation added in v1.2.0

GetForbiddenKeywordBatchOperation ForbiddenKeywordBatchOperation Getter

func (AlibabaScbpAdCampaignDeleteForbiddenKeywordAPIRequest) GetRawParams added in v1.2.8

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

func (AlibabaScbpAdCampaignDeleteForbiddenKeywordAPIRequest) GetTopContext added in v1.2.0

GetTopContext TopContext Getter

func (*AlibabaScbpAdCampaignDeleteForbiddenKeywordAPIRequest) SetCampaignId added in v1.2.0

SetCampaignId is CampaignId Setter 计划id

func (*AlibabaScbpAdCampaignDeleteForbiddenKeywordAPIRequest) SetForbiddenKeywordBatchOperation added in v1.2.0

func (r *AlibabaScbpAdCampaignDeleteForbiddenKeywordAPIRequest) SetForbiddenKeywordBatchOperation(_forbiddenKeywordBatchOperation *ForbiddenKeywordBatchOperationDto) error

SetForbiddenKeywordBatchOperation is ForbiddenKeywordBatchOperation Setter 请求参数

func (*AlibabaScbpAdCampaignDeleteForbiddenKeywordAPIRequest) SetTopContext added in v1.2.0

SetTopContext is TopContext Setter 用户信息

type AlibabaScbpAdCampaignDeleteForbiddenKeywordAPIResponse

type AlibabaScbpAdCampaignDeleteForbiddenKeywordAPIResponse struct {
	model.CommonResponse
	AlibabaScbpAdCampaignDeleteForbiddenKeywordAPIResponseModel
}

AlibabaScbpAdCampaignDeleteForbiddenKeywordAPIResponse 删除屏蔽词 API返回值 alibaba.scbp.ad.campaign.delete.forbidden.keyword

删除屏蔽词

type AlibabaScbpAdCampaignDeleteForbiddenKeywordAPIResponseModel added in v1.2.0

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

AlibabaScbpAdCampaignDeleteForbiddenKeywordAPIResponseModel is 删除屏蔽词 成功返回结果

type AlibabaScbpAdCampaignFindCampaignEffectAPIRequest added in v1.2.0

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

AlibabaScbpAdCampaignFindCampaignEffectAPIRequest 批量查询计划效果数据 API请求 alibaba.scbp.ad.campaign.find.campaign.effect

批量查询计划效果数据

func NewAlibabaScbpAdCampaignFindCampaignEffectRequest

func NewAlibabaScbpAdCampaignFindCampaignEffectRequest() *AlibabaScbpAdCampaignFindCampaignEffectAPIRequest

NewAlibabaScbpAdCampaignFindCampaignEffectRequest 初始化AlibabaScbpAdCampaignFindCampaignEffectAPIRequest对象

func (AlibabaScbpAdCampaignFindCampaignEffectAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpAdCampaignFindCampaignEffectAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpAdCampaignFindCampaignEffectAPIRequest) GetBeginDate added in v1.2.0

GetBeginDate BeginDate Getter

func (AlibabaScbpAdCampaignFindCampaignEffectAPIRequest) GetCampaignIdList added in v1.2.0

GetCampaignIdList CampaignIdList Getter

func (AlibabaScbpAdCampaignFindCampaignEffectAPIRequest) GetEndDate added in v1.2.0

GetEndDate EndDate Getter

func (AlibabaScbpAdCampaignFindCampaignEffectAPIRequest) GetRawParams added in v1.2.8

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

func (AlibabaScbpAdCampaignFindCampaignEffectAPIRequest) GetTopContext added in v1.2.0

GetTopContext TopContext Getter

func (*AlibabaScbpAdCampaignFindCampaignEffectAPIRequest) SetBeginDate added in v1.2.0

SetBeginDate is BeginDate Setter 开始时间

func (*AlibabaScbpAdCampaignFindCampaignEffectAPIRequest) SetCampaignIdList added in v1.2.0

func (r *AlibabaScbpAdCampaignFindCampaignEffectAPIRequest) SetCampaignIdList(_campaignIdList []string) error

SetCampaignIdList is CampaignIdList Setter 计划id集合

func (*AlibabaScbpAdCampaignFindCampaignEffectAPIRequest) SetEndDate added in v1.2.0

SetEndDate is EndDate Setter 结束时间

func (*AlibabaScbpAdCampaignFindCampaignEffectAPIRequest) SetTopContext added in v1.2.0

SetTopContext is TopContext Setter 用户信息

type AlibabaScbpAdCampaignFindCampaignEffectAPIResponse

type AlibabaScbpAdCampaignFindCampaignEffectAPIResponse struct {
	model.CommonResponse
	AlibabaScbpAdCampaignFindCampaignEffectAPIResponseModel
}

AlibabaScbpAdCampaignFindCampaignEffectAPIResponse 批量查询计划效果数据 API返回值 alibaba.scbp.ad.campaign.find.campaign.effect

批量查询计划效果数据

type AlibabaScbpAdCampaignFindCampaignEffectAPIResponseModel added in v1.2.0

type AlibabaScbpAdCampaignFindCampaignEffectAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_scbp_ad_campaign_find_campaign_effect_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// json数据,key是计划id(campaignId), value包含开始时间(statDate),曝光(impr),点击(click),消耗(cost),推广时长(onlineMin)
	Result string `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaScbpAdCampaignFindCampaignEffectAPIResponseModel is 批量查询计划效果数据 成功返回结果

type AlibabaScbpAdCampaignFindCampaignPageAPIRequest added in v1.2.0

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

AlibabaScbpAdCampaignFindCampaignPageAPIRequest 分页查询计划 API请求 alibaba.scbp.ad.campaign.find.campaign.page

分页查询计划

func NewAlibabaScbpAdCampaignFindCampaignPageRequest

func NewAlibabaScbpAdCampaignFindCampaignPageRequest() *AlibabaScbpAdCampaignFindCampaignPageAPIRequest

NewAlibabaScbpAdCampaignFindCampaignPageRequest 初始化AlibabaScbpAdCampaignFindCampaignPageAPIRequest对象

func (AlibabaScbpAdCampaignFindCampaignPageAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpAdCampaignFindCampaignPageAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpAdCampaignFindCampaignPageAPIRequest) GetCampaignQuery added in v1.2.0

GetCampaignQuery CampaignQuery Getter

func (AlibabaScbpAdCampaignFindCampaignPageAPIRequest) GetRawParams added in v1.2.8

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

func (AlibabaScbpAdCampaignFindCampaignPageAPIRequest) GetTopContext added in v1.2.0

GetTopContext TopContext Getter

func (*AlibabaScbpAdCampaignFindCampaignPageAPIRequest) SetCampaignQuery added in v1.2.0

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

SetCampaignQuery is CampaignQuery Setter 请求实体类

func (*AlibabaScbpAdCampaignFindCampaignPageAPIRequest) SetTopContext added in v1.2.0

SetTopContext is TopContext Setter 用户信息

type AlibabaScbpAdCampaignFindCampaignPageAPIResponse

type AlibabaScbpAdCampaignFindCampaignPageAPIResponse struct {
	model.CommonResponse
	AlibabaScbpAdCampaignFindCampaignPageAPIResponseModel
}

AlibabaScbpAdCampaignFindCampaignPageAPIResponse 分页查询计划 API返回值 alibaba.scbp.ad.campaign.find.campaign.page

分页查询计划

type AlibabaScbpAdCampaignFindCampaignPageAPIResponseModel added in v1.2.0

type AlibabaScbpAdCampaignFindCampaignPageAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_scbp_ad_campaign_find_campaign_page_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回数据
	ResultList []CampaignDto `json:"result_list,omitempty" xml:"result_list>campaign_dto,omitempty"`
	// 总数量
	TotalCount int64 `json:"total_count,omitempty" xml:"total_count,omitempty"`
}

AlibabaScbpAdCampaignFindCampaignPageAPIResponseModel is 分页查询计划 成功返回结果

type AlibabaScbpAdCampaignFindForbiddenKeywordAPIRequest added in v1.2.0

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

AlibabaScbpAdCampaignFindForbiddenKeywordAPIRequest 查询屏蔽词 API请求 alibaba.scbp.ad.campaign.find.forbidden.keyword

查询屏蔽词

func NewAlibabaScbpAdCampaignFindForbiddenKeywordRequest

func NewAlibabaScbpAdCampaignFindForbiddenKeywordRequest() *AlibabaScbpAdCampaignFindForbiddenKeywordAPIRequest

NewAlibabaScbpAdCampaignFindForbiddenKeywordRequest 初始化AlibabaScbpAdCampaignFindForbiddenKeywordAPIRequest对象

func (AlibabaScbpAdCampaignFindForbiddenKeywordAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpAdCampaignFindForbiddenKeywordAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpAdCampaignFindForbiddenKeywordAPIRequest) GetCampaignId added in v1.2.0

GetCampaignId CampaignId Getter

func (AlibabaScbpAdCampaignFindForbiddenKeywordAPIRequest) GetRawParams added in v1.2.8

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

func (AlibabaScbpAdCampaignFindForbiddenKeywordAPIRequest) GetTopContext added in v1.2.0

GetTopContext TopContext Getter

func (*AlibabaScbpAdCampaignFindForbiddenKeywordAPIRequest) SetCampaignId added in v1.2.0

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

SetCampaignId is CampaignId Setter 计划id

func (*AlibabaScbpAdCampaignFindForbiddenKeywordAPIRequest) SetTopContext added in v1.2.0

SetTopContext is TopContext Setter 用户信息

type AlibabaScbpAdCampaignFindForbiddenKeywordAPIResponse

type AlibabaScbpAdCampaignFindForbiddenKeywordAPIResponse struct {
	model.CommonResponse
	AlibabaScbpAdCampaignFindForbiddenKeywordAPIResponseModel
}

AlibabaScbpAdCampaignFindForbiddenKeywordAPIResponse 查询屏蔽词 API返回值 alibaba.scbp.ad.campaign.find.forbidden.keyword

查询屏蔽词

type AlibabaScbpAdCampaignFindForbiddenKeywordAPIResponseModel added in v1.2.0

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

AlibabaScbpAdCampaignFindForbiddenKeywordAPIResponseModel is 查询屏蔽词 成功返回结果

type AlibabaScbpAdCampaignFindForbiddenKeywordResult

type AlibabaScbpAdCampaignFindForbiddenKeywordResult struct {
	// 关键词
	Keyword string `json:"keyword,omitempty" xml:"keyword,omitempty"`
	// 普通词
	Normword string `json:"normword,omitempty" xml:"normword,omitempty"`
	// 创建时间
	GmtCreate string `json:"gmt_create,omitempty" xml:"gmt_create,omitempty"`
	// 修改时间
	GmtModified string `json:"gmt_modified,omitempty" xml:"gmt_modified,omitempty"`
	// 计划id
	CampaignId int64 `json:"campaign_id,omitempty" xml:"campaign_id,omitempty"`
}

AlibabaScbpAdCampaignFindForbiddenKeywordResult 结构体

type AlibabaScbpAdCampaignFindForbiddenKeywordResultDto

type AlibabaScbpAdCampaignFindForbiddenKeywordResultDto struct {
	// 服务出参
	ResultList []AlibabaScbpAdCampaignFindForbiddenKeywordResult `json:"result_list,omitempty" xml:"result_list>alibaba_scbp_ad_campaign_find_forbidden_keyword_result,omitempty"`
	// 信息
	Msg string `json:"msg,omitempty" xml:"msg,omitempty"`
	// 返回code
	Code string `json:"code,omitempty" xml:"code,omitempty"`
	// 执行结果
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlibabaScbpAdCampaignFindForbiddenKeywordResultDto 结构体

type AlibabaScbpAdCampaignFindRealCostAPIRequest added in v1.2.0

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

AlibabaScbpAdCampaignFindRealCostAPIRequest 批量查询计划消耗数据 API请求 alibaba.scbp.ad.campaign.find.real.cost

批量查询计划消耗数据

func NewAlibabaScbpAdCampaignFindRealCostRequest

func NewAlibabaScbpAdCampaignFindRealCostRequest() *AlibabaScbpAdCampaignFindRealCostAPIRequest

NewAlibabaScbpAdCampaignFindRealCostRequest 初始化AlibabaScbpAdCampaignFindRealCostAPIRequest对象

func (AlibabaScbpAdCampaignFindRealCostAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpAdCampaignFindRealCostAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpAdCampaignFindRealCostAPIRequest) GetCampaignQuery added in v1.2.0

GetCampaignQuery CampaignQuery Getter

func (AlibabaScbpAdCampaignFindRealCostAPIRequest) GetRawParams added in v1.2.8

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

func (AlibabaScbpAdCampaignFindRealCostAPIRequest) GetTopContext added in v1.2.0

GetTopContext TopContext Getter

func (*AlibabaScbpAdCampaignFindRealCostAPIRequest) SetCampaignQuery added in v1.2.0

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

SetCampaignQuery is CampaignQuery Setter 系统自动生成

func (*AlibabaScbpAdCampaignFindRealCostAPIRequest) SetTopContext added in v1.2.0

func (r *AlibabaScbpAdCampaignFindRealCostAPIRequest) SetTopContext(_topContext *TopContextDto) error

SetTopContext is TopContext Setter 用户信息

type AlibabaScbpAdCampaignFindRealCostAPIResponse

type AlibabaScbpAdCampaignFindRealCostAPIResponse struct {
	model.CommonResponse
	AlibabaScbpAdCampaignFindRealCostAPIResponseModel
}

AlibabaScbpAdCampaignFindRealCostAPIResponse 批量查询计划消耗数据 API返回值 alibaba.scbp.ad.campaign.find.real.cost

批量查询计划消耗数据

type AlibabaScbpAdCampaignFindRealCostAPIResponseModel added in v1.2.0

type AlibabaScbpAdCampaignFindRealCostAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_scbp_ad_campaign_find_real_cost_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回数据结果,json数据,key是campaignId,value是消耗数据信息
	Result string `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaScbpAdCampaignFindRealCostAPIResponseModel is 批量查询计划消耗数据 成功返回结果

type AlibabaScbpAdCampaignUpdateAPIRequest added in v1.2.0

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

AlibabaScbpAdCampaignUpdateAPIRequest 修改计划 API请求 alibaba.scbp.ad.campaign.update

修改计划

func NewAlibabaScbpAdCampaignUpdateRequest

func NewAlibabaScbpAdCampaignUpdateRequest() *AlibabaScbpAdCampaignUpdateAPIRequest

NewAlibabaScbpAdCampaignUpdateRequest 初始化AlibabaScbpAdCampaignUpdateAPIRequest对象

func (AlibabaScbpAdCampaignUpdateAPIRequest) GetApiMethodName added in v1.2.0

func (r AlibabaScbpAdCampaignUpdateAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpAdCampaignUpdateAPIRequest) GetApiParams added in v1.2.0

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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpAdCampaignUpdateAPIRequest) GetCampaignOperation added in v1.2.0

GetCampaignOperation CampaignOperation Getter

func (AlibabaScbpAdCampaignUpdateAPIRequest) GetRawParams added in v1.2.8

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

func (AlibabaScbpAdCampaignUpdateAPIRequest) GetTopContext added in v1.2.0

GetTopContext TopContext Getter

func (*AlibabaScbpAdCampaignUpdateAPIRequest) SetCampaignOperation added in v1.2.0

func (r *AlibabaScbpAdCampaignUpdateAPIRequest) SetCampaignOperation(_campaignOperation *CampaignOperationDto) error

SetCampaignOperation is CampaignOperation Setter 修改数据

func (*AlibabaScbpAdCampaignUpdateAPIRequest) SetTopContext added in v1.2.0

func (r *AlibabaScbpAdCampaignUpdateAPIRequest) SetTopContext(_topContext *TopContextDto) error

SetTopContext is TopContext Setter 用户信息

type AlibabaScbpAdCampaignUpdateAPIResponse

type AlibabaScbpAdCampaignUpdateAPIResponse struct {
	model.CommonResponse
	AlibabaScbpAdCampaignUpdateAPIResponseModel
}

AlibabaScbpAdCampaignUpdateAPIResponse 修改计划 API返回值 alibaba.scbp.ad.campaign.update

修改计划

type AlibabaScbpAdCampaignUpdateAPIResponseModel added in v1.2.0

type AlibabaScbpAdCampaignUpdateAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_scbp_ad_campaign_update_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 修改成功数
	Result int64 `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaScbpAdCampaignUpdateAPIResponseModel is 修改计划 成功返回结果

type AlibabaScbpAdCustomerFindCustomerInfoAPIRequest added in v1.2.5

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

AlibabaScbpAdCustomerFindCustomerInfoAPIRequest 查询客户信息 API请求 alibaba.scbp.ad.customer.find.customer.info

查询客户信息

func NewAlibabaScbpAdCustomerFindCustomerInfoRequest added in v1.2.5

func NewAlibabaScbpAdCustomerFindCustomerInfoRequest() *AlibabaScbpAdCustomerFindCustomerInfoAPIRequest

NewAlibabaScbpAdCustomerFindCustomerInfoRequest 初始化AlibabaScbpAdCustomerFindCustomerInfoAPIRequest对象

func (AlibabaScbpAdCustomerFindCustomerInfoAPIRequest) GetApiMethodName added in v1.2.5

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpAdCustomerFindCustomerInfoAPIRequest) GetApiParams added in v1.2.5

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpAdCustomerFindCustomerInfoAPIRequest) GetRawParams added in v1.2.8

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

func (AlibabaScbpAdCustomerFindCustomerInfoAPIRequest) GetTopContextDto added in v1.2.5

GetTopContextDto TopContextDto Getter

func (*AlibabaScbpAdCustomerFindCustomerInfoAPIRequest) SetTopContextDto added in v1.2.5

func (r *AlibabaScbpAdCustomerFindCustomerInfoAPIRequest) SetTopContextDto(_topContextDto *TopContextDto) error

SetTopContextDto is TopContextDto Setter 用户信息

type AlibabaScbpAdCustomerFindCustomerInfoAPIResponse added in v1.2.5

type AlibabaScbpAdCustomerFindCustomerInfoAPIResponse struct {
	model.CommonResponse
	AlibabaScbpAdCustomerFindCustomerInfoAPIResponseModel
}

AlibabaScbpAdCustomerFindCustomerInfoAPIResponse 查询客户信息 API返回值 alibaba.scbp.ad.customer.find.customer.info

查询客户信息

type AlibabaScbpAdCustomerFindCustomerInfoAPIResponseModel added in v1.2.5

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

AlibabaScbpAdCustomerFindCustomerInfoAPIResponseModel is 查询客户信息 成功返回结果

type AlibabaScbpAdCustomerFindCustomerInfoResultDto added in v1.2.5

type AlibabaScbpAdCustomerFindCustomerInfoResultDto struct {
	// 返回实体
	Result *TopCustomerDto `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaScbpAdCustomerFindCustomerInfoResultDto 结构体

type AlibabaScbpAdGroupCountAdGroupAPIRequest added in v1.2.0

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

AlibabaScbpAdGroupCountAdGroupAPIRequest 统计adgroup数量 API请求 alibaba.scbp.ad.group.count.ad.group

统计adgroup数量

func NewAlibabaScbpAdGroupCountAdGroupRequest

func NewAlibabaScbpAdGroupCountAdGroupRequest() *AlibabaScbpAdGroupCountAdGroupAPIRequest

NewAlibabaScbpAdGroupCountAdGroupRequest 初始化AlibabaScbpAdGroupCountAdGroupAPIRequest对象

func (AlibabaScbpAdGroupCountAdGroupAPIRequest) GetAdGroupQuery added in v1.2.0

GetAdGroupQuery AdGroupQuery Getter

func (AlibabaScbpAdGroupCountAdGroupAPIRequest) GetApiMethodName added in v1.2.0

func (r AlibabaScbpAdGroupCountAdGroupAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpAdGroupCountAdGroupAPIRequest) GetApiParams added in v1.2.0

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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpAdGroupCountAdGroupAPIRequest) GetCampaignId added in v1.2.0

GetCampaignId CampaignId Getter

func (AlibabaScbpAdGroupCountAdGroupAPIRequest) GetRawParams added in v1.2.8

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

func (AlibabaScbpAdGroupCountAdGroupAPIRequest) GetTopContext added in v1.2.0

GetTopContext TopContext Getter

func (*AlibabaScbpAdGroupCountAdGroupAPIRequest) SetAdGroupQuery added in v1.2.0

func (r *AlibabaScbpAdGroupCountAdGroupAPIRequest) SetAdGroupQuery(_adGroupQuery *AdGroupQueryDto) error

SetAdGroupQuery is AdGroupQuery Setter 查询条件

func (*AlibabaScbpAdGroupCountAdGroupAPIRequest) SetCampaignId added in v1.2.0

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

SetCampaignId is CampaignId Setter 计划id

func (*AlibabaScbpAdGroupCountAdGroupAPIRequest) SetTopContext added in v1.2.0

func (r *AlibabaScbpAdGroupCountAdGroupAPIRequest) SetTopContext(_topContext *TopContextDto) error

SetTopContext is TopContext Setter 用户信息

type AlibabaScbpAdGroupCountAdGroupAPIResponse

type AlibabaScbpAdGroupCountAdGroupAPIResponse struct {
	model.CommonResponse
	AlibabaScbpAdGroupCountAdGroupAPIResponseModel
}

AlibabaScbpAdGroupCountAdGroupAPIResponse 统计adgroup数量 API返回值 alibaba.scbp.ad.group.count.ad.group

统计adgroup数量

type AlibabaScbpAdGroupCountAdGroupAPIResponseModel added in v1.2.0

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

AlibabaScbpAdGroupCountAdGroupAPIResponseModel is 统计adgroup数量 成功返回结果

type AlibabaScbpAdGroupCreateAdGroupBatchAPIRequest added in v1.2.0

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

AlibabaScbpAdGroupCreateAdGroupBatchAPIRequest 创建推广单元 API请求 alibaba.scbp.ad.group.create.ad.group.batch

创建推广单元

func NewAlibabaScbpAdGroupCreateAdGroupBatchRequest

func NewAlibabaScbpAdGroupCreateAdGroupBatchRequest() *AlibabaScbpAdGroupCreateAdGroupBatchAPIRequest

NewAlibabaScbpAdGroupCreateAdGroupBatchRequest 初始化AlibabaScbpAdGroupCreateAdGroupBatchAPIRequest对象

func (AlibabaScbpAdGroupCreateAdGroupBatchAPIRequest) GetAdGroupBatchOperation added in v1.2.0

GetAdGroupBatchOperation AdGroupBatchOperation Getter

func (AlibabaScbpAdGroupCreateAdGroupBatchAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpAdGroupCreateAdGroupBatchAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpAdGroupCreateAdGroupBatchAPIRequest) GetCampaignId added in v1.2.0

GetCampaignId CampaignId Getter

func (AlibabaScbpAdGroupCreateAdGroupBatchAPIRequest) GetRawParams added in v1.2.8

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

func (AlibabaScbpAdGroupCreateAdGroupBatchAPIRequest) GetTopContext added in v1.2.0

GetTopContext TopContext Getter

func (*AlibabaScbpAdGroupCreateAdGroupBatchAPIRequest) SetAdGroupBatchOperation added in v1.2.0

func (r *AlibabaScbpAdGroupCreateAdGroupBatchAPIRequest) SetAdGroupBatchOperation(_adGroupBatchOperation *AdGroupBatchOperationDto) error

SetAdGroupBatchOperation is AdGroupBatchOperation Setter 入参

func (*AlibabaScbpAdGroupCreateAdGroupBatchAPIRequest) SetCampaignId added in v1.2.0

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

SetCampaignId is CampaignId Setter 计划id

func (*AlibabaScbpAdGroupCreateAdGroupBatchAPIRequest) SetTopContext added in v1.2.0

SetTopContext is TopContext Setter 用户信息

type AlibabaScbpAdGroupCreateAdGroupBatchAPIResponse

type AlibabaScbpAdGroupCreateAdGroupBatchAPIResponse struct {
	model.CommonResponse
	AlibabaScbpAdGroupCreateAdGroupBatchAPIResponseModel
}

AlibabaScbpAdGroupCreateAdGroupBatchAPIResponse 创建推广单元 API返回值 alibaba.scbp.ad.group.create.ad.group.batch

创建推广单元

type AlibabaScbpAdGroupCreateAdGroupBatchAPIResponseModel added in v1.2.0

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

AlibabaScbpAdGroupCreateAdGroupBatchAPIResponseModel is 创建推广单元 成功返回结果

type AlibabaScbpAdGroupCreateForbiddenProductAPIRequest added in v1.2.0

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

AlibabaScbpAdGroupCreateForbiddenProductAPIRequest 创建屏蔽品 API请求 alibaba.scbp.ad.group.create.forbidden.product

创建屏蔽品

func NewAlibabaScbpAdGroupCreateForbiddenProductRequest

func NewAlibabaScbpAdGroupCreateForbiddenProductRequest() *AlibabaScbpAdGroupCreateForbiddenProductAPIRequest

NewAlibabaScbpAdGroupCreateForbiddenProductRequest 初始化AlibabaScbpAdGroupCreateForbiddenProductAPIRequest对象

func (AlibabaScbpAdGroupCreateForbiddenProductAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpAdGroupCreateForbiddenProductAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpAdGroupCreateForbiddenProductAPIRequest) GetCampaignId added in v1.2.0

GetCampaignId CampaignId Getter

func (AlibabaScbpAdGroupCreateForbiddenProductAPIRequest) GetForbiddenProductBatchOperation added in v1.2.0

GetForbiddenProductBatchOperation ForbiddenProductBatchOperation Getter

func (AlibabaScbpAdGroupCreateForbiddenProductAPIRequest) GetRawParams added in v1.2.8

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

func (AlibabaScbpAdGroupCreateForbiddenProductAPIRequest) GetTopContext added in v1.2.0

GetTopContext TopContext Getter

func (*AlibabaScbpAdGroupCreateForbiddenProductAPIRequest) SetCampaignId added in v1.2.0

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

SetCampaignId is CampaignId Setter 计划id

func (*AlibabaScbpAdGroupCreateForbiddenProductAPIRequest) SetForbiddenProductBatchOperation added in v1.2.0

func (r *AlibabaScbpAdGroupCreateForbiddenProductAPIRequest) SetForbiddenProductBatchOperation(_forbiddenProductBatchOperation *ForbiddenProductBatchOperationDto) error

SetForbiddenProductBatchOperation is ForbiddenProductBatchOperation Setter 查询条件

func (*AlibabaScbpAdGroupCreateForbiddenProductAPIRequest) SetTopContext added in v1.2.0

SetTopContext is TopContext Setter 用户信息

type AlibabaScbpAdGroupCreateForbiddenProductAPIResponse

type AlibabaScbpAdGroupCreateForbiddenProductAPIResponse struct {
	model.CommonResponse
	AlibabaScbpAdGroupCreateForbiddenProductAPIResponseModel
}

AlibabaScbpAdGroupCreateForbiddenProductAPIResponse 创建屏蔽品 API返回值 alibaba.scbp.ad.group.create.forbidden.product

创建屏蔽品

type AlibabaScbpAdGroupCreateForbiddenProductAPIResponseModel added in v1.2.0

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

AlibabaScbpAdGroupCreateForbiddenProductAPIResponseModel is 创建屏蔽品 成功返回结果

type AlibabaScbpAdGroupDeleteAdGroupBatchAPIRequest added in v1.2.0

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

AlibabaScbpAdGroupDeleteAdGroupBatchAPIRequest 删除推广单元 API请求 alibaba.scbp.ad.group.delete.ad.group.batch

删除推广单元

func NewAlibabaScbpAdGroupDeleteAdGroupBatchRequest

func NewAlibabaScbpAdGroupDeleteAdGroupBatchRequest() *AlibabaScbpAdGroupDeleteAdGroupBatchAPIRequest

NewAlibabaScbpAdGroupDeleteAdGroupBatchRequest 初始化AlibabaScbpAdGroupDeleteAdGroupBatchAPIRequest对象

func (AlibabaScbpAdGroupDeleteAdGroupBatchAPIRequest) GetAdGroupBatchOperation added in v1.2.0

GetAdGroupBatchOperation AdGroupBatchOperation Getter

func (AlibabaScbpAdGroupDeleteAdGroupBatchAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpAdGroupDeleteAdGroupBatchAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpAdGroupDeleteAdGroupBatchAPIRequest) GetCampaignId added in v1.2.0

GetCampaignId CampaignId Getter

func (AlibabaScbpAdGroupDeleteAdGroupBatchAPIRequest) GetRawParams added in v1.2.8

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

func (AlibabaScbpAdGroupDeleteAdGroupBatchAPIRequest) GetTopContext added in v1.2.0

GetTopContext TopContext Getter

func (*AlibabaScbpAdGroupDeleteAdGroupBatchAPIRequest) SetAdGroupBatchOperation added in v1.2.0

func (r *AlibabaScbpAdGroupDeleteAdGroupBatchAPIRequest) SetAdGroupBatchOperation(_adGroupBatchOperation *AdGroupBatchOperationDto) error

SetAdGroupBatchOperation is AdGroupBatchOperation Setter 请求参数

func (*AlibabaScbpAdGroupDeleteAdGroupBatchAPIRequest) SetCampaignId added in v1.2.0

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

SetCampaignId is CampaignId Setter 计划id

func (*AlibabaScbpAdGroupDeleteAdGroupBatchAPIRequest) SetTopContext added in v1.2.0

SetTopContext is TopContext Setter 用户信息

type AlibabaScbpAdGroupDeleteAdGroupBatchAPIResponse

type AlibabaScbpAdGroupDeleteAdGroupBatchAPIResponse struct {
	model.CommonResponse
	AlibabaScbpAdGroupDeleteAdGroupBatchAPIResponseModel
}

AlibabaScbpAdGroupDeleteAdGroupBatchAPIResponse 删除推广单元 API返回值 alibaba.scbp.ad.group.delete.ad.group.batch

删除推广单元

type AlibabaScbpAdGroupDeleteAdGroupBatchAPIResponseModel added in v1.2.0

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

AlibabaScbpAdGroupDeleteAdGroupBatchAPIResponseModel is 删除推广单元 成功返回结果

type AlibabaScbpAdGroupDeleteForbiddenProductAPIRequest added in v1.2.0

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

AlibabaScbpAdGroupDeleteForbiddenProductAPIRequest 删除屏蔽品 API请求 alibaba.scbp.ad.group.delete.forbidden.product

删除屏蔽品

func NewAlibabaScbpAdGroupDeleteForbiddenProductRequest

func NewAlibabaScbpAdGroupDeleteForbiddenProductRequest() *AlibabaScbpAdGroupDeleteForbiddenProductAPIRequest

NewAlibabaScbpAdGroupDeleteForbiddenProductRequest 初始化AlibabaScbpAdGroupDeleteForbiddenProductAPIRequest对象

func (AlibabaScbpAdGroupDeleteForbiddenProductAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpAdGroupDeleteForbiddenProductAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpAdGroupDeleteForbiddenProductAPIRequest) GetCampaignId added in v1.2.0

GetCampaignId CampaignId Getter

func (AlibabaScbpAdGroupDeleteForbiddenProductAPIRequest) GetForbiddenProductBatchOperation added in v1.2.0

GetForbiddenProductBatchOperation ForbiddenProductBatchOperation Getter

func (AlibabaScbpAdGroupDeleteForbiddenProductAPIRequest) GetRawParams added in v1.2.8

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

func (AlibabaScbpAdGroupDeleteForbiddenProductAPIRequest) GetTopContext added in v1.2.0

GetTopContext TopContext Getter

func (*AlibabaScbpAdGroupDeleteForbiddenProductAPIRequest) SetCampaignId added in v1.2.0

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

SetCampaignId is CampaignId Setter 计划id

func (*AlibabaScbpAdGroupDeleteForbiddenProductAPIRequest) SetForbiddenProductBatchOperation added in v1.2.0

func (r *AlibabaScbpAdGroupDeleteForbiddenProductAPIRequest) SetForbiddenProductBatchOperation(_forbiddenProductBatchOperation *ForbiddenProductBatchOperationDto) error

SetForbiddenProductBatchOperation is ForbiddenProductBatchOperation Setter 请求参数

func (*AlibabaScbpAdGroupDeleteForbiddenProductAPIRequest) SetTopContext added in v1.2.0

SetTopContext is TopContext Setter 用户信息

type AlibabaScbpAdGroupDeleteForbiddenProductAPIResponse

type AlibabaScbpAdGroupDeleteForbiddenProductAPIResponse struct {
	model.CommonResponse
	AlibabaScbpAdGroupDeleteForbiddenProductAPIResponseModel
}

AlibabaScbpAdGroupDeleteForbiddenProductAPIResponse 删除屏蔽品 API返回值 alibaba.scbp.ad.group.delete.forbidden.product

删除屏蔽品

type AlibabaScbpAdGroupDeleteForbiddenProductAPIResponseModel added in v1.2.0

type AlibabaScbpAdGroupDeleteForbiddenProductAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_scbp_ad_group_delete_forbidden_product_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回值
	Result int64 `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaScbpAdGroupDeleteForbiddenProductAPIResponseModel is 删除屏蔽品 成功返回结果

type AlibabaScbpAdGroupFindAdGroupAPIRequest added in v1.2.0

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

AlibabaScbpAdGroupFindAdGroupAPIRequest 查询推广组 API请求 alibaba.scbp.ad.group.find.ad.group

查询推广组

func NewAlibabaScbpAdGroupFindAdGroupRequest

func NewAlibabaScbpAdGroupFindAdGroupRequest() *AlibabaScbpAdGroupFindAdGroupAPIRequest

NewAlibabaScbpAdGroupFindAdGroupRequest 初始化AlibabaScbpAdGroupFindAdGroupAPIRequest对象

func (AlibabaScbpAdGroupFindAdGroupAPIRequest) GetAdGroupQuery added in v1.2.0

GetAdGroupQuery AdGroupQuery Getter

func (AlibabaScbpAdGroupFindAdGroupAPIRequest) GetApiMethodName added in v1.2.0

func (r AlibabaScbpAdGroupFindAdGroupAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpAdGroupFindAdGroupAPIRequest) GetApiParams added in v1.2.0

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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpAdGroupFindAdGroupAPIRequest) GetCampaignId added in v1.2.0

GetCampaignId CampaignId Getter

func (AlibabaScbpAdGroupFindAdGroupAPIRequest) GetRawParams added in v1.2.8

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

func (AlibabaScbpAdGroupFindAdGroupAPIRequest) GetTopContext added in v1.2.0

GetTopContext TopContext Getter

func (*AlibabaScbpAdGroupFindAdGroupAPIRequest) SetAdGroupQuery added in v1.2.0

func (r *AlibabaScbpAdGroupFindAdGroupAPIRequest) SetAdGroupQuery(_adGroupQuery *AdGroupQueryDto) error

SetAdGroupQuery is AdGroupQuery Setter 入参

func (*AlibabaScbpAdGroupFindAdGroupAPIRequest) SetCampaignId added in v1.2.0

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

SetCampaignId is CampaignId Setter 计划id

func (*AlibabaScbpAdGroupFindAdGroupAPIRequest) SetTopContext added in v1.2.0

func (r *AlibabaScbpAdGroupFindAdGroupAPIRequest) SetTopContext(_topContext *TopContextDto) error

SetTopContext is TopContext Setter 用户信息

type AlibabaScbpAdGroupFindAdGroupAPIResponse

type AlibabaScbpAdGroupFindAdGroupAPIResponse struct {
	model.CommonResponse
	AlibabaScbpAdGroupFindAdGroupAPIResponseModel
}

AlibabaScbpAdGroupFindAdGroupAPIResponse 查询推广组 API返回值 alibaba.scbp.ad.group.find.ad.group

查询推广组

type AlibabaScbpAdGroupFindAdGroupAPIResponseModel added in v1.2.0

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

AlibabaScbpAdGroupFindAdGroupAPIResponseModel is 查询推广组 成功返回结果

type AlibabaScbpAdGroupFindForbiddenProductAPIRequest added in v1.2.0

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

AlibabaScbpAdGroupFindForbiddenProductAPIRequest 查询屏蔽品 API请求 alibaba.scbp.ad.group.find.forbidden.product

查询屏蔽品

func NewAlibabaScbpAdGroupFindForbiddenProductRequest

func NewAlibabaScbpAdGroupFindForbiddenProductRequest() *AlibabaScbpAdGroupFindForbiddenProductAPIRequest

NewAlibabaScbpAdGroupFindForbiddenProductRequest 初始化AlibabaScbpAdGroupFindForbiddenProductAPIRequest对象

func (AlibabaScbpAdGroupFindForbiddenProductAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpAdGroupFindForbiddenProductAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpAdGroupFindForbiddenProductAPIRequest) GetCampaignId added in v1.2.0

GetCampaignId CampaignId Getter

func (AlibabaScbpAdGroupFindForbiddenProductAPIRequest) GetRawParams added in v1.2.8

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

func (AlibabaScbpAdGroupFindForbiddenProductAPIRequest) GetTopContext added in v1.2.0

GetTopContext TopContext Getter

func (*AlibabaScbpAdGroupFindForbiddenProductAPIRequest) SetCampaignId added in v1.2.0

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

SetCampaignId is CampaignId Setter 计划id

func (*AlibabaScbpAdGroupFindForbiddenProductAPIRequest) SetTopContext added in v1.2.0

SetTopContext is TopContext Setter 用户信息

type AlibabaScbpAdGroupFindForbiddenProductAPIResponse

type AlibabaScbpAdGroupFindForbiddenProductAPIResponse struct {
	model.CommonResponse
	AlibabaScbpAdGroupFindForbiddenProductAPIResponseModel
}

AlibabaScbpAdGroupFindForbiddenProductAPIResponse 查询屏蔽品 API返回值 alibaba.scbp.ad.group.find.forbidden.product

查询屏蔽品

type AlibabaScbpAdGroupFindForbiddenProductAPIResponseModel added in v1.2.0

type AlibabaScbpAdGroupFindForbiddenProductAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_scbp_ad_group_find_forbidden_product_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回列表
	ResultList []ForbiddenProductDto `json:"result_list,omitempty" xml:"result_list>forbidden_product_dto,omitempty"`
}

AlibabaScbpAdGroupFindForbiddenProductAPIResponseModel is 查询屏蔽品 成功返回结果

type AlibabaScbpAdGroupRecommendProductAPIRequest added in v1.2.5

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

AlibabaScbpAdGroupRecommendProductAPIRequest 推品 API请求 alibaba.scbp.ad.group.recommend.product

推品

func NewAlibabaScbpAdGroupRecommendProductRequest added in v1.2.5

func NewAlibabaScbpAdGroupRecommendProductRequest() *AlibabaScbpAdGroupRecommendProductAPIRequest

NewAlibabaScbpAdGroupRecommendProductRequest 初始化AlibabaScbpAdGroupRecommendProductAPIRequest对象

func (AlibabaScbpAdGroupRecommendProductAPIRequest) GetApiMethodName added in v1.2.5

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpAdGroupRecommendProductAPIRequest) GetApiParams added in v1.2.5

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpAdGroupRecommendProductAPIRequest) GetRawParams added in v1.2.8

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

func (AlibabaScbpAdGroupRecommendProductAPIRequest) GetRecommendQuery added in v1.2.5

GetRecommendQuery RecommendQuery Getter

func (AlibabaScbpAdGroupRecommendProductAPIRequest) GetTopContext added in v1.2.5

GetTopContext TopContext Getter

func (*AlibabaScbpAdGroupRecommendProductAPIRequest) SetRecommendQuery added in v1.2.5

func (r *AlibabaScbpAdGroupRecommendProductAPIRequest) SetRecommendQuery(_recommendQuery *ProductRecommendQueryDto) error

SetRecommendQuery is RecommendQuery Setter 推品查询条件

func (*AlibabaScbpAdGroupRecommendProductAPIRequest) SetTopContext added in v1.2.5

func (r *AlibabaScbpAdGroupRecommendProductAPIRequest) SetTopContext(_topContext *TopContextDto) error

SetTopContext is TopContext Setter 用户信息

type AlibabaScbpAdGroupRecommendProductAPIResponse added in v1.2.5

type AlibabaScbpAdGroupRecommendProductAPIResponse struct {
	model.CommonResponse
	AlibabaScbpAdGroupRecommendProductAPIResponseModel
}

AlibabaScbpAdGroupRecommendProductAPIResponse 推品 API返回值 alibaba.scbp.ad.group.recommend.product

推品

type AlibabaScbpAdGroupRecommendProductAPIResponseModel added in v1.2.5

type AlibabaScbpAdGroupRecommendProductAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_scbp_ad_group_recommend_product_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 推品返回实体类
	ResultList []RecommendProductDto `json:"result_list,omitempty" xml:"result_list>recommend_product_dto,omitempty"`
}

AlibabaScbpAdGroupRecommendProductAPIResponseModel is 推品 成功返回结果

type AlibabaScbpAdGroupUpdateAdGroupBatchAPIRequest added in v1.2.0

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

AlibabaScbpAdGroupUpdateAdGroupBatchAPIRequest 修改推广单元 API请求 alibaba.scbp.ad.group.update.ad.group.batch

修改推广单元

func NewAlibabaScbpAdGroupUpdateAdGroupBatchRequest

func NewAlibabaScbpAdGroupUpdateAdGroupBatchRequest() *AlibabaScbpAdGroupUpdateAdGroupBatchAPIRequest

NewAlibabaScbpAdGroupUpdateAdGroupBatchRequest 初始化AlibabaScbpAdGroupUpdateAdGroupBatchAPIRequest对象

func (AlibabaScbpAdGroupUpdateAdGroupBatchAPIRequest) GetAdGroupBatchOperation added in v1.2.0

GetAdGroupBatchOperation AdGroupBatchOperation Getter

func (AlibabaScbpAdGroupUpdateAdGroupBatchAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpAdGroupUpdateAdGroupBatchAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpAdGroupUpdateAdGroupBatchAPIRequest) GetCampaignId added in v1.2.0

GetCampaignId CampaignId Getter

func (AlibabaScbpAdGroupUpdateAdGroupBatchAPIRequest) GetRawParams added in v1.2.8

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

func (AlibabaScbpAdGroupUpdateAdGroupBatchAPIRequest) GetTopContext added in v1.2.0

GetTopContext TopContext Getter

func (*AlibabaScbpAdGroupUpdateAdGroupBatchAPIRequest) SetAdGroupBatchOperation added in v1.2.0

func (r *AlibabaScbpAdGroupUpdateAdGroupBatchAPIRequest) SetAdGroupBatchOperation(_adGroupBatchOperation *AdGroupBatchOperationDto) error

SetAdGroupBatchOperation is AdGroupBatchOperation Setter 入参

func (*AlibabaScbpAdGroupUpdateAdGroupBatchAPIRequest) SetCampaignId added in v1.2.0

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

SetCampaignId is CampaignId Setter 计划id

func (*AlibabaScbpAdGroupUpdateAdGroupBatchAPIRequest) SetTopContext added in v1.2.0

SetTopContext is TopContext Setter 用户信息

type AlibabaScbpAdGroupUpdateAdGroupBatchAPIResponse

type AlibabaScbpAdGroupUpdateAdGroupBatchAPIResponse struct {
	model.CommonResponse
	AlibabaScbpAdGroupUpdateAdGroupBatchAPIResponseModel
}

AlibabaScbpAdGroupUpdateAdGroupBatchAPIResponse 修改推广单元 API返回值 alibaba.scbp.ad.group.update.ad.group.batch

修改推广单元

type AlibabaScbpAdGroupUpdateAdGroupBatchAPIResponseModel added in v1.2.0

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

AlibabaScbpAdGroupUpdateAdGroupBatchAPIResponseModel is 修改推广单元 成功返回结果

type AlibabaScbpAdKeywordAddAPIRequest added in v1.2.0

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

AlibabaScbpAdKeywordAddAPIRequest 外贸直通车加词 API请求 alibaba.scbp.ad.keyword.add

外贸直通车加词服务

func NewAlibabaScbpAdKeywordAddRequest

func NewAlibabaScbpAdKeywordAddRequest() *AlibabaScbpAdKeywordAddAPIRequest

NewAlibabaScbpAdKeywordAddRequest 初始化AlibabaScbpAdKeywordAddAPIRequest对象

func (AlibabaScbpAdKeywordAddAPIRequest) GetAdKeyword added in v1.2.0

func (r AlibabaScbpAdKeywordAddAPIRequest) GetAdKeyword() string

GetAdKeyword AdKeyword Getter

func (AlibabaScbpAdKeywordAddAPIRequest) GetApiMethodName added in v1.2.0

func (r AlibabaScbpAdKeywordAddAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpAdKeywordAddAPIRequest) GetApiParams added in v1.2.0

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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpAdKeywordAddAPIRequest) GetPriceStr added in v1.2.0

func (r AlibabaScbpAdKeywordAddAPIRequest) GetPriceStr() string

GetPriceStr PriceStr Getter

func (AlibabaScbpAdKeywordAddAPIRequest) GetRawParams added in v1.2.8

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

func (AlibabaScbpAdKeywordAddAPIRequest) GetTagName added in v1.2.0

GetTagName TagName Getter

func (*AlibabaScbpAdKeywordAddAPIRequest) SetAdKeyword added in v1.2.0

func (r *AlibabaScbpAdKeywordAddAPIRequest) SetAdKeyword(_adKeyword string) error

SetAdKeyword is AdKeyword Setter 加入的词

func (*AlibabaScbpAdKeywordAddAPIRequest) SetPriceStr added in v1.2.0

func (r *AlibabaScbpAdKeywordAddAPIRequest) SetPriceStr(_priceStr string) error

SetPriceStr is PriceStr Setter 词的出价

func (*AlibabaScbpAdKeywordAddAPIRequest) SetTagName added in v1.2.0

func (r *AlibabaScbpAdKeywordAddAPIRequest) SetTagName(_tagName string) error

SetTagName is TagName Setter 分组名

type AlibabaScbpAdKeywordAddAPIResponse

type AlibabaScbpAdKeywordAddAPIResponse struct {
	model.CommonResponse
	AlibabaScbpAdKeywordAddAPIResponseModel
}

AlibabaScbpAdKeywordAddAPIResponse 外贸直通车加词 API返回值 alibaba.scbp.ad.keyword.add

外贸直通车加词服务

type AlibabaScbpAdKeywordAddAPIResponseModel added in v1.2.0

type AlibabaScbpAdKeywordAddAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_scbp_ad_keyword_add_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 请求加入的词
	Keyword string `json:"keyword,omitempty" xml:"keyword,omitempty"`
	// 加词失败的原因
	InvalidType string `json:"invalid_type,omitempty" xml:"invalid_type,omitempty"`
	// 系统中存在归一化重复的词
	RepeatKeyword string `json:"repeat_keyword,omitempty" xml:"repeat_keyword,omitempty"`
	// 该词是否加入成功
	IsAdded bool `json:"is_added,omitempty" xml:"is_added,omitempty"`
}

AlibabaScbpAdKeywordAddAPIResponseModel is 外贸直通车加词 成功返回结果

type AlibabaScbpAdKeywordBatchQueryKeywordRankPriceAPIRequest added in v1.2.5

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

AlibabaScbpAdKeywordBatchQueryKeywordRankPriceAPIRequest 批量查询关键词前五名排价 API请求 alibaba.scbp.ad.keyword.batch.query.keyword.rank.price

批量查询关键词前五名排价

func NewAlibabaScbpAdKeywordBatchQueryKeywordRankPriceRequest added in v1.2.5

func NewAlibabaScbpAdKeywordBatchQueryKeywordRankPriceRequest() *AlibabaScbpAdKeywordBatchQueryKeywordRankPriceAPIRequest

NewAlibabaScbpAdKeywordBatchQueryKeywordRankPriceRequest 初始化AlibabaScbpAdKeywordBatchQueryKeywordRankPriceAPIRequest对象

func (AlibabaScbpAdKeywordBatchQueryKeywordRankPriceAPIRequest) GetApiMethodName added in v1.2.5

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpAdKeywordBatchQueryKeywordRankPriceAPIRequest) GetApiParams added in v1.2.5

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpAdKeywordBatchQueryKeywordRankPriceAPIRequest) GetCampaignId added in v1.2.5

GetCampaignId CampaignId Getter

func (AlibabaScbpAdKeywordBatchQueryKeywordRankPriceAPIRequest) GetKeywordList added in v1.2.5

GetKeywordList KeywordList Getter

func (AlibabaScbpAdKeywordBatchQueryKeywordRankPriceAPIRequest) GetRawParams added in v1.2.8

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

func (AlibabaScbpAdKeywordBatchQueryKeywordRankPriceAPIRequest) GetTopContext added in v1.2.5

GetTopContext TopContext Getter

func (*AlibabaScbpAdKeywordBatchQueryKeywordRankPriceAPIRequest) SetCampaignId added in v1.2.5

SetCampaignId is CampaignId Setter 计划id

func (*AlibabaScbpAdKeywordBatchQueryKeywordRankPriceAPIRequest) SetKeywordList added in v1.2.5

SetKeywordList is KeywordList Setter 关键词信息集合

func (*AlibabaScbpAdKeywordBatchQueryKeywordRankPriceAPIRequest) SetTopContext added in v1.2.5

SetTopContext is TopContext Setter 用户信息

type AlibabaScbpAdKeywordBatchQueryKeywordRankPriceAPIResponse added in v1.2.5

type AlibabaScbpAdKeywordBatchQueryKeywordRankPriceAPIResponse struct {
	model.CommonResponse
	AlibabaScbpAdKeywordBatchQueryKeywordRankPriceAPIResponseModel
}

AlibabaScbpAdKeywordBatchQueryKeywordRankPriceAPIResponse 批量查询关键词前五名排价 API返回值 alibaba.scbp.ad.keyword.batch.query.keyword.rank.price

批量查询关键词前五名排价

type AlibabaScbpAdKeywordBatchQueryKeywordRankPriceAPIResponseModel added in v1.2.5

type AlibabaScbpAdKeywordBatchQueryKeywordRankPriceAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_scbp_ad_keyword_batch_query_keyword_rank_price_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 关键词前五名排价详细信息返回
	ResultList []KeywordRankPriceDto `json:"result_list,omitempty" xml:"result_list>keyword_rank_price_dto,omitempty"`
}

AlibabaScbpAdKeywordBatchQueryKeywordRankPriceAPIResponseModel is 批量查询关键词前五名排价 成功返回结果

type AlibabaScbpAdKeywordBatchdeleteAPIRequest added in v1.2.0

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

AlibabaScbpAdKeywordBatchdeleteAPIRequest 外贸直通车批量删除关键词 API请求 alibaba.scbp.ad.keyword.batchdelete

外贸直通车批量删除关键词

func NewAlibabaScbpAdKeywordBatchdeleteRequest

func NewAlibabaScbpAdKeywordBatchdeleteRequest() *AlibabaScbpAdKeywordBatchdeleteAPIRequest

NewAlibabaScbpAdKeywordBatchdeleteRequest 初始化AlibabaScbpAdKeywordBatchdeleteAPIRequest对象

func (AlibabaScbpAdKeywordBatchdeleteAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpAdKeywordBatchdeleteAPIRequest) GetApiParams added in v1.2.0

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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpAdKeywordBatchdeleteAPIRequest) GetKeywordIdList added in v1.2.0

func (r AlibabaScbpAdKeywordBatchdeleteAPIRequest) GetKeywordIdList() []string

GetKeywordIdList KeywordIdList Getter

func (AlibabaScbpAdKeywordBatchdeleteAPIRequest) GetRawParams added in v1.2.8

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

func (*AlibabaScbpAdKeywordBatchdeleteAPIRequest) SetKeywordIdList added in v1.2.0

func (r *AlibabaScbpAdKeywordBatchdeleteAPIRequest) SetKeywordIdList(_keywordIdList []string) error

SetKeywordIdList is KeywordIdList Setter 关键词Id列表

type AlibabaScbpAdKeywordBatchdeleteAPIResponse

type AlibabaScbpAdKeywordBatchdeleteAPIResponse struct {
	model.CommonResponse
	AlibabaScbpAdKeywordBatchdeleteAPIResponseModel
}

AlibabaScbpAdKeywordBatchdeleteAPIResponse 外贸直通车批量删除关键词 API返回值 alibaba.scbp.ad.keyword.batchdelete

外贸直通车批量删除关键词

type AlibabaScbpAdKeywordBatchdeleteAPIResponseModel added in v1.2.0

type AlibabaScbpAdKeywordBatchdeleteAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_scbp_ad_keyword_batchdelete_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 删除关键词是否成功
	Result bool `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaScbpAdKeywordBatchdeleteAPIResponseModel is 外贸直通车批量删除关键词 成功返回结果

type AlibabaScbpAdKeywordCreateKeywordBatchAPIRequest added in v1.2.0

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

AlibabaScbpAdKeywordCreateKeywordBatchAPIRequest 关键词添加 API请求 alibaba.scbp.ad.keyword.create.keyword.batch

关键词添加

func NewAlibabaScbpAdKeywordCreateKeywordBatchRequest

func NewAlibabaScbpAdKeywordCreateKeywordBatchRequest() *AlibabaScbpAdKeywordCreateKeywordBatchAPIRequest

NewAlibabaScbpAdKeywordCreateKeywordBatchRequest 初始化AlibabaScbpAdKeywordCreateKeywordBatchAPIRequest对象

func (AlibabaScbpAdKeywordCreateKeywordBatchAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpAdKeywordCreateKeywordBatchAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpAdKeywordCreateKeywordBatchAPIRequest) GetCampaignId added in v1.2.0

GetCampaignId CampaignId Getter

func (AlibabaScbpAdKeywordCreateKeywordBatchAPIRequest) GetKeywordQuery added in v1.2.0

GetKeywordQuery KeywordQuery Getter

func (AlibabaScbpAdKeywordCreateKeywordBatchAPIRequest) GetRawParams added in v1.2.8

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

func (AlibabaScbpAdKeywordCreateKeywordBatchAPIRequest) GetTopContext added in v1.2.0

GetTopContext TopContext Getter

func (*AlibabaScbpAdKeywordCreateKeywordBatchAPIRequest) SetCampaignId added in v1.2.0

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

SetCampaignId is CampaignId Setter 计划id

func (*AlibabaScbpAdKeywordCreateKeywordBatchAPIRequest) SetKeywordQuery added in v1.2.0

func (r *AlibabaScbpAdKeywordCreateKeywordBatchAPIRequest) SetKeywordQuery(_keywordQuery *KeywordQuery) error

SetKeywordQuery is KeywordQuery Setter 请求参数

func (*AlibabaScbpAdKeywordCreateKeywordBatchAPIRequest) SetTopContext added in v1.2.0

SetTopContext is TopContext Setter 用户信息

type AlibabaScbpAdKeywordCreateKeywordBatchAPIResponse

type AlibabaScbpAdKeywordCreateKeywordBatchAPIResponse struct {
	model.CommonResponse
	AlibabaScbpAdKeywordCreateKeywordBatchAPIResponseModel
}

AlibabaScbpAdKeywordCreateKeywordBatchAPIResponse 关键词添加 API返回值 alibaba.scbp.ad.keyword.create.keyword.batch

关键词添加

type AlibabaScbpAdKeywordCreateKeywordBatchAPIResponseModel added in v1.2.0

type AlibabaScbpAdKeywordCreateKeywordBatchAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_scbp_ad_keyword_create_keyword_batch_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回错误集合
	ResultList []ErrorKeyword `json:"result_list,omitempty" xml:"result_list>error_keyword,omitempty"`
}

AlibabaScbpAdKeywordCreateKeywordBatchAPIResponseModel is 关键词添加 成功返回结果

type AlibabaScbpAdKeywordDeleteAPIRequest added in v1.2.0

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

AlibabaScbpAdKeywordDeleteAPIRequest 外贸直通车删除关键词 API请求 alibaba.scbp.ad.keyword.delete

外贸直通车删除关键词

func NewAlibabaScbpAdKeywordDeleteRequest

func NewAlibabaScbpAdKeywordDeleteRequest() *AlibabaScbpAdKeywordDeleteAPIRequest

NewAlibabaScbpAdKeywordDeleteRequest 初始化AlibabaScbpAdKeywordDeleteAPIRequest对象

func (AlibabaScbpAdKeywordDeleteAPIRequest) GetAdKeyword added in v1.2.0

GetAdKeyword AdKeyword Getter

func (AlibabaScbpAdKeywordDeleteAPIRequest) GetApiMethodName added in v1.2.0

func (r AlibabaScbpAdKeywordDeleteAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpAdKeywordDeleteAPIRequest) GetApiParams added in v1.2.0

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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpAdKeywordDeleteAPIRequest) GetRawParams added in v1.2.8

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

func (*AlibabaScbpAdKeywordDeleteAPIRequest) SetAdKeyword added in v1.2.0

func (r *AlibabaScbpAdKeywordDeleteAPIRequest) SetAdKeyword(_adKeyword string) error

SetAdKeyword is AdKeyword Setter 要删除的关键词

type AlibabaScbpAdKeywordDeleteAPIResponse

type AlibabaScbpAdKeywordDeleteAPIResponse struct {
	model.CommonResponse
	AlibabaScbpAdKeywordDeleteAPIResponseModel
}

AlibabaScbpAdKeywordDeleteAPIResponse 外贸直通车删除关键词 API返回值 alibaba.scbp.ad.keyword.delete

外贸直通车删除关键词

type AlibabaScbpAdKeywordDeleteAPIResponseModel added in v1.2.0

type AlibabaScbpAdKeywordDeleteAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_scbp_ad_keyword_delete_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 删除关键词是否成功
	Result bool `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaScbpAdKeywordDeleteAPIResponseModel is 外贸直通车删除关键词 成功返回结果

type AlibabaScbpAdKeywordDeleteKeywordBatchAPIRequest added in v1.2.0

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

AlibabaScbpAdKeywordDeleteKeywordBatchAPIRequest 删除关键词 API请求 alibaba.scbp.ad.keyword.delete.keyword.batch

删除关键词

func NewAlibabaScbpAdKeywordDeleteKeywordBatchRequest

func NewAlibabaScbpAdKeywordDeleteKeywordBatchRequest() *AlibabaScbpAdKeywordDeleteKeywordBatchAPIRequest

NewAlibabaScbpAdKeywordDeleteKeywordBatchRequest 初始化AlibabaScbpAdKeywordDeleteKeywordBatchAPIRequest对象

func (AlibabaScbpAdKeywordDeleteKeywordBatchAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpAdKeywordDeleteKeywordBatchAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpAdKeywordDeleteKeywordBatchAPIRequest) GetCampaignId added in v1.2.0

GetCampaignId CampaignId Getter

func (AlibabaScbpAdKeywordDeleteKeywordBatchAPIRequest) GetKeywordQuery added in v1.2.0

GetKeywordQuery KeywordQuery Getter

func (AlibabaScbpAdKeywordDeleteKeywordBatchAPIRequest) GetRawParams added in v1.2.8

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

func (AlibabaScbpAdKeywordDeleteKeywordBatchAPIRequest) GetTopContext added in v1.2.0

GetTopContext TopContext Getter

func (*AlibabaScbpAdKeywordDeleteKeywordBatchAPIRequest) SetCampaignId added in v1.2.0

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

SetCampaignId is CampaignId Setter 计划id

func (*AlibabaScbpAdKeywordDeleteKeywordBatchAPIRequest) SetKeywordQuery added in v1.2.0

func (r *AlibabaScbpAdKeywordDeleteKeywordBatchAPIRequest) SetKeywordQuery(_keywordQuery *KeywordQuery) error

SetKeywordQuery is KeywordQuery Setter 请求参数

func (*AlibabaScbpAdKeywordDeleteKeywordBatchAPIRequest) SetTopContext added in v1.2.0

SetTopContext is TopContext Setter 用户信息

type AlibabaScbpAdKeywordDeleteKeywordBatchAPIResponse

type AlibabaScbpAdKeywordDeleteKeywordBatchAPIResponse struct {
	model.CommonResponse
	AlibabaScbpAdKeywordDeleteKeywordBatchAPIResponseModel
}

AlibabaScbpAdKeywordDeleteKeywordBatchAPIResponse 删除关键词 API返回值 alibaba.scbp.ad.keyword.delete.keyword.batch

删除关键词

type AlibabaScbpAdKeywordDeleteKeywordBatchAPIResponseModel added in v1.2.0

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

AlibabaScbpAdKeywordDeleteKeywordBatchAPIResponseModel is 删除关键词 成功返回结果

type AlibabaScbpAdKeywordGetAPIRequest added in v1.2.0

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

AlibabaScbpAdKeywordGetAPIRequest 外贸直通车查询关键词 API请求 alibaba.scbp.ad.keyword.get

外贸直通车查询关键词

func NewAlibabaScbpAdKeywordGetRequest

func NewAlibabaScbpAdKeywordGetRequest() *AlibabaScbpAdKeywordGetAPIRequest

NewAlibabaScbpAdKeywordGetRequest 初始化AlibabaScbpAdKeywordGetAPIRequest对象

func (AlibabaScbpAdKeywordGetAPIRequest) GetApiMethodName added in v1.2.0

func (r AlibabaScbpAdKeywordGetAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpAdKeywordGetAPIRequest) GetApiParams added in v1.2.0

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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpAdKeywordGetAPIRequest) GetQueryDto added in v1.2.0

GetQueryDto QueryDto Getter

func (AlibabaScbpAdKeywordGetAPIRequest) GetRawParams added in v1.2.8

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

func (*AlibabaScbpAdKeywordGetAPIRequest) SetQueryDto added in v1.2.0

func (r *AlibabaScbpAdKeywordGetAPIRequest) SetQueryDto(_queryDto *KeywordQuery) error

SetQueryDto is QueryDto Setter KeywordQuery

type AlibabaScbpAdKeywordGetAPIResponse

type AlibabaScbpAdKeywordGetAPIResponse struct {
	model.CommonResponse
	AlibabaScbpAdKeywordGetAPIResponseModel
}

AlibabaScbpAdKeywordGetAPIResponse 外贸直通车查询关键词 API返回值 alibaba.scbp.ad.keyword.get

外贸直通车查询关键词

type AlibabaScbpAdKeywordGetAPIResponseModel added in v1.2.0

type AlibabaScbpAdKeywordGetAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_scbp_ad_keyword_get_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 查询关键词列表
	KeywordList []KeywordResultDto `json:"keyword_list,omitempty" xml:"keyword_list>keyword_result_dto,omitempty"`
	// 总个数
	TotalNum int64 `json:"total_num,omitempty" xml:"total_num,omitempty"`
	// 总页数
	TotalPage int64 `json:"total_page,omitempty" xml:"total_page,omitempty"`
}

AlibabaScbpAdKeywordGetAPIResponseModel is 外贸直通车查询关键词 成功返回结果

type AlibabaScbpAdKeywordGetKeywordCountByQueryAPIRequest added in v1.2.0

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

AlibabaScbpAdKeywordGetKeywordCountByQueryAPIRequest 计划关键词数目 API请求 alibaba.scbp.ad.keyword.get.keyword.count.by.query

计划关键词数目

func NewAlibabaScbpAdKeywordGetKeywordCountByQueryRequest

func NewAlibabaScbpAdKeywordGetKeywordCountByQueryRequest() *AlibabaScbpAdKeywordGetKeywordCountByQueryAPIRequest

NewAlibabaScbpAdKeywordGetKeywordCountByQueryRequest 初始化AlibabaScbpAdKeywordGetKeywordCountByQueryAPIRequest对象

func (AlibabaScbpAdKeywordGetKeywordCountByQueryAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpAdKeywordGetKeywordCountByQueryAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpAdKeywordGetKeywordCountByQueryAPIRequest) GetCampaignKeywordQuery added in v1.2.0

GetCampaignKeywordQuery CampaignKeywordQuery Getter

func (AlibabaScbpAdKeywordGetKeywordCountByQueryAPIRequest) GetRawParams added in v1.2.8

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

func (AlibabaScbpAdKeywordGetKeywordCountByQueryAPIRequest) GetTopContext added in v1.2.0

GetTopContext TopContext Getter

func (*AlibabaScbpAdKeywordGetKeywordCountByQueryAPIRequest) SetCampaignKeywordQuery added in v1.2.0

func (r *AlibabaScbpAdKeywordGetKeywordCountByQueryAPIRequest) SetCampaignKeywordQuery(_campaignKeywordQuery *CampaignKeywordQuery) error

SetCampaignKeywordQuery is CampaignKeywordQuery Setter 请求参数

func (*AlibabaScbpAdKeywordGetKeywordCountByQueryAPIRequest) SetTopContext added in v1.2.0

SetTopContext is TopContext Setter 用户信息

type AlibabaScbpAdKeywordGetKeywordCountByQueryAPIResponse

type AlibabaScbpAdKeywordGetKeywordCountByQueryAPIResponse struct {
	model.CommonResponse
	AlibabaScbpAdKeywordGetKeywordCountByQueryAPIResponseModel
}

AlibabaScbpAdKeywordGetKeywordCountByQueryAPIResponse 计划关键词数目 API返回值 alibaba.scbp.ad.keyword.get.keyword.count.by.query

计划关键词数目

type AlibabaScbpAdKeywordGetKeywordCountByQueryAPIResponseModel added in v1.2.0

type AlibabaScbpAdKeywordGetKeywordCountByQueryAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_scbp_ad_keyword_get_keyword_count_by_query_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回值
	Result int64 `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaScbpAdKeywordGetKeywordCountByQueryAPIResponseModel is 计划关键词数目 成功返回结果

type AlibabaScbpAdKeywordListCampaignKeywordsAPIRequest added in v1.2.0

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

AlibabaScbpAdKeywordListCampaignKeywordsAPIRequest 获取计划关键词 API请求 alibaba.scbp.ad.keyword.list.campaign.keywords

获取计划关键词

func NewAlibabaScbpAdKeywordListCampaignKeywordsRequest

func NewAlibabaScbpAdKeywordListCampaignKeywordsRequest() *AlibabaScbpAdKeywordListCampaignKeywordsAPIRequest

NewAlibabaScbpAdKeywordListCampaignKeywordsRequest 初始化AlibabaScbpAdKeywordListCampaignKeywordsAPIRequest对象

func (AlibabaScbpAdKeywordListCampaignKeywordsAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpAdKeywordListCampaignKeywordsAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpAdKeywordListCampaignKeywordsAPIRequest) GetCampaignId added in v1.2.0

GetCampaignId CampaignId Getter

func (AlibabaScbpAdKeywordListCampaignKeywordsAPIRequest) GetCampaignKeywordQuery added in v1.2.0

GetCampaignKeywordQuery CampaignKeywordQuery Getter

func (AlibabaScbpAdKeywordListCampaignKeywordsAPIRequest) GetRawParams added in v1.2.8

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

func (AlibabaScbpAdKeywordListCampaignKeywordsAPIRequest) GetTopContext added in v1.2.0

GetTopContext TopContext Getter

func (*AlibabaScbpAdKeywordListCampaignKeywordsAPIRequest) SetCampaignId added in v1.2.0

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

SetCampaignId is CampaignId Setter 计划id

func (*AlibabaScbpAdKeywordListCampaignKeywordsAPIRequest) SetCampaignKeywordQuery added in v1.2.0

func (r *AlibabaScbpAdKeywordListCampaignKeywordsAPIRequest) SetCampaignKeywordQuery(_campaignKeywordQuery *CampaignKeywordQuery) error

SetCampaignKeywordQuery is CampaignKeywordQuery Setter 搜索条件

func (*AlibabaScbpAdKeywordListCampaignKeywordsAPIRequest) SetTopContext added in v1.2.0

SetTopContext is TopContext Setter 用户信息

type AlibabaScbpAdKeywordListCampaignKeywordsAPIResponse

type AlibabaScbpAdKeywordListCampaignKeywordsAPIResponse struct {
	model.CommonResponse
	AlibabaScbpAdKeywordListCampaignKeywordsAPIResponseModel
}

AlibabaScbpAdKeywordListCampaignKeywordsAPIResponse 获取计划关键词 API返回值 alibaba.scbp.ad.keyword.list.campaign.keywords

获取计划关键词

type AlibabaScbpAdKeywordListCampaignKeywordsAPIResponseModel added in v1.2.0

type AlibabaScbpAdKeywordListCampaignKeywordsAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_scbp_ad_keyword_list_campaign_keywords_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回数据集合
	ResultList []KeywordDto `json:"result_list,omitempty" xml:"result_list>keyword_dto,omitempty"`
}

AlibabaScbpAdKeywordListCampaignKeywordsAPIResponseModel is 获取计划关键词 成功返回结果

type AlibabaScbpAdKeywordListRelevantProductsAPIRequest added in v1.2.5

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

AlibabaScbpAdKeywordListRelevantProductsAPIRequest 查询和词匹配的推广产品 API请求 alibaba.scbp.ad.keyword.list.relevant.products

查询和词匹配的推广产品

func NewAlibabaScbpAdKeywordListRelevantProductsRequest added in v1.2.5

func NewAlibabaScbpAdKeywordListRelevantProductsRequest() *AlibabaScbpAdKeywordListRelevantProductsAPIRequest

NewAlibabaScbpAdKeywordListRelevantProductsRequest 初始化AlibabaScbpAdKeywordListRelevantProductsAPIRequest对象

func (AlibabaScbpAdKeywordListRelevantProductsAPIRequest) GetApiMethodName added in v1.2.5

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpAdKeywordListRelevantProductsAPIRequest) GetApiParams added in v1.2.5

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpAdKeywordListRelevantProductsAPIRequest) GetCampaignId added in v1.2.5

GetCampaignId CampaignId Getter

func (AlibabaScbpAdKeywordListRelevantProductsAPIRequest) GetKeyword added in v1.2.5

GetKeyword Keyword Getter

func (AlibabaScbpAdKeywordListRelevantProductsAPIRequest) GetRawParams added in v1.2.8

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

func (AlibabaScbpAdKeywordListRelevantProductsAPIRequest) GetTopContext added in v1.2.5

GetTopContext TopContext Getter

func (*AlibabaScbpAdKeywordListRelevantProductsAPIRequest) SetCampaignId added in v1.2.5

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

SetCampaignId is CampaignId Setter 计划id

func (*AlibabaScbpAdKeywordListRelevantProductsAPIRequest) SetKeyword added in v1.2.5

SetKeyword is Keyword Setter 关键词

func (*AlibabaScbpAdKeywordListRelevantProductsAPIRequest) SetTopContext added in v1.2.5

SetTopContext is TopContext Setter 用户信息

type AlibabaScbpAdKeywordListRelevantProductsAPIResponse added in v1.2.5

type AlibabaScbpAdKeywordListRelevantProductsAPIResponse struct {
	model.CommonResponse
	AlibabaScbpAdKeywordListRelevantProductsAPIResponseModel
}

AlibabaScbpAdKeywordListRelevantProductsAPIResponse 查询和词匹配的推广产品 API返回值 alibaba.scbp.ad.keyword.list.relevant.products

查询和词匹配的推广产品

type AlibabaScbpAdKeywordListRelevantProductsAPIResponseModel added in v1.2.5

type AlibabaScbpAdKeywordListRelevantProductsAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_scbp_ad_keyword_list_relevant_products_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 优推品信息返回
	ResultList []RelevantProductDto `json:"result_list,omitempty" xml:"result_list>relevant_product_dto,omitempty"`
}

AlibabaScbpAdKeywordListRelevantProductsAPIResponseModel is 查询和词匹配的推广产品 成功返回结果

type AlibabaScbpAdKeywordOperationPreferentialProductAPIRequest added in v1.2.5

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

AlibabaScbpAdKeywordOperationPreferentialProductAPIRequest 操作优推品 API请求 alibaba.scbp.ad.keyword.operation.preferential.product

操作优推品

func NewAlibabaScbpAdKeywordOperationPreferentialProductRequest added in v1.2.5

func NewAlibabaScbpAdKeywordOperationPreferentialProductRequest() *AlibabaScbpAdKeywordOperationPreferentialProductAPIRequest

NewAlibabaScbpAdKeywordOperationPreferentialProductRequest 初始化AlibabaScbpAdKeywordOperationPreferentialProductAPIRequest对象

func (AlibabaScbpAdKeywordOperationPreferentialProductAPIRequest) GetApiMethodName added in v1.2.5

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpAdKeywordOperationPreferentialProductAPIRequest) GetApiParams added in v1.2.5

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpAdKeywordOperationPreferentialProductAPIRequest) GetOperationDto added in v1.2.5

GetOperationDto OperationDto Getter

func (AlibabaScbpAdKeywordOperationPreferentialProductAPIRequest) GetRawParams added in v1.2.8

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

func (AlibabaScbpAdKeywordOperationPreferentialProductAPIRequest) GetTopContext added in v1.2.5

GetTopContext TopContext Getter

func (*AlibabaScbpAdKeywordOperationPreferentialProductAPIRequest) SetOperationDto added in v1.2.5

SetOperationDto is OperationDto Setter 操作优推实体类

func (*AlibabaScbpAdKeywordOperationPreferentialProductAPIRequest) SetTopContext added in v1.2.5

SetTopContext is TopContext Setter 用户信息

type AlibabaScbpAdKeywordOperationPreferentialProductAPIResponse added in v1.2.5

type AlibabaScbpAdKeywordOperationPreferentialProductAPIResponse struct {
	model.CommonResponse
	AlibabaScbpAdKeywordOperationPreferentialProductAPIResponseModel
}

AlibabaScbpAdKeywordOperationPreferentialProductAPIResponse 操作优推品 API返回值 alibaba.scbp.ad.keyword.operation.preferential.product

操作优推品

type AlibabaScbpAdKeywordOperationPreferentialProductAPIResponseModel added in v1.2.5

type AlibabaScbpAdKeywordOperationPreferentialProductAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_scbp_ad_keyword_operation_preferential_product_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 成功数量
	Result int64 `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaScbpAdKeywordOperationPreferentialProductAPIResponseModel is 操作优推品 成功返回结果

type AlibabaScbpAdKeywordPriceBatchupdateAPIRequest added in v1.2.0

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

AlibabaScbpAdKeywordPriceBatchupdateAPIRequest 关键词批量改价 API请求 alibaba.scbp.ad.keyword.price.batchupdate

关键词批量改价

func NewAlibabaScbpAdKeywordPriceBatchupdateRequest

func NewAlibabaScbpAdKeywordPriceBatchupdateRequest() *AlibabaScbpAdKeywordPriceBatchupdateAPIRequest

NewAlibabaScbpAdKeywordPriceBatchupdateRequest 初始化AlibabaScbpAdKeywordPriceBatchupdateAPIRequest对象

func (AlibabaScbpAdKeywordPriceBatchupdateAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpAdKeywordPriceBatchupdateAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpAdKeywordPriceBatchupdateAPIRequest) GetKeywordUpdateDtoList added in v1.2.0

GetKeywordUpdateDtoList KeywordUpdateDtoList Getter

func (AlibabaScbpAdKeywordPriceBatchupdateAPIRequest) GetRawParams added in v1.2.8

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

func (*AlibabaScbpAdKeywordPriceBatchupdateAPIRequest) SetKeywordUpdateDtoList added in v1.2.0

func (r *AlibabaScbpAdKeywordPriceBatchupdateAPIRequest) SetKeywordUpdateDtoList(_keywordUpdateDtoList []KeywordUpdateDto) error

SetKeywordUpdateDtoList is KeywordUpdateDtoList Setter 系统自动生成

type AlibabaScbpAdKeywordPriceBatchupdateAPIResponse

type AlibabaScbpAdKeywordPriceBatchupdateAPIResponse struct {
	model.CommonResponse
	AlibabaScbpAdKeywordPriceBatchupdateAPIResponseModel
}

AlibabaScbpAdKeywordPriceBatchupdateAPIResponse 关键词批量改价 API返回值 alibaba.scbp.ad.keyword.price.batchupdate

关键词批量改价

type AlibabaScbpAdKeywordPriceBatchupdateAPIResponseModel added in v1.2.0

type AlibabaScbpAdKeywordPriceBatchupdateAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_scbp_ad_keyword_price_batchupdate_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 修改失败关键词列表
	KeywordErrorResultList []KeywordErrorResultDto `json:"keyword_error_result_list,omitempty" xml:"keyword_error_result_list>keyword_error_result_dto,omitempty"`
}

AlibabaScbpAdKeywordPriceBatchupdateAPIResponseModel is 关键词批量改价 成功返回结果

type AlibabaScbpAdKeywordPriceUpdateAPIRequest added in v1.2.0

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

AlibabaScbpAdKeywordPriceUpdateAPIRequest 关键词改价 API请求 alibaba.scbp.ad.keyword.price.update

关键词改价

func NewAlibabaScbpAdKeywordPriceUpdateRequest

func NewAlibabaScbpAdKeywordPriceUpdateRequest() *AlibabaScbpAdKeywordPriceUpdateAPIRequest

NewAlibabaScbpAdKeywordPriceUpdateRequest 初始化AlibabaScbpAdKeywordPriceUpdateAPIRequest对象

func (AlibabaScbpAdKeywordPriceUpdateAPIRequest) GetAdKeyword added in v1.2.0

GetAdKeyword AdKeyword Getter

func (AlibabaScbpAdKeywordPriceUpdateAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpAdKeywordPriceUpdateAPIRequest) GetApiParams added in v1.2.0

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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpAdKeywordPriceUpdateAPIRequest) GetPriceStr added in v1.2.0

GetPriceStr PriceStr Getter

func (AlibabaScbpAdKeywordPriceUpdateAPIRequest) GetRawParams added in v1.2.8

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

func (*AlibabaScbpAdKeywordPriceUpdateAPIRequest) SetAdKeyword added in v1.2.0

func (r *AlibabaScbpAdKeywordPriceUpdateAPIRequest) SetAdKeyword(_adKeyword string) error

SetAdKeyword is AdKeyword Setter 只能取ascci字符

func (*AlibabaScbpAdKeywordPriceUpdateAPIRequest) SetPriceStr added in v1.2.0

func (r *AlibabaScbpAdKeywordPriceUpdateAPIRequest) SetPriceStr(_priceStr string) error

SetPriceStr is PriceStr Setter 关键词价格单位元,一位小数

type AlibabaScbpAdKeywordPriceUpdateAPIResponse

type AlibabaScbpAdKeywordPriceUpdateAPIResponse struct {
	model.CommonResponse
	AlibabaScbpAdKeywordPriceUpdateAPIResponseModel
}

AlibabaScbpAdKeywordPriceUpdateAPIResponse 关键词改价 API返回值 alibaba.scbp.ad.keyword.price.update

关键词改价

type AlibabaScbpAdKeywordPriceUpdateAPIResponseModel added in v1.2.0

type AlibabaScbpAdKeywordPriceUpdateAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_scbp_ad_keyword_price_update_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 修改关键词价格是否成功
	Result bool `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaScbpAdKeywordPriceUpdateAPIResponseModel is 关键词改价 成功返回结果

type AlibabaScbpAdKeywordQueryKeywordRankPriceAPIRequest added in v1.2.0

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

AlibabaScbpAdKeywordQueryKeywordRankPriceAPIRequest 查询关键词前五名排价 API请求 alibaba.scbp.ad.keyword.query.keyword.rank.price

查询关键词前五名排价

func NewAlibabaScbpAdKeywordQueryKeywordRankPriceRequest

func NewAlibabaScbpAdKeywordQueryKeywordRankPriceRequest() *AlibabaScbpAdKeywordQueryKeywordRankPriceAPIRequest

NewAlibabaScbpAdKeywordQueryKeywordRankPriceRequest 初始化AlibabaScbpAdKeywordQueryKeywordRankPriceAPIRequest对象

func (AlibabaScbpAdKeywordQueryKeywordRankPriceAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpAdKeywordQueryKeywordRankPriceAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpAdKeywordQueryKeywordRankPriceAPIRequest) GetCampaignId added in v1.2.0

GetCampaignId CampaignId Getter

func (AlibabaScbpAdKeywordQueryKeywordRankPriceAPIRequest) GetKeywordQuery added in v1.2.0

GetKeywordQuery KeywordQuery Getter

func (AlibabaScbpAdKeywordQueryKeywordRankPriceAPIRequest) GetRawParams added in v1.2.8

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

func (AlibabaScbpAdKeywordQueryKeywordRankPriceAPIRequest) GetTopContext added in v1.2.0

GetTopContext TopContext Getter

func (*AlibabaScbpAdKeywordQueryKeywordRankPriceAPIRequest) SetCampaignId added in v1.2.0

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

SetCampaignId is CampaignId Setter 计划id

func (*AlibabaScbpAdKeywordQueryKeywordRankPriceAPIRequest) SetKeywordQuery added in v1.2.0

func (r *AlibabaScbpAdKeywordQueryKeywordRankPriceAPIRequest) SetKeywordQuery(_keywordQuery *KeywordQuery) error

SetKeywordQuery is KeywordQuery Setter 请求参数

func (*AlibabaScbpAdKeywordQueryKeywordRankPriceAPIRequest) SetTopContext added in v1.2.0

SetTopContext is TopContext Setter 用户信息

type AlibabaScbpAdKeywordQueryKeywordRankPriceAPIResponse

type AlibabaScbpAdKeywordQueryKeywordRankPriceAPIResponse struct {
	model.CommonResponse
	AlibabaScbpAdKeywordQueryKeywordRankPriceAPIResponseModel
}

AlibabaScbpAdKeywordQueryKeywordRankPriceAPIResponse 查询关键词前五名排价 API返回值 alibaba.scbp.ad.keyword.query.keyword.rank.price

查询关键词前五名排价

type AlibabaScbpAdKeywordQueryKeywordRankPriceAPIResponseModel added in v1.2.0

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

AlibabaScbpAdKeywordQueryKeywordRankPriceAPIResponseModel is 查询关键词前五名排价 成功返回结果

type AlibabaScbpAdKeywordRankGetAPIRequest added in v1.2.0

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

AlibabaScbpAdKeywordRankGetAPIRequest 获取外贸直通车关键词预估排名 API请求 alibaba.scbp.ad.keyword.rank.get

获取外贸直通车关键词预估排名

func NewAlibabaScbpAdKeywordRankGetRequest

func NewAlibabaScbpAdKeywordRankGetRequest() *AlibabaScbpAdKeywordRankGetAPIRequest

NewAlibabaScbpAdKeywordRankGetRequest 初始化AlibabaScbpAdKeywordRankGetAPIRequest对象

func (AlibabaScbpAdKeywordRankGetAPIRequest) GetApiMethodName added in v1.2.0

func (r AlibabaScbpAdKeywordRankGetAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpAdKeywordRankGetAPIRequest) GetApiParams added in v1.2.0

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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpAdKeywordRankGetAPIRequest) GetKeyword added in v1.2.0

GetKeyword Keyword Getter

func (AlibabaScbpAdKeywordRankGetAPIRequest) GetRawParams added in v1.2.8

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

func (*AlibabaScbpAdKeywordRankGetAPIRequest) SetKeyword added in v1.2.0

func (r *AlibabaScbpAdKeywordRankGetAPIRequest) SetKeyword(_keyword string) error

SetKeyword is Keyword Setter 查询预估排名的关键词

type AlibabaScbpAdKeywordRankGetAPIResponse

type AlibabaScbpAdKeywordRankGetAPIResponse struct {
	model.CommonResponse
	AlibabaScbpAdKeywordRankGetAPIResponseModel
}

AlibabaScbpAdKeywordRankGetAPIResponse 获取外贸直通车关键词预估排名 API返回值 alibaba.scbp.ad.keyword.rank.get

获取外贸直通车关键词预估排名

type AlibabaScbpAdKeywordRankGetAPIResponseModel added in v1.2.0

type AlibabaScbpAdKeywordRankGetAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_scbp_ad_keyword_rank_get_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 关键词的预估排名
	RankLocation int64 `json:"rank_location,omitempty" xml:"rank_location,omitempty"`
}

AlibabaScbpAdKeywordRankGetAPIResponseModel is 获取外贸直通车关键词预估排名 成功返回结果

type AlibabaScbpAdKeywordRankPriceBatchgetAPIRequest added in v1.2.0

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

AlibabaScbpAdKeywordRankPriceBatchgetAPIRequest 外贸直通车关键词前五名批量排价 API请求 alibaba.scbp.ad.keyword.rank.price.batchget

外贸直通车关键词前五名批量排价

func NewAlibabaScbpAdKeywordRankPriceBatchgetRequest

func NewAlibabaScbpAdKeywordRankPriceBatchgetRequest() *AlibabaScbpAdKeywordRankPriceBatchgetAPIRequest

NewAlibabaScbpAdKeywordRankPriceBatchgetRequest 初始化AlibabaScbpAdKeywordRankPriceBatchgetAPIRequest对象

func (AlibabaScbpAdKeywordRankPriceBatchgetAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpAdKeywordRankPriceBatchgetAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpAdKeywordRankPriceBatchgetAPIRequest) GetContext added in v1.2.0

GetContext Context Getter

func (AlibabaScbpAdKeywordRankPriceBatchgetAPIRequest) GetKeywordRequest added in v1.2.0

GetKeywordRequest KeywordRequest Getter

func (AlibabaScbpAdKeywordRankPriceBatchgetAPIRequest) GetRawParams added in v1.2.8

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

func (*AlibabaScbpAdKeywordRankPriceBatchgetAPIRequest) SetContext added in v1.2.0

SetContext is Context Setter 上下文

func (*AlibabaScbpAdKeywordRankPriceBatchgetAPIRequest) SetKeywordRequest added in v1.2.0

func (r *AlibabaScbpAdKeywordRankPriceBatchgetAPIRequest) SetKeywordRequest(_keywordRequest *TopKeywordListDto) error

SetKeywordRequest is KeywordRequest Setter keyword_request

type AlibabaScbpAdKeywordRankPriceBatchgetAPIResponse

type AlibabaScbpAdKeywordRankPriceBatchgetAPIResponse struct {
	model.CommonResponse
	AlibabaScbpAdKeywordRankPriceBatchgetAPIResponseModel
}

AlibabaScbpAdKeywordRankPriceBatchgetAPIResponse 外贸直通车关键词前五名批量排价 API返回值 alibaba.scbp.ad.keyword.rank.price.batchget

外贸直通车关键词前五名批量排价

type AlibabaScbpAdKeywordRankPriceBatchgetAPIResponseModel added in v1.2.0

type AlibabaScbpAdKeywordRankPriceBatchgetAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_scbp_ad_keyword_rank_price_batchget_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回结果
	ResultList []KeywordRankPriceDto `json:"result_list,omitempty" xml:"result_list>keyword_rank_price_dto,omitempty"`
}

AlibabaScbpAdKeywordRankPriceBatchgetAPIResponseModel is 外贸直通车关键词前五名批量排价 成功返回结果

type AlibabaScbpAdKeywordRankPriceGetAPIRequest added in v1.2.0

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

AlibabaScbpAdKeywordRankPriceGetAPIRequest 外贸直通车关键词前五名排价 API请求 alibaba.scbp.ad.keyword.rank.price.get

外贸直通车关键词前五名排价

func NewAlibabaScbpAdKeywordRankPriceGetRequest

func NewAlibabaScbpAdKeywordRankPriceGetRequest() *AlibabaScbpAdKeywordRankPriceGetAPIRequest

NewAlibabaScbpAdKeywordRankPriceGetRequest 初始化AlibabaScbpAdKeywordRankPriceGetAPIRequest对象

func (AlibabaScbpAdKeywordRankPriceGetAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpAdKeywordRankPriceGetAPIRequest) GetApiParams added in v1.2.0

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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpAdKeywordRankPriceGetAPIRequest) GetKeyword added in v1.2.0

GetKeyword Keyword Getter

func (AlibabaScbpAdKeywordRankPriceGetAPIRequest) GetRawParams added in v1.2.8

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

func (*AlibabaScbpAdKeywordRankPriceGetAPIRequest) SetKeyword added in v1.2.0

SetKeyword is Keyword Setter 关键词

type AlibabaScbpAdKeywordRankPriceGetAPIResponse

type AlibabaScbpAdKeywordRankPriceGetAPIResponse struct {
	model.CommonResponse
	AlibabaScbpAdKeywordRankPriceGetAPIResponseModel
}

AlibabaScbpAdKeywordRankPriceGetAPIResponse 外贸直通车关键词前五名排价 API返回值 alibaba.scbp.ad.keyword.rank.price.get

外贸直通车关键词前五名排价

type AlibabaScbpAdKeywordRankPriceGetAPIResponseModel added in v1.2.0

type AlibabaScbpAdKeywordRankPriceGetAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_scbp_ad_keyword_rank_price_get_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 关键词前五名排价
	RankPriceList []string `json:"rank_price_list,omitempty" xml:"rank_price_list>string,omitempty"`
}

AlibabaScbpAdKeywordRankPriceGetAPIResponseModel is 外贸直通车关键词前五名排价 成功返回结果

type AlibabaScbpAdKeywordRecommendWordAPIRequest added in v1.2.5

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

AlibabaScbpAdKeywordRecommendWordAPIRequest 推词 API请求 alibaba.scbp.ad.keyword.recommend.word

推词

func NewAlibabaScbpAdKeywordRecommendWordRequest added in v1.2.5

func NewAlibabaScbpAdKeywordRecommendWordRequest() *AlibabaScbpAdKeywordRecommendWordAPIRequest

NewAlibabaScbpAdKeywordRecommendWordRequest 初始化AlibabaScbpAdKeywordRecommendWordAPIRequest对象

func (AlibabaScbpAdKeywordRecommendWordAPIRequest) GetApiMethodName added in v1.2.5

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpAdKeywordRecommendWordAPIRequest) GetApiParams added in v1.2.5

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpAdKeywordRecommendWordAPIRequest) GetRawParams added in v1.2.8

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

func (AlibabaScbpAdKeywordRecommendWordAPIRequest) GetRecommendQuery added in v1.2.5

GetRecommendQuery RecommendQuery Getter

func (AlibabaScbpAdKeywordRecommendWordAPIRequest) GetTopContext added in v1.2.5

GetTopContext TopContext Getter

func (*AlibabaScbpAdKeywordRecommendWordAPIRequest) SetRecommendQuery added in v1.2.5

func (r *AlibabaScbpAdKeywordRecommendWordAPIRequest) SetRecommendQuery(_recommendQuery *RecommendKeywordQueryDto) error

SetRecommendQuery is RecommendQuery Setter 推词请求实体类

func (*AlibabaScbpAdKeywordRecommendWordAPIRequest) SetTopContext added in v1.2.5

func (r *AlibabaScbpAdKeywordRecommendWordAPIRequest) SetTopContext(_topContext *TopContextDto) error

SetTopContext is TopContext Setter 用户信息

type AlibabaScbpAdKeywordRecommendWordAPIResponse added in v1.2.5

type AlibabaScbpAdKeywordRecommendWordAPIResponse struct {
	model.CommonResponse
	AlibabaScbpAdKeywordRecommendWordAPIResponseModel
}

AlibabaScbpAdKeywordRecommendWordAPIResponse 推词 API返回值 alibaba.scbp.ad.keyword.recommend.word

推词

type AlibabaScbpAdKeywordRecommendWordAPIResponseModel added in v1.2.5

type AlibabaScbpAdKeywordRecommendWordAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_scbp_ad_keyword_recommend_word_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 推词返回实体类
	ResultList []AdRecommendWordDto `json:"result_list,omitempty" xml:"result_list>ad_recommend_word_dto,omitempty"`
}

AlibabaScbpAdKeywordRecommendWordAPIResponseModel is 推词 成功返回结果

type AlibabaScbpAdKeywordStatusBatchupdateAPIRequest added in v1.2.0

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

AlibabaScbpAdKeywordStatusBatchupdateAPIRequest 批量启动暂停推广词状态 API请求 alibaba.scbp.ad.keyword.status.batchupdate

批量启动暂停关键词推广状态

func NewAlibabaScbpAdKeywordStatusBatchupdateRequest

func NewAlibabaScbpAdKeywordStatusBatchupdateRequest() *AlibabaScbpAdKeywordStatusBatchupdateAPIRequest

NewAlibabaScbpAdKeywordStatusBatchupdateRequest 初始化AlibabaScbpAdKeywordStatusBatchupdateAPIRequest对象

func (AlibabaScbpAdKeywordStatusBatchupdateAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpAdKeywordStatusBatchupdateAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpAdKeywordStatusBatchupdateAPIRequest) GetKeywordUpdateDtoList added in v1.2.0

GetKeywordUpdateDtoList KeywordUpdateDtoList Getter

func (AlibabaScbpAdKeywordStatusBatchupdateAPIRequest) GetRawParams added in v1.2.8

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

func (*AlibabaScbpAdKeywordStatusBatchupdateAPIRequest) SetKeywordUpdateDtoList added in v1.2.0

func (r *AlibabaScbpAdKeywordStatusBatchupdateAPIRequest) SetKeywordUpdateDtoList(_keywordUpdateDtoList []KeywordUpdateDto) error

SetKeywordUpdateDtoList is KeywordUpdateDtoList Setter 系统自动生成

type AlibabaScbpAdKeywordStatusBatchupdateAPIResponse

type AlibabaScbpAdKeywordStatusBatchupdateAPIResponse struct {
	model.CommonResponse
	AlibabaScbpAdKeywordStatusBatchupdateAPIResponseModel
}

AlibabaScbpAdKeywordStatusBatchupdateAPIResponse 批量启动暂停推广词状态 API返回值 alibaba.scbp.ad.keyword.status.batchupdate

批量启动暂停关键词推广状态

type AlibabaScbpAdKeywordStatusBatchupdateAPIResponseModel added in v1.2.0

type AlibabaScbpAdKeywordStatusBatchupdateAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_scbp_ad_keyword_status_batchupdate_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 修改失败关键词列表
	KeywordErrorResultList []KeywordErrorResultDto `json:"keyword_error_result_list,omitempty" xml:"keyword_error_result_list>keyword_error_result_dto,omitempty"`
}

AlibabaScbpAdKeywordStatusBatchupdateAPIResponseModel is 批量启动暂停推广词状态 成功返回结果

type AlibabaScbpAdKeywordStatusUpdateAPIRequest added in v1.2.0

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

AlibabaScbpAdKeywordStatusUpdateAPIRequest 关键词启动暂停推广 API请求 alibaba.scbp.ad.keyword.status.update

关键词启动暂停推广

func NewAlibabaScbpAdKeywordStatusUpdateRequest

func NewAlibabaScbpAdKeywordStatusUpdateRequest() *AlibabaScbpAdKeywordStatusUpdateAPIRequest

NewAlibabaScbpAdKeywordStatusUpdateRequest 初始化AlibabaScbpAdKeywordStatusUpdateAPIRequest对象

func (AlibabaScbpAdKeywordStatusUpdateAPIRequest) GetAdKeyword added in v1.2.0

GetAdKeyword AdKeyword Getter

func (AlibabaScbpAdKeywordStatusUpdateAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpAdKeywordStatusUpdateAPIRequest) GetApiParams added in v1.2.0

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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpAdKeywordStatusUpdateAPIRequest) GetRawParams added in v1.2.8

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

func (AlibabaScbpAdKeywordStatusUpdateAPIRequest) GetStatus added in v1.2.0

GetStatus Status Getter

func (*AlibabaScbpAdKeywordStatusUpdateAPIRequest) SetAdKeyword added in v1.2.0

func (r *AlibabaScbpAdKeywordStatusUpdateAPIRequest) SetAdKeyword(_adKeyword string) error

SetAdKeyword is AdKeyword Setter 只能取ascci字符

func (*AlibabaScbpAdKeywordStatusUpdateAPIRequest) SetStatus added in v1.2.0

SetStatus is Status Setter 只能去in_promotion或者stopped

type AlibabaScbpAdKeywordStatusUpdateAPIResponse

type AlibabaScbpAdKeywordStatusUpdateAPIResponse struct {
	model.CommonResponse
	AlibabaScbpAdKeywordStatusUpdateAPIResponseModel
}

AlibabaScbpAdKeywordStatusUpdateAPIResponse 关键词启动暂停推广 API返回值 alibaba.scbp.ad.keyword.status.update

关键词启动暂停推广

type AlibabaScbpAdKeywordStatusUpdateAPIResponseModel added in v1.2.0

type AlibabaScbpAdKeywordStatusUpdateAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_scbp_ad_keyword_status_update_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 更新关键词推广状态是否成功
	Result bool `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaScbpAdKeywordStatusUpdateAPIResponseModel is 关键词启动暂停推广 成功返回结果

type AlibabaScbpAdKeywordTagUpdateAPIRequest added in v1.2.0

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

AlibabaScbpAdKeywordTagUpdateAPIRequest 修改关键词所属分组 API请求 alibaba.scbp.ad.keyword.tag.update

修改关键词所属分组

func NewAlibabaScbpAdKeywordTagUpdateRequest

func NewAlibabaScbpAdKeywordTagUpdateRequest() *AlibabaScbpAdKeywordTagUpdateAPIRequest

NewAlibabaScbpAdKeywordTagUpdateRequest 初始化AlibabaScbpAdKeywordTagUpdateAPIRequest对象

func (AlibabaScbpAdKeywordTagUpdateAPIRequest) GetApiMethodName added in v1.2.0

func (r AlibabaScbpAdKeywordTagUpdateAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpAdKeywordTagUpdateAPIRequest) GetApiParams added in v1.2.0

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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpAdKeywordTagUpdateAPIRequest) GetKeywordIdList added in v1.2.0

func (r AlibabaScbpAdKeywordTagUpdateAPIRequest) GetKeywordIdList() []string

GetKeywordIdList KeywordIdList Getter

func (AlibabaScbpAdKeywordTagUpdateAPIRequest) GetRawParams added in v1.2.8

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

func (AlibabaScbpAdKeywordTagUpdateAPIRequest) GetTagIdList added in v1.2.0

GetTagIdList TagIdList Getter

func (*AlibabaScbpAdKeywordTagUpdateAPIRequest) SetKeywordIdList added in v1.2.0

func (r *AlibabaScbpAdKeywordTagUpdateAPIRequest) SetKeywordIdList(_keywordIdList []string) error

SetKeywordIdList is KeywordIdList Setter 关键词ID列表

func (*AlibabaScbpAdKeywordTagUpdateAPIRequest) SetTagIdList added in v1.2.0

func (r *AlibabaScbpAdKeywordTagUpdateAPIRequest) SetTagIdList(_tagIdList []string) error

SetTagIdList is TagIdList Setter 关键词分组ID,不传表示取消关键词的分组

type AlibabaScbpAdKeywordTagUpdateAPIResponse

type AlibabaScbpAdKeywordTagUpdateAPIResponse struct {
	model.CommonResponse
	AlibabaScbpAdKeywordTagUpdateAPIResponseModel
}

AlibabaScbpAdKeywordTagUpdateAPIResponse 修改关键词所属分组 API返回值 alibaba.scbp.ad.keyword.tag.update

修改关键词所属分组

type AlibabaScbpAdKeywordTagUpdateAPIResponseModel added in v1.2.0

type AlibabaScbpAdKeywordTagUpdateAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_scbp_ad_keyword_tag_update_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 实际修改的关键词数
	Result int64 `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaScbpAdKeywordTagUpdateAPIResponseModel is 修改关键词所属分组 成功返回结果

type AlibabaScbpAdKeywordUpdateKeywordPriceBatchAPIRequest added in v1.2.0

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

AlibabaScbpAdKeywordUpdateKeywordPriceBatchAPIRequest 修改关键词价格 API请求 alibaba.scbp.ad.keyword.update.keyword.price.batch

修改关键词价格

func NewAlibabaScbpAdKeywordUpdateKeywordPriceBatchRequest

func NewAlibabaScbpAdKeywordUpdateKeywordPriceBatchRequest() *AlibabaScbpAdKeywordUpdateKeywordPriceBatchAPIRequest

NewAlibabaScbpAdKeywordUpdateKeywordPriceBatchRequest 初始化AlibabaScbpAdKeywordUpdateKeywordPriceBatchAPIRequest对象

func (AlibabaScbpAdKeywordUpdateKeywordPriceBatchAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpAdKeywordUpdateKeywordPriceBatchAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpAdKeywordUpdateKeywordPriceBatchAPIRequest) GetCampaignId added in v1.2.0

GetCampaignId CampaignId Getter

func (AlibabaScbpAdKeywordUpdateKeywordPriceBatchAPIRequest) GetKeywordUpdateQuery added in v1.2.0

GetKeywordUpdateQuery KeywordUpdateQuery Getter

func (AlibabaScbpAdKeywordUpdateKeywordPriceBatchAPIRequest) GetRawParams added in v1.2.8

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

func (AlibabaScbpAdKeywordUpdateKeywordPriceBatchAPIRequest) GetTopContext added in v1.2.0

GetTopContext TopContext Getter

func (*AlibabaScbpAdKeywordUpdateKeywordPriceBatchAPIRequest) SetCampaignId added in v1.2.0

SetCampaignId is CampaignId Setter 计划id

func (*AlibabaScbpAdKeywordUpdateKeywordPriceBatchAPIRequest) SetKeywordUpdateQuery added in v1.2.0

func (r *AlibabaScbpAdKeywordUpdateKeywordPriceBatchAPIRequest) SetKeywordUpdateQuery(_keywordUpdateQuery *KeywordUpdateQuery) error

SetKeywordUpdateQuery is KeywordUpdateQuery Setter 请求参数

func (*AlibabaScbpAdKeywordUpdateKeywordPriceBatchAPIRequest) SetTopContext added in v1.2.0

SetTopContext is TopContext Setter 用户信息

type AlibabaScbpAdKeywordUpdateKeywordPriceBatchAPIResponse

type AlibabaScbpAdKeywordUpdateKeywordPriceBatchAPIResponse struct {
	model.CommonResponse
	AlibabaScbpAdKeywordUpdateKeywordPriceBatchAPIResponseModel
}

AlibabaScbpAdKeywordUpdateKeywordPriceBatchAPIResponse 修改关键词价格 API返回值 alibaba.scbp.ad.keyword.update.keyword.price.batch

修改关键词价格

type AlibabaScbpAdKeywordUpdateKeywordPriceBatchAPIResponseModel added in v1.2.0

type AlibabaScbpAdKeywordUpdateKeywordPriceBatchAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_scbp_ad_keyword_update_keyword_price_batch_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 错误信息集合
	ResultList []ErrorKeyword `json:"result_list,omitempty" xml:"result_list>error_keyword,omitempty"`
}

AlibabaScbpAdKeywordUpdateKeywordPriceBatchAPIResponseModel is 修改关键词价格 成功返回结果

type AlibabaScbpAdKeywordUpdateKeywordStatusBatchAPIRequest added in v1.2.0

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

AlibabaScbpAdKeywordUpdateKeywordStatusBatchAPIRequest 修改关键词状态 API请求 alibaba.scbp.ad.keyword.update.keyword.status.batch

修改关键词状态

func NewAlibabaScbpAdKeywordUpdateKeywordStatusBatchRequest

func NewAlibabaScbpAdKeywordUpdateKeywordStatusBatchRequest() *AlibabaScbpAdKeywordUpdateKeywordStatusBatchAPIRequest

NewAlibabaScbpAdKeywordUpdateKeywordStatusBatchRequest 初始化AlibabaScbpAdKeywordUpdateKeywordStatusBatchAPIRequest对象

func (AlibabaScbpAdKeywordUpdateKeywordStatusBatchAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpAdKeywordUpdateKeywordStatusBatchAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpAdKeywordUpdateKeywordStatusBatchAPIRequest) GetCampaignId added in v1.2.0

GetCampaignId CampaignId Getter

func (AlibabaScbpAdKeywordUpdateKeywordStatusBatchAPIRequest) GetKeywordUpdateQuery added in v1.2.0

GetKeywordUpdateQuery KeywordUpdateQuery Getter

func (AlibabaScbpAdKeywordUpdateKeywordStatusBatchAPIRequest) GetRawParams added in v1.2.8

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

func (AlibabaScbpAdKeywordUpdateKeywordStatusBatchAPIRequest) GetTopContext added in v1.2.0

GetTopContext TopContext Getter

func (*AlibabaScbpAdKeywordUpdateKeywordStatusBatchAPIRequest) SetCampaignId added in v1.2.0

SetCampaignId is CampaignId Setter 计划id

func (*AlibabaScbpAdKeywordUpdateKeywordStatusBatchAPIRequest) SetKeywordUpdateQuery added in v1.2.0

func (r *AlibabaScbpAdKeywordUpdateKeywordStatusBatchAPIRequest) SetKeywordUpdateQuery(_keywordUpdateQuery *KeywordUpdateQuery) error

SetKeywordUpdateQuery is KeywordUpdateQuery Setter 更新数据

func (*AlibabaScbpAdKeywordUpdateKeywordStatusBatchAPIRequest) SetTopContext added in v1.2.0

SetTopContext is TopContext Setter 用户信息

type AlibabaScbpAdKeywordUpdateKeywordStatusBatchAPIResponse

type AlibabaScbpAdKeywordUpdateKeywordStatusBatchAPIResponse struct {
	model.CommonResponse
	AlibabaScbpAdKeywordUpdateKeywordStatusBatchAPIResponseModel
}

AlibabaScbpAdKeywordUpdateKeywordStatusBatchAPIResponse 修改关键词状态 API返回值 alibaba.scbp.ad.keyword.update.keyword.status.batch

修改关键词状态

type AlibabaScbpAdKeywordUpdateKeywordStatusBatchAPIResponseModel added in v1.2.0

type AlibabaScbpAdKeywordUpdateKeywordStatusBatchAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_scbp_ad_keyword_update_keyword_status_batch_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回错误集合
	ResultList []ErrorKeyword `json:"result_list,omitempty" xml:"result_list>error_keyword,omitempty"`
}

AlibabaScbpAdKeywordUpdateKeywordStatusBatchAPIResponseModel is 修改关键词状态 成功返回结果

type AlibabaScbpAdReportGetAccountReportAPIRequest added in v1.2.0

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

AlibabaScbpAdReportGetAccountReportAPIRequest 账户报告 API请求 alibaba.scbp.ad.report.get.account.report

账户报告

func NewAlibabaScbpAdReportGetAccountReportRequest

func NewAlibabaScbpAdReportGetAccountReportRequest() *AlibabaScbpAdReportGetAccountReportAPIRequest

NewAlibabaScbpAdReportGetAccountReportRequest 初始化AlibabaScbpAdReportGetAccountReportAPIRequest对象

func (AlibabaScbpAdReportGetAccountReportAPIRequest) GetAccountReportOperation added in v1.2.0

GetAccountReportOperation AccountReportOperation Getter

func (AlibabaScbpAdReportGetAccountReportAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpAdReportGetAccountReportAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpAdReportGetAccountReportAPIRequest) GetRawParams added in v1.2.8

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

func (AlibabaScbpAdReportGetAccountReportAPIRequest) GetTopContext added in v1.2.0

GetTopContext TopContext Getter

func (*AlibabaScbpAdReportGetAccountReportAPIRequest) SetAccountReportOperation added in v1.2.0

func (r *AlibabaScbpAdReportGetAccountReportAPIRequest) SetAccountReportOperation(_accountReportOperation *AccountReportOperationDto) error

SetAccountReportOperation is AccountReportOperation Setter 请求参数

func (*AlibabaScbpAdReportGetAccountReportAPIRequest) SetTopContext added in v1.2.0

func (r *AlibabaScbpAdReportGetAccountReportAPIRequest) SetTopContext(_topContext *TopContextDto) error

SetTopContext is TopContext Setter 用户信息

type AlibabaScbpAdReportGetAccountReportAPIResponse

type AlibabaScbpAdReportGetAccountReportAPIResponse struct {
	model.CommonResponse
	AlibabaScbpAdReportGetAccountReportAPIResponseModel
}

AlibabaScbpAdReportGetAccountReportAPIResponse 账户报告 API返回值 alibaba.scbp.ad.report.get.account.report

账户报告

type AlibabaScbpAdReportGetAccountReportAPIResponseModel added in v1.2.0

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

AlibabaScbpAdReportGetAccountReportAPIResponseModel is 账户报告 成功返回结果

type AlibabaScbpAdReportGetLastEffectDateAPIRequest added in v1.2.5

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

AlibabaScbpAdReportGetLastEffectDateAPIRequest 获取最近报表生成时间 API请求 alibaba.scbp.ad.report.get.last.effect.date

获取最近报表生成时间

func NewAlibabaScbpAdReportGetLastEffectDateRequest added in v1.2.5

func NewAlibabaScbpAdReportGetLastEffectDateRequest() *AlibabaScbpAdReportGetLastEffectDateAPIRequest

NewAlibabaScbpAdReportGetLastEffectDateRequest 初始化AlibabaScbpAdReportGetLastEffectDateAPIRequest对象

func (AlibabaScbpAdReportGetLastEffectDateAPIRequest) GetApiMethodName added in v1.2.5

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpAdReportGetLastEffectDateAPIRequest) GetApiParams added in v1.2.5

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpAdReportGetLastEffectDateAPIRequest) GetRawParams added in v1.2.8

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

func (AlibabaScbpAdReportGetLastEffectDateAPIRequest) GetTopContext added in v1.2.5

GetTopContext TopContext Getter

func (*AlibabaScbpAdReportGetLastEffectDateAPIRequest) SetTopContext added in v1.2.5

SetTopContext is TopContext Setter 用户信息

type AlibabaScbpAdReportGetLastEffectDateAPIResponse added in v1.2.5

type AlibabaScbpAdReportGetLastEffectDateAPIResponse struct {
	model.CommonResponse
	AlibabaScbpAdReportGetLastEffectDateAPIResponseModel
}

AlibabaScbpAdReportGetLastEffectDateAPIResponse 获取最近报表生成时间 API返回值 alibaba.scbp.ad.report.get.last.effect.date

获取最近报表生成时间

type AlibabaScbpAdReportGetLastEffectDateAPIResponseModel added in v1.2.5

type AlibabaScbpAdReportGetLastEffectDateAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_scbp_ad_report_get_last_effect_date_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 报表最近生成时间
	Result string `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaScbpAdReportGetLastEffectDateAPIResponseModel is 获取最近报表生成时间 成功返回结果

type AlibabaScbpAdReportGetProductReportAPIRequest added in v1.2.0

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

AlibabaScbpAdReportGetProductReportAPIRequest 产品报告 API请求 alibaba.scbp.ad.report.get.product.report

产品报告

func NewAlibabaScbpAdReportGetProductReportRequest

func NewAlibabaScbpAdReportGetProductReportRequest() *AlibabaScbpAdReportGetProductReportAPIRequest

NewAlibabaScbpAdReportGetProductReportRequest 初始化AlibabaScbpAdReportGetProductReportAPIRequest对象

func (AlibabaScbpAdReportGetProductReportAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpAdReportGetProductReportAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpAdReportGetProductReportAPIRequest) GetProductReportOperation added in v1.2.0

GetProductReportOperation ProductReportOperation Getter

func (AlibabaScbpAdReportGetProductReportAPIRequest) GetRawParams added in v1.2.8

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

func (AlibabaScbpAdReportGetProductReportAPIRequest) GetTopContext added in v1.2.0

GetTopContext TopContext Getter

func (*AlibabaScbpAdReportGetProductReportAPIRequest) SetProductReportOperation added in v1.2.0

func (r *AlibabaScbpAdReportGetProductReportAPIRequest) SetProductReportOperation(_productReportOperation *ProductReportOperationDto) error

SetProductReportOperation is ProductReportOperation Setter 请求参数

func (*AlibabaScbpAdReportGetProductReportAPIRequest) SetTopContext added in v1.2.0

func (r *AlibabaScbpAdReportGetProductReportAPIRequest) SetTopContext(_topContext *TopContextDto) error

SetTopContext is TopContext Setter 用户信息

type AlibabaScbpAdReportGetProductReportAPIResponse

type AlibabaScbpAdReportGetProductReportAPIResponse struct {
	model.CommonResponse
	AlibabaScbpAdReportGetProductReportAPIResponseModel
}

AlibabaScbpAdReportGetProductReportAPIResponse 产品报告 API返回值 alibaba.scbp.ad.report.get.product.report

产品报告

type AlibabaScbpAdReportGetProductReportAPIResponseModel added in v1.2.0

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

AlibabaScbpAdReportGetProductReportAPIResponseModel is 产品报告 成功返回结果

type AlibabaScbpAdReportGetTargetReportAPIRequest added in v1.2.0

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

AlibabaScbpAdReportGetTargetReportAPIRequest 定向报告 API请求 alibaba.scbp.ad.report.get.target.report

定向报告

func NewAlibabaScbpAdReportGetTargetReportRequest

func NewAlibabaScbpAdReportGetTargetReportRequest() *AlibabaScbpAdReportGetTargetReportAPIRequest

NewAlibabaScbpAdReportGetTargetReportRequest 初始化AlibabaScbpAdReportGetTargetReportAPIRequest对象

func (AlibabaScbpAdReportGetTargetReportAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpAdReportGetTargetReportAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpAdReportGetTargetReportAPIRequest) GetRawParams added in v1.2.8

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

func (AlibabaScbpAdReportGetTargetReportAPIRequest) GetTargetReportOperation added in v1.2.0

GetTargetReportOperation TargetReportOperation Getter

func (AlibabaScbpAdReportGetTargetReportAPIRequest) GetTopContext added in v1.2.0

GetTopContext TopContext Getter

func (*AlibabaScbpAdReportGetTargetReportAPIRequest) SetTargetReportOperation added in v1.2.0

func (r *AlibabaScbpAdReportGetTargetReportAPIRequest) SetTargetReportOperation(_targetReportOperation *TargetReportOperationDto) error

SetTargetReportOperation is TargetReportOperation Setter 请求参数

func (*AlibabaScbpAdReportGetTargetReportAPIRequest) SetTopContext added in v1.2.0

func (r *AlibabaScbpAdReportGetTargetReportAPIRequest) SetTopContext(_topContext *TopContextDto) error

SetTopContext is TopContext Setter 用户信息

type AlibabaScbpAdReportGetTargetReportAPIResponse

type AlibabaScbpAdReportGetTargetReportAPIResponse struct {
	model.CommonResponse
	AlibabaScbpAdReportGetTargetReportAPIResponseModel
}

AlibabaScbpAdReportGetTargetReportAPIResponse 定向报告 API返回值 alibaba.scbp.ad.report.get.target.report

定向报告

type AlibabaScbpAdReportGetTargetReportAPIResponseModel added in v1.2.0

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

AlibabaScbpAdReportGetTargetReportAPIResponseModel is 定向报告 成功返回结果

type AlibabaScbpAdReportQueryKeywordEffectAPIRequest added in v1.2.0

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

AlibabaScbpAdReportQueryKeywordEffectAPIRequest 关键词报告 API请求 alibaba.scbp.ad.report.query.keyword.effect

关键词报告

func NewAlibabaScbpAdReportQueryKeywordEffectRequest

func NewAlibabaScbpAdReportQueryKeywordEffectRequest() *AlibabaScbpAdReportQueryKeywordEffectAPIRequest

NewAlibabaScbpAdReportQueryKeywordEffectRequest 初始化AlibabaScbpAdReportQueryKeywordEffectAPIRequest对象

func (AlibabaScbpAdReportQueryKeywordEffectAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpAdReportQueryKeywordEffectAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpAdReportQueryKeywordEffectAPIRequest) GetKeywordReportOperation added in v1.2.0

GetKeywordReportOperation KeywordReportOperation Getter

func (AlibabaScbpAdReportQueryKeywordEffectAPIRequest) GetRawParams added in v1.2.8

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

func (AlibabaScbpAdReportQueryKeywordEffectAPIRequest) GetTopContext added in v1.2.0

GetTopContext TopContext Getter

func (*AlibabaScbpAdReportQueryKeywordEffectAPIRequest) SetKeywordReportOperation added in v1.2.0

func (r *AlibabaScbpAdReportQueryKeywordEffectAPIRequest) SetKeywordReportOperation(_keywordReportOperation *KeywordReportOperationDto) error

SetKeywordReportOperation is KeywordReportOperation Setter 请求参数

func (*AlibabaScbpAdReportQueryKeywordEffectAPIRequest) SetTopContext added in v1.2.0

SetTopContext is TopContext Setter 用户信息

type AlibabaScbpAdReportQueryKeywordEffectAPIResponse

type AlibabaScbpAdReportQueryKeywordEffectAPIResponse struct {
	model.CommonResponse
	AlibabaScbpAdReportQueryKeywordEffectAPIResponseModel
}

AlibabaScbpAdReportQueryKeywordEffectAPIResponse 关键词报告 API返回值 alibaba.scbp.ad.report.query.keyword.effect

关键词报告

type AlibabaScbpAdReportQueryKeywordEffectAPIResponseModel added in v1.2.0

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

AlibabaScbpAdReportQueryKeywordEffectAPIResponseModel is 关键词报告 成功返回结果

type AlibabaScbpAdReportQuerySingleKeywordEffectAPIRequest added in v1.2.0

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

AlibabaScbpAdReportQuerySingleKeywordEffectAPIRequest 单个关键词报告 API请求 alibaba.scbp.ad.report.query.single.keyword.effect

单个关键词报告

func NewAlibabaScbpAdReportQuerySingleKeywordEffectRequest

func NewAlibabaScbpAdReportQuerySingleKeywordEffectRequest() *AlibabaScbpAdReportQuerySingleKeywordEffectAPIRequest

NewAlibabaScbpAdReportQuerySingleKeywordEffectRequest 初始化AlibabaScbpAdReportQuerySingleKeywordEffectAPIRequest对象

func (AlibabaScbpAdReportQuerySingleKeywordEffectAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpAdReportQuerySingleKeywordEffectAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpAdReportQuerySingleKeywordEffectAPIRequest) GetKeywordReportOperation added in v1.2.0

GetKeywordReportOperation KeywordReportOperation Getter

func (AlibabaScbpAdReportQuerySingleKeywordEffectAPIRequest) GetRawParams added in v1.2.8

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

func (AlibabaScbpAdReportQuerySingleKeywordEffectAPIRequest) GetTopContext added in v1.2.0

GetTopContext TopContext Getter

func (*AlibabaScbpAdReportQuerySingleKeywordEffectAPIRequest) SetKeywordReportOperation added in v1.2.0

func (r *AlibabaScbpAdReportQuerySingleKeywordEffectAPIRequest) SetKeywordReportOperation(_keywordReportOperation *KeywordReportOperationDto) error

SetKeywordReportOperation is KeywordReportOperation Setter 返回详情

func (*AlibabaScbpAdReportQuerySingleKeywordEffectAPIRequest) SetTopContext added in v1.2.0

SetTopContext is TopContext Setter 用户信息

type AlibabaScbpAdReportQuerySingleKeywordEffectAPIResponse

type AlibabaScbpAdReportQuerySingleKeywordEffectAPIResponse struct {
	model.CommonResponse
	AlibabaScbpAdReportQuerySingleKeywordEffectAPIResponseModel
}

AlibabaScbpAdReportQuerySingleKeywordEffectAPIResponse 单个关键词报告 API返回值 alibaba.scbp.ad.report.query.single.keyword.effect

单个关键词报告

type AlibabaScbpAdReportQuerySingleKeywordEffectAPIResponseModel added in v1.2.0

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

AlibabaScbpAdReportQuerySingleKeywordEffectAPIResponseModel is 单个关键词报告 成功返回结果

type AlibabaScbpAdTargetTagEstimateUvAPIRequest added in v1.2.0

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

AlibabaScbpAdTargetTagEstimateUvAPIRequest 标签人群预估 API请求 alibaba.scbp.ad.target.tag.estimate.uv

标签人群预估

func NewAlibabaScbpAdTargetTagEstimateUvRequest

func NewAlibabaScbpAdTargetTagEstimateUvRequest() *AlibabaScbpAdTargetTagEstimateUvAPIRequest

NewAlibabaScbpAdTargetTagEstimateUvRequest 初始化AlibabaScbpAdTargetTagEstimateUvAPIRequest对象

func (AlibabaScbpAdTargetTagEstimateUvAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpAdTargetTagEstimateUvAPIRequest) GetApiParams added in v1.2.0

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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpAdTargetTagEstimateUvAPIRequest) GetRawParams added in v1.2.8

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

func (AlibabaScbpAdTargetTagEstimateUvAPIRequest) GetTagEstimateOperation added in v1.2.0

GetTagEstimateOperation TagEstimateOperation Getter

func (AlibabaScbpAdTargetTagEstimateUvAPIRequest) GetTopContext added in v1.2.0

GetTopContext TopContext Getter

func (*AlibabaScbpAdTargetTagEstimateUvAPIRequest) SetTagEstimateOperation added in v1.2.0

func (r *AlibabaScbpAdTargetTagEstimateUvAPIRequest) SetTagEstimateOperation(_tagEstimateOperation *TagEstimateOperationDto) error

SetTagEstimateOperation is TagEstimateOperation Setter 请求参数

func (*AlibabaScbpAdTargetTagEstimateUvAPIRequest) SetTopContext added in v1.2.0

func (r *AlibabaScbpAdTargetTagEstimateUvAPIRequest) SetTopContext(_topContext *TopContextDto) error

SetTopContext is TopContext Setter 用户信息

type AlibabaScbpAdTargetTagEstimateUvAPIResponse

type AlibabaScbpAdTargetTagEstimateUvAPIResponse struct {
	model.CommonResponse
	AlibabaScbpAdTargetTagEstimateUvAPIResponseModel
}

AlibabaScbpAdTargetTagEstimateUvAPIResponse 标签人群预估 API返回值 alibaba.scbp.ad.target.tag.estimate.uv

标签人群预估

type AlibabaScbpAdTargetTagEstimateUvAPIResponseModel added in v1.2.0

type AlibabaScbpAdTargetTagEstimateUvAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_scbp_ad_target_tag_estimate_uv_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回数据:key:optionValue, value: 人群id
	Result string `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaScbpAdTargetTagEstimateUvAPIResponseModel is 标签人群预估 成功返回结果

type AlibabaScbpAdTargetTagFindCampaignTargetTagAPIRequest added in v1.2.0

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

AlibabaScbpAdTargetTagFindCampaignTargetTagAPIRequest 查询标签数据 API请求 alibaba.scbp.ad.target.tag.find.campaign.target.tag

查询标签数据

func NewAlibabaScbpAdTargetTagFindCampaignTargetTagRequest

func NewAlibabaScbpAdTargetTagFindCampaignTargetTagRequest() *AlibabaScbpAdTargetTagFindCampaignTargetTagAPIRequest

NewAlibabaScbpAdTargetTagFindCampaignTargetTagRequest 初始化AlibabaScbpAdTargetTagFindCampaignTargetTagAPIRequest对象

func (AlibabaScbpAdTargetTagFindCampaignTargetTagAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpAdTargetTagFindCampaignTargetTagAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpAdTargetTagFindCampaignTargetTagAPIRequest) GetCampaignId added in v1.2.0

GetCampaignId CampaignId Getter

func (AlibabaScbpAdTargetTagFindCampaignTargetTagAPIRequest) GetRawParams added in v1.2.8

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

func (AlibabaScbpAdTargetTagFindCampaignTargetTagAPIRequest) GetTargetTagOperation added in v1.2.0

GetTargetTagOperation TargetTagOperation Getter

func (AlibabaScbpAdTargetTagFindCampaignTargetTagAPIRequest) GetTopContext added in v1.2.0

GetTopContext TopContext Getter

func (*AlibabaScbpAdTargetTagFindCampaignTargetTagAPIRequest) SetCampaignId added in v1.2.0

SetCampaignId is CampaignId Setter 计划id

func (*AlibabaScbpAdTargetTagFindCampaignTargetTagAPIRequest) SetTargetTagOperation added in v1.2.0

func (r *AlibabaScbpAdTargetTagFindCampaignTargetTagAPIRequest) SetTargetTagOperation(_targetTagOperation *TargetTagOperationDto) error

SetTargetTagOperation is TargetTagOperation Setter 请求参数

func (*AlibabaScbpAdTargetTagFindCampaignTargetTagAPIRequest) SetTopContext added in v1.2.0

SetTopContext is TopContext Setter 用户信息

type AlibabaScbpAdTargetTagFindCampaignTargetTagAPIResponse

type AlibabaScbpAdTargetTagFindCampaignTargetTagAPIResponse struct {
	model.CommonResponse
	AlibabaScbpAdTargetTagFindCampaignTargetTagAPIResponseModel
}

AlibabaScbpAdTargetTagFindCampaignTargetTagAPIResponse 查询标签数据 API返回值 alibaba.scbp.ad.target.tag.find.campaign.target.tag

查询标签数据

type AlibabaScbpAdTargetTagFindCampaignTargetTagAPIResponseModel added in v1.2.0

type AlibabaScbpAdTargetTagFindCampaignTargetTagAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_scbp_ad_target_tag_find_campaign_target_tag_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回实体
	ResultList []AdsTargetingTagDto `json:"result_list,omitempty" xml:"result_list>ads_targeting_tag_dto,omitempty"`
}

AlibabaScbpAdTargetTagFindCampaignTargetTagAPIResponseModel is 查询标签数据 成功返回结果

type AlibabaScbpAdTargetTagGetAllEnableTagListAPIRequest added in v1.2.5

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

AlibabaScbpAdTargetTagGetAllEnableTagListAPIRequest 查询所有可添加标签信息 API请求 alibaba.scbp.ad.target.tag.get.all.enable.tag.list

查询标签数据

func NewAlibabaScbpAdTargetTagGetAllEnableTagListRequest added in v1.2.5

func NewAlibabaScbpAdTargetTagGetAllEnableTagListRequest() *AlibabaScbpAdTargetTagGetAllEnableTagListAPIRequest

NewAlibabaScbpAdTargetTagGetAllEnableTagListRequest 初始化AlibabaScbpAdTargetTagGetAllEnableTagListAPIRequest对象

func (AlibabaScbpAdTargetTagGetAllEnableTagListAPIRequest) GetApiMethodName added in v1.2.5

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpAdTargetTagGetAllEnableTagListAPIRequest) GetApiParams added in v1.2.5

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpAdTargetTagGetAllEnableTagListAPIRequest) GetCampaignId added in v1.2.5

GetCampaignId CampaignId Getter

func (AlibabaScbpAdTargetTagGetAllEnableTagListAPIRequest) GetRawParams added in v1.2.8

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

func (AlibabaScbpAdTargetTagGetAllEnableTagListAPIRequest) GetTopContext added in v1.2.5

GetTopContext TopContext Getter

func (AlibabaScbpAdTargetTagGetAllEnableTagListAPIRequest) GetType added in v1.2.5

GetType Type Getter

func (*AlibabaScbpAdTargetTagGetAllEnableTagListAPIRequest) SetCampaignId added in v1.2.5

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

SetCampaignId is CampaignId Setter 计划id

func (*AlibabaScbpAdTargetTagGetAllEnableTagListAPIRequest) SetTopContext added in v1.2.5

SetTopContext is TopContext Setter 用户信息

func (*AlibabaScbpAdTargetTagGetAllEnableTagListAPIRequest) SetType added in v1.2.5

SetType is Type Setter 全部类型(all),人群(crowd),地域(region)

type AlibabaScbpAdTargetTagGetAllEnableTagListAPIResponse added in v1.2.5

type AlibabaScbpAdTargetTagGetAllEnableTagListAPIResponse struct {
	model.CommonResponse
	AlibabaScbpAdTargetTagGetAllEnableTagListAPIResponseModel
}

AlibabaScbpAdTargetTagGetAllEnableTagListAPIResponse 查询所有可添加标签信息 API返回值 alibaba.scbp.ad.target.tag.get.all.enable.tag.list

查询标签数据

type AlibabaScbpAdTargetTagGetAllEnableTagListAPIResponseModel added in v1.2.5

type AlibabaScbpAdTargetTagGetAllEnableTagListAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_scbp_ad_target_tag_get_all_enable_tag_list_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回实体
	ResultList []AdsTargetingTagDto `json:"result_list,omitempty" xml:"result_list>ads_targeting_tag_dto,omitempty"`
}

AlibabaScbpAdTargetTagGetAllEnableTagListAPIResponseModel is 查询所有可添加标签信息 成功返回结果

type AlibabaScbpAdTargetTagListRecommendTagAPIRequest added in v1.2.8

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

AlibabaScbpAdTargetTagListRecommendTagAPIRequest 给计划推荐标签 API请求 alibaba.scbp.ad.target.tag.list.recommend.tag

给计划推荐标签

func NewAlibabaScbpAdTargetTagListRecommendTagRequest added in v1.2.8

func NewAlibabaScbpAdTargetTagListRecommendTagRequest() *AlibabaScbpAdTargetTagListRecommendTagAPIRequest

NewAlibabaScbpAdTargetTagListRecommendTagRequest 初始化AlibabaScbpAdTargetTagListRecommendTagAPIRequest对象

func (AlibabaScbpAdTargetTagListRecommendTagAPIRequest) GetApiMethodName added in v1.2.8

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpAdTargetTagListRecommendTagAPIRequest) GetApiParams added in v1.2.8

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpAdTargetTagListRecommendTagAPIRequest) GetCampaignId added in v1.2.8

GetCampaignId CampaignId Getter

func (AlibabaScbpAdTargetTagListRecommendTagAPIRequest) GetRawParams added in v1.2.8

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

func (AlibabaScbpAdTargetTagListRecommendTagAPIRequest) GetRecommendQuery added in v1.2.8

GetRecommendQuery RecommendQuery Getter

func (AlibabaScbpAdTargetTagListRecommendTagAPIRequest) GetTopContext added in v1.2.8

GetTopContext TopContext Getter

func (*AlibabaScbpAdTargetTagListRecommendTagAPIRequest) SetCampaignId added in v1.2.8

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

SetCampaignId is CampaignId Setter 计划ID

func (*AlibabaScbpAdTargetTagListRecommendTagAPIRequest) SetRecommendQuery added in v1.2.8

SetRecommendQuery is RecommendQuery Setter 推荐实体类

func (*AlibabaScbpAdTargetTagListRecommendTagAPIRequest) SetTopContext added in v1.2.8

SetTopContext is TopContext Setter 用户信息

type AlibabaScbpAdTargetTagListRecommendTagAPIResponse added in v1.2.8

type AlibabaScbpAdTargetTagListRecommendTagAPIResponse struct {
	model.CommonResponse
	AlibabaScbpAdTargetTagListRecommendTagAPIResponseModel
}

AlibabaScbpAdTargetTagListRecommendTagAPIResponse 给计划推荐标签 API返回值 alibaba.scbp.ad.target.tag.list.recommend.tag

给计划推荐标签

type AlibabaScbpAdTargetTagListRecommendTagAPIResponseModel added in v1.2.8

type AlibabaScbpAdTargetTagListRecommendTagAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_scbp_ad_target_tag_list_recommend_tag_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 定向标签推荐结果
	ResultList []TargetTagRecommendResultDto `json:"result_list,omitempty" xml:"result_list>target_tag_recommend_result_dto,omitempty"`
}

AlibabaScbpAdTargetTagListRecommendTagAPIResponseModel is 给计划推荐标签 成功返回结果

type AlibabaScbpAdTargetTagMergeCampaignTargetTagAPIRequest added in v1.2.0

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

AlibabaScbpAdTargetTagMergeCampaignTargetTagAPIRequest 标签增删改 API请求 alibaba.scbp.ad.target.tag.merge.campaign.target.tag

标签增删改

func NewAlibabaScbpAdTargetTagMergeCampaignTargetTagRequest

func NewAlibabaScbpAdTargetTagMergeCampaignTargetTagRequest() *AlibabaScbpAdTargetTagMergeCampaignTargetTagAPIRequest

NewAlibabaScbpAdTargetTagMergeCampaignTargetTagRequest 初始化AlibabaScbpAdTargetTagMergeCampaignTargetTagAPIRequest对象

func (AlibabaScbpAdTargetTagMergeCampaignTargetTagAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpAdTargetTagMergeCampaignTargetTagAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpAdTargetTagMergeCampaignTargetTagAPIRequest) GetCampaignId added in v1.2.0

GetCampaignId CampaignId Getter

func (AlibabaScbpAdTargetTagMergeCampaignTargetTagAPIRequest) GetData added in v1.2.0

GetData Data Getter

func (AlibabaScbpAdTargetTagMergeCampaignTargetTagAPIRequest) GetRawParams added in v1.2.8

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

func (AlibabaScbpAdTargetTagMergeCampaignTargetTagAPIRequest) GetTopContext added in v1.2.0

GetTopContext TopContext Getter

func (*AlibabaScbpAdTargetTagMergeCampaignTargetTagAPIRequest) SetCampaignId added in v1.2.0

SetCampaignId is CampaignId Setter 计划id

func (*AlibabaScbpAdTargetTagMergeCampaignTargetTagAPIRequest) SetData added in v1.2.0

SetData is Data Setter 标签数据,json格式。 最外层key:人群标签crowd/地域标签region、priceMode,第二层key: 增add、删del、改mod,第三层key:optionValue、bidRate、tagId eg: 删除:{"crowd":{"del":[{"tagId":3595769030}]}} 修改:{"crowd":{"mod":[{"optionValue":"high_potential_order_user","bidRate":"151"}]}} 增加:{"crowd":{"add":[{"optionValue":"user_area_CA","bidRate":"133"}]}}

func (*AlibabaScbpAdTargetTagMergeCampaignTargetTagAPIRequest) SetTopContext added in v1.2.0

SetTopContext is TopContext Setter 用户信息

type AlibabaScbpAdTargetTagMergeCampaignTargetTagAPIResponse

type AlibabaScbpAdTargetTagMergeCampaignTargetTagAPIResponse struct {
	model.CommonResponse
	AlibabaScbpAdTargetTagMergeCampaignTargetTagAPIResponseModel
}

AlibabaScbpAdTargetTagMergeCampaignTargetTagAPIResponse 标签增删改 API返回值 alibaba.scbp.ad.target.tag.merge.campaign.target.tag

标签增删改

type AlibabaScbpAdTargetTagMergeCampaignTargetTagAPIResponseModel added in v1.2.0

type AlibabaScbpAdTargetTagMergeCampaignTargetTagAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_scbp_ad_target_tag_merge_campaign_target_tag_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回值
	Result int64 `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaScbpAdTargetTagMergeCampaignTargetTagAPIResponseModel is 标签增删改 成功返回结果

type AlibabaScbpEffectAccountDateGetAPIRequest added in v1.2.0

type AlibabaScbpEffectAccountDateGetAPIRequest struct {
	model.Params
}

AlibabaScbpEffectAccountDateGetAPIRequest 获取最近报表生成时间 API请求 alibaba.scbp.effect.account.date.get

获取最近报表生成时间,格式为yyyy-MM-dd

func NewAlibabaScbpEffectAccountDateGetRequest

func NewAlibabaScbpEffectAccountDateGetRequest() *AlibabaScbpEffectAccountDateGetAPIRequest

NewAlibabaScbpEffectAccountDateGetRequest 初始化AlibabaScbpEffectAccountDateGetAPIRequest对象

func (AlibabaScbpEffectAccountDateGetAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpEffectAccountDateGetAPIRequest) GetApiParams added in v1.2.0

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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpEffectAccountDateGetAPIRequest) GetRawParams added in v1.2.8

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

type AlibabaScbpEffectAccountDateGetAPIResponse

type AlibabaScbpEffectAccountDateGetAPIResponse struct {
	model.CommonResponse
	AlibabaScbpEffectAccountDateGetAPIResponseModel
}

AlibabaScbpEffectAccountDateGetAPIResponse 获取最近报表生成时间 API返回值 alibaba.scbp.effect.account.date.get

获取最近报表生成时间,格式为yyyy-MM-dd

type AlibabaScbpEffectAccountDateGetAPIResponseModel added in v1.2.0

type AlibabaScbpEffectAccountDateGetAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_scbp_effect_account_date_get_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 最近生成报表的时间(US)
	ReportDate string `json:"report_date,omitempty" xml:"report_date,omitempty"`
}

AlibabaScbpEffectAccountDateGetAPIResponseModel is 获取最近报表生成时间 成功返回结果

type AlibabaScbpEffectAccountListAPIRequest added in v1.2.0

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

AlibabaScbpEffectAccountListAPIRequest 账户-报表 API请求 alibaba.scbp.effect.account.list

账户-报表,支持最近7天,最近30天,以及180天内时间区间。

func NewAlibabaScbpEffectAccountListRequest

func NewAlibabaScbpEffectAccountListRequest() *AlibabaScbpEffectAccountListAPIRequest

NewAlibabaScbpEffectAccountListRequest 初始化AlibabaScbpEffectAccountListAPIRequest对象

func (AlibabaScbpEffectAccountListAPIRequest) GetApiMethodName added in v1.2.0

func (r AlibabaScbpEffectAccountListAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpEffectAccountListAPIRequest) GetApiParams added in v1.2.0

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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpEffectAccountListAPIRequest) GetP4pAccountReportQuery added in v1.2.0

func (r AlibabaScbpEffectAccountListAPIRequest) GetP4pAccountReportQuery() *AccountQuery

GetP4pAccountReportQuery P4pAccountReportQuery Getter

func (AlibabaScbpEffectAccountListAPIRequest) GetRawParams added in v1.2.8

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

func (*AlibabaScbpEffectAccountListAPIRequest) SetP4pAccountReportQuery added in v1.2.0

func (r *AlibabaScbpEffectAccountListAPIRequest) SetP4pAccountReportQuery(_p4pAccountReportQuery *AccountQuery) error

SetP4pAccountReportQuery is P4pAccountReportQuery Setter AccountQuery

type AlibabaScbpEffectAccountListAPIResponse

type AlibabaScbpEffectAccountListAPIResponse struct {
	model.CommonResponse
	AlibabaScbpEffectAccountListAPIResponseModel
}

AlibabaScbpEffectAccountListAPIResponse 账户-报表 API返回值 alibaba.scbp.effect.account.list

账户-报表,支持最近7天,最近30天,以及180天内时间区间。

type AlibabaScbpEffectAccountListAPIResponseModel added in v1.2.0

type AlibabaScbpEffectAccountListAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_scbp_effect_account_list_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 账户效果数据列表
	AccountReportList []AccountEffectDto `json:"account_report_list,omitempty" xml:"account_report_list>account_effect_dto,omitempty"`
	// 总个数
	TotalNum int64 `json:"total_num,omitempty" xml:"total_num,omitempty"`
	// 总页数
	TotalPage int64 `json:"total_page,omitempty" xml:"total_page,omitempty"`
}

AlibabaScbpEffectAccountListAPIResponseModel is 账户-报表 成功返回结果

type AlibabaScbpEffectKeywordListAPIRequest added in v1.2.0

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

AlibabaScbpEffectKeywordListAPIRequest 关键词报表 API请求 alibaba.scbp.effect.keyword.list

关键词报表

func NewAlibabaScbpEffectKeywordListRequest

func NewAlibabaScbpEffectKeywordListRequest() *AlibabaScbpEffectKeywordListAPIRequest

NewAlibabaScbpEffectKeywordListRequest 初始化AlibabaScbpEffectKeywordListAPIRequest对象

func (AlibabaScbpEffectKeywordListAPIRequest) GetApiMethodName added in v1.2.0

func (r AlibabaScbpEffectKeywordListAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpEffectKeywordListAPIRequest) GetApiParams added in v1.2.0

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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpEffectKeywordListAPIRequest) GetP4pKeywordReportQuery added in v1.2.0

func (r AlibabaScbpEffectKeywordListAPIRequest) GetP4pKeywordReportQuery() *IKeywordQuery

GetP4pKeywordReportQuery P4pKeywordReportQuery Getter

func (AlibabaScbpEffectKeywordListAPIRequest) GetRawParams added in v1.2.8

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

func (*AlibabaScbpEffectKeywordListAPIRequest) SetP4pKeywordReportQuery added in v1.2.0

func (r *AlibabaScbpEffectKeywordListAPIRequest) SetP4pKeywordReportQuery(_p4pKeywordReportQuery *IKeywordQuery) error

SetP4pKeywordReportQuery is P4pKeywordReportQuery Setter IKeywordQuery

type AlibabaScbpEffectKeywordListAPIResponse

type AlibabaScbpEffectKeywordListAPIResponse struct {
	model.CommonResponse
	AlibabaScbpEffectKeywordListAPIResponseModel
}

AlibabaScbpEffectKeywordListAPIResponse 关键词报表 API返回值 alibaba.scbp.effect.keyword.list

关键词报表

type AlibabaScbpEffectKeywordListAPIResponseModel added in v1.2.0

type AlibabaScbpEffectKeywordListAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_scbp_effect_keyword_list_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 关键词效果数据列表
	KeywordReportList []AdKeywordEffectDto `json:"keyword_report_list,omitempty" xml:"keyword_report_list>ad_keyword_effect_dto,omitempty"`
	// 总个数
	TotalNum int64 `json:"total_num,omitempty" xml:"total_num,omitempty"`
	// 总页数
	TotalPage int64 `json:"total_page,omitempty" xml:"total_page,omitempty"`
}

AlibabaScbpEffectKeywordListAPIResponseModel is 关键词报表 成功返回结果

type AlibabaScbpEffectKeywordSingleGetAPIRequest added in v1.2.0

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

AlibabaScbpEffectKeywordSingleGetAPIRequest 单个关键词效果报表 API请求 alibaba.scbp.effect.keyword.single.get

单个关键词效果报表

func NewAlibabaScbpEffectKeywordSingleGetRequest

func NewAlibabaScbpEffectKeywordSingleGetRequest() *AlibabaScbpEffectKeywordSingleGetAPIRequest

NewAlibabaScbpEffectKeywordSingleGetRequest 初始化AlibabaScbpEffectKeywordSingleGetAPIRequest对象

func (AlibabaScbpEffectKeywordSingleGetAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpEffectKeywordSingleGetAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpEffectKeywordSingleGetAPIRequest) GetP4pKeywordReportQuery added in v1.2.0

func (r AlibabaScbpEffectKeywordSingleGetAPIRequest) GetP4pKeywordReportQuery() *IKeywordQuery

GetP4pKeywordReportQuery P4pKeywordReportQuery Getter

func (AlibabaScbpEffectKeywordSingleGetAPIRequest) GetRawParams added in v1.2.8

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

func (*AlibabaScbpEffectKeywordSingleGetAPIRequest) SetP4pKeywordReportQuery added in v1.2.0

func (r *AlibabaScbpEffectKeywordSingleGetAPIRequest) SetP4pKeywordReportQuery(_p4pKeywordReportQuery *IKeywordQuery) error

SetP4pKeywordReportQuery is P4pKeywordReportQuery Setter IKeywordQuery

type AlibabaScbpEffectKeywordSingleGetAPIResponse

type AlibabaScbpEffectKeywordSingleGetAPIResponse struct {
	model.CommonResponse
	AlibabaScbpEffectKeywordSingleGetAPIResponseModel
}

AlibabaScbpEffectKeywordSingleGetAPIResponse 单个关键词效果报表 API返回值 alibaba.scbp.effect.keyword.single.get

单个关键词效果报表

type AlibabaScbpEffectKeywordSingleGetAPIResponseModel added in v1.2.0

type AlibabaScbpEffectKeywordSingleGetAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_scbp_effect_keyword_single_get_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 单个关键词报表
	KeywordEffectList []SingleAdKeywordEffectDto `json:"keyword_effect_list,omitempty" xml:"keyword_effect_list>single_ad_keyword_effect_dto,omitempty"`
	// 总个数
	TotalNum int64 `json:"total_num,omitempty" xml:"total_num,omitempty"`
	// 总页数
	TotalPage int64 `json:"total_page,omitempty" xml:"total_page,omitempty"`
}

AlibabaScbpEffectKeywordSingleGetAPIResponseModel is 单个关键词效果报表 成功返回结果

type AlibabaScbpEffectProductReportAPIRequest added in v1.2.0

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

AlibabaScbpEffectProductReportAPIRequest 所有产品报表 API请求 alibaba.scbp.effect.product.report

所有产品报表

func NewAlibabaScbpEffectProductReportRequest

func NewAlibabaScbpEffectProductReportRequest() *AlibabaScbpEffectProductReportAPIRequest

NewAlibabaScbpEffectProductReportRequest 初始化AlibabaScbpEffectProductReportAPIRequest对象

func (AlibabaScbpEffectProductReportAPIRequest) GetApiMethodName added in v1.2.0

func (r AlibabaScbpEffectProductReportAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpEffectProductReportAPIRequest) GetApiParams added in v1.2.0

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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpEffectProductReportAPIRequest) GetP4pProductReportQuery added in v1.2.0

func (r AlibabaScbpEffectProductReportAPIRequest) GetP4pProductReportQuery() *ProductQuery

GetP4pProductReportQuery P4pProductReportQuery Getter

func (AlibabaScbpEffectProductReportAPIRequest) GetRawParams added in v1.2.8

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

func (*AlibabaScbpEffectProductReportAPIRequest) SetP4pProductReportQuery added in v1.2.0

func (r *AlibabaScbpEffectProductReportAPIRequest) SetP4pProductReportQuery(_p4pProductReportQuery *ProductQuery) error

SetP4pProductReportQuery is P4pProductReportQuery Setter ProductQuery

type AlibabaScbpEffectProductReportAPIResponse

type AlibabaScbpEffectProductReportAPIResponse struct {
	model.CommonResponse
	AlibabaScbpEffectProductReportAPIResponseModel
}

AlibabaScbpEffectProductReportAPIResponse 所有产品报表 API返回值 alibaba.scbp.effect.product.report

所有产品报表

type AlibabaScbpEffectProductReportAPIResponseModel added in v1.2.0

type AlibabaScbpEffectProductReportAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_scbp_effect_product_report_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 产品效果数据列表
	ProductEffectList []ProductEffectDto `json:"product_effect_list,omitempty" xml:"product_effect_list>product_effect_dto,omitempty"`
	// 总个数
	TotalNum int64 `json:"total_num,omitempty" xml:"total_num,omitempty"`
	// 总页数
	TotalPage int64 `json:"total_page,omitempty" xml:"total_page,omitempty"`
}

AlibabaScbpEffectProductReportAPIResponseModel is 所有产品报表 成功返回结果

type AlibabaScbpEffectProductSingleGetAPIRequest added in v1.2.0

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

AlibabaScbpEffectProductSingleGetAPIRequest 单个产品的报表 API请求 alibaba.scbp.effect.product.single.get

单个产品的报表

func NewAlibabaScbpEffectProductSingleGetRequest

func NewAlibabaScbpEffectProductSingleGetRequest() *AlibabaScbpEffectProductSingleGetAPIRequest

NewAlibabaScbpEffectProductSingleGetRequest 初始化AlibabaScbpEffectProductSingleGetAPIRequest对象

func (AlibabaScbpEffectProductSingleGetAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpEffectProductSingleGetAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpEffectProductSingleGetAPIRequest) GetP4pProductReportQuery added in v1.2.0

func (r AlibabaScbpEffectProductSingleGetAPIRequest) GetP4pProductReportQuery() *ProductQuery

GetP4pProductReportQuery P4pProductReportQuery Getter

func (AlibabaScbpEffectProductSingleGetAPIRequest) GetRawParams added in v1.2.8

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

func (*AlibabaScbpEffectProductSingleGetAPIRequest) SetP4pProductReportQuery added in v1.2.0

func (r *AlibabaScbpEffectProductSingleGetAPIRequest) SetP4pProductReportQuery(_p4pProductReportQuery *ProductQuery) error

SetP4pProductReportQuery is P4pProductReportQuery Setter ProductQuery

type AlibabaScbpEffectProductSingleGetAPIResponse

type AlibabaScbpEffectProductSingleGetAPIResponse struct {
	model.CommonResponse
	AlibabaScbpEffectProductSingleGetAPIResponseModel
}

AlibabaScbpEffectProductSingleGetAPIResponse 单个产品的报表 API返回值 alibaba.scbp.effect.product.single.get

单个产品的报表

type AlibabaScbpEffectProductSingleGetAPIResponseModel added in v1.2.0

type AlibabaScbpEffectProductSingleGetAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_scbp_effect_product_single_get_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 单个产品的效果数据列表
	SProductEffectList []SingleProductEffectDto `json:"s_product_effect_list,omitempty" xml:"s_product_effect_list>single_product_effect_dto,omitempty"`
	// 总个数
	TotalNum int64 `json:"total_num,omitempty" xml:"total_num,omitempty"`
	// 总页数
	TotalPage int64 `json:"total_page,omitempty" xml:"total_page,omitempty"`
}

AlibabaScbpEffectProductSingleGetAPIResponseModel is 单个产品的报表 成功返回结果

type AlibabaScbpKeywordMatchedProductsGetAPIRequest added in v1.2.0

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

AlibabaScbpKeywordMatchedProductsGetAPIRequest 查询和词匹配的推广产品 API请求 alibaba.scbp.keyword.matched.products.get

查询和词匹配的推广产品

func NewAlibabaScbpKeywordMatchedProductsGetRequest

func NewAlibabaScbpKeywordMatchedProductsGetRequest() *AlibabaScbpKeywordMatchedProductsGetAPIRequest

NewAlibabaScbpKeywordMatchedProductsGetRequest 初始化AlibabaScbpKeywordMatchedProductsGetAPIRequest对象

func (AlibabaScbpKeywordMatchedProductsGetAPIRequest) GetAdKeyword added in v1.2.0

GetAdKeyword AdKeyword Getter

func (AlibabaScbpKeywordMatchedProductsGetAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpKeywordMatchedProductsGetAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpKeywordMatchedProductsGetAPIRequest) GetRawParams added in v1.2.8

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

func (*AlibabaScbpKeywordMatchedProductsGetAPIRequest) SetAdKeyword added in v1.2.0

func (r *AlibabaScbpKeywordMatchedProductsGetAPIRequest) SetAdKeyword(_adKeyword string) error

SetAdKeyword is AdKeyword Setter 已购买的关键词

type AlibabaScbpKeywordMatchedProductsGetAPIResponse

type AlibabaScbpKeywordMatchedProductsGetAPIResponse struct {
	model.CommonResponse
	AlibabaScbpKeywordMatchedProductsGetAPIResponseModel
}

AlibabaScbpKeywordMatchedProductsGetAPIResponse 查询和词匹配的推广产品 API返回值 alibaba.scbp.keyword.matched.products.get

查询和词匹配的推广产品

type AlibabaScbpKeywordMatchedProductsGetAPIResponseModel added in v1.2.0

type AlibabaScbpKeywordMatchedProductsGetAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_scbp_keyword_matched_products_get_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 匹配的产品列表
	MachedProductList []TopMatchedProductDto `json:"mached_product_list,omitempty" xml:"mached_product_list>top_matched_product_dto,omitempty"`
}

AlibabaScbpKeywordMatchedProductsGetAPIResponseModel is 查询和词匹配的推广产品 成功返回结果

type AlibabaScbpProductGroupGetAPIRequest added in v1.2.0

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

AlibabaScbpProductGroupGetAPIRequest 查询指定产品分组的下一层子分组 API请求 alibaba.scbp.product.group.get

查询指定产品分组的下一层子分组

func NewAlibabaScbpProductGroupGetRequest

func NewAlibabaScbpProductGroupGetRequest() *AlibabaScbpProductGroupGetAPIRequest

NewAlibabaScbpProductGroupGetRequest 初始化AlibabaScbpProductGroupGetAPIRequest对象

func (AlibabaScbpProductGroupGetAPIRequest) GetApiMethodName added in v1.2.0

func (r AlibabaScbpProductGroupGetAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpProductGroupGetAPIRequest) GetApiParams added in v1.2.0

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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpProductGroupGetAPIRequest) GetGroupId added in v1.2.0

GetGroupId GroupId Getter

func (AlibabaScbpProductGroupGetAPIRequest) GetRawParams added in v1.2.8

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

func (*AlibabaScbpProductGroupGetAPIRequest) SetGroupId added in v1.2.0

func (r *AlibabaScbpProductGroupGetAPIRequest) SetGroupId(_groupId string) error

SetGroupId is GroupId Setter 产品分组标识,null表示查询第一层分组

type AlibabaScbpProductGroupGetAPIResponse

type AlibabaScbpProductGroupGetAPIResponse struct {
	model.CommonResponse
	AlibabaScbpProductGroupGetAPIResponseModel
}

AlibabaScbpProductGroupGetAPIResponse 查询指定产品分组的下一层子分组 API返回值 alibaba.scbp.product.group.get

查询指定产品分组的下一层子分组

type AlibabaScbpProductGroupGetAPIResponseModel added in v1.2.0

type AlibabaScbpProductGroupGetAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_scbp_product_group_get_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 下一层分组列表
	RoductGroupList []TopProductGroupDto `json:"roduct_group_list,omitempty" xml:"roduct_group_list>top_product_group_dto,omitempty"`
}

AlibabaScbpProductGroupGetAPIResponseModel is 查询指定产品分组的下一层子分组 成功返回结果

type AlibabaScbpProductListAPIRequest added in v1.2.0

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

AlibabaScbpProductListAPIRequest 查询P4P产品 API请求 alibaba.scbp.product.list

查询P4P产品

func NewAlibabaScbpProductListRequest

func NewAlibabaScbpProductListRequest() *AlibabaScbpProductListAPIRequest

NewAlibabaScbpProductListRequest 初始化AlibabaScbpProductListAPIRequest对象

func (AlibabaScbpProductListAPIRequest) GetApiMethodName added in v1.2.0

func (r AlibabaScbpProductListAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpProductListAPIRequest) GetApiParams added in v1.2.0

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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpProductListAPIRequest) GetGroupId added in v1.2.0

GetGroupId GroupId Getter

func (AlibabaScbpProductListAPIRequest) GetPerPageSize added in v1.2.0

func (r AlibabaScbpProductListAPIRequest) GetPerPageSize() int64

GetPerPageSize PerPageSize Getter

func (AlibabaScbpProductListAPIRequest) GetRawParams added in v1.2.8

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

func (AlibabaScbpProductListAPIRequest) GetToPage added in v1.2.0

GetToPage ToPage Getter

func (*AlibabaScbpProductListAPIRequest) SetGroupId added in v1.2.0

func (r *AlibabaScbpProductListAPIRequest) SetGroupId(_groupId string) error

SetGroupId is GroupId Setter 产品分组标识

func (*AlibabaScbpProductListAPIRequest) SetPerPageSize added in v1.2.0

func (r *AlibabaScbpProductListAPIRequest) SetPerPageSize(_perPageSize int64) error

SetPerPageSize is PerPageSize Setter 产品分页查询,每页个数,最大值20

func (*AlibabaScbpProductListAPIRequest) SetToPage added in v1.2.0

func (r *AlibabaScbpProductListAPIRequest) SetToPage(_toPage int64) error

SetToPage is ToPage Setter 第几页

type AlibabaScbpProductListAPIResponse

type AlibabaScbpProductListAPIResponse struct {
	model.CommonResponse
	AlibabaScbpProductListAPIResponseModel
}

AlibabaScbpProductListAPIResponse 查询P4P产品 API返回值 alibaba.scbp.product.list

查询P4P产品

type AlibabaScbpProductListAPIResponseModel added in v1.2.0

type AlibabaScbpProductListAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_scbp_product_list_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 产品列表
	ProductList []TopProductDto `json:"product_list,omitempty" xml:"product_list>top_product_dto,omitempty"`
	// 总数
	TotalNum int64 `json:"total_num,omitempty" xml:"total_num,omitempty"`
	// 总页数
	TotalPage int64 `json:"total_page,omitempty" xml:"total_page,omitempty"`
}

AlibabaScbpProductListAPIResponseModel is 查询P4P产品 成功返回结果

type AlibabaScbpProductPreferentialUpdateAPIRequest added in v1.2.0

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

AlibabaScbpProductPreferentialUpdateAPIRequest 设置P4P产品优先推广状态 API请求 alibaba.scbp.product.preferential.update

设置P4P产品优先推广状态

func NewAlibabaScbpProductPreferentialUpdateRequest

func NewAlibabaScbpProductPreferentialUpdateRequest() *AlibabaScbpProductPreferentialUpdateAPIRequest

NewAlibabaScbpProductPreferentialUpdateRequest 初始化AlibabaScbpProductPreferentialUpdateAPIRequest对象

func (AlibabaScbpProductPreferentialUpdateAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpProductPreferentialUpdateAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpProductPreferentialUpdateAPIRequest) GetKeywordId added in v1.2.0

GetKeywordId KeywordId Getter

func (AlibabaScbpProductPreferentialUpdateAPIRequest) GetProductId added in v1.2.0

GetProductId ProductId Getter

func (AlibabaScbpProductPreferentialUpdateAPIRequest) GetRawParams added in v1.2.8

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

func (AlibabaScbpProductPreferentialUpdateAPIRequest) GetStatus added in v1.2.0

GetStatus Status Getter

func (*AlibabaScbpProductPreferentialUpdateAPIRequest) SetKeywordId added in v1.2.0

func (r *AlibabaScbpProductPreferentialUpdateAPIRequest) SetKeywordId(_keywordId int64) error

SetKeywordId is KeywordId Setter 关键词ID

func (*AlibabaScbpProductPreferentialUpdateAPIRequest) SetProductId added in v1.2.0

func (r *AlibabaScbpProductPreferentialUpdateAPIRequest) SetProductId(_productId int64) error

SetProductId is ProductId Setter 产品ID

func (*AlibabaScbpProductPreferentialUpdateAPIRequest) SetStatus added in v1.2.0

SetStatus is Status Setter Y:设置优推,N:取消优推

type AlibabaScbpProductPreferentialUpdateAPIResponse

type AlibabaScbpProductPreferentialUpdateAPIResponse struct {
	model.CommonResponse
	AlibabaScbpProductPreferentialUpdateAPIResponseModel
}

AlibabaScbpProductPreferentialUpdateAPIResponse 设置P4P产品优先推广状态 API返回值 alibaba.scbp.product.preferential.update

设置P4P产品优先推广状态

type AlibabaScbpProductPreferentialUpdateAPIResponseModel added in v1.2.0

type AlibabaScbpProductPreferentialUpdateAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_scbp_product_preferential_update_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 设置成功
	Result bool `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaScbpProductPreferentialUpdateAPIResponseModel is 设置P4P产品优先推广状态 成功返回结果

type AlibabaScbpProductStatusUpdateAPIRequest added in v1.2.0

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

AlibabaScbpProductStatusUpdateAPIRequest 修改P4P产品推广状态 API请求 alibaba.scbp.product.status.update

修改P4P产品推广状态

func NewAlibabaScbpProductStatusUpdateRequest

func NewAlibabaScbpProductStatusUpdateRequest() *AlibabaScbpProductStatusUpdateAPIRequest

NewAlibabaScbpProductStatusUpdateRequest 初始化AlibabaScbpProductStatusUpdateAPIRequest对象

func (AlibabaScbpProductStatusUpdateAPIRequest) GetApiMethodName added in v1.2.0

func (r AlibabaScbpProductStatusUpdateAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpProductStatusUpdateAPIRequest) GetApiParams added in v1.2.0

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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpProductStatusUpdateAPIRequest) GetProductIdList added in v1.2.0

func (r AlibabaScbpProductStatusUpdateAPIRequest) GetProductIdList() []string

GetProductIdList ProductIdList Getter

func (AlibabaScbpProductStatusUpdateAPIRequest) GetRawParams added in v1.2.8

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

func (AlibabaScbpProductStatusUpdateAPIRequest) GetStatus added in v1.2.0

GetStatus Status Getter

func (*AlibabaScbpProductStatusUpdateAPIRequest) SetProductIdList added in v1.2.0

func (r *AlibabaScbpProductStatusUpdateAPIRequest) SetProductIdList(_productIdList []string) error

SetProductIdList is ProductIdList Setter 产品ID列表

func (*AlibabaScbpProductStatusUpdateAPIRequest) SetStatus added in v1.2.0

SetStatus is Status Setter enabled:开启,disabled:暂停

type AlibabaScbpProductStatusUpdateAPIResponse

type AlibabaScbpProductStatusUpdateAPIResponse struct {
	model.CommonResponse
	AlibabaScbpProductStatusUpdateAPIResponseModel
}

AlibabaScbpProductStatusUpdateAPIResponse 修改P4P产品推广状态 API返回值 alibaba.scbp.product.status.update

修改P4P产品推广状态

type AlibabaScbpProductStatusUpdateAPIResponseModel added in v1.2.0

type AlibabaScbpProductStatusUpdateAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_scbp_product_status_update_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 实际修改的产品数
	Result int64 `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaScbpProductStatusUpdateAPIResponseModel is 修改P4P产品推广状态 成功返回结果

type AlibabaScbpReckeywordSearchAPIRequest added in v1.2.0

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

AlibabaScbpReckeywordSearchAPIRequest 推荐词-词推词 API请求 alibaba.scbp.reckeyword.search

推荐词-词推词

func NewAlibabaScbpReckeywordSearchRequest

func NewAlibabaScbpReckeywordSearchRequest() *AlibabaScbpReckeywordSearchAPIRequest

NewAlibabaScbpReckeywordSearchRequest 初始化AlibabaScbpReckeywordSearchAPIRequest对象

func (AlibabaScbpReckeywordSearchAPIRequest) GetApiMethodName added in v1.2.0

func (r AlibabaScbpReckeywordSearchAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpReckeywordSearchAPIRequest) GetApiParams added in v1.2.0

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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpReckeywordSearchAPIRequest) GetQueryDto added in v1.2.0

GetQueryDto QueryDto Getter

func (AlibabaScbpReckeywordSearchAPIRequest) GetRawParams added in v1.2.8

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

func (*AlibabaScbpReckeywordSearchAPIRequest) SetQueryDto added in v1.2.0

func (r *AlibabaScbpReckeywordSearchAPIRequest) SetQueryDto(_queryDto *RecKeywordQuery) error

SetQueryDto is QueryDto Setter RecKeywordQuery

type AlibabaScbpReckeywordSearchAPIResponse

type AlibabaScbpReckeywordSearchAPIResponse struct {
	model.CommonResponse
	AlibabaScbpReckeywordSearchAPIResponseModel
}

AlibabaScbpReckeywordSearchAPIResponse 推荐词-词推词 API返回值 alibaba.scbp.reckeyword.search

推荐词-词推词

type AlibabaScbpReckeywordSearchAPIResponseModel added in v1.2.0

type AlibabaScbpReckeywordSearchAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_scbp_reckeyword_search_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 词推词结果列表
	ResultList []RecKeywordDto `json:"result_list,omitempty" xml:"result_list>rec_keyword_dto,omitempty"`
	// 总个数
	TotalNum int64 `json:"total_num,omitempty" xml:"total_num,omitempty"`
	// 总页数
	TotalPage int64 `json:"total_page,omitempty" xml:"total_page,omitempty"`
}

AlibabaScbpReckeywordSearchAPIResponseModel is 推荐词-词推词 成功返回结果

type AlibabaScbpReckeywordSysGetAPIRequest added in v1.2.0

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

AlibabaScbpReckeywordSysGetAPIRequest 系统推荐 API请求 alibaba.scbp.reckeyword.sys.get

查询系统推荐词

func NewAlibabaScbpReckeywordSysGetRequest

func NewAlibabaScbpReckeywordSysGetRequest() *AlibabaScbpReckeywordSysGetAPIRequest

NewAlibabaScbpReckeywordSysGetRequest 初始化AlibabaScbpReckeywordSysGetAPIRequest对象

func (AlibabaScbpReckeywordSysGetAPIRequest) GetApiMethodName added in v1.2.0

func (r AlibabaScbpReckeywordSysGetAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpReckeywordSysGetAPIRequest) GetApiParams added in v1.2.0

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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpReckeywordSysGetAPIRequest) GetQueryDto added in v1.2.0

GetQueryDto QueryDto Getter

func (AlibabaScbpReckeywordSysGetAPIRequest) GetRawParams added in v1.2.8

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

func (*AlibabaScbpReckeywordSysGetAPIRequest) SetQueryDto added in v1.2.0

func (r *AlibabaScbpReckeywordSysGetAPIRequest) SetQueryDto(_queryDto *RecKeywordQuery) error

SetQueryDto is QueryDto Setter RecKeywordQuery

type AlibabaScbpReckeywordSysGetAPIResponse

type AlibabaScbpReckeywordSysGetAPIResponse struct {
	model.CommonResponse
	AlibabaScbpReckeywordSysGetAPIResponseModel
}

AlibabaScbpReckeywordSysGetAPIResponse 系统推荐 API返回值 alibaba.scbp.reckeyword.sys.get

查询系统推荐词

type AlibabaScbpReckeywordSysGetAPIResponseModel added in v1.2.0

type AlibabaScbpReckeywordSysGetAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_scbp_reckeyword_sys_get_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 系统推荐词结果列表
	ResultList []RecKeywordDto `json:"result_list,omitempty" xml:"result_list>rec_keyword_dto,omitempty"`
	// 总个数
	TotalNum int64 `json:"total_num,omitempty" xml:"total_num,omitempty"`
	// 总页数
	TotalPage int64 `json:"total_page,omitempty" xml:"total_page,omitempty"`
}

AlibabaScbpReckeywordSysGetAPIResponseModel is 系统推荐 成功返回结果

type AlibabaScbpTagAddAPIRequest added in v1.2.0

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

AlibabaScbpTagAddAPIRequest 创建关键词分组 API请求 alibaba.scbp.tag.add

创建关键词分组

func NewAlibabaScbpTagAddRequest

func NewAlibabaScbpTagAddRequest() *AlibabaScbpTagAddAPIRequest

NewAlibabaScbpTagAddRequest 初始化AlibabaScbpTagAddAPIRequest对象

func (AlibabaScbpTagAddAPIRequest) GetApiMethodName added in v1.2.0

func (r AlibabaScbpTagAddAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpTagAddAPIRequest) GetApiParams added in v1.2.0

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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpTagAddAPIRequest) GetRawParams added in v1.2.8

func (r AlibabaScbpTagAddAPIRequest) GetRawParams() model.Params

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

func (AlibabaScbpTagAddAPIRequest) GetTagName added in v1.2.0

func (r AlibabaScbpTagAddAPIRequest) GetTagName() string

GetTagName TagName Getter

func (*AlibabaScbpTagAddAPIRequest) SetTagName added in v1.2.0

func (r *AlibabaScbpTagAddAPIRequest) SetTagName(_tagName string) error

SetTagName is TagName Setter 分组名称,最多允许创建100个

type AlibabaScbpTagAddAPIResponse

type AlibabaScbpTagAddAPIResponse struct {
	model.CommonResponse
	AlibabaScbpTagAddAPIResponseModel
}

AlibabaScbpTagAddAPIResponse 创建关键词分组 API返回值 alibaba.scbp.tag.add

创建关键词分组

type AlibabaScbpTagAddAPIResponseModel added in v1.2.0

type AlibabaScbpTagAddAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_scbp_tag_add_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 分组名称
	TagName string `json:"tag_name,omitempty" xml:"tag_name,omitempty"`
}

AlibabaScbpTagAddAPIResponseModel is 创建关键词分组 成功返回结果

type AlibabaScbpTagDeleteAPIRequest added in v1.2.0

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

AlibabaScbpTagDeleteAPIRequest 删除关键词分组 API请求 alibaba.scbp.tag.delete

删除关键词分组

func NewAlibabaScbpTagDeleteRequest

func NewAlibabaScbpTagDeleteRequest() *AlibabaScbpTagDeleteAPIRequest

NewAlibabaScbpTagDeleteRequest 初始化AlibabaScbpTagDeleteAPIRequest对象

func (AlibabaScbpTagDeleteAPIRequest) GetApiMethodName added in v1.2.0

func (r AlibabaScbpTagDeleteAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpTagDeleteAPIRequest) GetApiParams added in v1.2.0

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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpTagDeleteAPIRequest) GetRawParams added in v1.2.8

func (r AlibabaScbpTagDeleteAPIRequest) GetRawParams() model.Params

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

func (AlibabaScbpTagDeleteAPIRequest) GetTagName added in v1.2.0

func (r AlibabaScbpTagDeleteAPIRequest) GetTagName() string

GetTagName TagName Getter

func (*AlibabaScbpTagDeleteAPIRequest) SetTagName added in v1.2.0

func (r *AlibabaScbpTagDeleteAPIRequest) SetTagName(_tagName string) error

SetTagName is TagName Setter 关键词分组名

type AlibabaScbpTagDeleteAPIResponse

type AlibabaScbpTagDeleteAPIResponse struct {
	model.CommonResponse
	AlibabaScbpTagDeleteAPIResponseModel
}

AlibabaScbpTagDeleteAPIResponse 删除关键词分组 API返回值 alibaba.scbp.tag.delete

删除关键词分组

type AlibabaScbpTagDeleteAPIResponseModel added in v1.2.0

type AlibabaScbpTagDeleteAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_scbp_tag_delete_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 删除关键词分组成功
	Result bool `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaScbpTagDeleteAPIResponseModel is 删除关键词分组 成功返回结果

type AlibabaScbpTagListAPIRequest added in v1.2.0

type AlibabaScbpTagListAPIRequest struct {
	model.Params
}

AlibabaScbpTagListAPIRequest 查询所有分组 API请求 alibaba.scbp.tag.list

查询所有分组

func NewAlibabaScbpTagListRequest

func NewAlibabaScbpTagListRequest() *AlibabaScbpTagListAPIRequest

NewAlibabaScbpTagListRequest 初始化AlibabaScbpTagListAPIRequest对象

func (AlibabaScbpTagListAPIRequest) GetApiMethodName added in v1.2.0

func (r AlibabaScbpTagListAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpTagListAPIRequest) GetApiParams added in v1.2.0

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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpTagListAPIRequest) GetRawParams added in v1.2.8

func (r AlibabaScbpTagListAPIRequest) GetRawParams() model.Params

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

type AlibabaScbpTagListAPIResponse

type AlibabaScbpTagListAPIResponse struct {
	model.CommonResponse
	AlibabaScbpTagListAPIResponseModel
}

AlibabaScbpTagListAPIResponse 查询所有分组 API返回值 alibaba.scbp.tag.list

查询所有分组

type AlibabaScbpTagListAPIResponseModel added in v1.2.0

type AlibabaScbpTagListAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_scbp_tag_list_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 所有分组
	TagList []TagGroup `json:"tag_list,omitempty" xml:"tag_list>tag_group,omitempty"`
}

AlibabaScbpTagListAPIResponseModel is 查询所有分组 成功返回结果

type AlibabaScbpTagRenameAPIRequest added in v1.2.0

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

AlibabaScbpTagRenameAPIRequest 重命名关键词分组 API请求 alibaba.scbp.tag.rename

重命名关键词分组

func NewAlibabaScbpTagRenameRequest

func NewAlibabaScbpTagRenameRequest() *AlibabaScbpTagRenameAPIRequest

NewAlibabaScbpTagRenameRequest 初始化AlibabaScbpTagRenameAPIRequest对象

func (AlibabaScbpTagRenameAPIRequest) GetApiMethodName added in v1.2.0

func (r AlibabaScbpTagRenameAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpTagRenameAPIRequest) GetApiParams added in v1.2.0

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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpTagRenameAPIRequest) GetNewTagName added in v1.2.0

func (r AlibabaScbpTagRenameAPIRequest) GetNewTagName() string

GetNewTagName NewTagName Getter

func (AlibabaScbpTagRenameAPIRequest) GetRawParams added in v1.2.8

func (r AlibabaScbpTagRenameAPIRequest) GetRawParams() model.Params

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

func (AlibabaScbpTagRenameAPIRequest) GetTagName added in v1.2.0

func (r AlibabaScbpTagRenameAPIRequest) GetTagName() string

GetTagName TagName Getter

func (*AlibabaScbpTagRenameAPIRequest) SetNewTagName added in v1.2.0

func (r *AlibabaScbpTagRenameAPIRequest) SetNewTagName(_newTagName string) error

SetNewTagName is NewTagName Setter 新分组名

func (*AlibabaScbpTagRenameAPIRequest) SetTagName added in v1.2.0

func (r *AlibabaScbpTagRenameAPIRequest) SetTagName(_tagName string) error

SetTagName is TagName Setter 需要重命名的关键词分组名

type AlibabaScbpTagRenameAPIResponse

type AlibabaScbpTagRenameAPIResponse struct {
	model.CommonResponse
	AlibabaScbpTagRenameAPIResponseModel
}

AlibabaScbpTagRenameAPIResponse 重命名关键词分组 API返回值 alibaba.scbp.tag.rename

重命名关键词分组

type AlibabaScbpTagRenameAPIResponseModel added in v1.2.0

type AlibabaScbpTagRenameAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_scbp_tag_rename_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 重命名分组成功或者失败
	Result bool `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaScbpTagRenameAPIResponseModel is 重命名关键词分组 成功返回结果

type AlibabaScbpTargetAdCampaignEffectAPIRequest added in v1.2.0

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

AlibabaScbpTargetAdCampaignEffectAPIRequest 定向推广-获取计划维度推广效果 API请求 alibaba.scbp.target.ad.campaign.effect

定向推广-获取计划维度推广效果

func NewAlibabaScbpTargetAdCampaignEffectRequest

func NewAlibabaScbpTargetAdCampaignEffectRequest() *AlibabaScbpTargetAdCampaignEffectAPIRequest

NewAlibabaScbpTargetAdCampaignEffectRequest 初始化AlibabaScbpTargetAdCampaignEffectAPIRequest对象

func (AlibabaScbpTargetAdCampaignEffectAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpTargetAdCampaignEffectAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpTargetAdCampaignEffectAPIRequest) GetBeginDate added in v1.2.0

GetBeginDate BeginDate Getter

func (AlibabaScbpTargetAdCampaignEffectAPIRequest) GetCampaignId added in v1.2.0

GetCampaignId CampaignId Getter

func (AlibabaScbpTargetAdCampaignEffectAPIRequest) GetEndDate added in v1.2.0

GetEndDate EndDate Getter

func (AlibabaScbpTargetAdCampaignEffectAPIRequest) GetInterval added in v1.2.0

GetInterval Interval Getter

func (AlibabaScbpTargetAdCampaignEffectAPIRequest) GetRawParams added in v1.2.8

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

func (*AlibabaScbpTargetAdCampaignEffectAPIRequest) SetBeginDate added in v1.2.0

func (r *AlibabaScbpTargetAdCampaignEffectAPIRequest) SetBeginDate(_beginDate string) error

SetBeginDate is BeginDate Setter 开始时间 当inteval=7或30的时候 不需要填写,当inteval=1时需要填写(开始结束时间区间不允许大于180天)

func (*AlibabaScbpTargetAdCampaignEffectAPIRequest) SetCampaignId added in v1.2.0

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

SetCampaignId is CampaignId Setter 当填写时,展示指定id的数据,不填写,则展示全部计划总数据

func (*AlibabaScbpTargetAdCampaignEffectAPIRequest) SetEndDate added in v1.2.0

SetEndDate is EndDate Setter 结束时间 当inteval=7或30的时候 不需要填写,当inteval=1时需要填写(开始结束时间区间不允许大于180天)

func (*AlibabaScbpTargetAdCampaignEffectAPIRequest) SetInterval added in v1.2.0

func (r *AlibabaScbpTargetAdCampaignEffectAPIRequest) SetInterval(_interval int64) error

SetInterval is Interval Setter 统计区间 只能为1 7 30

type AlibabaScbpTargetAdCampaignEffectAPIResponse

type AlibabaScbpTargetAdCampaignEffectAPIResponse struct {
	model.CommonResponse
	AlibabaScbpTargetAdCampaignEffectAPIResponseModel
}

AlibabaScbpTargetAdCampaignEffectAPIResponse 定向推广-获取计划维度推广效果 API返回值 alibaba.scbp.target.ad.campaign.effect

定向推广-获取计划维度推广效果

type AlibabaScbpTargetAdCampaignEffectAPIResponseModel added in v1.2.0

type AlibabaScbpTargetAdCampaignEffectAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_scbp_target_ad_campaign_effect_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 数据列表
	EffectList []TopP4pQuickCampaignEffectView `json:"effect_list,omitempty" xml:"effect_list>top_p4p_quick_campaign_effect_view,omitempty"`
}

AlibabaScbpTargetAdCampaignEffectAPIResponseModel is 定向推广-获取计划维度推广效果 成功返回结果

type AlibabaScbpTargetAdCampaignProductEffectAPIRequest added in v1.2.0

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

AlibabaScbpTargetAdCampaignProductEffectAPIRequest 定向推广-获取计划中产品推广效果 API请求 alibaba.scbp.target.ad.campaign.product.effect

定向推广-获取计划中产品推广效果

func NewAlibabaScbpTargetAdCampaignProductEffectRequest

func NewAlibabaScbpTargetAdCampaignProductEffectRequest() *AlibabaScbpTargetAdCampaignProductEffectAPIRequest

NewAlibabaScbpTargetAdCampaignProductEffectRequest 初始化AlibabaScbpTargetAdCampaignProductEffectAPIRequest对象

func (AlibabaScbpTargetAdCampaignProductEffectAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpTargetAdCampaignProductEffectAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpTargetAdCampaignProductEffectAPIRequest) GetRawParams added in v1.2.8

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

func (AlibabaScbpTargetAdCampaignProductEffectAPIRequest) GetTopP4pQuickEffectQuery added in v1.2.0

GetTopP4pQuickEffectQuery TopP4pQuickEffectQuery Getter

func (*AlibabaScbpTargetAdCampaignProductEffectAPIRequest) SetTopP4pQuickEffectQuery added in v1.2.0

func (r *AlibabaScbpTargetAdCampaignProductEffectAPIRequest) SetTopP4pQuickEffectQuery(_topP4pQuickEffectQuery *TopP4pQuickEffectQuery) error

SetTopP4pQuickEffectQuery is TopP4pQuickEffectQuery Setter TopP4pQuickEffectQuery

type AlibabaScbpTargetAdCampaignProductEffectAPIResponse

type AlibabaScbpTargetAdCampaignProductEffectAPIResponse struct {
	model.CommonResponse
	AlibabaScbpTargetAdCampaignProductEffectAPIResponseModel
}

AlibabaScbpTargetAdCampaignProductEffectAPIResponse 定向推广-获取计划中产品推广效果 API返回值 alibaba.scbp.target.ad.campaign.product.effect

定向推广-获取计划中产品推广效果

type AlibabaScbpTargetAdCampaignProductEffectAPIResponseModel added in v1.2.0

type AlibabaScbpTargetAdCampaignProductEffectAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_scbp_target_ad_campaign_product_effect_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 产品数据
	ProductList []TopP4pQuickProductEffectView `json:"product_list,omitempty" xml:"product_list>top_p4p_quick_product_effect_view,omitempty"`
	// 总页数
	TotalPage int64 `json:"total_page,omitempty" xml:"total_page,omitempty"`
	// 总个数
	TotalNum int64 `json:"total_num,omitempty" xml:"total_num,omitempty"`
}

AlibabaScbpTargetAdCampaignProductEffectAPIResponseModel is 定向推广-获取计划中产品推广效果 成功返回结果

type AlibabaScbpTargetAdCampaignTagEffectAPIRequest added in v1.2.0

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

AlibabaScbpTargetAdCampaignTagEffectAPIRequest 定向推广-获取推广计划定向效果数据 API请求 alibaba.scbp.target.ad.campaign.tag.effect

定向推广-获取推广计划定向效果数据

func NewAlibabaScbpTargetAdCampaignTagEffectRequest

func NewAlibabaScbpTargetAdCampaignTagEffectRequest() *AlibabaScbpTargetAdCampaignTagEffectAPIRequest

NewAlibabaScbpTargetAdCampaignTagEffectRequest 初始化AlibabaScbpTargetAdCampaignTagEffectAPIRequest对象

func (AlibabaScbpTargetAdCampaignTagEffectAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpTargetAdCampaignTagEffectAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpTargetAdCampaignTagEffectAPIRequest) GetRawParams added in v1.2.8

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

func (AlibabaScbpTargetAdCampaignTagEffectAPIRequest) GetTopP4pQuickEffectQuery added in v1.2.0

GetTopP4pQuickEffectQuery TopP4pQuickEffectQuery Getter

func (*AlibabaScbpTargetAdCampaignTagEffectAPIRequest) SetTopP4pQuickEffectQuery added in v1.2.0

func (r *AlibabaScbpTargetAdCampaignTagEffectAPIRequest) SetTopP4pQuickEffectQuery(_topP4pQuickEffectQuery *TopP4pQuickEffectQuery) error

SetTopP4pQuickEffectQuery is TopP4pQuickEffectQuery Setter 效果数据

type AlibabaScbpTargetAdCampaignTagEffectAPIResponse

type AlibabaScbpTargetAdCampaignTagEffectAPIResponse struct {
	model.CommonResponse
	AlibabaScbpTargetAdCampaignTagEffectAPIResponseModel
}

AlibabaScbpTargetAdCampaignTagEffectAPIResponse 定向推广-获取推广计划定向效果数据 API返回值 alibaba.scbp.target.ad.campaign.tag.effect

定向推广-获取推广计划定向效果数据

type AlibabaScbpTargetAdCampaignTagEffectAPIResponseModel added in v1.2.0

type AlibabaScbpTargetAdCampaignTagEffectAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_scbp_target_ad_campaign_tag_effect_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 定向标签数据
	EffectList []TopP4pQuickTagEffectView `json:"effect_list,omitempty" xml:"effect_list>top_p4p_quick_tag_effect_view,omitempty"`
	// 总条数
	TotalNum int64 `json:"total_num,omitempty" xml:"total_num,omitempty"`
}

AlibabaScbpTargetAdCampaignTagEffectAPIResponseModel is 定向推广-获取推广计划定向效果数据 成功返回结果

type AlibabaScbpTargetAdPlanAddAPIRequest added in v1.2.0

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

AlibabaScbpTargetAdPlanAddAPIRequest 定向推广-新建计划 API请求 alibaba.scbp.target.ad.plan.add

定向推广-新建单条计划

func NewAlibabaScbpTargetAdPlanAddRequest

func NewAlibabaScbpTargetAdPlanAddRequest() *AlibabaScbpTargetAdPlanAddAPIRequest

NewAlibabaScbpTargetAdPlanAddRequest 初始化AlibabaScbpTargetAdPlanAddAPIRequest对象

func (AlibabaScbpTargetAdPlanAddAPIRequest) GetApiMethodName added in v1.2.0

func (r AlibabaScbpTargetAdPlanAddAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpTargetAdPlanAddAPIRequest) GetApiParams added in v1.2.0

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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpTargetAdPlanAddAPIRequest) GetRawParams added in v1.2.8

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

func (AlibabaScbpTargetAdPlanAddAPIRequest) GetTopP4pBasicQuickCampaign added in v1.2.0

func (r AlibabaScbpTargetAdPlanAddAPIRequest) GetTopP4pBasicQuickCampaign() *BasicQuickCampaign

GetTopP4pBasicQuickCampaign TopP4pBasicQuickCampaign Getter

func (*AlibabaScbpTargetAdPlanAddAPIRequest) SetTopP4pBasicQuickCampaign added in v1.2.0

func (r *AlibabaScbpTargetAdPlanAddAPIRequest) SetTopP4pBasicQuickCampaign(_topP4pBasicQuickCampaign *BasicQuickCampaign) error

SetTopP4pBasicQuickCampaign is TopP4pBasicQuickCampaign Setter 定向推广基础信息

type AlibabaScbpTargetAdPlanAddAPIResponse

type AlibabaScbpTargetAdPlanAddAPIResponse struct {
	model.CommonResponse
	AlibabaScbpTargetAdPlanAddAPIResponseModel
}

AlibabaScbpTargetAdPlanAddAPIResponse 定向推广-新建计划 API返回值 alibaba.scbp.target.ad.plan.add

定向推广-新建单条计划

type AlibabaScbpTargetAdPlanAddAPIResponseModel added in v1.2.0

type AlibabaScbpTargetAdPlanAddAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_scbp_target_ad_plan_add_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 计划ID
	CampaignId int64 `json:"campaign_id,omitempty" xml:"campaign_id,omitempty"`
}

AlibabaScbpTargetAdPlanAddAPIResponseModel is 定向推广-新建计划 成功返回结果

type AlibabaScbpTargetAdPlanCountryIdGetAPIRequest added in v1.2.0

type AlibabaScbpTargetAdPlanCountryIdGetAPIRequest struct {
	model.Params
}

AlibabaScbpTargetAdPlanCountryIdGetAPIRequest 定向推广-国家标签ID获取 API请求 alibaba.scbp.target.ad.plan.country.id.get

定向推广-国家标签ID获取

func NewAlibabaScbpTargetAdPlanCountryIdGetRequest

func NewAlibabaScbpTargetAdPlanCountryIdGetRequest() *AlibabaScbpTargetAdPlanCountryIdGetAPIRequest

NewAlibabaScbpTargetAdPlanCountryIdGetRequest 初始化AlibabaScbpTargetAdPlanCountryIdGetAPIRequest对象

func (AlibabaScbpTargetAdPlanCountryIdGetAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpTargetAdPlanCountryIdGetAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpTargetAdPlanCountryIdGetAPIRequest) GetRawParams added in v1.2.8

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

type AlibabaScbpTargetAdPlanCountryIdGetAPIResponse

type AlibabaScbpTargetAdPlanCountryIdGetAPIResponse struct {
	model.CommonResponse
	AlibabaScbpTargetAdPlanCountryIdGetAPIResponseModel
}

AlibabaScbpTargetAdPlanCountryIdGetAPIResponse 定向推广-国家标签ID获取 API返回值 alibaba.scbp.target.ad.plan.country.id.get

定向推广-国家标签ID获取

type AlibabaScbpTargetAdPlanCountryIdGetAPIResponseModel added in v1.2.0

type AlibabaScbpTargetAdPlanCountryIdGetAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_scbp_target_ad_plan_country_id_get_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 地区列表
	RegionList []RegionView `json:"region_list,omitempty" xml:"region_list>region_view,omitempty"`
}

AlibabaScbpTargetAdPlanCountryIdGetAPIResponseModel is 定向推广-国家标签ID获取 成功返回结果

type AlibabaScbpTargetAdPlanCrowdIdGetAPIRequest added in v1.2.0

type AlibabaScbpTargetAdPlanCrowdIdGetAPIRequest struct {
	model.Params
}

AlibabaScbpTargetAdPlanCrowdIdGetAPIRequest 定向推广-人群标签ID获取(店铺老客、优选人群) API请求 alibaba.scbp.target.ad.plan.crowd.id.get

定向推广-人群标签ID获取(店铺老客、优选人群)

func NewAlibabaScbpTargetAdPlanCrowdIdGetRequest

func NewAlibabaScbpTargetAdPlanCrowdIdGetRequest() *AlibabaScbpTargetAdPlanCrowdIdGetAPIRequest

NewAlibabaScbpTargetAdPlanCrowdIdGetRequest 初始化AlibabaScbpTargetAdPlanCrowdIdGetAPIRequest对象

func (AlibabaScbpTargetAdPlanCrowdIdGetAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpTargetAdPlanCrowdIdGetAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpTargetAdPlanCrowdIdGetAPIRequest) GetRawParams added in v1.2.8

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

type AlibabaScbpTargetAdPlanCrowdIdGetAPIResponse

type AlibabaScbpTargetAdPlanCrowdIdGetAPIResponse struct {
	model.CommonResponse
	AlibabaScbpTargetAdPlanCrowdIdGetAPIResponseModel
}

AlibabaScbpTargetAdPlanCrowdIdGetAPIResponse 定向推广-人群标签ID获取(店铺老客、优选人群) API返回值 alibaba.scbp.target.ad.plan.crowd.id.get

定向推广-人群标签ID获取(店铺老客、优选人群)

type AlibabaScbpTargetAdPlanCrowdIdGetAPIResponseModel added in v1.2.0

type AlibabaScbpTargetAdPlanCrowdIdGetAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_scbp_target_ad_plan_crowd_id_get_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 结果list
	ResultList []CrowdView `json:"result_list,omitempty" xml:"result_list>crowd_view,omitempty"`
}

AlibabaScbpTargetAdPlanCrowdIdGetAPIResponseModel is 定向推广-人群标签ID获取(店铺老客、优选人群) 成功返回结果

type AlibabaScbpTargetAdPlanForbiddenWordModifyAPIRequest added in v1.2.0

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

AlibabaScbpTargetAdPlanForbiddenWordModifyAPIRequest 定向推广-新增或删除屏蔽词 API请求 alibaba.scbp.target.ad.plan.forbidden.word.modify

定向推广-新增或删除屏蔽词

func NewAlibabaScbpTargetAdPlanForbiddenWordModifyRequest

func NewAlibabaScbpTargetAdPlanForbiddenWordModifyRequest() *AlibabaScbpTargetAdPlanForbiddenWordModifyAPIRequest

NewAlibabaScbpTargetAdPlanForbiddenWordModifyRequest 初始化AlibabaScbpTargetAdPlanForbiddenWordModifyAPIRequest对象

func (AlibabaScbpTargetAdPlanForbiddenWordModifyAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpTargetAdPlanForbiddenWordModifyAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpTargetAdPlanForbiddenWordModifyAPIRequest) GetRawParams added in v1.2.8

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

func (AlibabaScbpTargetAdPlanForbiddenWordModifyAPIRequest) GetTopP4pQuickForbiddenWord added in v1.2.0

GetTopP4pQuickForbiddenWord TopP4pQuickForbiddenWord Getter

func (*AlibabaScbpTargetAdPlanForbiddenWordModifyAPIRequest) SetTopP4pQuickForbiddenWord added in v1.2.0

func (r *AlibabaScbpTargetAdPlanForbiddenWordModifyAPIRequest) SetTopP4pQuickForbiddenWord(_topP4pQuickForbiddenWord *TopP4pQuickForbiddenWordDto) error

SetTopP4pQuickForbiddenWord is TopP4pQuickForbiddenWord Setter TopP4pQuickForbiddenWord

type AlibabaScbpTargetAdPlanForbiddenWordModifyAPIResponse

type AlibabaScbpTargetAdPlanForbiddenWordModifyAPIResponse struct {
	model.CommonResponse
	AlibabaScbpTargetAdPlanForbiddenWordModifyAPIResponseModel
}

AlibabaScbpTargetAdPlanForbiddenWordModifyAPIResponse 定向推广-新增或删除屏蔽词 API返回值 alibaba.scbp.target.ad.plan.forbidden.word.modify

定向推广-新增或删除屏蔽词

type AlibabaScbpTargetAdPlanForbiddenWordModifyAPIResponseModel added in v1.2.0

type AlibabaScbpTargetAdPlanForbiddenWordModifyAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_scbp_target_ad_plan_forbidden_word_modify_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// true修改成功,fasle修改失败
	Result bool `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaScbpTargetAdPlanForbiddenWordModifyAPIResponseModel is 定向推广-新增或删除屏蔽词 成功返回结果

type AlibabaScbpTargetAdPlanListAPIRequest added in v1.2.0

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

AlibabaScbpTargetAdPlanListAPIRequest 定向推广-查询定向推广计划列表并返回计划基础信息 API请求 alibaba.scbp.target.ad.plan.list

定向推广-查询定向推广计划列表并返回计划基础信息

func NewAlibabaScbpTargetAdPlanListRequest

func NewAlibabaScbpTargetAdPlanListRequest() *AlibabaScbpTargetAdPlanListAPIRequest

NewAlibabaScbpTargetAdPlanListRequest 初始化AlibabaScbpTargetAdPlanListAPIRequest对象

func (AlibabaScbpTargetAdPlanListAPIRequest) GetApiMethodName added in v1.2.0

func (r AlibabaScbpTargetAdPlanListAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpTargetAdPlanListAPIRequest) GetApiParams added in v1.2.0

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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpTargetAdPlanListAPIRequest) GetRawParams added in v1.2.8

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

func (AlibabaScbpTargetAdPlanListAPIRequest) GetTopP4pQuickCampaignQuery added in v1.2.0

func (r AlibabaScbpTargetAdPlanListAPIRequest) GetTopP4pQuickCampaignQuery() *TopP4pQuickCampaignQueryDto

GetTopP4pQuickCampaignQuery TopP4pQuickCampaignQuery Getter

func (*AlibabaScbpTargetAdPlanListAPIRequest) SetTopP4pQuickCampaignQuery added in v1.2.0

func (r *AlibabaScbpTargetAdPlanListAPIRequest) SetTopP4pQuickCampaignQuery(_topP4pQuickCampaignQuery *TopP4pQuickCampaignQueryDto) error

SetTopP4pQuickCampaignQuery is TopP4pQuickCampaignQuery Setter TopP4pQuickCampaignQuery

type AlibabaScbpTargetAdPlanListAPIResponse

type AlibabaScbpTargetAdPlanListAPIResponse struct {
	model.CommonResponse
	AlibabaScbpTargetAdPlanListAPIResponseModel
}

AlibabaScbpTargetAdPlanListAPIResponse 定向推广-查询定向推广计划列表并返回计划基础信息 API返回值 alibaba.scbp.target.ad.plan.list

定向推广-查询定向推广计划列表并返回计划基础信息

type AlibabaScbpTargetAdPlanListAPIResponseModel added in v1.2.0

type AlibabaScbpTargetAdPlanListAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_scbp_target_ad_plan_list_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 定向推广计划列表
	QuickCampaignList []TopP4pBasicQuickCampaignView `json:"quick_campaign_list,omitempty" xml:"quick_campaign_list>top_p4p_basic_quick_campaign_view,omitempty"`
	// 总页数
	TotalPage int64 `json:"total_page,omitempty" xml:"total_page,omitempty"`
	// 总个数
	TotalNum int64 `json:"total_num,omitempty" xml:"total_num,omitempty"`
}

AlibabaScbpTargetAdPlanListAPIResponseModel is 定向推广-查询定向推广计划列表并返回计划基础信息 成功返回结果

type AlibabaScbpTargetAdPlanOperationAPIRequest added in v1.2.0

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

AlibabaScbpTargetAdPlanOperationAPIRequest 定向推广-计划开启/暂停/删除 API请求 alibaba.scbp.target.ad.plan.operation

定向推广-计划开启/暂停/删除

func NewAlibabaScbpTargetAdPlanOperationRequest

func NewAlibabaScbpTargetAdPlanOperationRequest() *AlibabaScbpTargetAdPlanOperationAPIRequest

NewAlibabaScbpTargetAdPlanOperationRequest 初始化AlibabaScbpTargetAdPlanOperationAPIRequest对象

func (AlibabaScbpTargetAdPlanOperationAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpTargetAdPlanOperationAPIRequest) GetApiParams added in v1.2.0

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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpTargetAdPlanOperationAPIRequest) GetRawParams added in v1.2.8

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

func (AlibabaScbpTargetAdPlanOperationAPIRequest) GetTopP4pModifyQuickCampaignDTO added in v1.2.0

func (r AlibabaScbpTargetAdPlanOperationAPIRequest) GetTopP4pModifyQuickCampaignDTO() *TopP4pModifyQuickCampaignDto

GetTopP4pModifyQuickCampaignDTO TopP4pModifyQuickCampaignDTO Getter

func (*AlibabaScbpTargetAdPlanOperationAPIRequest) SetTopP4pModifyQuickCampaignDTO added in v1.2.0

func (r *AlibabaScbpTargetAdPlanOperationAPIRequest) SetTopP4pModifyQuickCampaignDTO(_topP4pModifyQuickCampaignDTO *TopP4pModifyQuickCampaignDto) error

SetTopP4pModifyQuickCampaignDTO is TopP4pModifyQuickCampaignDTO Setter TopP4pModifyQuickCampaignDTO

type AlibabaScbpTargetAdPlanOperationAPIResponse

type AlibabaScbpTargetAdPlanOperationAPIResponse struct {
	model.CommonResponse
	AlibabaScbpTargetAdPlanOperationAPIResponseModel
}

AlibabaScbpTargetAdPlanOperationAPIResponse 定向推广-计划开启/暂停/删除 API返回值 alibaba.scbp.target.ad.plan.operation

定向推广-计划开启/暂停/删除

type AlibabaScbpTargetAdPlanOperationAPIResponseModel added in v1.2.0

type AlibabaScbpTargetAdPlanOperationAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_scbp_target_ad_plan_operation_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 修改成功记录数
	Result int64 `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaScbpTargetAdPlanOperationAPIResponseModel is 定向推广-计划开启/暂停/删除 成功返回结果

type AlibabaScbpTargetAdPlanProductListGetAPIRequest added in v1.2.0

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

AlibabaScbpTargetAdPlanProductListGetAPIRequest 定向推广-获取推广计划产品列表 API请求 alibaba.scbp.target.ad.plan.product.list.get

定向推广-获取推广计划产品列表

func NewAlibabaScbpTargetAdPlanProductListGetRequest

func NewAlibabaScbpTargetAdPlanProductListGetRequest() *AlibabaScbpTargetAdPlanProductListGetAPIRequest

NewAlibabaScbpTargetAdPlanProductListGetRequest 初始化AlibabaScbpTargetAdPlanProductListGetAPIRequest对象

func (AlibabaScbpTargetAdPlanProductListGetAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpTargetAdPlanProductListGetAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpTargetAdPlanProductListGetAPIRequest) GetRawParams added in v1.2.8

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

func (AlibabaScbpTargetAdPlanProductListGetAPIRequest) GetTopP4pQuickProductQuery added in v1.2.0

GetTopP4pQuickProductQuery TopP4pQuickProductQuery Getter

func (*AlibabaScbpTargetAdPlanProductListGetAPIRequest) SetTopP4pQuickProductQuery added in v1.2.0

func (r *AlibabaScbpTargetAdPlanProductListGetAPIRequest) SetTopP4pQuickProductQuery(_topP4pQuickProductQuery *TopP4pQuickProductQuery) error

SetTopP4pQuickProductQuery is TopP4pQuickProductQuery Setter TopP4pQuickProductQuery

type AlibabaScbpTargetAdPlanProductListGetAPIResponse

type AlibabaScbpTargetAdPlanProductListGetAPIResponse struct {
	model.CommonResponse
	AlibabaScbpTargetAdPlanProductListGetAPIResponseModel
}

AlibabaScbpTargetAdPlanProductListGetAPIResponse 定向推广-获取推广计划产品列表 API返回值 alibaba.scbp.target.ad.plan.product.list.get

定向推广-获取推广计划产品列表

type AlibabaScbpTargetAdPlanProductListGetAPIResponseModel added in v1.2.0

type AlibabaScbpTargetAdPlanProductListGetAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_scbp_target_ad_plan_product_list_get_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// TopP4pQuickCampaignProductView
	ProductList []TopP4pQuickCampaignProductView `json:"product_list,omitempty" xml:"product_list>top_p4p_quick_campaign_product_view,omitempty"`
	// 总页数
	TotalPage int64 `json:"total_page,omitempty" xml:"total_page,omitempty"`
	// 总个数
	TotalNum int64 `json:"total_num,omitempty" xml:"total_num,omitempty"`
}

AlibabaScbpTargetAdPlanProductListGetAPIResponseModel is 定向推广-获取推广计划产品列表 成功返回结果

type AlibabaScbpTargetAdPlanTagGetAPIRequest added in v1.2.0

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

AlibabaScbpTargetAdPlanTagGetAPIRequest 定向推广-获取计划的定向溢价数据 API请求 alibaba.scbp.target.ad.plan.tag.get

定向推广-获取计划的定向溢价数据

func NewAlibabaScbpTargetAdPlanTagGetRequest

func NewAlibabaScbpTargetAdPlanTagGetRequest() *AlibabaScbpTargetAdPlanTagGetAPIRequest

NewAlibabaScbpTargetAdPlanTagGetRequest 初始化AlibabaScbpTargetAdPlanTagGetAPIRequest对象

func (AlibabaScbpTargetAdPlanTagGetAPIRequest) GetApiMethodName added in v1.2.0

func (r AlibabaScbpTargetAdPlanTagGetAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpTargetAdPlanTagGetAPIRequest) GetApiParams added in v1.2.0

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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpTargetAdPlanTagGetAPIRequest) GetCampaignId added in v1.2.0

GetCampaignId CampaignId Getter

func (AlibabaScbpTargetAdPlanTagGetAPIRequest) GetRawParams added in v1.2.8

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

func (*AlibabaScbpTargetAdPlanTagGetAPIRequest) SetCampaignId added in v1.2.0

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

SetCampaignId is CampaignId Setter 推广计划Id

type AlibabaScbpTargetAdPlanTagGetAPIResponse

type AlibabaScbpTargetAdPlanTagGetAPIResponse struct {
	model.CommonResponse
	AlibabaScbpTargetAdPlanTagGetAPIResponseModel
}

AlibabaScbpTargetAdPlanTagGetAPIResponse 定向推广-获取计划的定向溢价数据 API返回值 alibaba.scbp.target.ad.plan.tag.get

定向推广-获取计划的定向溢价数据

type AlibabaScbpTargetAdPlanTagGetAPIResponseModel added in v1.2.0

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

AlibabaScbpTargetAdPlanTagGetAPIResponseModel is 定向推广-获取计划的定向溢价数据 成功返回结果

type AlibabaScbpTargetAdPlanUpdateAPIRequest added in v1.2.0

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

AlibabaScbpTargetAdPlanUpdateAPIRequest 定向推广-更新推广计划的基础信息 API请求 alibaba.scbp.target.ad.plan.update

定向推广-更新推广计划的基础信息

func NewAlibabaScbpTargetAdPlanUpdateRequest

func NewAlibabaScbpTargetAdPlanUpdateRequest() *AlibabaScbpTargetAdPlanUpdateAPIRequest

NewAlibabaScbpTargetAdPlanUpdateRequest 初始化AlibabaScbpTargetAdPlanUpdateAPIRequest对象

func (AlibabaScbpTargetAdPlanUpdateAPIRequest) GetApiMethodName added in v1.2.0

func (r AlibabaScbpTargetAdPlanUpdateAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpTargetAdPlanUpdateAPIRequest) GetApiParams added in v1.2.0

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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpTargetAdPlanUpdateAPIRequest) GetRawParams added in v1.2.8

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

func (AlibabaScbpTargetAdPlanUpdateAPIRequest) GetTopP4pBasicQuickCampaign added in v1.2.0

func (r AlibabaScbpTargetAdPlanUpdateAPIRequest) GetTopP4pBasicQuickCampaign() *TopP4pBasicQuickCampaign

GetTopP4pBasicQuickCampaign TopP4pBasicQuickCampaign Getter

func (*AlibabaScbpTargetAdPlanUpdateAPIRequest) SetTopP4pBasicQuickCampaign added in v1.2.0

func (r *AlibabaScbpTargetAdPlanUpdateAPIRequest) SetTopP4pBasicQuickCampaign(_topP4pBasicQuickCampaign *TopP4pBasicQuickCampaign) error

SetTopP4pBasicQuickCampaign is TopP4pBasicQuickCampaign Setter TopP4pBasicQuickCampaign

type AlibabaScbpTargetAdPlanUpdateAPIResponse

type AlibabaScbpTargetAdPlanUpdateAPIResponse struct {
	model.CommonResponse
	AlibabaScbpTargetAdPlanUpdateAPIResponseModel
}

AlibabaScbpTargetAdPlanUpdateAPIResponse 定向推广-更新推广计划的基础信息 API返回值 alibaba.scbp.target.ad.plan.update

定向推广-更新推广计划的基础信息

type AlibabaScbpTargetAdPlanUpdateAPIResponseModel added in v1.2.0

type AlibabaScbpTargetAdPlanUpdateAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_scbp_target_ad_plan_update_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// true修改成功,false修改失败
	Result bool `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaScbpTargetAdPlanUpdateAPIResponseModel is 定向推广-更新推广计划的基础信息 成功返回结果

type AlibabaScbpTargetAdPlanUpdateProductsAPIRequest added in v1.2.0

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

AlibabaScbpTargetAdPlanUpdateProductsAPIRequest 定向推广 按照id操作推广计划的产品,包括新增,删除和更新 API请求 alibaba.scbp.target.ad.plan.update.products

定向推广 按照id操作推广计划的产品,包括新增,删除和更新

func NewAlibabaScbpTargetAdPlanUpdateProductsRequest

func NewAlibabaScbpTargetAdPlanUpdateProductsRequest() *AlibabaScbpTargetAdPlanUpdateProductsAPIRequest

NewAlibabaScbpTargetAdPlanUpdateProductsRequest 初始化AlibabaScbpTargetAdPlanUpdateProductsAPIRequest对象

func (AlibabaScbpTargetAdPlanUpdateProductsAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpTargetAdPlanUpdateProductsAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpTargetAdPlanUpdateProductsAPIRequest) GetParamTopP4pModifyQuickCampaignProductDTO added in v1.2.0

func (r AlibabaScbpTargetAdPlanUpdateProductsAPIRequest) GetParamTopP4pModifyQuickCampaignProductDTO() *TopP4pModifyQuickCampaignProductDto

GetParamTopP4pModifyQuickCampaignProductDTO ParamTopP4pModifyQuickCampaignProductDTO Getter

func (AlibabaScbpTargetAdPlanUpdateProductsAPIRequest) GetRawParams added in v1.2.8

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

func (*AlibabaScbpTargetAdPlanUpdateProductsAPIRequest) SetParamTopP4pModifyQuickCampaignProductDTO added in v1.2.0

func (r *AlibabaScbpTargetAdPlanUpdateProductsAPIRequest) SetParamTopP4pModifyQuickCampaignProductDTO(_paramTopP4pModifyQuickCampaignProductDTO *TopP4pModifyQuickCampaignProductDto) error

SetParamTopP4pModifyQuickCampaignProductDTO is ParamTopP4pModifyQuickCampaignProductDTO Setter 系统生成

type AlibabaScbpTargetAdPlanUpdateProductsAPIResponse

type AlibabaScbpTargetAdPlanUpdateProductsAPIResponse struct {
	model.CommonResponse
	AlibabaScbpTargetAdPlanUpdateProductsAPIResponseModel
}

AlibabaScbpTargetAdPlanUpdateProductsAPIResponse 定向推广 按照id操作推广计划的产品,包括新增,删除和更新 API返回值 alibaba.scbp.target.ad.plan.update.products

定向推广 按照id操作推广计划的产品,包括新增,删除和更新

type AlibabaScbpTargetAdPlanUpdateProductsAPIResponseModel added in v1.2.0

type AlibabaScbpTargetAdPlanUpdateProductsAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_scbp_target_ad_plan_update_products_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 操作成功的商品ID列表
	ProductIdList []int64 `json:"product_id_list,omitempty" xml:"product_id_list>int64,omitempty"`
}

AlibabaScbpTargetAdPlanUpdateProductsAPIResponseModel is 定向推广 按照id操作推广计划的产品,包括新增,删除和更新 成功返回结果

type AlibabaScbpTargetAdPlanUpdateTagsAPIRequest added in v1.2.0

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

AlibabaScbpTargetAdPlanUpdateTagsAPIRequest 定向推广 按照id操作推广计划的定向溢价标签,包括新增,删除和更新 API请求 alibaba.scbp.target.ad.plan.update.tags

定向推广 按照id操作推广计划的定向溢价标签,包括新增,删除和更新

func NewAlibabaScbpTargetAdPlanUpdateTagsRequest

func NewAlibabaScbpTargetAdPlanUpdateTagsRequest() *AlibabaScbpTargetAdPlanUpdateTagsAPIRequest

NewAlibabaScbpTargetAdPlanUpdateTagsRequest 初始化AlibabaScbpTargetAdPlanUpdateTagsAPIRequest对象

func (AlibabaScbpTargetAdPlanUpdateTagsAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpTargetAdPlanUpdateTagsAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpTargetAdPlanUpdateTagsAPIRequest) GetParamTopP4pModifyQuickCampaignTagDTO added in v1.2.0

func (r AlibabaScbpTargetAdPlanUpdateTagsAPIRequest) GetParamTopP4pModifyQuickCampaignTagDTO() *TopP4pModifyQuickCampaignTagDto

GetParamTopP4pModifyQuickCampaignTagDTO ParamTopP4pModifyQuickCampaignTagDTO Getter

func (AlibabaScbpTargetAdPlanUpdateTagsAPIRequest) GetRawParams added in v1.2.8

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

func (*AlibabaScbpTargetAdPlanUpdateTagsAPIRequest) SetParamTopP4pModifyQuickCampaignTagDTO added in v1.2.0

func (r *AlibabaScbpTargetAdPlanUpdateTagsAPIRequest) SetParamTopP4pModifyQuickCampaignTagDTO(_paramTopP4pModifyQuickCampaignTagDTO *TopP4pModifyQuickCampaignTagDto) error

SetParamTopP4pModifyQuickCampaignTagDTO is ParamTopP4pModifyQuickCampaignTagDTO Setter 系统生成

type AlibabaScbpTargetAdPlanUpdateTagsAPIResponse

type AlibabaScbpTargetAdPlanUpdateTagsAPIResponse struct {
	model.CommonResponse
	AlibabaScbpTargetAdPlanUpdateTagsAPIResponseModel
}

AlibabaScbpTargetAdPlanUpdateTagsAPIResponse 定向推广 按照id操作推广计划的定向溢价标签,包括新增,删除和更新 API返回值 alibaba.scbp.target.ad.plan.update.tags

定向推广 按照id操作推广计划的定向溢价标签,包括新增,删除和更新

type AlibabaScbpTargetAdPlanUpdateTagsAPIResponseModel added in v1.2.0

type AlibabaScbpTargetAdPlanUpdateTagsAPIResponseModel struct {
	XMLName xml.Name `xml:"alibaba_scbp_target_ad_plan_update_tags_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 修改记录数量
	Result int64 `json:"result,omitempty" xml:"result,omitempty"`
}

AlibabaScbpTargetAdPlanUpdateTagsAPIResponseModel is 定向推广 按照id操作推广计划的定向溢价标签,包括新增,删除和更新 成功返回结果

type BasicQuickCampaign

type BasicQuickCampaign struct {
	// 出价区间-上限(可以存在1位小数,大于等于3)
	MaxPrice string `json:"max_price,omitempty" xml:"max_price,omitempty"`
	// 出价区间-下限(可以存在1位小数)
	MinPrice string `json:"min_price,omitempty" xml:"min_price,omitempty"`
	// 计划名称,不能大于20字符
	Title string `json:"title,omitempty" xml:"title,omitempty"`
	// 每日预算,不低于50元
	Budget int64 `json:"budget,omitempty" xml:"budget,omitempty"`
}

BasicQuickCampaign 结构体

type BidStrategyDto

type BidStrategyDto struct {
	// 主键
	Id string `json:"id,omitempty" xml:"id,omitempty"`
	// 创建时间
	GmtCreate string `json:"gmt_create,omitempty" xml:"gmt_create,omitempty"`
	// 修改时间
	GmtModified string `json:"gmt_modified,omitempty" xml:"gmt_modified,omitempty"`
	// 目标排名,前N名
	Topn int64 `json:"topn,omitempty" xml:"topn,omitempty"`
	// 出价间隔分钟为单位的数值型
	Duration int64 `json:"duration,omitempty" xml:"duration,omitempty"`
	// 产品
	ProductId int64 `json:"product_id,omitempty" xml:"product_id,omitempty"`
	// 溢价比例
	Discount int64 `json:"discount,omitempty" xml:"discount,omitempty"`
}

BidStrategyDto 结构体

type CampaignBatchOperationDto

type CampaignBatchOperationDto struct {
	// 具体操作实例
	CampaignOperationList []Campaignoperationlist `json:"campaign_operation_list,omitempty" xml:"campaign_operation_list>campaignoperationlist,omitempty"`
}

CampaignBatchOperationDto 结构体

type CampaignDto

type CampaignDto struct {
	// 计划标题
	Title string `json:"title,omitempty" xml:"title,omitempty"`
	// 计划开始时间
	StartTime string `json:"start_time,omitempty" xml:"start_time,omitempty"`
	// 计划结束时间
	EndTime string `json:"end_time,omitempty" xml:"end_time,omitempty"`
	// 结算上下线原因
	SettleReason string `json:"settle_reason,omitempty" xml:"settle_reason,omitempty"`
	// settleTime
	SettleTime string `json:"settle_time,omitempty" xml:"settle_time,omitempty"`
	// 置顶时间
	TopTime string `json:"top_time,omitempty" xml:"top_time,omitempty"`
	// Campaign扩展属性
	Properties string `json:"properties,omitempty" xml:"properties,omitempty"`
	// 计划创建时间
	GmtCreate string `json:"gmt_create,omitempty" xml:"gmt_create,omitempty"`
	// 计划修改时间
	GmtModified string `json:"gmt_modified,omitempty" xml:"gmt_modified,omitempty"`
	// 计划子类型
	SubType string `json:"sub_type,omitempty" xml:"sub_type,omitempty"`
	// 周预算状态 on:开启 off:关闭
	WeekBudgetStatus string `json:"week_budget_status,omitempty" xml:"week_budget_status,omitempty"`
	// 最低价格
	MinPrice string `json:"min_price,omitempty" xml:"min_price,omitempty"`
	// 最大价格
	MaxPrice string `json:"max_price,omitempty" xml:"max_price,omitempty"`
	// 预算
	Budget string `json:"budget,omitempty" xml:"budget,omitempty"`
	// 用户上下线
	OnlineStatus int64 `json:"online_status,omitempty" xml:"online_status,omitempty"`
	// 结算上下线
	SettleStatus int64 `json:"settle_status,omitempty" xml:"settle_status,omitempty"`
	// 计划类型
	Type int64 `json:"type,omitempty" xml:"type,omitempty"`
	// 计划模型
	CampaignModel int64 `json:"campaign_model,omitempty" xml:"campaign_model,omitempty"`
	// 结算版本
	SettleVersion int64 `json:"settle_version,omitempty" xml:"settle_version,omitempty"`
	// 场景ID
	SceneId int64 `json:"scene_id,omitempty" xml:"scene_id,omitempty"`
	// 产品线id
	ProductLineId int64 `json:"product_line_id,omitempty" xml:"product_line_id,omitempty"`
	// 广告用户ID
	MemberId int64 `json:"member_id,omitempty" xml:"member_id,omitempty"`
	// 客户ID
	CustId int64 `json:"cust_id,omitempty" xml:"cust_id,omitempty"`
	// 业务流水号
	BizNumber int64 `json:"biz_number,omitempty" xml:"biz_number,omitempty"`
	// 实体主键
	Id int64 `json:"id,omitempty" xml:"id,omitempty"`
	// 出价模式 value =1 为智能出价 value =2 为手动出价
	BidType int64 `json:"bid_type,omitempty" xml:"bid_type,omitempty"`
}

CampaignDto 结构体

type CampaignKeywordQuery

type CampaignKeywordQuery struct {
	// 词id集合
	WordIdList []int64 `json:"word_id_list,omitempty" xml:"word_id_list>int64,omitempty"`
	// 普通词
	NormWord string `json:"norm_word,omitempty" xml:"norm_word,omitempty"`
	// 类型:base(基础信息),star(基础信息加星级),full(所有信息),不传默认查所有信息
	Type string `json:"type,omitempty" xml:"type,omitempty"`
	// 开始时间(查询关键词报告需要的参数)
	BeginDate string `json:"begin_date,omitempty" xml:"begin_date,omitempty"`
	// 结束时间(查询关键词报告需要的参数)
	EndDate string `json:"end_date,omitempty" xml:"end_date,omitempty"`
	// 配置ksy
	SettingKey string `json:"setting_key,omitempty" xml:"setting_key,omitempty"`
	// 配置value
	SettingValue string `json:"setting_value,omitempty" xml:"setting_value,omitempty"`
	// 计划id
	CampaignId int64 `json:"campaign_id,omitempty" xml:"campaign_id,omitempty"`
	// 状态
	OnlineStatus int64 `json:"online_status,omitempty" xml:"online_status,omitempty"`
	// 产品id
	ProductId int64 `json:"product_id,omitempty" xml:"product_id,omitempty"`
}

CampaignKeywordQuery 结构体

type CampaignOperationDto

type CampaignOperationDto struct {
	// 标题
	Title string `json:"title,omitempty" xml:"title,omitempty"`
	// 最小价格
	MinPrice string `json:"min_price,omitempty" xml:"min_price,omitempty"`
	// 最大价格
	MaxPrice string `json:"max_price,omitempty" xml:"max_price,omitempty"`
	// 计划子类型
	SubType string `json:"sub_type,omitempty" xml:"sub_type,omitempty"`
	// 预算
	Budget string `json:"budget,omitempty" xml:"budget,omitempty"`
	// 周预算状态 on:开启 off:关闭
	WeekBudgetStatus string `json:"week_budget_status,omitempty" xml:"week_budget_status,omitempty"`
	// 扩展匹配:on:开启 off:关闭
	SyncExtMatchConf string `json:"sync_ext_match_conf,omitempty" xml:"sync_ext_match_conf,omitempty"`
	// 开始时间
	StartTime string `json:"start_time,omitempty" xml:"start_time,omitempty"`
	// 计划类型
	Type int64 `json:"type,omitempty" xml:"type,omitempty"`
	// 计划状态
	OnlineStatus int64 `json:"online_status,omitempty" xml:"online_status,omitempty"`
	// 出价模式  * value =1 为智能出价      * value =2 为手动出价
	BidType int64 `json:"bid_type,omitempty" xml:"bid_type,omitempty"`
	// 计划id
	Id int64 `json:"id,omitempty" xml:"id,omitempty"`
}

CampaignOperationDto 结构体

type CampaignQueryDto

type CampaignQueryDto struct {
	// 计划类型列表
	TypeList []string `json:"type_list,omitempty" xml:"type_list>string,omitempty"`
	// 计划id集合
	CampaignIdList []int64 `json:"campaign_id_list,omitempty" xml:"campaign_id_list>int64,omitempty"`
	// 计划标题,配合exactMatch使用
	Title string `json:"title,omitempty" xml:"title,omitempty"`
	// 子类型
	SubType string `json:"sub_type,omitempty" xml:"sub_type,omitempty"`
	// 推广状态
	OnlineStatus int64 `json:"online_status,omitempty" xml:"online_status,omitempty"`
	// 类目id
	CateId int64 `json:"cate_id,omitempty" xml:"cate_id,omitempty"`
	// 当前页数
	Page int64 `json:"page,omitempty" xml:"page,omitempty"`
	// 每页数量
	Size int64 `json:"size,omitempty" xml:"size,omitempty"`
	// 标题是否精确匹配
	ExactMatch bool `json:"exact_match,omitempty" xml:"exact_match,omitempty"`
}

CampaignQueryDto 结构体

type CampaignTargetingWordSettingOperationDto added in v1.2.5

type CampaignTargetingWordSettingOperationDto struct {
	// 操作优推类型 add-增 del-删 mod-改
	Operation string `json:"operation,omitempty" xml:"operation,omitempty"`
	// 关键词
	Keyword string `json:"keyword,omitempty" xml:"keyword,omitempty"`
	// 待操作得优推品id
	AdgroupId string `json:"adgroup_id,omitempty" xml:"adgroup_id,omitempty"`
	// 关键词id
	KeywordId int64 `json:"keyword_id,omitempty" xml:"keyword_id,omitempty"`
	// 计划id
	CampaignId int64 `json:"campaign_id,omitempty" xml:"campaign_id,omitempty"`
}

CampaignTargetingWordSettingOperationDto 结构体

type Campaignoperationlist

type Campaignoperationlist struct {
	// 计划id
	Id int64 `json:"id,omitempty" xml:"id,omitempty"`
}

Campaignoperationlist 结构体

type ContextDto

type ContextDto struct {
	// login_id
	LoginId string `json:"login_id,omitempty" xml:"login_id,omitempty"`
	// from
	From string `json:"from,omitempty" xml:"from,omitempty"`
	// service_type
	ServiceType string `json:"service_type,omitempty" xml:"service_type,omitempty"`
	// ip
	Ip string `json:"ip,omitempty" xml:"ip,omitempty"`
	// is_admin
	IsAdmin bool `json:"is_admin,omitempty" xml:"is_admin,omitempty"`
	// is_top
	IsTop bool `json:"is_top,omitempty" xml:"is_top,omitempty"`
}

ContextDto 结构体

type CountryTagView

type CountryTagView struct {
	// 标签中文名
	TagName string `json:"tag_name,omitempty" xml:"tag_name,omitempty"`
	// 标签id
	TagId string `json:"tag_id,omitempty" xml:"tag_id,omitempty"`
	// 最近7天效果数据
	Effect *Effect7d `json:"effect,omitempty" xml:"effect,omitempty"`
	// 溢价百分比
	Discount int64 `json:"discount,omitempty" xml:"discount,omitempty"`
}

CountryTagView 结构体

type CountryView

type CountryView struct {
	// 国家中文名
	CountryCnName string `json:"country_cn_name,omitempty" xml:"country_cn_name,omitempty"`
	// 国家ID
	CountryId string `json:"country_id,omitempty" xml:"country_id,omitempty"`
}

CountryView 结构体

type CrowdInfo

type CrowdInfo struct {
	// 人群预估数量
	EstimateCountList []int64 `json:"estimate_count_list,omitempty" xml:"estimate_count_list>int64,omitempty"`
	// 人群中文名称
	CrowdName string `json:"crowd_name,omitempty" xml:"crowd_name,omitempty"`
	// 人群id
	CrowdId string `json:"crowd_id,omitempty" xml:"crowd_id,omitempty"`
}

CrowdInfo 结构体

type CrowdTagView

type CrowdTagView struct {
	// 标签中文名
	TagName string `json:"tag_name,omitempty" xml:"tag_name,omitempty"`
	// 标签id(潜在访问偏好和潜在采购意向返回的是类目id,店铺老客和优选人群返回的是字符串)
	TagId string `json:"tag_id,omitempty" xml:"tag_id,omitempty"`
	// 人群类型 PRI_VISIT(访问过本店铺产品的买家) PRI_INQUIRY(给本店铺发起过询盘的买家) PUB_VISIT_CATE(潜在访问偏好) PUB_INQUIRY_CATE(潜在采购意向) PUBLIC_REGION(国家) PUB_HIGH_MOQ(高MOQ偏好买家) PUB_HIGH_RETURN(高回访买家) PUB_HIGH_POTENTIAL_ORDER(潜在交易买家) PUB_HIGH_POTENTIAL_AB(高活跃买家)
	CrowdType string `json:"crowd_type,omitempty" xml:"crowd_type,omitempty"`
	// 溢价百分比
	Discount int64 `json:"discount,omitempty" xml:"discount,omitempty"`
	// 最近7天效果数据
	Effect *Effect7d `json:"effect,omitempty" xml:"effect,omitempty"`
}

CrowdTagView 结构体

type CrowdView

type CrowdView struct {
	// 人群list
	CrowdList []CrowdInfo `json:"crowd_list,omitempty" xml:"crowd_list>crowd_info,omitempty"`
	// 人群类型(店铺老客、优选人群)
	CrowdType string `json:"crowd_type,omitempty" xml:"crowd_type,omitempty"`
}

CrowdView 结构体

type Effect7d

type Effect7d struct {
	// 点击率
	Ctr string `json:"ctr,omitempty" xml:"ctr,omitempty"`
	// 平均点击花费
	Cpc string `json:"cpc,omitempty" xml:"cpc,omitempty"`
	// 消耗金额,单位元
	Cost string `json:"cost,omitempty" xml:"cost,omitempty"`
	// 点击量
	Click string `json:"click,omitempty" xml:"click,omitempty"`
	// 曝光量
	Impr string `json:"impr,omitempty" xml:"impr,omitempty"`
}

Effect7d 结构体

type ErrorKeyword

type ErrorKeyword struct {
	// 关键词
	Keyword string `json:"keyword,omitempty" xml:"keyword,omitempty"`
	// 类型
	Type string `json:"type,omitempty" xml:"type,omitempty"`
	// 重复关键词
	RepeatKeyword string `json:"repeat_keyword,omitempty" xml:"repeat_keyword,omitempty"`
}

ErrorKeyword 结构体

type ForbiddenKeywordBatchOperationDto

type ForbiddenKeywordBatchOperationDto struct {
	// 请求参数
	ForbiddenKeywordOperationList []ForbiddenKeywordOperation `` /* 126-byte string literal not displayed */
}

ForbiddenKeywordBatchOperationDto 结构体

type ForbiddenKeywordOperation

type ForbiddenKeywordOperation struct {
	// 关键词
	Keyword string `json:"keyword,omitempty" xml:"keyword,omitempty"`
}

ForbiddenKeywordOperation 结构体

type ForbiddenKeywordOperationDto

type ForbiddenKeywordOperationDto struct {
	// 关键词
	Keyword string `json:"keyword,omitempty" xml:"keyword,omitempty"`
}

ForbiddenKeywordOperationDto 结构体

type ForbiddenProductBatchOperationDto

type ForbiddenProductBatchOperationDto struct {
	// 查询条件
	ForbiddenProductOperationList []ForbiddenProductOperationDto `` /* 130-byte string literal not displayed */
}

ForbiddenProductBatchOperationDto 结构体

type ForbiddenProductDto

type ForbiddenProductDto struct {
	// 标题
	Subject string `json:"subject,omitempty" xml:"subject,omitempty"`
	// 图片地址
	ImgUrl string `json:"img_url,omitempty" xml:"img_url,omitempty"`
	// 产品id
	ProductId int64 `json:"product_id,omitempty" xml:"product_id,omitempty"`
	// 状态
	Status int64 `json:"status,omitempty" xml:"status,omitempty"`
}

ForbiddenProductDto 结构体

type ForbiddenProductOperationDto

type ForbiddenProductOperationDto struct {
	// 产品id
	ProductId int64 `json:"product_id,omitempty" xml:"product_id,omitempty"`
}

ForbiddenProductOperationDto 结构体

type IKeywordQuery

type IKeywordQuery struct {
	// 结束时间 当inteval=7或者30的时候不需要填写
	EndDate string `json:"end_date,omitempty" xml:"end_date,omitempty"`
	// 关键词
	Keyword string `json:"keyword,omitempty" xml:"keyword,omitempty"`
	// 开始时间 当inteval=7或者30的时候不需要填写
	BeginDate string `json:"begin_date,omitempty" xml:"begin_date,omitempty"`
	// 区间 只能为1 7 30
	Inteval int64 `json:"inteval,omitempty" xml:"inteval,omitempty"`
	// 每页行数
	PerPageSize int64 `json:"per_page_size,omitempty" xml:"per_page_size,omitempty"`
	// 第几页
	ToPage int64 `json:"to_page,omitempty" xml:"to_page,omitempty"`
}

IKeywordQuery 结构体

type KeywordDto

type KeywordDto struct {
	// 创建时间
	GmtCreate string `json:"gmt_create,omitempty" xml:"gmt_create,omitempty"`
	// 更新时间
	GmtModify string `json:"gmt_modify,omitempty" xml:"gmt_modify,omitempty"`
	// 词
	Word string `json:"word,omitempty" xml:"word,omitempty"`
	// 普通词
	NormWord string `json:"norm_word,omitempty" xml:"norm_word,omitempty"`
	// 出价分
	BidPrice string `json:"bid_price,omitempty" xml:"bid_price,omitempty"`
	// 平均出价
	AvgPrice string `json:"avg_price,omitempty" xml:"avg_price,omitempty"`
	// 建议出价
	SugPrice string `json:"sug_price,omitempty" xml:"sug_price,omitempty"`
	// 低价
	BasePrice string `json:"base_price,omitempty" xml:"base_price,omitempty"`
	// 配置信息
	Properties string `json:"properties,omitempty" xml:"properties,omitempty"`
	// 效果数据
	Effect *KeywordEffectDto `json:"effect,omitempty" xml:"effect,omitempty"`
	// 主键
	Id int64 `json:"id,omitempty" xml:"id,omitempty"`
	// 产品id
	ProductId int64 `json:"product_id,omitempty" xml:"product_id,omitempty"`
	// 计划id
	CampaignId int64 `json:"campaign_id,omitempty" xml:"campaign_id,omitempty"`
	// 状态
	OnlineStatus int64 `json:"online_status,omitempty" xml:"online_status,omitempty"`
	// 星级
	QsStar int64 `json:"qs_star,omitempty" xml:"qs_star,omitempty"`
	// 最优商品id
	BestMatchProduct int64 `json:"best_match_product,omitempty" xml:"best_match_product,omitempty"`
	// 相关性产品数量
	RelativeProductsCount int64 `json:"relative_products_count,omitempty" xml:"relative_products_count,omitempty"`
	// 搜索数量
	SearchCount int64 `json:"search_count,omitempty" xml:"search_count,omitempty"`
	// 购买数量
	BuyCount int64 `json:"buy_count,omitempty" xml:"buy_count,omitempty"`
	// 战略数据
	BidStrategy *BidStrategyDto `json:"bid_strategy,omitempty" xml:"bid_strategy,omitempty"`
}

KeywordDto 结构体

type KeywordEffectDto

type KeywordEffectDto struct {
	// 关键词
	Keyword string `json:"keyword,omitempty" xml:"keyword,omitempty"`
	// 开始时间
	StatDate string `json:"stat_date,omitempty" xml:"stat_date,omitempty"`
	// 曝光
	Impr int64 `json:"impr,omitempty" xml:"impr,omitempty"`
	// 点击
	Click int64 `json:"click,omitempty" xml:"click,omitempty"`
	// 消耗
	Cost int64 `json:"cost,omitempty" xml:"cost,omitempty"`
	// 推广时长
	OnlineMin int64 `json:"online_min,omitempty" xml:"online_min,omitempty"`
}

KeywordEffectDto 结构体

type KeywordErrorResultDto

type KeywordErrorResultDto struct {
	// reason
	Reason string `json:"reason,omitempty" xml:"reason,omitempty"`
	// value
	Value string `json:"value,omitempty" xml:"value,omitempty"`
	// keywordId
	KeywordId int64 `json:"keyword_id,omitempty" xml:"keyword_id,omitempty"`
}

KeywordErrorResultDto 结构体

type KeywordInfo

type KeywordInfo struct {
	// 关键词
	Word string `json:"word,omitempty" xml:"word,omitempty"`
	// 价格
	Price string `json:"price,omitempty" xml:"price,omitempty"`
	// 关键词id
	Id int64 `json:"id,omitempty" xml:"id,omitempty"`
	// 状态
	OnlineStatus int64 `json:"online_status,omitempty" xml:"online_status,omitempty"`
}

KeywordInfo 结构体

type KeywordQuery

type KeywordQuery struct {
	// 请求实体集合
	KeywordList []KeywordInfo `json:"keyword_list,omitempty" xml:"keyword_list>keyword_info,omitempty"`
	// 指定查询开始的具体日期,最多往前推4周
	FromDate string `json:"from_date,omitempty" xml:"from_date,omitempty"`
	// 是否精确查询
	IsExact string `json:"is_exact,omitempty" xml:"is_exact,omitempty"`
	// 按关键词查询
	Keyword string `json:"keyword,omitempty" xml:"keyword,omitempty"`
	// 按星级查询,可取0,1,2,3,4,5
	QsStar string `json:"qs_star,omitempty" xml:"qs_star,omitempty"`
	// 按关键词状态查询,只能取值stopped和in_promotion
	Status string `json:"status,omitempty" xml:"status,omitempty"`
	// 按关键词分组名称查询
	TagName string `json:"tag_name,omitempty" xml:"tag_name,omitempty"`
	// 按最近1天,7天,30天查询
	Inteval int64 `json:"inteval,omitempty" xml:"inteval,omitempty"`
	// 每页个数
	PerPageSize int64 `json:"per_page_size,omitempty" xml:"per_page_size,omitempty"`
	// 指定第几页
	ToPage int64 `json:"to_page,omitempty" xml:"to_page,omitempty"`
}

KeywordQuery 结构体

type KeywordRankPriceDto

type KeywordRankPriceDto struct {
	// 关键词前五名排价
	PriceArray []string `json:"price_array,omitempty" xml:"price_array>string,omitempty"`
	// 价格列表(计划)(不建议直接使用)
	PriceList []int64 `json:"price_list,omitempty" xml:"price_list>int64,omitempty"`
	// 价格列表(客户)(不建议直接使用)
	CustPriceList []int64 `json:"cust_price_list,omitempty" xml:"cust_price_list>int64,omitempty"`
	// 价格列表(客户)(元)(低价处理后结果)
	CustPriceArray []string `json:"cust_price_array,omitempty" xml:"cust_price_array>string,omitempty"`
	// 排价结果
	RankPriceList []string `json:"rank_price_list,omitempty" xml:"rank_price_list>string,omitempty"`
	// 关键词
	Keyword string `json:"keyword,omitempty" xml:"keyword,omitempty"`
	// 公司ID
	CompanyId int64 `json:"company_id,omitempty" xml:"company_id,omitempty"`
	// 计划ID
	CampaignId int64 `json:"campaign_id,omitempty" xml:"campaign_id,omitempty"`
}

KeywordRankPriceDto 结构体

type KeywordReportDto

type KeywordReportDto struct {
	// 返回数据详情
	KeywordEffectList []KeywordEffectDto `json:"keyword_effect_list,omitempty" xml:"keyword_effect_list>keyword_effect_dto,omitempty"`
	// 总数目
	TotalCount int64 `json:"total_count,omitempty" xml:"total_count,omitempty"`
}

KeywordReportDto 结构体

type KeywordReportOperationDto

type KeywordReportOperationDto struct {
	// 精确搜索关键词
	KeywordList []string `json:"keyword_list,omitempty" xml:"keyword_list>string,omitempty"`
	// 效果报告模糊搜索关键词
	Keyword string `json:"keyword,omitempty" xml:"keyword,omitempty"`
	// 获取明细数据("true"/"false"),如果为"true"则为明细数据
	GetDetailData string `json:"get_detail_data,omitempty" xml:"get_detail_data,omitempty"`
	// 开始时间(yyyy-MM-dd)
	DateBegin string `json:"date_begin,omitempty" xml:"date_begin,omitempty"`
	// 结束时间(yyyy-MM-dd)
	DateEnd string `json:"date_end,omitempty" xml:"date_end,omitempty"`
	// 排序字段(impr/click/ctr/cost/cpc)
	OrderField string `json:"order_field,omitempty" xml:"order_field,omitempty"`
	// 排序方式(asc/desc)
	OrderType string `json:"order_type,omitempty" xml:"order_type,omitempty"`
	// 时间段
	DateRange int64 `json:"date_range,omitempty" xml:"date_range,omitempty"`
	// 营销目标
	CampaignType int64 `json:"campaign_type,omitempty" xml:"campaign_type,omitempty"`
	// 计划ID
	CampaignId int64 `json:"campaign_id,omitempty" xml:"campaign_id,omitempty"`
	// 分页数量
	PageSize int64 `json:"page_size,omitempty" xml:"page_size,omitempty"`
	// 页码
	PageIndex int64 `json:"page_index,omitempty" xml:"page_index,omitempty"`
}

KeywordReportOperationDto 结构体

type KeywordResultDto

type KeywordResultDto struct {
	// 关键词所属分组名称列表
	TagList []string `json:"tag_list,omitempty" xml:"tag_list>string,omitempty"`
	// 底价,单位元,保留一位小数, 例如3.5表示3.5元
	BasePrice string `json:"base_price,omitempty" xml:"base_price,omitempty"`
	// 购买竞争度[1-6]
	BuyCount string `json:"buy_count,omitempty" xml:"buy_count,omitempty"`
	// 点击量
	ClickCnt string `json:"click_cnt,omitempty" xml:"click_cnt,omitempty"`
	// 平均点击花费,单位元,保留两位小数, 例如3.75表示3.75元
	ClickCostAvg string `json:"click_cost_avg,omitempty" xml:"click_cost_avg,omitempty"`
	// 花费,单位元,保留两位小数, 例如3.75表示3.75元
	Cost string `json:"cost,omitempty" xml:"cost,omitempty"`
	// 点击率,百分比,保留两位小数,例如3.75表示3.75%
	Ctr string `json:"ctr,omitempty" xml:"ctr,omitempty"`
	// 曝光量
	ImpressionCnt string `json:"impression_cnt,omitempty" xml:"impression_cnt,omitempty"`
	// 推广时长,单位小时,保留一位小数,例如13.5表示13.5小时,小于1小时返回<1
	OnlineTime string `json:"online_time,omitempty" xml:"online_time,omitempty"`
	// 出价,单位元,保留一位小数, 例如3.5表示3.5元
	Price string `json:"price,omitempty" xml:"price,omitempty"`
	// 搜索热度[1-6]
	SearchCount string `json:"search_count,omitempty" xml:"search_count,omitempty"`
	// 关键词推广状态,取值stopped和in_promotion
	Status string `json:"status,omitempty" xml:"status,omitempty"`
	// 关键词
	Word string `json:"word,omitempty" xml:"word,omitempty"`
	// 和关键词有匹配且处于推广中的产品的个数
	MatchCount int64 `json:"match_count,omitempty" xml:"match_count,omitempty"`
	// 推广评分星级[0-5]
	QsStar int64 `json:"qs_star,omitempty" xml:"qs_star,omitempty"`
	// 关键词id
	Id int64 `json:"id,omitempty" xml:"id,omitempty"`
}

KeywordResultDto 结构体

type KeywordUpdateDto

type KeywordUpdateDto struct {
	// 要改的价格,单位元
	Value string `json:"value,omitempty" xml:"value,omitempty"`
	// 词id
	KeywordId int64 `json:"keyword_id,omitempty" xml:"keyword_id,omitempty"`
}

KeywordUpdateDto 结构体

type KeywordUpdateQuery

type KeywordUpdateQuery struct {
	// 关键词集合
	KeywordList []KeywordInfo `json:"keyword_list,omitempty" xml:"keyword_list>keyword_info,omitempty"`
	// 更新类型:add_price(批量修改成不同价格,keywordList中price不能为空)update_price(批量修改成相同价格,updateInfo中price不能为空)
	UpdateType string `json:"update_type,omitempty" xml:"update_type,omitempty"`
	// 更新信息
	UpdateInfo *KeywordInfo `json:"update_info,omitempty" xml:"update_info,omitempty"`
}

KeywordUpdateQuery 结构体

type PageResultDto added in v1.2.5

type PageResultDto struct {
	// 返回数据
	ResultList []AdProductDto `json:"result_list,omitempty" xml:"result_list>ad_product_dto,omitempty"`
	// 错误信息
	Key string `json:"key,omitempty" xml:"key,omitempty"`
	// 总数量
	TotalCount int64 `json:"total_count,omitempty" xml:"total_count,omitempty"`
}

PageResultDto 结构体

type ProductEffectDto

type ProductEffectDto struct {
	// 产品名称
	ProductName string `json:"product_name,omitempty" xml:"product_name,omitempty"`
	// 图片url
	ImgUrl string `json:"img_url,omitempty" xml:"img_url,omitempty"`
	// 日期(yyyy-MM-dd)
	StatDate string `json:"stat_date,omitempty" xml:"stat_date,omitempty"`
	// 点击量
	ClickCnt string `json:"click_cnt,omitempty" xml:"click_cnt,omitempty"`
	// 平均点击花费
	ClickCostAvg string `json:"click_cost_avg,omitempty" xml:"click_cost_avg,omitempty"`
	// 百分比,保留两位小数,例如3.75表示3.75%
	Ctr string `json:"ctr,omitempty" xml:"ctr,omitempty"`
	// 曝光
	ImpressionCnt string `json:"impression_cnt,omitempty" xml:"impression_cnt,omitempty"`
	// title
	Subject string `json:"subject,omitempty" xml:"subject,omitempty"`
	// 产品id
	ProductId int64 `json:"product_id,omitempty" xml:"product_id,omitempty"`
	// 曝光
	Impr int64 `json:"impr,omitempty" xml:"impr,omitempty"`
	// 点击
	Click int64 `json:"click,omitempty" xml:"click,omitempty"`
	// 消耗
	Cost int64 `json:"cost,omitempty" xml:"cost,omitempty"`
	// 推广时长
	OnlineMin int64 `json:"online_min,omitempty" xml:"online_min,omitempty"`
}

ProductEffectDto 结构体

type ProductQuery

type ProductQuery struct {
	// 结束时间 当inteval=7或30的时候 不需要填写
	EndDate string `json:"end_date,omitempty" xml:"end_date,omitempty"`
	// 排序字段,目前支持传入下面5个值中的其中一个,不传的话默认使用impression_cnt,括号中为字段含义解释 impression_cnt (曝光量),click_cost_avg (平均点击花费),click_cnt(点击量)cost(总花费)ctr(点击率)
	OrderStr string `json:"order_str,omitempty" xml:"order_str,omitempty"`
	// 开始时间 当inteval=7或30的时候 不需要填写
	BeginDate string `json:"begin_date,omitempty" xml:"begin_date,omitempty"`
	// 区间 只能为1 7 30
	Inteval int64 `json:"inteval,omitempty" xml:"inteval,omitempty"`
	// 每页行数
	PerPageSize int64 `json:"per_page_size,omitempty" xml:"per_page_size,omitempty"`
	// 第几页
	ToPage int64 `json:"to_page,omitempty" xml:"to_page,omitempty"`
	// 产品ID
	ProductId int64 `json:"product_id,omitempty" xml:"product_id,omitempty"`
}

ProductQuery 结构体

type ProductRecommendQueryDto added in v1.2.5

type ProductRecommendQueryDto struct {
	// TESTING:新发产品 HOT:优质转化品 WIN: 橱窗产品 PRE: 优先推广品 HIGH_VIDEO_PROD:优质视频品 PRODTAG_HOTSALE,PRODTAG_STRENGTH: 优品 SITE_NEW: 平台新品 DIRECT_PROD: 行业定征新品
	TagList []string `json:"tag_list,omitempty" xml:"tag_list>string,omitempty"`
	// 优品必填"or"
	TagQueryType string `json:"tag_query_type,omitempty" xml:"tag_query_type,omitempty"`
	// 新品必填:“NEW_PROD”
	SubType string `json:"sub_type,omitempty" xml:"sub_type,omitempty"`
	// 当前页数
	Page int64 `json:"page,omitempty" xml:"page,omitempty"`
	// 每页数量
	Size int64 `json:"size,omitempty" xml:"size,omitempty"`
	// 品创建天数,新品必传“90/180”
	CreateDays int64 `json:"create_days,omitempty" xml:"create_days,omitempty"`
}

ProductRecommendQueryDto 结构体

type ProductReportDto

type ProductReportDto struct {
	// 返回实体集合
	ProductEffectList []ProductEffectDto `json:"product_effect_list,omitempty" xml:"product_effect_list>product_effect_dto,omitempty"`
	// 总数量
	TotalCount int64 `json:"total_count,omitempty" xml:"total_count,omitempty"`
}

ProductReportDto 结构体

type ProductReportOperationDto

type ProductReportOperationDto struct {
	// 产品名称或产品ID(模糊搜索)
	Key string `json:"key,omitempty" xml:"key,omitempty"`
	// 获取明细数据("true"/"false"),如果为"true"则为明细数据
	GetDetailData string `json:"get_detail_data,omitempty" xml:"get_detail_data,omitempty"`
	// 开始时间(yyyy-MM-dd)
	DateBegin string `json:"date_begin,omitempty" xml:"date_begin,omitempty"`
	// 结束时间(yyyy-MM-dd)
	DateEnd string `json:"date_end,omitempty" xml:"date_end,omitempty"`
	// 排序字段(impr/click/ctr/cost/cpc)
	OrderField string `json:"order_field,omitempty" xml:"order_field,omitempty"`
	// 排序方式(asc/desc)
	OrderType string `json:"order_type,omitempty" xml:"order_type,omitempty"`
	// 时间段
	DateRange int64 `json:"date_range,omitempty" xml:"date_range,omitempty"`
	// 营销目标
	CampaignType int64 `json:"campaign_type,omitempty" xml:"campaign_type,omitempty"`
	// 计划ID
	CampaignId int64 `json:"campaign_id,omitempty" xml:"campaign_id,omitempty"`
	// 页码
	PageIndex int64 `json:"page_index,omitempty" xml:"page_index,omitempty"`
	// 每页数量
	PageSize int64 `json:"page_size,omitempty" xml:"page_size,omitempty"`
}

ProductReportOperationDto 结构体

type RecKeywordDto

type RecKeywordDto struct {
	// 同行平均出价,单位元,一位小数
	AvgPrice string `json:"avg_price,omitempty" xml:"avg_price,omitempty"`
	// 词
	Word string `json:"word,omitempty" xml:"word,omitempty"`
	// 购买竞争度[1-6]
	BuyCount string `json:"buy_count,omitempty" xml:"buy_count,omitempty"`
	// 搜索热度[1-6]
	SearchCount string `json:"search_count,omitempty" xml:"search_count,omitempty"`
	// 客户是否已经将该词添加到外贸直通车后台的出价列表中,取值'Y‘和'N’
	IsAdded string `json:"is_added,omitempty" xml:"is_added,omitempty"`
	// 底价,单位元,一位小数
	BasePrice string `json:"base_price,omitempty" xml:"base_price,omitempty"`
	// 关键词的推广评分[0-5]
	QsStar int64 `json:"qs_star,omitempty" xml:"qs_star,omitempty"`
	// 与关键词匹配且处于推广中的产品的数量
	MatchCount int64 `json:"match_count,omitempty" xml:"match_count,omitempty"`
}

RecKeywordDto 结构体

type RecKeywordQuery

type RecKeywordQuery struct {
	// 搜索词
	Keyword string `json:"keyword,omitempty" xml:"keyword,omitempty"`
	// 每页行数
	PerPageSize int64 `json:"per_page_size,omitempty" xml:"per_page_size,omitempty"`
	// 第几页
	ToPage int64 `json:"to_page,omitempty" xml:"to_page,omitempty"`
}

RecKeywordQuery 结构体

type RecommendKeywordQueryDto added in v1.2.5

type RecommendKeywordQueryDto struct {
	// 关键词
	Keyword string `json:"keyword,omitempty" xml:"keyword,omitempty"`
	// 排序字段:searchIndex,buyIndex,star,keyword
	OrderBy string `json:"order_by,omitempty" xml:"order_by,omitempty"`
	// 排序规则 asc/desc
	Order string `json:"order,omitempty" xml:"order,omitempty"`
	// 搜索类型:1-系统推荐                      2-按词分组推荐                      3-按词推荐词
	SearchType int64 `json:"search_type,omitempty" xml:"search_type,omitempty"`
	// 计划id
	CampaignId int64 `json:"campaign_id,omitempty" xml:"campaign_id,omitempty"`
	// 词组id,searchType为2时必传
	GroupId int64 `json:"group_id,omitempty" xml:"group_id,omitempty"`
	// true-精准匹配 false-模糊匹配
	ExactMatch bool `json:"exact_match,omitempty" xml:"exact_match,omitempty"`
}

RecommendKeywordQueryDto 结构体

type RecommendProductDto added in v1.2.5

type RecommendProductDto struct {
	// 品标题
	Subject string `json:"subject,omitempty" xml:"subject,omitempty"`
	// 消耗
	AdsCostAmt string `json:"ads_cost_amt,omitempty" xml:"ads_cost_amt,omitempty"`
	// 点击率
	AdsCtr string `json:"ads_ctr,omitempty" xml:"ads_ctr,omitempty"`
	// 平均点击价格
	AdsCpc string `json:"ads_cpc,omitempty" xml:"ads_cpc,omitempty"`
	// 网页点击率
	WebCtr string `json:"web_ctr,omitempty" xml:"web_ctr,omitempty"`
	// 产品分数
	ProdScore string `json:"prod_score,omitempty" xml:"prod_score,omitempty"`
	// 权力分数
	PowerScore string `json:"power_score,omitempty" xml:"power_score,omitempty"`
	// 蓝海指数
	BlueSeaScore string `json:"blue_sea_score,omitempty" xml:"blue_sea_score,omitempty"`
	// 品创建时间
	GmtPostingCreate string `json:"gmt_posting_create,omitempty" xml:"gmt_posting_create,omitempty"`
	// 品id
	ProductId int64 `json:"product_id,omitempty" xml:"product_id,omitempty"`
	// 曝光数
	AdsImprCnt int64 `json:"ads_impr_cnt,omitempty" xml:"ads_impr_cnt,omitempty"`
	// 点击数
	AdsClickCnt int64 `json:"ads_click_cnt,omitempty" xml:"ads_click_cnt,omitempty"`
	// 网页曝光数
	WebImprCnt int64 `json:"web_impr_cnt,omitempty" xml:"web_impr_cnt,omitempty"`
	// 网页点击数
	WebClickCnt int64 `json:"web_click_cnt,omitempty" xml:"web_click_cnt,omitempty"`
	// 网页排名
	WebRank int64 `json:"web_rank,omitempty" xml:"web_rank,omitempty"`
	// 排名
	AdsRank int64 `json:"ads_rank,omitempty" xml:"ads_rank,omitempty"`
	// 商品推广状态
	PromotionStatus int64 `json:"promotion_status,omitempty" xml:"promotion_status,omitempty"`
	// 优越品
	SuperiorProd int64 `json:"superior_prod,omitempty" xml:"superior_prod,omitempty"`
}

RecommendProductDto 结构体

type RegionView

type RegionView struct {
	// 国家列表
	CountryList []CountryView `json:"country_list,omitempty" xml:"country_list>country_view,omitempty"`
	// 地区中文名
	RegionCnName string `json:"region_cn_name,omitempty" xml:"region_cn_name,omitempty"`
}

RegionView 结构体

type RelevantProductDto added in v1.2.5

type RelevantProductDto struct {
	// 推荐理由
	ReasonList []string `json:"reason_list,omitempty" xml:"reason_list>string,omitempty"`
	// 品图片链接
	ImgUrl string `json:"img_url,omitempty" xml:"img_url,omitempty"`
	// 品名称
	ProductName string `json:"product_name,omitempty" xml:"product_name,omitempty"`
	// 星级
	QsStar int64 `json:"qs_star,omitempty" xml:"qs_star,omitempty"`
	// 品id
	ProductId int64 `json:"product_id,omitempty" xml:"product_id,omitempty"`
	// 操作优推品得主键id
	AdGroupId int64 `json:"ad_group_id,omitempty" xml:"ad_group_id,omitempty"`
	// 是否优推
	IsPreferential bool `json:"is_preferential,omitempty" xml:"is_preferential,omitempty"`
}

RelevantProductDto 结构体

type SingleAdKeywordEffectDto

type SingleAdKeywordEffectDto struct {
	// 关键词
	Keyword string `json:"keyword,omitempty" xml:"keyword,omitempty"`
	// 曝光
	ImpressionCnt string `json:"impression_cnt,omitempty" xml:"impression_cnt,omitempty"`
	// 日期
	StatDate string `json:"stat_date,omitempty" xml:"stat_date,omitempty"`
	// 平均点击花费
	ClickCostAvg string `json:"click_cost_avg,omitempty" xml:"click_cost_avg,omitempty"`
	// 推广时长 单元小时 一位小数
	OnlineTime string `json:"online_time,omitempty" xml:"online_time,omitempty"`
	// 点击量
	ClickCnt string `json:"click_cnt,omitempty" xml:"click_cnt,omitempty"`
	// 单位元,保留两位小数
	Cost string `json:"cost,omitempty" xml:"cost,omitempty"`
	// 百分比,保留两位小数,例如3.75表示3.75%
	Ctr string `json:"ctr,omitempty" xml:"ctr,omitempty"`
}

SingleAdKeywordEffectDto 结构体

type SingleProductEffectDto

type SingleProductEffectDto struct {
	// 产品title
	Subject string `json:"subject,omitempty" xml:"subject,omitempty"`
	// 曝光
	ImpressionCnt string `json:"impression_cnt,omitempty" xml:"impression_cnt,omitempty"`
	// 日期
	StatDate string `json:"stat_date,omitempty" xml:"stat_date,omitempty"`
	// 平均点击花费
	ClickCostAvg string `json:"click_cost_avg,omitempty" xml:"click_cost_avg,omitempty"`
	// 点击数
	ClickCnt string `json:"click_cnt,omitempty" xml:"click_cnt,omitempty"`
	// 单位元,保留两位小数, 例如3.75表示3.75元
	Cost string `json:"cost,omitempty" xml:"cost,omitempty"`
	// 百分比,保留两位小数,例如3.75表示3.75%
	Ctr string `json:"ctr,omitempty" xml:"ctr,omitempty"`
	// 产品ID
	ProductId int64 `json:"product_id,omitempty" xml:"product_id,omitempty"`
}

SingleProductEffectDto 结构体

type TagDefineDto added in v1.2.5

type TagDefineDto struct {
	// 标签值
	OptionValue string `json:"option_value,omitempty" xml:"option_value,omitempty"`
	// 标签名(标签描述为空时,取标签名)
	Name string `json:"name,omitempty" xml:"name,omitempty"`
	// 标签描述(标签名为空时,取标签描述)
	Desc string `json:"desc,omitempty" xml:"desc,omitempty"`
	// 层级(0,1,2)
	Level int64 `json:"level,omitempty" xml:"level,omitempty"`
}

TagDefineDto 结构体

type TagEstimateOperationDto

type TagEstimateOperationDto struct {
	// optionValues
	OptionValues []string `json:"option_values,omitempty" xml:"option_values>string,omitempty"`
}

TagEstimateOperationDto 结构体

type TagGroup

type TagGroup struct {
	// 分组名称
	Name string `json:"name,omitempty" xml:"name,omitempty"`
	// 关键词数
	Count int64 `json:"count,omitempty" xml:"count,omitempty"`
	// 分组ID
	Id int64 `json:"id,omitempty" xml:"id,omitempty"`
}

TagGroup 结构体

type TargetEffectDto

type TargetEffectDto struct {
	// 标题
	Subject string `json:"subject,omitempty" xml:"subject,omitempty"`
	// 选项值
	OptionValue string `json:"option_value,omitempty" xml:"option_value,omitempty"`
	// 日期(yyyy-MM-dd)
	StatDate string `json:"stat_date,omitempty" xml:"stat_date,omitempty"`
	// 13:地域标签 14:人群标签
	TagRefType int64 `json:"tag_ref_type,omitempty" xml:"tag_ref_type,omitempty"`
	// 曝光
	Impr int64 `json:"impr,omitempty" xml:"impr,omitempty"`
	// 点击
	Click int64 `json:"click,omitempty" xml:"click,omitempty"`
	// 消耗
	Cost int64 `json:"cost,omitempty" xml:"cost,omitempty"`
	// 推广时长
	OnlineMin int64 `json:"online_min,omitempty" xml:"online_min,omitempty"`
}

TargetEffectDto 结构体

type TargetReportDto

type TargetReportDto struct {
	// 返回实体集合
	TargetEffectList []TargetEffectDto `json:"target_effect_list,omitempty" xml:"target_effect_list>target_effect_dto,omitempty"`
}

TargetReportDto 结构体

type TargetReportOperationDto

type TargetReportOperationDto struct {
	// crowd/region
	Type string `json:"type,omitempty" xml:"type,omitempty"`
	// 开始时间(yyyy-MM-dd)
	DateBegin string `json:"date_begin,omitempty" xml:"date_begin,omitempty"`
	// 结束时间(yyyy-MM-dd)
	DateEnd string `json:"date_end,omitempty" xml:"date_end,omitempty"`
	// 营销目标
	CampaignType int64 `json:"campaign_type,omitempty" xml:"campaign_type,omitempty"`
	// 计划ID
	CampaignId int64 `json:"campaign_id,omitempty" xml:"campaign_id,omitempty"`
}

TargetReportOperationDto 结构体

type TargetTagOperationDto

type TargetTagOperationDto struct {
	// crowd or region or terminal or scene
	Scope []string `json:"scope,omitempty" xml:"scope>string,omitempty"`
	// 出价类型:0=出价, 1=溢价,2=过滤, 3=召回
	PriceMode int64 `json:"price_mode,omitempty" xml:"price_mode,omitempty"`
}

TargetTagOperationDto 结构体

type TargetTagRecommendQueryDto added in v1.2.8

type TargetTagRecommendQueryDto struct {
	// 查询类型(查询推荐标签丰富信息,包含拓展信息和标签美杜莎文案(DEFAULT) 查询推荐标签扩展信息,包含基础信息和算法推荐溢价值(SIMPLE) 查询推荐标签基础信息(RAW))
	QueryMode string `json:"query_mode,omitempty" xml:"query_mode,omitempty"`
	// 是否需要过滤已采纳标签
	IsFilterAdoptedTag bool `json:"is_filter_adopted_tag,omitempty" xml:"is_filter_adopted_tag,omitempty"`
}

TargetTagRecommendQueryDto 结构体

type TargetTagRecommendResultDto added in v1.2.8

type TargetTagRecommendResultDto struct {
	// 推荐标签名
	OptionValue string `json:"option_value,omitempty" xml:"option_value,omitempty"`
	// 推荐标签类型
	Type string `json:"type,omitempty" xml:"type,omitempty"`
	// 高曝光竞价(单位:元)
	HighImprPrice string `json:"high_impr_price,omitempty" xml:"high_impr_price,omitempty"`
	// 推荐标签溢价值
	Discount int64 `json:"discount,omitempty" xml:"discount,omitempty"`
	// 推荐标签分数[0-100]
	Score int64 `json:"score,omitempty" xml:"score,omitempty"`
}

TargetTagRecommendResultDto 结构体

type TopContextDto

type TopContextDto struct {
	// 产品线id
	ProductLineId int64 `json:"product_line_id,omitempty" xml:"product_line_id,omitempty"`
	// 产品id
	ProductId int64 `json:"product_id,omitempty" xml:"product_id,omitempty"`
}

TopContextDto 结构体

type TopCustLevelDto

type TopCustLevelDto struct {
	// growthLevel
	GrowthLevel string `json:"growth_level,omitempty" xml:"growth_level,omitempty"`
	// levelScore
	LevelScore int64 `json:"level_score,omitempty" xml:"level_score,omitempty"`
}

TopCustLevelDto 结构体

type TopCustomerDto added in v1.2.5

type TopCustomerDto struct {
	// 币种
	Currency string `json:"currency,omitempty" xml:"currency,omitempty"`
	// 汇率
	ExchangeRate string `json:"exchange_rate,omitempty" xml:"exchange_rate,omitempty"`
	// 税率
	TaxRate string `json:"tax_rate,omitempty" xml:"tax_rate,omitempty"`
	// 区域
	Region string `json:"region,omitempty" xml:"region,omitempty"`
	// 客户等级
	Level int64 `json:"level,omitempty" xml:"level,omitempty"`
	// 分数
	Score int64 `json:"score,omitempty" xml:"score,omitempty"`
	// 下月星级
	StarTemp int64 `json:"star_temp,omitempty" xml:"star_temp,omitempty"`
	// 下月分数
	ScoreTemp int64 `json:"score_temp,omitempty" xml:"score_temp,omitempty"`
	// 账户余额,单位:分
	CustomerBalance int64 `json:"customer_balance,omitempty" xml:"customer_balance,omitempty"`
}

TopCustomerDto 结构体

type TopKeywordListDto added in v1.2.0

type TopKeywordListDto struct {
	// 关键词列表
	KeywordList []string `json:"keyword_list,omitempty" xml:"keyword_list>string,omitempty"`
}

TopKeywordListDto 结构体

type TopMatchedProductDto

type TopMatchedProductDto struct {
	// 是否强制绑定
	IsForceMatch string `json:"is_force_match,omitempty" xml:"is_force_match,omitempty"`
	// 是否设置优先推广
	IsPreferential string `json:"is_preferential,omitempty" xml:"is_preferential,omitempty"`
	// 产品标题
	Subject string `json:"subject,omitempty" xml:"subject,omitempty"`
	// Y:产品推广中,N:产品未推广
	IsOffer string `json:"is_offer,omitempty" xml:"is_offer,omitempty"`
	// 产品ID
	ProductId int64 `json:"product_id,omitempty" xml:"product_id,omitempty"`
	// 推广评分星级取值[0-5]
	QsStar int64 `json:"qs_star,omitempty" xml:"qs_star,omitempty"`
}

TopMatchedProductDto 结构体

type TopP4pBasicQuickCampaign

type TopP4pBasicQuickCampaign struct {
	// 出价区间-上限(一位小数,不低于3.0)
	MaxPrice string `json:"max_price,omitempty" xml:"max_price,omitempty"`
	// 出价区间-下限(一位小数)
	MinPrice string `json:"min_price,omitempty" xml:"min_price,omitempty"`
	// 计划标题
	Title string `json:"title,omitempty" xml:"title,omitempty"`
	// 计划每日预算
	Budget int64 `json:"budget,omitempty" xml:"budget,omitempty"`
	// 推广计划id
	CampaignId int64 `json:"campaign_id,omitempty" xml:"campaign_id,omitempty"`
}

TopP4pBasicQuickCampaign 结构体

type TopP4pBasicQuickCampaignView

type TopP4pBasicQuickCampaignView struct {
	// 屏蔽词列表
	ForbiddenWords []string `json:"forbidden_words,omitempty" xml:"forbidden_words>string,omitempty"`
	// 出价区间-上限
	MaxPrice string `json:"max_price,omitempty" xml:"max_price,omitempty"`
	// 出价区间-下限
	MinPrice string `json:"min_price,omitempty" xml:"min_price,omitempty"`
	// 计划标题
	Title string `json:"title,omitempty" xml:"title,omitempty"`
	// 计划每日预算
	Budget int64 `json:"budget,omitempty" xml:"budget,omitempty"`
	// 推广商品数量
	ProductCount int64 `json:"product_count,omitempty" xml:"product_count,omitempty"`
	// 计划状态(0暂停、1推广中、-1点爆)
	Status int64 `json:"status,omitempty" xml:"status,omitempty"`
	// 定向推广计划ID
	CampaignId int64 `json:"campaign_id,omitempty" xml:"campaign_id,omitempty"`
}

TopP4pBasicQuickCampaignView 结构体

type TopP4pCampaignTargetingTagView

type TopP4pCampaignTargetingTagView struct {
	// 国家溢价列表
	CountryTagList []CountryTagView `json:"country_tag_list,omitempty" xml:"country_tag_list>country_tag_view,omitempty"`
	// 人群溢价列表
	CrowdTagList []CrowdTagView `json:"crowd_tag_list,omitempty" xml:"crowd_tag_list>crowd_tag_view,omitempty"`
}

TopP4pCampaignTargetingTagView 结构体

type TopP4pModifyQuickCampaignDto

type TopP4pModifyQuickCampaignDto struct {
	// 操作类型,0=计划暂停,1=计划开启,2=计划删除
	Action int64 `json:"action,omitempty" xml:"action,omitempty"`
	// 计划ID
	CampaignId int64 `json:"campaign_id,omitempty" xml:"campaign_id,omitempty"`
}

TopP4pModifyQuickCampaignDto 结构体

type TopP4pModifyQuickCampaignProductDto

type TopP4pModifyQuickCampaignProductDto struct {
	// 商品ID
	ProductIdList []int64 `json:"product_id_list,omitempty" xml:"product_id_list>int64,omitempty"`
	// 操作类型,0=商品暂停,1=商品开启,2=新增商品,3=删除商品
	Action int64 `json:"action,omitempty" xml:"action,omitempty"`
	// 计划ID
	CampaignId int64 `json:"campaign_id,omitempty" xml:"campaign_id,omitempty"`
}

TopP4pModifyQuickCampaignProductDto 结构体

type TopP4pModifyQuickCampaignTagDto

type TopP4pModifyQuickCampaignTagDto struct {
	// 定向标签编码,新增/修改有效
	OptionValue string `json:"option_value,omitempty" xml:"option_value,omitempty"`
	// 操作类型,1=修改定向溢价,2=创建定向标签,3=删除定向标签
	Action int64 `json:"action,omitempty" xml:"action,omitempty"`
	// 定向溢价比例,(100,400],新增/修改有效
	BidRate int64 `json:"bid_rate,omitempty" xml:"bid_rate,omitempty"`
	// 计划ID
	CampaignId int64 `json:"campaign_id,omitempty" xml:"campaign_id,omitempty"`
	// 定向ID,删除有效
	TagId int64 `json:"tag_id,omitempty" xml:"tag_id,omitempty"`
	// 定向类型,新增/修改有效,1=类目访客,2=类目询盘,3=固定标签,比如本店、高MOQ等,4=地域定向
	TagType int64 `json:"tag_type,omitempty" xml:"tag_type,omitempty"`
}

TopP4pModifyQuickCampaignTagDto 结构体

type TopP4pQuickCampaignEffectView

type TopP4pQuickCampaignEffectView struct {
	// 推广时长
	OnlineTime string `json:"online_time,omitempty" xml:"online_time,omitempty"`
	// 平均点击花费
	Cpc string `json:"cpc,omitempty" xml:"cpc,omitempty"`
	// 点击率
	Ctr string `json:"ctr,omitempty" xml:"ctr,omitempty"`
	// 消耗金额,单位元
	Cost string `json:"cost,omitempty" xml:"cost,omitempty"`
	// 点击量
	ClickCnt string `json:"click_cnt,omitempty" xml:"click_cnt,omitempty"`
	// 曝光量
	ImpressionCnt string `json:"impression_cnt,omitempty" xml:"impression_cnt,omitempty"`
	// 日期
	Date string `json:"date,omitempty" xml:"date,omitempty"`
}

TopP4pQuickCampaignEffectView 结构体

type TopP4pQuickCampaignProductView

type TopP4pQuickCampaignProductView struct {
	// 商品名
	ProductName string `json:"product_name,omitempty" xml:"product_name,omitempty"`
	// 商品最近7天效果数据
	Effect7d *Effect7d `json:"effect7d,omitempty" xml:"effect7d,omitempty"`
	// 商品ID
	ProductId int64 `json:"product_id,omitempty" xml:"product_id,omitempty"`
	// 产品状态(0暂停,1推广中,-2商品下架)
	DisplayStatus int64 `json:"display_status,omitempty" xml:"display_status,omitempty"`
}

TopP4pQuickCampaignProductView 结构体

type TopP4pQuickCampaignQueryDto

type TopP4pQuickCampaignQueryDto struct {
	// 第几页
	ToPage int64 `json:"to_page,omitempty" xml:"to_page,omitempty"`
	// 每页返回数量
	PerPageSize int64 `json:"per_page_size,omitempty" xml:"per_page_size,omitempty"`
}

TopP4pQuickCampaignQueryDto 结构体

type TopP4pQuickEffectQuery

type TopP4pQuickEffectQuery struct {
	// 结束时间 当inteval=7或30的时候 不需要填写,当inteval=1时需要填写(开始结束时间区间不允许大于180天)
	EndDate string `json:"end_date,omitempty" xml:"end_date,omitempty"`
	// 开始时间 当inteval=7或30的时候 不需要填写,当inteval=1时需要填写(开始结束时间区间不允许大于180天)
	BeginDate string `json:"begin_date,omitempty" xml:"begin_date,omitempty"`
	// asc(顺序),desc(倒序)
	OrderType string `json:"order_type,omitempty" xml:"order_type,omitempty"`
	// 排序字段 impression(曝光) click(点击数) ctr(点击率) cost(消耗金额) cpc(平均点击消耗)
	OrderField string `json:"order_field,omitempty" xml:"order_field,omitempty"`
	// 商品名称(可以通过传入商品名称,返回指定商品的数据)
	ProductName string `json:"product_name,omitempty" xml:"product_name,omitempty"`
	// 填写推广计划名字,单独返回某个计划的数据
	CampaignTitle string `json:"campaign_title,omitempty" xml:"campaign_title,omitempty"`
	// 查询类型,crowd(人群),region(地域)
	TagType string `json:"tag_type,omitempty" xml:"tag_type,omitempty"`
	// 区间 只能为1 7 30
	Interval int64 `json:"interval,omitempty" xml:"interval,omitempty"`
	// 第几页
	ToPage int64 `json:"to_page,omitempty" xml:"to_page,omitempty"`
	// 每页行数
	PerPageSize int64 `json:"per_page_size,omitempty" xml:"per_page_size,omitempty"`
	// 若查询类型为人群,需要填写此字段  1(潜在访问偏好) 2(潜在采购意向) 3(店铺老客) 4(优选人群)
	TagLabel int64 `json:"tag_label,omitempty" xml:"tag_label,omitempty"`
}

TopP4pQuickEffectQuery 结构体

type TopP4pQuickForbiddenWordDto

type TopP4pQuickForbiddenWordDto struct {
	// 屏蔽词
	ForbiddenWord []string `json:"forbidden_word,omitempty" xml:"forbidden_word>string,omitempty"`
	// 1代表新增屏蔽词,2代表删除屏蔽词
	Action int64 `json:"action,omitempty" xml:"action,omitempty"`
	// 定向推广计划ID
	CampaignId int64 `json:"campaign_id,omitempty" xml:"campaign_id,omitempty"`
}

TopP4pQuickForbiddenWordDto 结构体

type TopP4pQuickProductEffectView

type TopP4pQuickProductEffectView struct {
	// 产品名称
	ProductName string `json:"product_name,omitempty" xml:"product_name,omitempty"`
	// 平均点击花费
	Cpc string `json:"cpc,omitempty" xml:"cpc,omitempty"`
	// 点击率
	Ctr string `json:"ctr,omitempty" xml:"ctr,omitempty"`
	// 消耗金额,单位元
	Cost string `json:"cost,omitempty" xml:"cost,omitempty"`
	// 点击量
	ClickCnt string `json:"click_cnt,omitempty" xml:"click_cnt,omitempty"`
	// 曝光量
	ImpressionCnt string `json:"impression_cnt,omitempty" xml:"impression_cnt,omitempty"`
	// 产品id
	ProductId int64 `json:"product_id,omitempty" xml:"product_id,omitempty"`
}

TopP4pQuickProductEffectView 结构体

type TopP4pQuickProductQuery

type TopP4pQuickProductQuery struct {
	// 定向推广计划id
	CampaignId int64 `json:"campaign_id,omitempty" xml:"campaign_id,omitempty"`
	// 第几页
	ToPage int64 `json:"to_page,omitempty" xml:"to_page,omitempty"`
	// 每页返回多少行
	PerPageSize int64 `json:"per_page_size,omitempty" xml:"per_page_size,omitempty"`
}

TopP4pQuickProductQuery 结构体

type TopP4pQuickTagEffectView

type TopP4pQuickTagEffectView struct {
	// 标签id(潜在访问偏好和潜在采购意向返回的是类目id,店铺老客和优选人群返回的是字符串)
	TagId string `json:"tag_id,omitempty" xml:"tag_id,omitempty"`
	// 标签名字
	TagName string `json:"tag_name,omitempty" xml:"tag_name,omitempty"`
	// 平均点击出价
	Cpc string `json:"cpc,omitempty" xml:"cpc,omitempty"`
	// 点击率
	Ctr string `json:"ctr,omitempty" xml:"ctr,omitempty"`
	// 消耗金额,单位元
	Cost string `json:"cost,omitempty" xml:"cost,omitempty"`
	// 点击数
	ClickCnt string `json:"click_cnt,omitempty" xml:"click_cnt,omitempty"`
	// 曝光量
	ImpressionCnt string `json:"impression_cnt,omitempty" xml:"impression_cnt,omitempty"`
}

TopP4pQuickTagEffectView 结构体

type TopProductDto

type TopProductDto struct {
	// 产品推广状态,取值[disabled,enabled]
	Status string `json:"status,omitempty" xml:"status,omitempty"`
	// 产品标题,最大长度256个字符
	Subject string `json:"subject,omitempty" xml:"subject,omitempty"`
	// 产品ID
	ProductId int64 `json:"product_id,omitempty" xml:"product_id,omitempty"`
}

TopProductDto 结构体

type TopProductGroupDto

type TopProductGroupDto struct {
	// 产品分组标识
	GroupId string `json:"group_id,omitempty" xml:"group_id,omitempty"`
	// 产品分组名称
	GroupName string `json:"group_name,omitempty" xml:"group_name,omitempty"`
	// 是否是叶子分组,即没有子分组
	Leaf bool `json:"leaf,omitempty" xml:"leaf,omitempty"`
}

TopProductGroupDto 结构体

Source Files

Jump to

Keyboard shortcuts

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