scbp

package
v1.2.1 Latest Latest
Warning

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

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

Documentation

Overview

国际站外贸直通车API model

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

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"`
	// 曝光
	ImpressionCnt string `json:"impression_cnt,omitempty" xml:"impression_cnt,omitempty"`
	// 点击率
	Ctr string `json:"ctr,omitempty" xml:"ctr,omitempty"`
	// 平均点击花费
	ClickCostAvg string `json:"click_cost_avg,omitempty" xml:"click_cost_avg,omitempty"`
	// 单位小时,保留一位小数,例如13.5表示13.5小时
	OnlineTime string `json:"online_time,omitempty" xml:"online_time,omitempty"`
	// 点击量
	ClickCnt string `json:"click_cnt,omitempty" xml:"click_cnt,omitempty"`
}

AccountEffectDto 结构体

type AccountQuery

type AccountQuery struct {
	// 区间 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"`
	// 结束时间 inteval=7或30不用指定
	EndDate string `json:"end_date,omitempty" xml:"end_date,omitempty"`
	// 开始时间 inteval=7或30不用指定
	BeginDate string `json:"begin_date,omitempty" xml:"begin_date,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 {
	// 计划id集合
	CampaignIds []int64 `json:"campaign_ids,omitempty" xml:"campaign_ids>int64,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"`
	// 时间段
	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 {
	// 产品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"`
	// key
	SettingKey string `json:"setting_key,omitempty" xml:"setting_key,omitempty"`
	// value
	SettingValue string `json:"setting_value,omitempty" xml:"setting_value,omitempty"`
}

AdGroupOperationDto 结构体

type AdGroupQueryDto

type AdGroupQueryDto struct {
	// 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"`
	// 标题
	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"`
	// 页码
	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 {
	// 关键词
	Keyword string `json:"keyword,omitempty" xml:"keyword,omitempty"`
	// 曝光
	ImpressionCnt string `json:"impression_cnt,omitempty" xml:"impression_cnt,omitempty"`
	// 平均点击花费
	ClickCostAvg string `json:"click_cost_avg,omitempty" xml:"click_cost_avg,omitempty"`
	// 单位小时,保留一位小数,例如13.5表示13.5小时
	OnlineTime string `json:"online_time,omitempty" xml:"online_time,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"`
}

AdKeywordEffectDto 结构体

type AdProductDto

type AdProductDto struct {
	// 计划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"`
	// 创建时间
	GmtCreate string `json:"gmt_create,omitempty" xml:"gmt_create,omitempty"`
	// 修改时间
	GmtModified string `json:"gmt_modified,omitempty" xml:"gmt_modified,omitempty"`
	// 商品id
	ProductId int64 `json:"product_id,omitempty" xml:"product_id,omitempty"`
	// 商品标题
	Subject string `json:"subject,omitempty" xml:"subject,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"`
	// 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"`
	// 效果数据
	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 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 {
	// 定向标签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"`
	// 标签选项
	OptionValue string `json:"option_value,omitempty" xml:"option_value,omitempty"`
	// 人群名称
	CrowdName string `json:"crowd_name,omitempty" xml:"crowd_name,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"`
	// 计划创建时间
	GmtCreate string `json:"gmt_create,omitempty" xml:"gmt_create,omitempty"`
	// 计划修改时间
	GmtModified string `json:"gmt_modified,omitempty" xml:"gmt_modified,omitempty"`
	// 13:地域标签 14:人群标签
	TagRefType int64 `json:"tag_ref_type,omitempty" xml:"tag_ref_type,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

GetApiParams 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

GetApiParams 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

GetApiParams 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

GetApiParams 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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpAccountStatusUpdateAPIRequest) GetStatus added in v1.2.0

Get Status Getter

func (*AlibabaScbpAccountStatusUpdateAPIRequest) SetStatus added in v1.2.0

Set 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

GetApiParams 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

GetApiParams 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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpAdCampaignCreateAPIRequest) GetCampaignOperation added in v1.2.0

Get CampaignOperation Getter

func (AlibabaScbpAdCampaignCreateAPIRequest) GetTopContext added in v1.2.0

Get TopContext Getter

func (*AlibabaScbpAdCampaignCreateAPIRequest) SetCampaignOperation added in v1.2.0

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

Set is CampaignOperation Setter 返回数据

func (*AlibabaScbpAdCampaignCreateAPIRequest) SetTopContext added in v1.2.0

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

Set 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

Get CampaignId Getter

func (AlibabaScbpAdCampaignCreateForbiddenKeywordAPIRequest) GetForbiddenKeywordBatchOperation added in v1.2.0

Get ForbiddenKeywordBatchOperation Getter

func (AlibabaScbpAdCampaignCreateForbiddenKeywordAPIRequest) GetTopContext added in v1.2.0

Get TopContext Getter

func (*AlibabaScbpAdCampaignCreateForbiddenKeywordAPIRequest) SetCampaignId added in v1.2.0

Set is CampaignId Setter 计划id

func (*AlibabaScbpAdCampaignCreateForbiddenKeywordAPIRequest) SetForbiddenKeywordBatchOperation added in v1.2.0

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

Set is ForbiddenKeywordBatchOperation Setter 请求参数

func (*AlibabaScbpAdCampaignCreateForbiddenKeywordAPIRequest) SetTopContext added in v1.2.0

Set 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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpAdCampaignDeleteAPIRequest) GetBatchOperation added in v1.2.0

Get BatchOperation Getter

func (AlibabaScbpAdCampaignDeleteAPIRequest) GetTopContext added in v1.2.0

Get TopContext Getter

func (*AlibabaScbpAdCampaignDeleteAPIRequest) SetBatchOperation added in v1.2.0

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

Set is BatchOperation Setter 操作对象

func (*AlibabaScbpAdCampaignDeleteAPIRequest) SetTopContext added in v1.2.0

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

Set 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

Get CampaignId Getter

func (AlibabaScbpAdCampaignDeleteForbiddenKeywordAPIRequest) GetForbiddenKeywordBatchOperation added in v1.2.0

Get ForbiddenKeywordBatchOperation Getter

func (AlibabaScbpAdCampaignDeleteForbiddenKeywordAPIRequest) GetTopContext added in v1.2.0

Get TopContext Getter

func (*AlibabaScbpAdCampaignDeleteForbiddenKeywordAPIRequest) SetCampaignId added in v1.2.0

Set is CampaignId Setter 计划id

func (*AlibabaScbpAdCampaignDeleteForbiddenKeywordAPIRequest) SetForbiddenKeywordBatchOperation added in v1.2.0

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

Set is ForbiddenKeywordBatchOperation Setter 请求参数

func (*AlibabaScbpAdCampaignDeleteForbiddenKeywordAPIRequest) SetTopContext added in v1.2.0

Set 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

Get BeginDate Getter

func (AlibabaScbpAdCampaignFindCampaignEffectAPIRequest) GetCampaignIdList added in v1.2.0

Get CampaignIdList Getter

func (AlibabaScbpAdCampaignFindCampaignEffectAPIRequest) GetEndDate added in v1.2.0

Get EndDate Getter

func (AlibabaScbpAdCampaignFindCampaignEffectAPIRequest) GetTopContext added in v1.2.0

Get TopContext Getter

func (*AlibabaScbpAdCampaignFindCampaignEffectAPIRequest) SetBeginDate added in v1.2.0

Set is BeginDate Setter 开始时间

func (*AlibabaScbpAdCampaignFindCampaignEffectAPIRequest) SetCampaignIdList added in v1.2.0

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

Set is CampaignIdList Setter 计划id集合

func (*AlibabaScbpAdCampaignFindCampaignEffectAPIRequest) SetEndDate added in v1.2.0

Set is EndDate Setter 结束时间

func (*AlibabaScbpAdCampaignFindCampaignEffectAPIRequest) SetTopContext added in v1.2.0

Set 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

Get CampaignQuery Getter

func (AlibabaScbpAdCampaignFindCampaignPageAPIRequest) GetTopContext added in v1.2.0

Get TopContext Getter

func (*AlibabaScbpAdCampaignFindCampaignPageAPIRequest) SetCampaignQuery added in v1.2.0

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

Set is CampaignQuery Setter 请求实体类

func (*AlibabaScbpAdCampaignFindCampaignPageAPIRequest) SetTopContext added in v1.2.0

Set 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"`
	// 总数量
	TotalCount int64 `json:"total_count,omitempty" xml:"total_count,omitempty"`
	// 返回数据
	ResultList []CampaignDto `json:"result_list,omitempty" xml:"result_list>campaign_dto,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

Get CampaignId Getter

func (AlibabaScbpAdCampaignFindForbiddenKeywordAPIRequest) GetTopContext added in v1.2.0

Get TopContext Getter

func (*AlibabaScbpAdCampaignFindForbiddenKeywordAPIRequest) SetCampaignId added in v1.2.0

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

Set is CampaignId Setter 计划id

func (*AlibabaScbpAdCampaignFindForbiddenKeywordAPIRequest) SetTopContext added in v1.2.0

Set 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 {
	// 修改时间
	GmtModified string `json:"gmt_modified,omitempty" xml:"gmt_modified,omitempty"`
	// 普通词
	Normword string `json:"normword,omitempty" xml:"normword,omitempty"`
	// 计划id
	CampaignId int64 `json:"campaign_id,omitempty" xml:"campaign_id,omitempty"`
	// 创建时间
	GmtCreate string `json:"gmt_create,omitempty" xml:"gmt_create,omitempty"`
	// 关键词
	Keyword string `json:"keyword,omitempty" xml:"keyword,omitempty"`
}

AlibabaScbpAdCampaignFindForbiddenKeywordResult 结构体

type AlibabaScbpAdCampaignFindForbiddenKeywordResultDto

type AlibabaScbpAdCampaignFindForbiddenKeywordResultDto struct {
	// 信息
	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"`
	// 服务出参
	ResultList []AlibabaScbpAdCampaignFindForbiddenKeywordResult `json:"result_list,omitempty" xml:"result_list>alibaba_scbp_ad_campaign_find_forbidden_keyword_result,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

Get CampaignQuery Getter

func (AlibabaScbpAdCampaignFindRealCostAPIRequest) GetTopContext added in v1.2.0

Get TopContext Getter

func (*AlibabaScbpAdCampaignFindRealCostAPIRequest) SetCampaignQuery added in v1.2.0

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

Set is CampaignQuery Setter 系统自动生成

func (*AlibabaScbpAdCampaignFindRealCostAPIRequest) SetTopContext added in v1.2.0

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

Set 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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpAdCampaignUpdateAPIRequest) GetCampaignOperation added in v1.2.0

Get CampaignOperation Getter

func (AlibabaScbpAdCampaignUpdateAPIRequest) GetTopContext added in v1.2.0

Get TopContext Getter

func (*AlibabaScbpAdCampaignUpdateAPIRequest) SetCampaignOperation added in v1.2.0

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

Set is CampaignOperation Setter 修改数据

func (*AlibabaScbpAdCampaignUpdateAPIRequest) SetTopContext added in v1.2.0

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

Set 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 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

Get 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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpAdGroupCountAdGroupAPIRequest) GetCampaignId added in v1.2.0

Get CampaignId Getter

func (AlibabaScbpAdGroupCountAdGroupAPIRequest) GetTopContext added in v1.2.0

Get TopContext Getter

func (*AlibabaScbpAdGroupCountAdGroupAPIRequest) SetAdGroupQuery added in v1.2.0

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

Set is AdGroupQuery Setter 查询条件

func (*AlibabaScbpAdGroupCountAdGroupAPIRequest) SetCampaignId added in v1.2.0

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

Set is CampaignId Setter 计划id

func (*AlibabaScbpAdGroupCountAdGroupAPIRequest) SetTopContext added in v1.2.0

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

Set 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

Get 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

Get CampaignId Getter

func (AlibabaScbpAdGroupCreateAdGroupBatchAPIRequest) GetTopContext added in v1.2.0

Get TopContext Getter

func (*AlibabaScbpAdGroupCreateAdGroupBatchAPIRequest) SetAdGroupBatchOperation added in v1.2.0

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

Set is AdGroupBatchOperation Setter 入参

func (*AlibabaScbpAdGroupCreateAdGroupBatchAPIRequest) SetCampaignId added in v1.2.0

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

Set is CampaignId Setter 计划id

func (*AlibabaScbpAdGroupCreateAdGroupBatchAPIRequest) SetTopContext added in v1.2.0

Set 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

Get CampaignId Getter

func (AlibabaScbpAdGroupCreateForbiddenProductAPIRequest) GetForbiddenProductBatchOperation added in v1.2.0

Get ForbiddenProductBatchOperation Getter

func (AlibabaScbpAdGroupCreateForbiddenProductAPIRequest) GetTopContext added in v1.2.0

Get TopContext Getter

func (*AlibabaScbpAdGroupCreateForbiddenProductAPIRequest) SetCampaignId added in v1.2.0

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

Set is CampaignId Setter 计划id

func (*AlibabaScbpAdGroupCreateForbiddenProductAPIRequest) SetForbiddenProductBatchOperation added in v1.2.0

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

Set is ForbiddenProductBatchOperation Setter 查询条件

func (*AlibabaScbpAdGroupCreateForbiddenProductAPIRequest) SetTopContext added in v1.2.0

Set 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

Get 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

Get CampaignId Getter

func (AlibabaScbpAdGroupDeleteAdGroupBatchAPIRequest) GetTopContext added in v1.2.0

Get TopContext Getter

func (*AlibabaScbpAdGroupDeleteAdGroupBatchAPIRequest) SetAdGroupBatchOperation added in v1.2.0

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

Set is AdGroupBatchOperation Setter 请求参数

func (*AlibabaScbpAdGroupDeleteAdGroupBatchAPIRequest) SetCampaignId added in v1.2.0

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

Set is CampaignId Setter 计划id

func (*AlibabaScbpAdGroupDeleteAdGroupBatchAPIRequest) SetTopContext added in v1.2.0

Set 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

Get CampaignId Getter

func (AlibabaScbpAdGroupDeleteForbiddenProductAPIRequest) GetForbiddenProductBatchOperation added in v1.2.0

Get ForbiddenProductBatchOperation Getter

func (AlibabaScbpAdGroupDeleteForbiddenProductAPIRequest) GetTopContext added in v1.2.0

Get TopContext Getter

func (*AlibabaScbpAdGroupDeleteForbiddenProductAPIRequest) SetCampaignId added in v1.2.0

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

Set is CampaignId Setter 计划id

func (*AlibabaScbpAdGroupDeleteForbiddenProductAPIRequest) SetForbiddenProductBatchOperation added in v1.2.0

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

Set is ForbiddenProductBatchOperation Setter 请求参数

func (*AlibabaScbpAdGroupDeleteForbiddenProductAPIRequest) SetTopContext added in v1.2.0

Set 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

Get 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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpAdGroupFindAdGroupAPIRequest) GetCampaignId added in v1.2.0

Get CampaignId Getter

func (AlibabaScbpAdGroupFindAdGroupAPIRequest) GetTopContext added in v1.2.0

Get TopContext Getter

func (*AlibabaScbpAdGroupFindAdGroupAPIRequest) SetAdGroupQuery added in v1.2.0

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

Set is AdGroupQuery Setter 入参

func (*AlibabaScbpAdGroupFindAdGroupAPIRequest) SetCampaignId added in v1.2.0

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

Set is CampaignId Setter 计划id

func (*AlibabaScbpAdGroupFindAdGroupAPIRequest) SetTopContext added in v1.2.0

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

Set 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"`
	// 返回数据
	ResultList []AdProductDto `json:"result_list,omitempty" xml:"result_list>ad_product_dto,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

Get CampaignId Getter

func (AlibabaScbpAdGroupFindForbiddenProductAPIRequest) GetTopContext added in v1.2.0

Get TopContext Getter

func (*AlibabaScbpAdGroupFindForbiddenProductAPIRequest) SetCampaignId added in v1.2.0

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

Set is CampaignId Setter 计划id

func (*AlibabaScbpAdGroupFindForbiddenProductAPIRequest) SetTopContext added in v1.2.0

Set 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 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

Get 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

Get CampaignId Getter

func (AlibabaScbpAdGroupUpdateAdGroupBatchAPIRequest) GetTopContext added in v1.2.0

Get TopContext Getter

func (*AlibabaScbpAdGroupUpdateAdGroupBatchAPIRequest) SetAdGroupBatchOperation added in v1.2.0

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

Set is AdGroupBatchOperation Setter 入参

func (*AlibabaScbpAdGroupUpdateAdGroupBatchAPIRequest) SetCampaignId added in v1.2.0

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

Set is CampaignId Setter 计划id

func (*AlibabaScbpAdGroupUpdateAdGroupBatchAPIRequest) SetTopContext added in v1.2.0

Set 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

Get 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() url.Values

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpAdKeywordAddAPIRequest) GetPriceStr added in v1.2.0

func (r AlibabaScbpAdKeywordAddAPIRequest) GetPriceStr() string

Get PriceStr Getter

func (AlibabaScbpAdKeywordAddAPIRequest) GetTagName added in v1.2.0

Get TagName Getter

func (*AlibabaScbpAdKeywordAddAPIRequest) SetAdKeyword added in v1.2.0

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

Set is AdKeyword Setter 加入的词

func (*AlibabaScbpAdKeywordAddAPIRequest) SetPriceStr added in v1.2.0

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

Set is PriceStr Setter 词的出价

func (*AlibabaScbpAdKeywordAddAPIRequest) SetTagName added in v1.2.0

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

Set 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"`
	// 该词是否加入成功
	IsAdded bool `json:"is_added,omitempty" xml:"is_added,omitempty"`
	// 加词失败的原因
	InvalidType string `json:"invalid_type,omitempty" xml:"invalid_type,omitempty"`
	// 系统中存在归一化重复的词
	RepeatKeyword string `json:"repeat_keyword,omitempty" xml:"repeat_keyword,omitempty"`
}

AlibabaScbpAdKeywordAddAPIResponseModel 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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpAdKeywordBatchdeleteAPIRequest) GetKeywordIdList added in v1.2.0

func (r AlibabaScbpAdKeywordBatchdeleteAPIRequest) GetKeywordIdList() []int64

Get KeywordIdList Getter

func (*AlibabaScbpAdKeywordBatchdeleteAPIRequest) SetKeywordIdList added in v1.2.0

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

Set 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

Get CampaignId Getter

func (AlibabaScbpAdKeywordCreateKeywordBatchAPIRequest) GetKeywordQuery added in v1.2.0

Get KeywordQuery Getter

func (AlibabaScbpAdKeywordCreateKeywordBatchAPIRequest) GetTopContext added in v1.2.0

Get TopContext Getter

func (*AlibabaScbpAdKeywordCreateKeywordBatchAPIRequest) SetCampaignId added in v1.2.0

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

Set is CampaignId Setter 计划id

func (*AlibabaScbpAdKeywordCreateKeywordBatchAPIRequest) SetKeywordQuery added in v1.2.0

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

Set is KeywordQuery Setter 请求参数

func (*AlibabaScbpAdKeywordCreateKeywordBatchAPIRequest) SetTopContext added in v1.2.0

Set 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

Get 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

GetApiParams IRequest interface 方法, 获取API参数

func (*AlibabaScbpAdKeywordDeleteAPIRequest) SetAdKeyword added in v1.2.0

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

Set 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

Get CampaignId Getter

func (AlibabaScbpAdKeywordDeleteKeywordBatchAPIRequest) GetKeywordQuery added in v1.2.0

Get KeywordQuery Getter

func (AlibabaScbpAdKeywordDeleteKeywordBatchAPIRequest) GetTopContext added in v1.2.0

Get TopContext Getter

func (*AlibabaScbpAdKeywordDeleteKeywordBatchAPIRequest) SetCampaignId added in v1.2.0

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

Set is CampaignId Setter 计划id

func (*AlibabaScbpAdKeywordDeleteKeywordBatchAPIRequest) SetKeywordQuery added in v1.2.0

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

Set is KeywordQuery Setter 请求参数

func (*AlibabaScbpAdKeywordDeleteKeywordBatchAPIRequest) SetTopContext added in v1.2.0

Set 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() url.Values

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpAdKeywordGetAPIRequest) GetQueryDto added in v1.2.0

Get QueryDto Getter

func (*AlibabaScbpAdKeywordGetAPIRequest) SetQueryDto added in v1.2.0

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

Set 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"`
	// 总个数
	TotalNum int64 `json:"total_num,omitempty" xml:"total_num,omitempty"`
	// 总页数
	TotalPage int64 `json:"total_page,omitempty" xml:"total_page,omitempty"`
	// 查询关键词列表
	KeywordList []KeywordResultDto `json:"keyword_list,omitempty" xml:"keyword_list>keyword_result_dto,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

Get CampaignKeywordQuery Getter

func (AlibabaScbpAdKeywordGetKeywordCountByQueryAPIRequest) GetTopContext added in v1.2.0

Get TopContext Getter

func (*AlibabaScbpAdKeywordGetKeywordCountByQueryAPIRequest) SetCampaignKeywordQuery added in v1.2.0

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

Set is CampaignKeywordQuery Setter 请求参数

func (*AlibabaScbpAdKeywordGetKeywordCountByQueryAPIRequest) SetTopContext added in v1.2.0

Set 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

Get CampaignId Getter

func (AlibabaScbpAdKeywordListCampaignKeywordsAPIRequest) GetCampaignKeywordQuery added in v1.2.0

Get CampaignKeywordQuery Getter

func (AlibabaScbpAdKeywordListCampaignKeywordsAPIRequest) GetTopContext added in v1.2.0

Get TopContext Getter

func (*AlibabaScbpAdKeywordListCampaignKeywordsAPIRequest) SetCampaignId added in v1.2.0

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

Set is CampaignId Setter 计划id

func (*AlibabaScbpAdKeywordListCampaignKeywordsAPIRequest) SetCampaignKeywordQuery added in v1.2.0

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

Set is CampaignKeywordQuery Setter 搜索条件

func (*AlibabaScbpAdKeywordListCampaignKeywordsAPIRequest) SetTopContext added in v1.2.0

Set 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 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

Get KeywordUpdateDtoList Getter

func (*AlibabaScbpAdKeywordPriceBatchupdateAPIRequest) SetKeywordUpdateDtoList added in v1.2.0

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

Set 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

Get AdKeyword Getter

func (AlibabaScbpAdKeywordPriceUpdateAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpAdKeywordPriceUpdateAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpAdKeywordPriceUpdateAPIRequest) GetPriceStr added in v1.2.0

Get PriceStr Getter

func (*AlibabaScbpAdKeywordPriceUpdateAPIRequest) SetAdKeyword added in v1.2.0

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

Set is AdKeyword Setter 只能取ascci字符

func (*AlibabaScbpAdKeywordPriceUpdateAPIRequest) SetPriceStr added in v1.2.0

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

Set 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

Get CampaignId Getter

func (AlibabaScbpAdKeywordQueryKeywordRankPriceAPIRequest) GetKeywordQuery added in v1.2.0

Get KeywordQuery Getter

func (AlibabaScbpAdKeywordQueryKeywordRankPriceAPIRequest) GetTopContext added in v1.2.0

Get TopContext Getter

func (*AlibabaScbpAdKeywordQueryKeywordRankPriceAPIRequest) SetCampaignId added in v1.2.0

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

Set is CampaignId Setter 计划id

func (*AlibabaScbpAdKeywordQueryKeywordRankPriceAPIRequest) SetKeywordQuery added in v1.2.0

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

Set is KeywordQuery Setter 请求参数

func (*AlibabaScbpAdKeywordQueryKeywordRankPriceAPIRequest) SetTopContext added in v1.2.0

Set 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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpAdKeywordRankGetAPIRequest) GetKeyword added in v1.2.0

Get Keyword Getter

func (*AlibabaScbpAdKeywordRankGetAPIRequest) SetKeyword added in v1.2.0

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

Set 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

Get Context Getter

func (AlibabaScbpAdKeywordRankPriceBatchgetAPIRequest) GetKeywordRequest added in v1.2.0

Get KeywordRequest Getter

func (*AlibabaScbpAdKeywordRankPriceBatchgetAPIRequest) SetContext added in v1.2.0

Set is Context Setter 上下文

func (*AlibabaScbpAdKeywordRankPriceBatchgetAPIRequest) SetKeywordRequest added in v1.2.0

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

Set 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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpAdKeywordRankPriceGetAPIRequest) GetKeyword added in v1.2.0

Get Keyword Getter

func (*AlibabaScbpAdKeywordRankPriceGetAPIRequest) SetKeyword added in v1.2.0

Set 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 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

Get KeywordUpdateDtoList Getter

func (*AlibabaScbpAdKeywordStatusBatchupdateAPIRequest) SetKeywordUpdateDtoList added in v1.2.0

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

Set 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

Get AdKeyword Getter

func (AlibabaScbpAdKeywordStatusUpdateAPIRequest) GetApiMethodName added in v1.2.0

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlibabaScbpAdKeywordStatusUpdateAPIRequest) GetApiParams added in v1.2.0

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpAdKeywordStatusUpdateAPIRequest) GetStatus added in v1.2.0

Get Status Getter

func (*AlibabaScbpAdKeywordStatusUpdateAPIRequest) SetAdKeyword added in v1.2.0

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

Set is AdKeyword Setter 只能取ascci字符

func (*AlibabaScbpAdKeywordStatusUpdateAPIRequest) SetStatus added in v1.2.0

Set 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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpAdKeywordTagUpdateAPIRequest) GetKeywordIdList added in v1.2.0

func (r AlibabaScbpAdKeywordTagUpdateAPIRequest) GetKeywordIdList() []int64

Get KeywordIdList Getter

func (AlibabaScbpAdKeywordTagUpdateAPIRequest) GetTagIdList added in v1.2.0

Get TagIdList Getter

func (*AlibabaScbpAdKeywordTagUpdateAPIRequest) SetKeywordIdList added in v1.2.0

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

Set is KeywordIdList Setter 关键词ID列表

func (*AlibabaScbpAdKeywordTagUpdateAPIRequest) SetTagIdList added in v1.2.0

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

Set 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

Get CampaignId Getter

func (AlibabaScbpAdKeywordUpdateKeywordPriceBatchAPIRequest) GetKeywordUpdateQuery added in v1.2.0

Get KeywordUpdateQuery Getter

func (AlibabaScbpAdKeywordUpdateKeywordPriceBatchAPIRequest) GetTopContext added in v1.2.0

Get TopContext Getter

func (*AlibabaScbpAdKeywordUpdateKeywordPriceBatchAPIRequest) SetCampaignId added in v1.2.0

Set is CampaignId Setter 计划id

func (*AlibabaScbpAdKeywordUpdateKeywordPriceBatchAPIRequest) SetKeywordUpdateQuery added in v1.2.0

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

Set is KeywordUpdateQuery Setter 请求参数

func (*AlibabaScbpAdKeywordUpdateKeywordPriceBatchAPIRequest) SetTopContext added in v1.2.0

Set 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

Get CampaignId Getter

func (AlibabaScbpAdKeywordUpdateKeywordStatusBatchAPIRequest) GetKeywordUpdateQuery added in v1.2.0

Get KeywordUpdateQuery Getter

func (AlibabaScbpAdKeywordUpdateKeywordStatusBatchAPIRequest) GetTopContext added in v1.2.0

Get TopContext Getter

func (*AlibabaScbpAdKeywordUpdateKeywordStatusBatchAPIRequest) SetCampaignId added in v1.2.0

Set is CampaignId Setter 计划id

func (*AlibabaScbpAdKeywordUpdateKeywordStatusBatchAPIRequest) SetKeywordUpdateQuery added in v1.2.0

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

Set is KeywordUpdateQuery Setter 更新数据

func (*AlibabaScbpAdKeywordUpdateKeywordStatusBatchAPIRequest) SetTopContext added in v1.2.0

Set 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

Get 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) GetTopContext added in v1.2.0

Get TopContext Getter

func (*AlibabaScbpAdReportGetAccountReportAPIRequest) SetAccountReportOperation added in v1.2.0

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

Set is AccountReportOperation Setter 请求参数

func (*AlibabaScbpAdReportGetAccountReportAPIRequest) SetTopContext added in v1.2.0

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

Set 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 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

Get ProductReportOperation Getter

func (AlibabaScbpAdReportGetProductReportAPIRequest) GetTopContext added in v1.2.0

Get TopContext Getter

func (*AlibabaScbpAdReportGetProductReportAPIRequest) SetProductReportOperation added in v1.2.0

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

Set is ProductReportOperation Setter 请求参数

func (*AlibabaScbpAdReportGetProductReportAPIRequest) SetTopContext added in v1.2.0

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

Set 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) GetTargetReportOperation added in v1.2.0

Get TargetReportOperation Getter

func (AlibabaScbpAdReportGetTargetReportAPIRequest) GetTopContext added in v1.2.0

Get TopContext Getter

func (*AlibabaScbpAdReportGetTargetReportAPIRequest) SetTargetReportOperation added in v1.2.0

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

Set is TargetReportOperation Setter 请求参数

func (*AlibabaScbpAdReportGetTargetReportAPIRequest) SetTopContext added in v1.2.0

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

Set 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

Get KeywordReportOperation Getter

func (AlibabaScbpAdReportQueryKeywordEffectAPIRequest) GetTopContext added in v1.2.0

Get TopContext Getter

func (*AlibabaScbpAdReportQueryKeywordEffectAPIRequest) SetKeywordReportOperation added in v1.2.0

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

Set is KeywordReportOperation Setter 请求参数

func (*AlibabaScbpAdReportQueryKeywordEffectAPIRequest) SetTopContext added in v1.2.0

Set 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

Get KeywordReportOperation Getter

func (AlibabaScbpAdReportQuerySingleKeywordEffectAPIRequest) GetTopContext added in v1.2.0

Get TopContext Getter

func (*AlibabaScbpAdReportQuerySingleKeywordEffectAPIRequest) SetKeywordReportOperation added in v1.2.0

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

Set is KeywordReportOperation Setter 返回详情

func (*AlibabaScbpAdReportQuerySingleKeywordEffectAPIRequest) SetTopContext added in v1.2.0

Set 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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpAdTargetTagEstimateUvAPIRequest) GetTagEstimateOperation added in v1.2.0

Get TagEstimateOperation Getter

func (AlibabaScbpAdTargetTagEstimateUvAPIRequest) GetTopContext added in v1.2.0

Get TopContext Getter

func (*AlibabaScbpAdTargetTagEstimateUvAPIRequest) SetTagEstimateOperation added in v1.2.0

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

Set is TagEstimateOperation Setter 请求参数

func (*AlibabaScbpAdTargetTagEstimateUvAPIRequest) SetTopContext added in v1.2.0

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

Set 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

Get CampaignId Getter

func (AlibabaScbpAdTargetTagFindCampaignTargetTagAPIRequest) GetTargetTagOperation added in v1.2.0

Get TargetTagOperation Getter

func (AlibabaScbpAdTargetTagFindCampaignTargetTagAPIRequest) GetTopContext added in v1.2.0

Get TopContext Getter

func (*AlibabaScbpAdTargetTagFindCampaignTargetTagAPIRequest) SetCampaignId added in v1.2.0

Set is CampaignId Setter 计划id

func (*AlibabaScbpAdTargetTagFindCampaignTargetTagAPIRequest) SetTargetTagOperation added in v1.2.0

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

Set is TargetTagOperation Setter 请求参数

func (*AlibabaScbpAdTargetTagFindCampaignTargetTagAPIRequest) SetTopContext added in v1.2.0

Set 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 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

Get CampaignId Getter

func (AlibabaScbpAdTargetTagMergeCampaignTargetTagAPIRequest) GetData added in v1.2.0

Get Data Getter

func (AlibabaScbpAdTargetTagMergeCampaignTargetTagAPIRequest) GetTopContext added in v1.2.0

Get TopContext Getter

func (*AlibabaScbpAdTargetTagMergeCampaignTargetTagAPIRequest) SetCampaignId added in v1.2.0

Set is CampaignId Setter 计划id

func (*AlibabaScbpAdTargetTagMergeCampaignTargetTagAPIRequest) SetData added in v1.2.0

Set 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

Set 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

GetApiParams 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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpEffectAccountListAPIRequest) GetP4pAccountReportQuery added in v1.2.0

func (r AlibabaScbpEffectAccountListAPIRequest) GetP4pAccountReportQuery() *AccountQuery

Get P4pAccountReportQuery Getter

func (*AlibabaScbpEffectAccountListAPIRequest) SetP4pAccountReportQuery added in v1.2.0

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

Set 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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpEffectKeywordListAPIRequest) GetP4pKeywordReportQuery added in v1.2.0

func (r AlibabaScbpEffectKeywordListAPIRequest) GetP4pKeywordReportQuery() *IKeywordQuery

Get P4pKeywordReportQuery Getter

func (*AlibabaScbpEffectKeywordListAPIRequest) SetP4pKeywordReportQuery added in v1.2.0

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

Set 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

Get P4pKeywordReportQuery Getter

func (*AlibabaScbpEffectKeywordSingleGetAPIRequest) SetP4pKeywordReportQuery added in v1.2.0

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

Set 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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpEffectProductReportAPIRequest) GetP4pProductReportQuery added in v1.2.0

func (r AlibabaScbpEffectProductReportAPIRequest) GetP4pProductReportQuery() *ProductQuery

Get P4pProductReportQuery Getter

func (*AlibabaScbpEffectProductReportAPIRequest) SetP4pProductReportQuery added in v1.2.0

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

Set 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"`
	// 总个数
	TotalNum int64 `json:"total_num,omitempty" xml:"total_num,omitempty"`
	// 总页数
	TotalPage int64 `json:"total_page,omitempty" xml:"total_page,omitempty"`
	// 产品效果数据列表
	ProductEffectList []ProductEffectDto `json:"product_effect_list,omitempty" xml:"product_effect_list>product_effect_dto,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

Get P4pProductReportQuery Getter

func (*AlibabaScbpEffectProductSingleGetAPIRequest) SetP4pProductReportQuery added in v1.2.0

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

Set 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

Get 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) SetAdKeyword added in v1.2.0

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

Set 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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpProductGroupGetAPIRequest) GetGroupId added in v1.2.0

Get GroupId Getter

func (*AlibabaScbpProductGroupGetAPIRequest) SetGroupId added in v1.2.0

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

Set 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() url.Values

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpProductListAPIRequest) GetGroupId added in v1.2.0

Get GroupId Getter

func (AlibabaScbpProductListAPIRequest) GetPerPageSize added in v1.2.0

func (r AlibabaScbpProductListAPIRequest) GetPerPageSize() int64

Get PerPageSize Getter

func (AlibabaScbpProductListAPIRequest) GetToPage added in v1.2.0

Get ToPage Getter

func (*AlibabaScbpProductListAPIRequest) SetGroupId added in v1.2.0

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

Set is GroupId Setter 产品分组标识

func (*AlibabaScbpProductListAPIRequest) SetPerPageSize added in v1.2.0

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

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

func (*AlibabaScbpProductListAPIRequest) SetToPage added in v1.2.0

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

Set 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

Get KeywordId Getter

func (AlibabaScbpProductPreferentialUpdateAPIRequest) GetProductId added in v1.2.0

Get ProductId Getter

func (AlibabaScbpProductPreferentialUpdateAPIRequest) GetStatus added in v1.2.0

Get Status Getter

func (*AlibabaScbpProductPreferentialUpdateAPIRequest) SetKeywordId added in v1.2.0

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

Set is KeywordId Setter 关键词ID

func (*AlibabaScbpProductPreferentialUpdateAPIRequest) SetProductId added in v1.2.0

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

Set is ProductId Setter 产品ID

func (*AlibabaScbpProductPreferentialUpdateAPIRequest) SetStatus added in v1.2.0

Set 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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpProductStatusUpdateAPIRequest) GetProductIdList added in v1.2.0

func (r AlibabaScbpProductStatusUpdateAPIRequest) GetProductIdList() []int64

Get ProductIdList Getter

func (AlibabaScbpProductStatusUpdateAPIRequest) GetStatus added in v1.2.0

Get Status Getter

func (*AlibabaScbpProductStatusUpdateAPIRequest) SetProductIdList added in v1.2.0

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

Set is ProductIdList Setter 产品ID列表

func (*AlibabaScbpProductStatusUpdateAPIRequest) SetStatus added in v1.2.0

Set 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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpReckeywordSearchAPIRequest) GetQueryDto added in v1.2.0

Get QueryDto Getter

func (*AlibabaScbpReckeywordSearchAPIRequest) SetQueryDto added in v1.2.0

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

Set 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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpReckeywordSysGetAPIRequest) GetQueryDto added in v1.2.0

Get QueryDto Getter

func (*AlibabaScbpReckeywordSysGetAPIRequest) SetQueryDto added in v1.2.0

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

Set 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"`
	// 总个数
	TotalNum int64 `json:"total_num,omitempty" xml:"total_num,omitempty"`
	// 总页数
	TotalPage int64 `json:"total_page,omitempty" xml:"total_page,omitempty"`
	// 系统推荐词结果列表
	ResultList []RecKeywordDto `json:"result_list,omitempty" xml:"result_list>rec_keyword_dto,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() url.Values

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpTagAddAPIRequest) GetTagName added in v1.2.0

func (r AlibabaScbpTagAddAPIRequest) GetTagName() string

Get TagName Getter

func (*AlibabaScbpTagAddAPIRequest) SetTagName added in v1.2.0

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

Set 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() url.Values

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpTagDeleteAPIRequest) GetTagName added in v1.2.0

func (r AlibabaScbpTagDeleteAPIRequest) GetTagName() string

Get TagName Getter

func (*AlibabaScbpTagDeleteAPIRequest) SetTagName added in v1.2.0

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

Set 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() url.Values

GetApiParams 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() url.Values

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpTagRenameAPIRequest) GetNewTagName added in v1.2.0

func (r AlibabaScbpTagRenameAPIRequest) GetNewTagName() string

Get NewTagName Getter

func (AlibabaScbpTagRenameAPIRequest) GetTagName added in v1.2.0

func (r AlibabaScbpTagRenameAPIRequest) GetTagName() string

Get TagName Getter

func (*AlibabaScbpTagRenameAPIRequest) SetNewTagName added in v1.2.0

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

Set is NewTagName Setter 新分组名

func (*AlibabaScbpTagRenameAPIRequest) SetTagName added in v1.2.0

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

Set 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

Get BeginDate Getter

func (AlibabaScbpTargetAdCampaignEffectAPIRequest) GetCampaignId added in v1.2.0

Get CampaignId Getter

func (AlibabaScbpTargetAdCampaignEffectAPIRequest) GetEndDate added in v1.2.0

Get EndDate Getter

func (AlibabaScbpTargetAdCampaignEffectAPIRequest) GetInterval added in v1.2.0

Get Interval Getter

func (*AlibabaScbpTargetAdCampaignEffectAPIRequest) SetBeginDate added in v1.2.0

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

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

func (*AlibabaScbpTargetAdCampaignEffectAPIRequest) SetCampaignId added in v1.2.0

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

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

func (*AlibabaScbpTargetAdCampaignEffectAPIRequest) SetEndDate added in v1.2.0

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

func (*AlibabaScbpTargetAdCampaignEffectAPIRequest) SetInterval added in v1.2.0

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

Set 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) GetTopP4pQuickEffectQuery added in v1.2.0

Get TopP4pQuickEffectQuery Getter

func (*AlibabaScbpTargetAdCampaignProductEffectAPIRequest) SetTopP4pQuickEffectQuery added in v1.2.0

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

Set 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) GetTopP4pQuickEffectQuery added in v1.2.0

Get TopP4pQuickEffectQuery Getter

func (*AlibabaScbpTargetAdCampaignTagEffectAPIRequest) SetTopP4pQuickEffectQuery added in v1.2.0

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

Set 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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpTargetAdPlanAddAPIRequest) GetTopP4pBasicQuickCampaign added in v1.2.0

func (r AlibabaScbpTargetAdPlanAddAPIRequest) GetTopP4pBasicQuickCampaign() *BasicQuickCampaign

Get TopP4pBasicQuickCampaign Getter

func (*AlibabaScbpTargetAdPlanAddAPIRequest) SetTopP4pBasicQuickCampaign added in v1.2.0

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

Set 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参数

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参数

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) GetTopP4pQuickForbiddenWord added in v1.2.0

Get TopP4pQuickForbiddenWord Getter

func (*AlibabaScbpTargetAdPlanForbiddenWordModifyAPIRequest) SetTopP4pQuickForbiddenWord added in v1.2.0

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

Set 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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpTargetAdPlanListAPIRequest) GetTopP4pQuickCampaignQuery added in v1.2.0

func (r AlibabaScbpTargetAdPlanListAPIRequest) GetTopP4pQuickCampaignQuery() *TopP4pQuickCampaignQueryDto

Get TopP4pQuickCampaignQuery Getter

func (*AlibabaScbpTargetAdPlanListAPIRequest) SetTopP4pQuickCampaignQuery added in v1.2.0

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

Set 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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpTargetAdPlanOperationAPIRequest) GetTopP4pModifyQuickCampaignDTO added in v1.2.0

func (r AlibabaScbpTargetAdPlanOperationAPIRequest) GetTopP4pModifyQuickCampaignDTO() *TopP4pModifyQuickCampaignDto

Get TopP4pModifyQuickCampaignDTO Getter

func (*AlibabaScbpTargetAdPlanOperationAPIRequest) SetTopP4pModifyQuickCampaignDTO added in v1.2.0

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

Set 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) GetTopP4pQuickProductQuery added in v1.2.0

Get TopP4pQuickProductQuery Getter

func (*AlibabaScbpTargetAdPlanProductListGetAPIRequest) SetTopP4pQuickProductQuery added in v1.2.0

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

Set 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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpTargetAdPlanTagGetAPIRequest) GetCampaignId added in v1.2.0

Get CampaignId Getter

func (*AlibabaScbpTargetAdPlanTagGetAPIRequest) SetCampaignId added in v1.2.0

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

Set 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

GetApiParams IRequest interface 方法, 获取API参数

func (AlibabaScbpTargetAdPlanUpdateAPIRequest) GetTopP4pBasicQuickCampaign added in v1.2.0

func (r AlibabaScbpTargetAdPlanUpdateAPIRequest) GetTopP4pBasicQuickCampaign() *TopP4pBasicQuickCampaign

Get TopP4pBasicQuickCampaign Getter

func (*AlibabaScbpTargetAdPlanUpdateAPIRequest) SetTopP4pBasicQuickCampaign added in v1.2.0

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

Set 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

Get ParamTopP4pModifyQuickCampaignProductDTO Getter

func (*AlibabaScbpTargetAdPlanUpdateProductsAPIRequest) SetParamTopP4pModifyQuickCampaignProductDTO added in v1.2.0

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

Set 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

Get ParamTopP4pModifyQuickCampaignTagDTO Getter

func (*AlibabaScbpTargetAdPlanUpdateTagsAPIRequest) SetParamTopP4pModifyQuickCampaignTagDTO added in v1.2.0

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

Set 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"`
	// 每日预算,不低于50元
	Budget int64 `json:"budget,omitempty" xml:"budget,omitempty"`
	// 计划名称,不能大于20字符
	Title string `json:"title,omitempty" xml:"title,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"`
	// 用户上下线
	OnlineStatus int64 `json:"online_status,omitempty" xml:"online_status,omitempty"`
	// 结算上下线
	SettleStatus int64 `json:"settle_status,omitempty" xml:"settle_status,omitempty"`
	// 结算上下线原因
	SettleReason string `json:"settle_reason,omitempty" xml:"settle_reason,omitempty"`
	// settleTime
	SettleTime string `json:"settle_time,omitempty" xml:"settle_time,omitempty"`
	// 计划类型
	Type int64 `json:"type,omitempty" xml:"type,omitempty"`
	// 计划模型
	CampaignModel int64 `json:"campaign_model,omitempty" xml:"campaign_model,omitempty"`
	// 置顶时间
	TopTime string `json:"top_time,omitempty" xml:"top_time,omitempty"`
	// 结算版本
	SettleVersion int64 `json:"settle_version,omitempty" xml:"settle_version,omitempty"`
	// 场景ID
	SceneId int64 `json:"scene_id,omitempty" xml:"scene_id,omitempty"`
	// Campaign扩展属性
	Properties string `json:"properties,omitempty" xml:"properties,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"`
	// 计划创建时间
	GmtCreate string `json:"gmt_create,omitempty" xml:"gmt_create,omitempty"`
	// 计划修改时间
	GmtModified string `json:"gmt_modified,omitempty" xml:"gmt_modified,omitempty"`
}

CampaignDto 结构体

type CampaignKeywordQuery

type CampaignKeywordQuery struct {
	// 普通词
	NormWord string `json:"norm_word,omitempty" xml:"norm_word,omitempty"`
	// 词id集合
	WordIdList []int64 `json:"word_id_list,omitempty" xml:"word_id_list>int64,omitempty"`
	// 计划id
	CampaignId int64 `json:"campaign_id,omitempty" xml:"campaign_id,omitempty"`
	// 状态
	OnlineStatus int64 `json:"online_status,omitempty" xml:"online_status,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
	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"`
	// 计划状态
	OnlineStatus int64 `json:"online_status,omitempty" xml:"online_status,omitempty"`
	// 计划类型
	Type int64 `json:"type,omitempty" xml:"type,omitempty"`
	// 出价模式  * value =1 为智能出价      * value =2 为手动出价
	BidType int64 `json:"bid_type,omitempty" xml:"bid_type,omitempty"`
	// 计划id
	Id int64 `json:"id,omitempty" xml:"id,omitempty"`
	// 预算
	Budget string `json:"budget,omitempty" xml:"budget,omitempty"`
	// 开始时间
	StartTime string `json:"start_time,omitempty" xml:"start_time,omitempty"`
}

CampaignOperationDto 结构体

type CampaignQueryDto

type CampaignQueryDto struct {
	// 计划标题,配合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"`
	// 标题是否精确匹配
	ExactMatch bool `json:"exact_match,omitempty" xml:"exact_match,omitempty"`
	// 计划类型列表
	TypeList []int64 `json:"type_list,omitempty" xml:"type_list>int64,omitempty"`
	// 计划子类型列表
	SubTypeList []string `json:"sub_type_list,omitempty" xml:"sub_type_list>string,omitempty"`
	// 类目id
	CateId int64 `json:"cate_id,omitempty" xml:"cate_id,omitempty"`
	// 方案包配置id列表
	PkgCfgIdList []int64 `json:"pkg_cfg_id_list,omitempty" xml:"pkg_cfg_id_list>int64,omitempty"`
	// 当前页数
	Page int64 `json:"page,omitempty" xml:"page,omitempty"`
	// 每页数量
	Size int64 `json:"size,omitempty" xml:"size,omitempty"`
	// 计划id集合
	CampaignIdList []int64 `json:"campaign_id_list,omitempty" xml:"campaign_id_list>int64,omitempty"`
}

CampaignQueryDto 结构体

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"`
	// is_admin
	IsAdmin bool `json:"is_admin,omitempty" xml:"is_admin,omitempty"`
	// is_top
	IsTop bool `json:"is_top,omitempty" xml:"is_top,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"`
}

ContextDto 结构体

type CountryTagView

type CountryTagView struct {
	// 最近7天效果数据
	Effect *Effect7d `json:"effect,omitempty" xml:"effect,omitempty"`
	// 溢价百分比
	Discount int64 `json:"discount,omitempty" xml:"discount,omitempty"`
	// 标签中文名
	TagName string `json:"tag_name,omitempty" xml:"tag_name,omitempty"`
	// 标签id
	TagId string `json:"tag_id,omitempty" xml:"tag_id,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 {
	// 人群中文名称
	CrowdName string `json:"crowd_name,omitempty" xml:"crowd_name,omitempty"`
	// 人群id
	CrowdId string `json:"crowd_id,omitempty" xml:"crowd_id,omitempty"`
	// 人群预估数量
	EstimateCountList []int64 `json:"estimate_count_list,omitempty" xml:"estimate_count_list>int64,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"`
	// 溢价百分比
	Discount int64 `json:"discount,omitempty" xml:"discount,omitempty"`
	// 最近7天效果数据
	Effect *Effect7d `json:"effect,omitempty" xml:"effect,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"`
}

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 {
	// 产品id
	ProductId int64 `json:"product_id,omitempty" xml:"product_id,omitempty"`
	// 状态
	Status int64 `json:"status,omitempty" xml:"status,omitempty"`
	// 标题
	Subject string `json:"subject,omitempty" xml:"subject,omitempty"`
	// 图片地址
	ImgUrl string `json:"img_url,omitempty" xml:"img_url,omitempty"`
}

ForbiddenProductDto 结构体

type ForbiddenProductOperationDto

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

ForbiddenProductOperationDto 结构体

type IKeywordQuery

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

IKeywordQuery 结构体

type KeywordDto

type KeywordDto struct {
	// 效果数据
	Effect *KeywordEffectDto `json:"effect,omitempty" xml:"effect,omitempty"`
	// 主键
	Id int64 `json:"id,omitempty" xml:"id,omitempty"`
	// 创建时间
	GmtCreate string `json:"gmt_create,omitempty" xml:"gmt_create,omitempty"`
	// 更新时间
	GmtModify string `json:"gmt_modify,omitempty" xml:"gmt_modify,omitempty"`
	// 产品id
	ProductId int64 `json:"product_id,omitempty" xml:"product_id,omitempty"`
	// 计划id
	CampaignId int64 `json:"campaign_id,omitempty" xml:"campaign_id,omitempty"`
	// 词
	Word string `json:"word,omitempty" xml:"word,omitempty"`
	// 普通词
	NormWord string `json:"norm_word,omitempty" xml:"norm_word,omitempty"`
	// 状态
	OnlineStatus int64 `json:"online_status,omitempty" xml:"online_status,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"`
	// 星级
	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"`
	// 配置信息
	Properties string `json:"properties,omitempty" xml:"properties,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"`
	// 状态
	OnlineStatus int64 `json:"online_status,omitempty" xml:"online_status,omitempty"`
	// 主键id
	Id int64 `json:"id,omitempty" xml:"id,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"`
	// 按关键词状态查询,只能取值stopped和in_promotion
	Status string `json:"status,omitempty" xml:"status,omitempty"`
	// 按星级查询,可取0,1,2,3,4,5
	QsStar string `json:"qs_star,omitempty" xml:"qs_star,omitempty"`
	// 每页个数
	PerPageSize int64 `json:"per_page_size,omitempty" xml:"per_page_size,omitempty"`
	// 按关键词分组名称查询
	TagName string `json:"tag_name,omitempty" xml:"tag_name,omitempty"`
	// 按关键词查询
	Keyword string `json:"keyword,omitempty" xml:"keyword,omitempty"`
	// 指定第几页
	ToPage int64 `json:"to_page,omitempty" xml:"to_page,omitempty"`
	// 是否精确查询
	IsExact string `json:"is_exact,omitempty" xml:"is_exact,omitempty"`
	// 按最近1天,7天,30天查询
	Inteval int64 `json:"inteval,omitempty" xml:"inteval,omitempty"`
}

KeywordQuery 结构体

type KeywordRankPriceDto

type KeywordRankPriceDto struct {
	// 关键词的id
	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"`
	// 价格列表(计划)(不建议直接使用)
	PriceList []int64 `json:"price_list,omitempty" xml:"price_list>int64,omitempty"`
	// 价格列表(计划)(元)(低价处理后结果)
	PriceArray []string `json:"price_array,omitempty" xml:"price_array>string,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"`
}

KeywordRankPriceDto 结构体

type KeywordReportDto

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

KeywordReportDto 结构体

type KeywordReportOperationDto

type KeywordReportOperationDto struct {
	// 效果报告模糊搜索关键词
	Keyword string `json:"keyword,omitempty" xml:"keyword,omitempty"`
	// 精确搜索关键词
	KeywordList []string `json:"keyword_list,omitempty" xml:"keyword_list>string,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"`
	// 时间段
	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"`
	// 排序字段(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"`
	// 分页数量
	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 {
	// 底价,单位元,保留一位小数, 例如3.5表示3.5元
	BasePrice string `json:"base_price,omitempty" xml:"base_price,omitempty"`
	// 出价,单位元,保留一位小数, 例如3.5表示3.5元
	Price string `json:"price,omitempty" xml:"price,omitempty"`
	// 关键词推广状态,取值stopped和in_promotion
	Status string `json:"status,omitempty" xml:"status,omitempty"`
	// 关键词所属分组名称列表
	TagList []string `json:"tag_list,omitempty" xml:"tag_list>string,omitempty"`
	// 推广评分星级[0-5]
	QsStar int64 `json:"qs_star,omitempty" xml:"qs_star,omitempty"`
	// 和关键词有匹配且处于推广中的产品的个数
	MatchCount int64 `json:"match_count,omitempty" xml:"match_count,omitempty"`
	// 关键词
	Word string `json:"word,omitempty" xml:"word,omitempty"`
	// 购买竞争度[1-6]
	BuyCount string `json:"buy_count,omitempty" xml:"buy_count,omitempty"`
	// 花费,单位元,保留两位小数, 例如3.75表示3.75元
	Cost string `json:"cost,omitempty" xml:"cost,omitempty"`
	// 推广时长,单位小时,保留一位小数,例如13.5表示13.5小时,小于1小时返回<1
	OnlineTime string `json:"online_time,omitempty" xml:"online_time,omitempty"`
	// 搜索热度[1-6]
	SearchCount string `json:"search_count,omitempty" xml:"search_count,omitempty"`
	// 点击量
	ClickCnt string `json:"click_cnt,omitempty" xml:"click_cnt,omitempty"`
	// 曝光量
	ImpressionCnt string `json:"impression_cnt,omitempty" xml:"impression_cnt,omitempty"`
	// 点击率,百分比,保留两位小数,例如3.75表示3.75%
	Ctr string `json:"ctr,omitempty" xml:"ctr,omitempty"`
	// 平均点击花费,单位元,保留两位小数, 例如3.75表示3.75元
	ClickCostAvg string `json:"click_cost_avg,omitempty" xml:"click_cost_avg,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 {
	// 更新类型
	UpdateType string `json:"update_type,omitempty" xml:"update_type,omitempty"`
	// 更新信息
	UpdateInfo *KeywordInfo `json:"update_info,omitempty" xml:"update_info,omitempty"`
	// 关键词集合
	KeywordList []KeywordInfo `json:"keyword_list,omitempty" xml:"keyword_list>keyword_info,omitempty"`
}

KeywordUpdateQuery 结构体

type ProductEffectDto

type ProductEffectDto struct {
	// 产品id
	ProductId int64 `json:"product_id,omitempty" xml:"product_id,omitempty"`
	// 产品名称
	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"`
	// 曝光
	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"`
	// title
	Subject string `json:"subject,omitempty" xml:"subject,omitempty"`
	// 曝光
	ImpressionCnt string `json:"impression_cnt,omitempty" xml:"impression_cnt,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%
	Ctr string `json:"ctr,omitempty" xml:"ctr,omitempty"`
}

ProductEffectDto 结构体

type ProductQuery

type ProductQuery struct {
	// 区间 只能为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"`
	// 结束时间 当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"`
	// 产品ID
	ProductId int64 `json:"product_id,omitempty" xml:"product_id,omitempty"`
}

ProductQuery 结构体

type ProductReportDto

type ProductReportDto struct {
	// 总数量
	TotalCount int64 `json:"total_count,omitempty" xml:"total_count,omitempty"`
	// 返回实体集合
	ProductEffectList []ProductEffectDto `json:"product_effect_list,omitempty" xml:"product_effect_list>product_effect_dto,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"`
	// 时间段
	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"`
	// 排序字段(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"`
	// 页码
	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"`
	// 关键词的推广评分[0-5]
	QsStar int64 `json:"qs_star,omitempty" xml:"qs_star,omitempty"`
	// 与关键词匹配且处于推广中的产品的数量
	MatchCount int64 `json:"match_count,omitempty" xml:"match_count,omitempty"`
	// 底价,单位元,一位小数
	BasePrice string `json:"base_price,omitempty" xml:"base_price,omitempty"`
}

RecKeywordDto 结构体

type RecKeywordQuery

type RecKeywordQuery struct {
	// 每页行数
	PerPageSize int64 `json:"per_page_size,omitempty" xml:"per_page_size,omitempty"`
	// 第几页
	ToPage int64 `json:"to_page,omitempty" xml:"to_page,omitempty"`
	// 搜索词
	Keyword string `json:"keyword,omitempty" xml:"keyword,omitempty"`
}

RecKeywordQuery 结构体

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 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"`
	// 产品ID
	ProductId int64 `json:"product_id,omitempty" xml:"product_id,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"`
}

SingleProductEffectDto 结构体

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"`
	// 分组ID,不对外暴露
	Id int64 `json:"id,omitempty" xml:"id,omitempty"`
	// 关键词数
	Count int64 `json:"count,omitempty" xml:"count,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"`
	// 13:地域标签 14:人群标签
	TagRefType int64 `json:"tag_ref_type,omitempty" xml:"tag_ref_type,omitempty"`
	// 日期(yyyy-MM-dd)
	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"`
}

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
	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 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 {
	// levelScore
	LevelScore int64 `json:"level_score,omitempty" xml:"level_score,omitempty"`
	// growthLevel
	GrowthLevel string `json:"growth_level,omitempty" xml:"growth_level,omitempty"`
}

TopCustLevelDto 结构体

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 {
	// 是否设置优先推广
	IsPreferential string `json:"is_preferential,omitempty" xml:"is_preferential,omitempty"`
	// 推广评分星级取值[0-5]
	QsStar int64 `json:"qs_star,omitempty" xml:"qs_star,omitempty"`
	// 产品标题
	Subject string `json:"subject,omitempty" xml:"subject,omitempty"`
	// 是否强制绑定
	IsForceMatch string `json:"is_force_match,omitempty" xml:"is_force_match,omitempty"`
	// 产品ID
	ProductId int64 `json:"product_id,omitempty" xml:"product_id,omitempty"`
	// Y:产品推广中,N:产品未推广
	IsOffer string `json:"is_offer,omitempty" xml:"is_offer,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"`
	// 计划每日预算
	Budget int64 `json:"budget,omitempty" xml:"budget,omitempty"`
	// 计划标题
	Title string `json:"title,omitempty" xml:"title,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"`
	// 计划每日预算
	Budget int64 `json:"budget,omitempty" xml:"budget,omitempty"`
	// 出价区间-上限
	MaxPrice string `json:"max_price,omitempty" xml:"max_price,omitempty"`
	// 出价区间-下限
	MinPrice string `json:"min_price,omitempty" xml:"min_price,omitempty"`
	// 推广商品数量
	ProductCount int64 `json:"product_count,omitempty" xml:"product_count,omitempty"`
	// 计划状态(0暂停、1推广中、-1点爆)
	Status int64 `json:"status,omitempty" xml:"status,omitempty"`
	// 计划标题
	Title string `json:"title,omitempty" xml:"title,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 {
	// 操作类型,0=商品暂停,1=商品开启,2=新增商品,3=删除商品
	Action int64 `json:"action,omitempty" xml:"action,omitempty"`
	// 计划ID
	CampaignId int64 `json:"campaign_id,omitempty" xml:"campaign_id,omitempty"`
	// 商品ID
	ProductIdList []int64 `json:"product_id_list,omitempty" xml:"product_id_list>int64,omitempty"`
}

TopP4pModifyQuickCampaignProductDto 结构体

type TopP4pModifyQuickCampaignTagDto

type TopP4pModifyQuickCampaignTagDto struct {
	// 操作类型,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"`
	// 定向标签编码,新增/修改有效
	OptionValue string `json:"option_value,omitempty" xml:"option_value,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 {
	// 商品最近7天效果数据
	Effect7d *Effect7d `json:"effect7d,omitempty" xml:"effect7d,omitempty"`
	// 商品名
	ProductName string `json:"product_name,omitempty" xml:"product_name,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"`
	// 第几页
	ToPage int64 `json:"to_page,omitempty" xml:"to_page,omitempty"`
	// 每页行数
	PerPageSize int64 `json:"per_page_size,omitempty" xml:"per_page_size,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"`
	// 区间 只能为1 7 30
	Interval int64 `json:"interval,omitempty" xml:"interval,omitempty"`
	// 填写推广计划名字,单独返回某个计划的数据
	CampaignTitle string `json:"campaign_title,omitempty" xml:"campaign_title,omitempty"`
	// 查询类型,crowd(人群),region(地域)
	TagType string `json:"tag_type,omitempty" xml:"tag_type,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"`
	// 产品id
	ProductId int64 `json:"product_id,omitempty" xml:"product_id,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"`
}

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 {
	// 产品标题,最大长度256个字符
	Subject string `json:"subject,omitempty" xml:"subject,omitempty"`
	// 产品推广状态,取值[disabled,enabled]
	Status string `json:"status,omitempty" xml:"status,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