simba

package
v0.0.0-...-f648943 Latest Latest
Warning

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

Go to latest
Published: Jul 25, 2014 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

提供卖家直通车投放管理功能,增值包现已开放申请 auto sdk from taobao ApiMetadata.xml version 20140725 auther: dz7changkong@qq.com

Index

Constants

View Source
const VersionNo = "20140725"

Variables

This section is empty.

Functions

This section is empty.

Types

type ADGroup

type ADGroup struct {
	AdgroupId               int    `json:"adgroup_id"`
	CampaignId              int    `json:"campaign_id"`
	CategoryIds             string `json:"category_ids"`
	CreateTime              string `json:"create_time"`
	DefaultPrice            int    `json:"default_price"`
	IsNonsearchDefaultPrice bool   `json:"is_nonsearch_default_price"`
	ModifiedTime            string `json:"modified_time"`
	Nick                    string `json:"nick"`
	NonsearchMaxPrice       int    `json:"nonsearch_max_price"`
	NonsearchStatus         int    `json:"nonsearch_status"`
	NumIid                  int    `json:"num_iid"`
	OfflineType             string `json:"offline_type"`
	OnlineStatus            string `json:"online_status"`
	Reason                  string `json:"reason"`
}

推广组

type ADGroupCatMatchForecast

type ADGroupCatMatchForecast struct {
	AdgroupId  int    `json:"adgroup_id"`
	CatmatchId int    `json:"catmatch_id"`
	Nick       string `json:"nick"`
	PriceClick string `json:"price_click"`
	PriceCust  string `json:"price_cust"`
	PriceRank  string `json:"price_rank"`
}

类目出价预估信息

type ADGroupCatMatchPage

type ADGroupCatMatchPage struct {
	AdgroupCatmatchList struct {
		ADGroupCatmatch []*ADGroupCatmatch `json:"a_d_group_catmatch"`
	} `json:"adgroup_catmatch_list"`
	PageNo    int `json:"page_no"`
	PageSize  int `json:"page_size"`
	TotalItem int `json:"total_item"`
}

一页ADGroupCatMatch列表

type ADGroupCatmatch

type ADGroupCatmatch struct {
	AdgroupId      int    `json:"adgroup_id"`
	CampaignId     int    `json:"campaign_id"`
	CatmatchId     int    `json:"catmatch_id"`
	CreateTime     string `json:"create_time"`
	IsDefaultPrice bool   `json:"is_default_price"`
	MaxPrice       int    `json:"max_price"`
	ModifiedTime   string `json:"modified_time"`
	Nick           string `json:"nick"`
	OnlineStatus   string `json:"online_status"`
	Qscore         string `json:"qscore"`
}

推广组类目出价

type ADGroupPage

type ADGroupPage struct {
	AdgroupList struct {
		ADGroup []*ADGroup `json:"a_d_group"`
	} `json:"adgroup_list"`
	PageNo    int `json:"page_no"`
	PageSize  int `json:"page_size"`
	TotalItem int `json:"total_item"`
}

一页ADGroup列表

type ADGroupPlace

type ADGroupPlace struct {
	AdgroupId      int    `json:"adgroup_id"`
	CampaignId     int    `json:"campaign_id"`
	CreateTime     string `json:"create_time"`
	IsDefaultPrice int    `json:"is_default_price"`
	MaxPrice       int    `json:"max_price"`
	ModifiedTime   string `json:"modified_time"`
	Nick           string `json:"nick"`
	PlaceId        int    `json:"place_id"`
	PlaceName      string `json:"place_name"`
}

推广组与定向推广位置关系

type AreaOption

type AreaOption struct {
	AreaId   int    `json:"area_id"`
	Level    int    `json:"level"`
	Name     string `json:"name"`
	ParentId int    `json:"parent_id"`
}

直通车可推广的地域

type Campaign

type Campaign struct {
	CampaignId   int    `json:"campaign_id"`
	CreateTime   string `json:"create_time"`
	ModifiedTime string `json:"modified_time"`
	Nick         string `json:"nick"`
	OnlineStatus string `json:"online_status"`
	SettleReason string `json:"settle_reason"`
	SettleStatus string `json:"settle_status"`
	Title        string `json:"title"`
}

推广计划

type CampaignArea

type CampaignArea struct {
	Area         string `json:"area"`
	CampaignId   int    `json:"campaign_id"`
	CreateTime   string `json:"create_time"`
	ModifiedTime string `json:"modified_time"`
	Nick         string `json:"nick"`
}

推广计划的投放地域

type CampaignBudget

type CampaignBudget struct {
	Budget       int    `json:"budget"`
	CampaignId   int    `json:"campaign_id"`
	CreateTime   string `json:"create_time"`
	IsSmooth     bool   `json:"is_smooth"`
	ModifiedTime string `json:"modified_time"`
	Nick         string `json:"nick"`
}

推广计划的日限额

type CampaignPlatform

type CampaignPlatform struct {
	CampaignId        int    `json:"campaign_id"`
	CreateTime        string `json:"create_time"`
	ModifiedTime      string `json:"modified_time"`
	Nick              string `json:"nick"`
	NonsearchChannels []int  `json:"nonsearch_channels"`
	OutsideDiscount   int    `json:"outside_discount"`
	SearchChannels    []int  `json:"search_channels"`
}

推广计划的投放平台

type CampaignSchedule

type CampaignSchedule struct {
	CampaignId   int    `json:"campaign_id"`
	CreateTime   string `json:"create_time"`
	ModifiedTime string `json:"modified_time"`
	Nick         string `json:"nick"`
	Schedule     string `json:"schedule"`
}

推广计划的分时折扣设置

type ChannelOption

type ChannelOption struct {
	ChannelId   int    `json:"channel_id"`
	IsNonsearch bool   `json:"is_nonsearch"`
	IsSearch    bool   `json:"is_search"`
	Name        string `json:"name"`
	TrafficName string `json:"traffic_name"`
	TrafficType string `json:"traffic_type"`
}

Campaign投放频道

type Creative

type Creative struct {
	AdgroupId    int    `json:"adgroup_id"`
	AuditDesc    string `json:"audit_desc"`
	AuditStatus  string `json:"audit_status"`
	CampaignId   int    `json:"campaign_id"`
	CreateTime   string `json:"create_time"`
	CreativeId   int    `json:"creative_id"`
	ImgUrl       string `json:"img_url"`
	ModifiedTime string `json:"modified_time"`
	Nick         string `json:"nick"`
	Title        string `json:"title"`
}

创意

type CreativePage

type CreativePage struct {
	CreativeList struct {
		Creative []*Creative `json:"creative"`
	} `json:"creative_list"`
	PageNo    int `json:"page_no"`
	PageSize  int `json:"page_size"`
	TotalItem int `json:"total_item"`
}

广告创意分页对象

type CreativeRecord

type CreativeRecord struct {
	AuditDesc    string `json:"audit_desc"`
	AuditStatus  string `json:"audit_status"`
	CreateTime   string `json:"create_time"`
	CreativeId   int    `json:"creative_id"`
	ImgUrl       string `json:"img_url"`
	ModifiedTime string `json:"modified_time"`
	ModifyTime   string `json:"modify_time"`
	Nick         string `json:"nick"`
	OldImgUrl    string `json:"old_img_url"`
	OldTitle     string `json:"old_title"`
	Title        string `json:"title"`
}

创意修改记录,只记录最后一次修改

type Demographic

type Demographic struct {
	CreateTime     string `json:"create_time"`
	GroupId        int    `json:"group_id"`
	GroupName      string `json:"group_name"`
	Id             int    `json:"id"`
	LastUpdateTime string `json:"last_update_time"`
	Name           string `json:"name"`
}

投放人群

type DemographicSetting

type DemographicSetting struct {
	CampaignId       int    `json:"campaign_id"`
	CreateTime       string `json:"create_time"`
	DemographicId    int    `json:"demographic_id"`
	IncrementalPrice int    `json:"incremental_price"`
	ModifiedTime     string `json:"modified_time"`
	Nick             string `json:"nick"`
}

投放人群设置

type ExtraAttributes

type ExtraAttributes struct {
	PublishTime string  `json:"publish_time"`
	Quantity    float64 `json:"quantity,string"`
	SalesCount  float64 `json:"sales_count,string"`
}

直通车商品对象属性(Map)

type INCategoryAnalysis

type INCategoryAnalysis struct {
	CategoryAreaPer   string `json:"category_area_per"`
	CategoryHpPrice   string `json:"category_hp_price"`
	CategoryId        int    `json:"category_id"`
	CategoryName      string `json:"category_name"`
	CategorySourcePer string `json:"category_source_per"`
}

类目数据分析对象

type INCategoryBase

type INCategoryBase struct {
	CategoryId       int    `json:"category_id"`
	CategoryName     string `json:"category_name"`
	CategoryPv       int    `json:"category_pv"`
	InRecordBaseList struct {
		INRecordBase []*INRecordBase `json:"i_n_record_base"`
	} `json:"in_record_base_list"`
}

类目基础数据对象

type INCategoryChildTop

type INCategoryChildTop struct {
	CategoryDesc           string `json:"category_desc"`
	CategoryId             int    `json:"category_id"`
	CategoryName           string `json:"category_name"`
	CategoryPropertiesList struct {
		INCategoryProperties []*INCategoryProperties `json:"i_n_category_properties"`
	} `json:"category_properties_list"`
}

类目对象

type INCategoryProperties

type INCategoryProperties struct {
	PropertiesDesc string `json:"properties_desc"`
	PropertiesId   int    `json:"properties_id"`
	PropertiesName string `json:"properties_name"`
}

类目属性对象

type INCategoryTop

type INCategoryTop struct {
	CategoryChildTopList struct {
		INCategoryChildTop []*INCategoryChildTop `json:"i_n_category_child_top"`
	} `json:"category_child_top_list"`
	CategoryDesc           string `json:"category_desc"`
	CategoryId             int    `json:"category_id"`
	CategoryName           string `json:"category_name"`
	CategoryPropertiesList struct {
		INCategoryProperties []*INCategoryProperties `json:"i_n_category_properties"`
	} `json:"category_properties_list"`
	CategroyWord string `json:"categroy_word"`
}

类目对象

type INRecordBase

type INRecordBase struct {
	AvgPrice    int     `json:"avg_price"`
	Click       int     `json:"click"`
	Competition int     `json:"competition"`
	Ctr         float64 `json:"ctr,string"`
	Date        string  `json:"date"`
	Pv          int     `json:"pv"`
}

词基础数据对象

type INWordAnalysis

type INWordAnalysis struct {
	Word          string `json:"word"`
	WordAreaPer   string `json:"word_area_per"`
	WordHpPrice   string `json:"word_hp_price"`
	WordSourcePer string `json:"word_source_per"`
}

词数据分析对象

type INWordBase

type INWordBase struct {
	InRecordBaseList struct {
		INRecordBase []*INRecordBase `json:"i_n_record_base"`
	} `json:"in_record_base_list"`
	Word string `json:"word"`
}

词基础数据对象

type INWordCategory

type INWordCategory struct {
	AvgPrice    int     `json:"avg_price"`
	CategoryId  int     `json:"category_id"`
	Click       int     `json:"click"`
	Competition int     `json:"competition"`
	Ctr         float64 `json:"ctr,string"`
	Date        string  `json:"date"`
	Pv          int     `json:"pv"`
	Word        string  `json:"word"`
}

词和类目数据对象

type Keyword

type Keyword struct {
	AdgroupId      int    `json:"adgroup_id"`
	AuditDesc      string `json:"audit_desc"`
	AuditStatus    string `json:"audit_status"`
	CampaignId     int    `json:"campaign_id"`
	CreateTime     string `json:"create_time"`
	IsDefaultPrice bool   `json:"is_default_price"`
	IsGarbage      bool   `json:"is_garbage"`
	KeywordId      int    `json:"keyword_id"`
	MatchScope     string `json:"match_scope"`
	MaxPrice       int    `json:"max_price"`
	ModifiedTime   string `json:"modified_time"`
	Nick           string `json:"nick"`
	Qscore         string `json:"qscore"`
	Word           string `json:"word"`
}

关键词

type KeywordForecast

type KeywordForecast struct {
	KeywordId  int    `json:"keyword_id"`
	Nick       string `json:"nick"`
	PriceClick string `json:"price_click"`
	PriceCust  string `json:"price_cust"`
	PriceRank  string `json:"price_rank"`
	Word       string `json:"word"`
}

词预估信息

type KeywordPage

type KeywordPage struct {
	KeywordList struct {
		Keyword []*Keyword `json:"keyword"`
	} `json:"keyword_list"`
	PageNo    int `json:"page_no"`
	PageSize  int `json:"page_size"`
	TotalItem int `json:"total_item"`
}

关键词分页对象

type KeywordQscore

type KeywordQscore struct {
	AdgroupId     int    `json:"adgroup_id"`
	CampaignId    int    `json:"campaign_id"`
	CreativeScore string `json:"creative_score"`
	CustScore     string `json:"cust_score"`
	CvrScore      string `json:"cvr_score"`
	KeywordId     int    `json:"keyword_id"`
	Nick          string `json:"nick"`
	Qscore        string `json:"qscore"`
	ReleScore     string `json:"rele_score"`
	Word          string `json:"word"`
}

关键词质量得分

type Place

type Place struct {
	CreateTime     string `json:"create_time"`
	LastUpdateTime string `json:"last_update_time"`
	Name           string `json:"name"`
	PlaceId        int    `json:"place_id"`
}

定向推广位置

type Qscore

type Qscore struct {
	CatmatchQscore    string `json:"catmatch_qscore"`
	KeywordQscoreList struct {
		KeywordQscore []*KeywordQscore `json:"keyword_qscore"`
	} `json:"keyword_qscore_list"`
}

质量得分类

type RankedItem

type RankedItem struct {
	LinkUrl   string  `json:"link_url"`
	MaxPrice  float64 `json:"max_price,string"`
	Nick      string  `json:"nick"`
	Order     int     `json:"order"`
	RankScore int     `json:"rank_score"`
	Title     string  `json:"title"`
}

关键词排名推广商品信息

type RecommendWord

type RecommendWord struct {
	AveragePrice string `json:"average_price"`
	Pertinence   string `json:"pertinence"`
	Pv           string `json:"pv"`
	Word         string `json:"word"`
}

推荐词

type RecommendWordPage

type RecommendWordPage struct {
	PageNo            int `json:"page_no"`
	PageSize          int `json:"page_size"`
	RecommendWordList struct {
		RecommendWord []*RecommendWord `json:"recommend_word"`
	} `json:"recommend_word_list"`
	TotalItem int `json:"total_item"`
}

一页推荐词列表

type SimbaAccountBalanceGetRequest

type SimbaAccountBalanceGetRequest struct {
	open_taobao.TaobaoMethodRequest
}

获取实时余额,”元”为单位

func (*SimbaAccountBalanceGetRequest) GetResponse

func (*SimbaAccountBalanceGetRequest) SetNick

func (r *SimbaAccountBalanceGetRequest) SetNick(value string)

主人昵称

type SimbaAccountBalanceGetResponse

type SimbaAccountBalanceGetResponse struct {
	Balance float64 `json:"balance"`
}

type SimbaAccountBalanceGetResponseResult

type SimbaAccountBalanceGetResponseResult struct {
	Response *SimbaAccountBalanceGetResponse `json:"simba_account_balance_get_response"`
}

type SimbaAdgroupAddRequest

type SimbaAdgroupAddRequest struct {
	open_taobao.TaobaoMethodRequest
}

创建一个推广组

func (*SimbaAdgroupAddRequest) GetResponse

func (r *SimbaAdgroupAddRequest) GetResponse(accessToken string) (*SimbaAdgroupAddResponse, []byte, error)

func (*SimbaAdgroupAddRequest) SetCampaignId

func (r *SimbaAdgroupAddRequest) SetCampaignId(value string)

推广计划Id

func (*SimbaAdgroupAddRequest) SetDefaultPrice

func (r *SimbaAdgroupAddRequest) SetDefaultPrice(value string)

推广组默认出价,单位为分,不能小于5 不能大于日最高限额<br /> 支持最小值为:5

func (*SimbaAdgroupAddRequest) SetImgUrl

func (r *SimbaAdgroupAddRequest) SetImgUrl(value string)

创意图片地址,必须是商品的图片之一

func (*SimbaAdgroupAddRequest) SetItemId

func (r *SimbaAdgroupAddRequest) SetItemId(value string)

商品Id

func (*SimbaAdgroupAddRequest) SetNick

func (r *SimbaAdgroupAddRequest) SetNick(value string)

主人昵称

func (*SimbaAdgroupAddRequest) SetTitle

func (r *SimbaAdgroupAddRequest) SetTitle(value string)

创意标题,最多20个汉字<br /> 支持最大长度为:40<br /> 支持的最大列表长度为:40

type SimbaAdgroupAddResponse

type SimbaAdgroupAddResponse struct {
	Adgroup *ADGroup `json:"adgroup"`
}

type SimbaAdgroupAddResponseResult

type SimbaAdgroupAddResponseResult struct {
	Response *SimbaAdgroupAddResponse `json:"simba_adgroup_add_response"`
}

type SimbaAdgroupAdgroupcatmatchsGetRequest

type SimbaAdgroupAdgroupcatmatchsGetRequest struct {
	open_taobao.TaobaoMethodRequest
}

根据一组推广组id获取推广组类目出价列表,

func (*SimbaAdgroupAdgroupcatmatchsGetRequest) GetResponse

func (*SimbaAdgroupAdgroupcatmatchsGetRequest) SetAdgroupIds

func (r *SimbaAdgroupAdgroupcatmatchsGetRequest) SetAdgroupIds(value string)

推广组Id列表

func (*SimbaAdgroupAdgroupcatmatchsGetRequest) SetNick

主人昵称

type SimbaAdgroupAdgroupcatmatchsGetResponse

type SimbaAdgroupAdgroupcatmatchsGetResponse struct {
	AdgroupCatmatchList struct {
		ADGroupCatmatch []*ADGroupCatmatch `json:"a_d_group_catmatch"`
	} `json:"adgroup_catmatch_list"`
}

type SimbaAdgroupAdgroupcatmatchsGetResponseResult

type SimbaAdgroupAdgroupcatmatchsGetResponseResult struct {
	Response *SimbaAdgroupAdgroupcatmatchsGetResponse `json:"simba_adgroup_adgroupcatmatchs_get_response"`
}

type SimbaAdgroupCampcatmatchsGetRequest

type SimbaAdgroupCampcatmatchsGetRequest struct {
	open_taobao.TaobaoMethodRequest
}

根据一个推广计划的id获取一页推广组类目出价列表

func (*SimbaAdgroupCampcatmatchsGetRequest) GetResponse

func (*SimbaAdgroupCampcatmatchsGetRequest) SetCampaignId

func (r *SimbaAdgroupCampcatmatchsGetRequest) SetCampaignId(value string)

推广计划Id

func (*SimbaAdgroupCampcatmatchsGetRequest) SetNick

func (r *SimbaAdgroupCampcatmatchsGetRequest) SetNick(value string)

主人昵称

func (*SimbaAdgroupCampcatmatchsGetRequest) SetPageNo

func (r *SimbaAdgroupCampcatmatchsGetRequest) SetPageNo(value string)

页码,从1开始

func (*SimbaAdgroupCampcatmatchsGetRequest) SetPageSize

func (r *SimbaAdgroupCampcatmatchsGetRequest) SetPageSize(value string)

页尺寸,最大200<br /> 支持的最大列表长度为:200

type SimbaAdgroupCampcatmatchsGetResponse

type SimbaAdgroupCampcatmatchsGetResponse struct {
	Adgroupcatmatchs *ADGroupCatMatchPage `json:"adgroupcatmatchs"`
}

type SimbaAdgroupCampcatmatchsGetResponseResult

type SimbaAdgroupCampcatmatchsGetResponseResult struct {
	Response *SimbaAdgroupCampcatmatchsGetResponse `json:"simba_adgroup_campcatmatchs_get_response"`
}

type SimbaAdgroupCatmatchGetRequest

type SimbaAdgroupCatmatchGetRequest struct {
	open_taobao.TaobaoMethodRequest
}

取得一个推广组的类目出价

func (*SimbaAdgroupCatmatchGetRequest) GetResponse

func (*SimbaAdgroupCatmatchGetRequest) SetAdgroupId

func (r *SimbaAdgroupCatmatchGetRequest) SetAdgroupId(value string)

推广组Id

func (*SimbaAdgroupCatmatchGetRequest) SetNick

func (r *SimbaAdgroupCatmatchGetRequest) SetNick(value string)

主人昵称

type SimbaAdgroupCatmatchGetResponse

type SimbaAdgroupCatmatchGetResponse struct {
	Adgroupcatmatch *ADGroupCatmatch `json:"adgroupcatmatch"`
}

type SimbaAdgroupCatmatchGetResponseResult

type SimbaAdgroupCatmatchGetResponseResult struct {
	Response *SimbaAdgroupCatmatchGetResponse `json:"simba_adgroup_catmatch_get_response"`
}

type SimbaAdgroupCatmatchUpdateRequest

type SimbaAdgroupCatmatchUpdateRequest struct {
	open_taobao.TaobaoMethodRequest
}

更新一个推广组的类目出价,可以设置类目出价、是否使用默认出价、是否打开类目出价

func (*SimbaAdgroupCatmatchUpdateRequest) GetResponse

func (*SimbaAdgroupCatmatchUpdateRequest) SetAdgroupId

func (r *SimbaAdgroupCatmatchUpdateRequest) SetAdgroupId(value string)

推广组Id

func (*SimbaAdgroupCatmatchUpdateRequest) SetCatmatchId

func (r *SimbaAdgroupCatmatchUpdateRequest) SetCatmatchId(value string)

类目出价Id

func (*SimbaAdgroupCatmatchUpdateRequest) SetMaxPrice

func (r *SimbaAdgroupCatmatchUpdateRequest) SetMaxPrice(value string)

类目出价,单位为分,不能小于5。如果use_default_price字段为使用默认出价,则此max_price字段所传入的值不起作用。商品将会使用默认出价。<br /> 支持最小值为:5

func (*SimbaAdgroupCatmatchUpdateRequest) SetNick

func (r *SimbaAdgroupCatmatchUpdateRequest) SetNick(value string)

主人昵称

func (*SimbaAdgroupCatmatchUpdateRequest) SetOnlineStatus

func (r *SimbaAdgroupCatmatchUpdateRequest) SetOnlineStatus(value string)

是否启用类目出价; offline-不启用 online-启用,如果此字段状态为offline时,则max_price,use_default_price字段值不起作用

func (*SimbaAdgroupCatmatchUpdateRequest) SetUseDefaultPrice

func (r *SimbaAdgroupCatmatchUpdateRequest) SetUseDefaultPrice(value string)

是否使用推广组默认出价false为不使用,true为使用

type SimbaAdgroupCatmatchUpdateResponse

type SimbaAdgroupCatmatchUpdateResponse struct {
	Adgroupcatmatch *ADGroupCatmatch `json:"adgroupcatmatch"`
}

type SimbaAdgroupCatmatchUpdateResponseResult

type SimbaAdgroupCatmatchUpdateResponseResult struct {
	Response *SimbaAdgroupCatmatchUpdateResponse `json:"simba_adgroup_catmatch_update_response"`
}

type SimbaAdgroupCatmatchforecastGetRequest

type SimbaAdgroupCatmatchforecastGetRequest struct {
	open_taobao.TaobaoMethodRequest
}

获取指定推广组下给定出价的类目出价预估信息;

func (*SimbaAdgroupCatmatchforecastGetRequest) GetResponse

func (*SimbaAdgroupCatmatchforecastGetRequest) SetAdgroupId

func (r *SimbaAdgroupCatmatchforecastGetRequest) SetAdgroupId(value string)

推广组ID

func (*SimbaAdgroupCatmatchforecastGetRequest) SetCatmatchPrice

func (r *SimbaAdgroupCatmatchforecastGetRequest) SetCatmatchPrice(value string)

类目出价,出价范围在5-9999之间,单位分

func (*SimbaAdgroupCatmatchforecastGetRequest) SetNick

主人昵称

type SimbaAdgroupCatmatchforecastGetResponse

type SimbaAdgroupCatmatchforecastGetResponse struct {
	AdgroupCatmatchForecast *ADGroupCatMatchForecast `json:"adgroup_catmatch_forecast"`
}

type SimbaAdgroupCatmatchforecastGetResponseResult

type SimbaAdgroupCatmatchforecastGetResponseResult struct {
	Response *SimbaAdgroupCatmatchforecastGetResponse `json:"simba_adgroup_catmatchforecast_get_response"`
}

type SimbaAdgroupChangedcatmatchsGetRequest

type SimbaAdgroupChangedcatmatchsGetRequest struct {
	open_taobao.TaobaoMethodRequest
}

分页获取修改过的推广组类目出价ID , 推广组ID,修改时间

func (*SimbaAdgroupChangedcatmatchsGetRequest) GetResponse

func (*SimbaAdgroupChangedcatmatchsGetRequest) SetNick

主人昵称

func (*SimbaAdgroupChangedcatmatchsGetRequest) SetPageNo

func (r *SimbaAdgroupChangedcatmatchsGetRequest) SetPageNo(value string)

返回的第几页数据,默认为1

func (*SimbaAdgroupChangedcatmatchsGetRequest) SetPageSize

func (r *SimbaAdgroupChangedcatmatchsGetRequest) SetPageSize(value string)

返回的每页数据量大小,默认200最大1000<br /> 支持的最大列表长度为:1000

func (*SimbaAdgroupChangedcatmatchsGetRequest) SetStartTime

func (r *SimbaAdgroupChangedcatmatchsGetRequest) SetStartTime(value string)

得到此时间点之后的数据,不能大于一个月

type SimbaAdgroupChangedcatmatchsGetResponse

type SimbaAdgroupChangedcatmatchsGetResponse struct {
	ChangedCatmatchs *ADGroupCatMatchPage `json:"changed_catmatchs"`
}

type SimbaAdgroupChangedcatmatchsGetResponseResult

type SimbaAdgroupChangedcatmatchsGetResponseResult struct {
	Response *SimbaAdgroupChangedcatmatchsGetResponse `json:"simba_adgroup_changedcatmatchs_get_response"`
}

type SimbaAdgroupDeleteRequest

type SimbaAdgroupDeleteRequest struct {
	open_taobao.TaobaoMethodRequest
}

删除一个推广组

func (*SimbaAdgroupDeleteRequest) GetResponse

func (r *SimbaAdgroupDeleteRequest) GetResponse(accessToken string) (*SimbaAdgroupDeleteResponse, []byte, error)

func (*SimbaAdgroupDeleteRequest) SetAdgroupId

func (r *SimbaAdgroupDeleteRequest) SetAdgroupId(value string)

推广组Id

func (*SimbaAdgroupDeleteRequest) SetNick

func (r *SimbaAdgroupDeleteRequest) SetNick(value string)

主人昵称

type SimbaAdgroupDeleteResponse

type SimbaAdgroupDeleteResponse struct {
	Adgroup *ADGroup `json:"adgroup"`
}

type SimbaAdgroupDeleteResponseResult

type SimbaAdgroupDeleteResponseResult struct {
	Response *SimbaAdgroupDeleteResponse `json:"simba_adgroup_delete_response"`
}

type SimbaAdgroupNonsearchpricesUpdateRequest

type SimbaAdgroupNonsearchpricesUpdateRequest struct {
	open_taobao.TaobaoMethodRequest
}

修改通投出价

func (*SimbaAdgroupNonsearchpricesUpdateRequest) GetResponse

func (*SimbaAdgroupNonsearchpricesUpdateRequest) SetAdgroupidPriceJson

func (r *SimbaAdgroupNonsearchpricesUpdateRequest) SetAdgroupidPriceJson(value string)
推广组id,通投位置价格,是否使用默认出价json 数组字符串,数组个数最多200个.

json数组中的key必须和对应实体ADGroup中的属性字段保持一致,否则对应的实体对象属性获取不到相应的值, adgroupId,isNonsearchDefaultPrice不能为空。nonsearchMaxPrice是整数,以“分”为单位,不能小于5,不能大于日限额,不能大于9999分。 启用非搜索默认出价时nonsearchMaxPrice为0

func (*SimbaAdgroupNonsearchpricesUpdateRequest) SetCampaignId

func (r *SimbaAdgroupNonsearchpricesUpdateRequest) SetCampaignId(value string)

推广计划ID

func (*SimbaAdgroupNonsearchpricesUpdateRequest) SetNick

主人昵称

type SimbaAdgroupNonsearchpricesUpdateResponse

type SimbaAdgroupNonsearchpricesUpdateResponse struct {
	AdgroupList struct {
		ADGroup []*ADGroup `json:"a_d_group"`
	} `json:"adgroup_list"`
}

type SimbaAdgroupNonsearchpricesUpdateResponseResult

type SimbaAdgroupNonsearchpricesUpdateResponseResult struct {
	Response *SimbaAdgroupNonsearchpricesUpdateResponse `json:"simba_adgroup_nonsearchprices_update_response"`
}

type SimbaAdgroupNonsearchstatesUpdateRequest

type SimbaAdgroupNonsearchstatesUpdateRequest struct {
	open_taobao.TaobaoMethodRequest
}

更改通投状态(暂停或启动)

func (*SimbaAdgroupNonsearchstatesUpdateRequest) GetResponse

func (*SimbaAdgroupNonsearchstatesUpdateRequest) SetAdgroupidNonsearchstateJson

func (r *SimbaAdgroupNonsearchstatesUpdateRequest) SetAdgroupidNonsearchstateJson(value string)

推广组ID通投状态json数组字符串,数组个数最多200个。json数组中的key必须和对应实体ADGroup 中的属性字段保持一致,否则对应的实体对象属性获取不到相应的值推广组ID,通投状态不传默认为1

func (*SimbaAdgroupNonsearchstatesUpdateRequest) SetCampaignId

func (r *SimbaAdgroupNonsearchstatesUpdateRequest) SetCampaignId(value string)

推广计划ID

func (*SimbaAdgroupNonsearchstatesUpdateRequest) SetNick

主人昵称

type SimbaAdgroupNonsearchstatesUpdateResponse

type SimbaAdgroupNonsearchstatesUpdateResponse struct {
	AdgroupList struct {
		ADGroup []*ADGroup `json:"a_d_group"`
	} `json:"adgroup_list"`
}

type SimbaAdgroupNonsearchstatesUpdateResponseResult

type SimbaAdgroupNonsearchstatesUpdateResponseResult struct {
	Response *SimbaAdgroupNonsearchstatesUpdateResponse `json:"simba_adgroup_nonsearchstates_update_response"`
}

type SimbaAdgroupOnlineitemsvonGetRequest

type SimbaAdgroupOnlineitemsvonGetRequest struct {
	open_taobao.TaobaoMethodRequest
}

获取用户上架在线销售的全部宝贝

func (*SimbaAdgroupOnlineitemsvonGetRequest) GetResponse

func (*SimbaAdgroupOnlineitemsvonGetRequest) SetNick

func (r *SimbaAdgroupOnlineitemsvonGetRequest) SetNick(value string)

主人昵称

func (*SimbaAdgroupOnlineitemsvonGetRequest) SetOrderBy

func (r *SimbaAdgroupOnlineitemsvonGetRequest) SetOrderBy(value string)

排序,true:降序, false:升序

func (*SimbaAdgroupOnlineitemsvonGetRequest) SetOrderField

func (r *SimbaAdgroupOnlineitemsvonGetRequest) SetOrderField(value string)

排序字段,starts:按开始时间排序bidCount:按销量排序

func (*SimbaAdgroupOnlineitemsvonGetRequest) SetPageNo

func (r *SimbaAdgroupOnlineitemsvonGetRequest) SetPageNo(value string)

页码,从1开始,最大50。最大只能获取1W个宝贝<br /> 支持最大值为:50

func (*SimbaAdgroupOnlineitemsvonGetRequest) SetPageSize

func (r *SimbaAdgroupOnlineitemsvonGetRequest) SetPageSize(value string)

页尺寸,最大200<br /> 支持最大值为:200

type SimbaAdgroupOnlineitemsvonGetResponse

type SimbaAdgroupOnlineitemsvonGetResponse struct {
	PageItem *SubwayItemPartition `json:"page_item"`
}

type SimbaAdgroupOnlineitemsvonGetResponseResult

type SimbaAdgroupOnlineitemsvonGetResponseResult struct {
	Response *SimbaAdgroupOnlineitemsvonGetResponse `json:"simba_adgroup_onlineitemsvon_get_response"`
}

type SimbaAdgroupUpdateRequest

type SimbaAdgroupUpdateRequest struct {
	open_taobao.TaobaoMethodRequest
}

更新一个推广组的信息,可以设置默认出价、是否上线、非搜索出价、非搜索是否使用默认出价

func (*SimbaAdgroupUpdateRequest) GetResponse

func (r *SimbaAdgroupUpdateRequest) GetResponse(accessToken string) (*SimbaAdgroupUpdateResponse, []byte, error)

func (*SimbaAdgroupUpdateRequest) SetAdgroupId

func (r *SimbaAdgroupUpdateRequest) SetAdgroupId(value string)

推广组Id

func (*SimbaAdgroupUpdateRequest) SetDefaultPrice

func (r *SimbaAdgroupUpdateRequest) SetDefaultPrice(value string)

默认出价,单位是分,不能小于5<br /> 支持最小值为:5

func (*SimbaAdgroupUpdateRequest) SetNick

func (r *SimbaAdgroupUpdateRequest) SetNick(value string)

主人昵称

func (*SimbaAdgroupUpdateRequest) SetNonsearchMaxPrice

func (r *SimbaAdgroupUpdateRequest) SetNonsearchMaxPrice(value string)

非搜索出价,单位是分,不能小于5,如果use_nonseatch_default_price为使用默认出价,则此nonsearch_max_price字段传入的数据不起作用,商品将使用默认非搜索出价<br /> 支持最小值为:5

func (*SimbaAdgroupUpdateRequest) SetOnlineStatus

func (r *SimbaAdgroupUpdateRequest) SetOnlineStatus(value string)

用户设置的上下线状态 offline-下线(暂停竞价); online-上线;默认为online

func (*SimbaAdgroupUpdateRequest) SetUseNonsearchDefaultPrice

func (r *SimbaAdgroupUpdateRequest) SetUseNonsearchDefaultPrice(value string)

非搜索是否使用默认出价,false-不用;true-使用;默认为true;

type SimbaAdgroupUpdateResponse

type SimbaAdgroupUpdateResponse struct {
	Adgroup *ADGroup `json:"adgroup"`
}

type SimbaAdgroupUpdateResponseResult

type SimbaAdgroupUpdateResponseResult struct {
	Response *SimbaAdgroupUpdateResponse `json:"simba_adgroup_update_response"`
}

type SimbaAdgroupidsChangedGetRequest

type SimbaAdgroupidsChangedGetRequest struct {
	open_taobao.TaobaoMethodRequest
}

获取修改的推广组ID

func (*SimbaAdgroupidsChangedGetRequest) GetResponse

func (*SimbaAdgroupidsChangedGetRequest) SetNick

func (r *SimbaAdgroupidsChangedGetRequest) SetNick(value string)

主人昵称

func (*SimbaAdgroupidsChangedGetRequest) SetPageNo

func (r *SimbaAdgroupidsChangedGetRequest) SetPageNo(value string)

返回的第几页数据,默认为1<br /> 支持最小值为:1

func (*SimbaAdgroupidsChangedGetRequest) SetPageSize

func (r *SimbaAdgroupidsChangedGetRequest) SetPageSize(value string)

返回的每页数据量大小,默认200最大1000<br /> 支持最大值为:1000<br /> 支持最小值为:1

func (*SimbaAdgroupidsChangedGetRequest) SetStartTime

func (r *SimbaAdgroupidsChangedGetRequest) SetStartTime(value string)

得到此时间点之后的数据,不能大于一个月

type SimbaAdgroupidsChangedGetResponse

type SimbaAdgroupidsChangedGetResponse struct {
	ChangedAdgroupids []int `json:"changed_adgroupids"`
}

type SimbaAdgroupidsChangedGetResponseResult

type SimbaAdgroupidsChangedGetResponseResult struct {
	Response *SimbaAdgroupidsChangedGetResponse `json:"simba_adgroupids_changed_get_response"`
}

type SimbaAdgroupidsDeletedGetRequest

type SimbaAdgroupidsDeletedGetRequest struct {
	open_taobao.TaobaoMethodRequest
}

获取删除的推广组ID

func (*SimbaAdgroupidsDeletedGetRequest) GetResponse

func (*SimbaAdgroupidsDeletedGetRequest) SetNick

func (r *SimbaAdgroupidsDeletedGetRequest) SetNick(value string)

主人昵称

func (*SimbaAdgroupidsDeletedGetRequest) SetPageNo

func (r *SimbaAdgroupidsDeletedGetRequest) SetPageNo(value string)

返回的第几页数据,默认为1<br /> 支持最小值为:1

func (*SimbaAdgroupidsDeletedGetRequest) SetPageSize

func (r *SimbaAdgroupidsDeletedGetRequest) SetPageSize(value string)

返回的每页数据量大小,默认200最大1000<br /> 支持最大值为:1000<br /> 支持最小值为:1

func (*SimbaAdgroupidsDeletedGetRequest) SetStartTime

func (r *SimbaAdgroupidsDeletedGetRequest) SetStartTime(value string)

得到此时间点之后的数据,不能大于一个月

type SimbaAdgroupidsDeletedGetResponse

type SimbaAdgroupidsDeletedGetResponse struct {
	DeletedAdgroupIds []int `json:"deleted_adgroup_ids"`
}

type SimbaAdgroupidsDeletedGetResponseResult

type SimbaAdgroupidsDeletedGetResponseResult struct {
	Response *SimbaAdgroupidsDeletedGetResponse `json:"simba_adgroupids_deleted_get_response"`
}

type SimbaAdgroupsChangedGetRequest

type SimbaAdgroupsChangedGetRequest struct {
	open_taobao.TaobaoMethodRequest
}

分页获取修改的推广组ID和修改时间

func (*SimbaAdgroupsChangedGetRequest) GetResponse

func (*SimbaAdgroupsChangedGetRequest) SetNick

func (r *SimbaAdgroupsChangedGetRequest) SetNick(value string)

主人昵称

func (*SimbaAdgroupsChangedGetRequest) SetPageNo

func (r *SimbaAdgroupsChangedGetRequest) SetPageNo(value string)

返回的第几页数据,默认为1<br /> 支持最小值为:1

func (*SimbaAdgroupsChangedGetRequest) SetPageSize

func (r *SimbaAdgroupsChangedGetRequest) SetPageSize(value string)

返回的每页数据量大小,默认200最大1000<br /> 支持最大值为:1000<br /> 支持最小值为:1

func (*SimbaAdgroupsChangedGetRequest) SetStartTime

func (r *SimbaAdgroupsChangedGetRequest) SetStartTime(value string)

得到此时间点之后的数据,不能大于一个月

type SimbaAdgroupsChangedGetResponse

type SimbaAdgroupsChangedGetResponse struct {
	Adgroups *ADGroupPage `json:"adgroups"`
}

type SimbaAdgroupsChangedGetResponseResult

type SimbaAdgroupsChangedGetResponseResult struct {
	Response *SimbaAdgroupsChangedGetResponse `json:"simba_adgroups_changed_get_response"`
}

type SimbaAdgroupsItemExistRequest

type SimbaAdgroupsItemExistRequest struct {
	open_taobao.TaobaoMethodRequest
}

判断在一个推广计划中是否已经推广了一个商品

func (*SimbaAdgroupsItemExistRequest) GetResponse

func (*SimbaAdgroupsItemExistRequest) SetCampaignId

func (r *SimbaAdgroupsItemExistRequest) SetCampaignId(value string)

推广计划Id

func (*SimbaAdgroupsItemExistRequest) SetItemId

func (r *SimbaAdgroupsItemExistRequest) SetItemId(value string)

商品Id

func (*SimbaAdgroupsItemExistRequest) SetNick

func (r *SimbaAdgroupsItemExistRequest) SetNick(value string)

主人昵称

type SimbaAdgroupsItemExistResponse

type SimbaAdgroupsItemExistResponse struct {
	Exist bool `json:"exist"`
}

type SimbaAdgroupsItemExistResponseResult

type SimbaAdgroupsItemExistResponseResult struct {
	Response *SimbaAdgroupsItemExistResponse `json:"simba_adgroups_item_exist_response"`
}

type SimbaAdgroupsbyadgroupidsGetRequest

type SimbaAdgroupsbyadgroupidsGetRequest struct {
	open_taobao.TaobaoMethodRequest
}

批量得到推广组

func (*SimbaAdgroupsbyadgroupidsGetRequest) GetResponse

func (*SimbaAdgroupsbyadgroupidsGetRequest) SetAdgroupIds

func (r *SimbaAdgroupsbyadgroupidsGetRequest) SetAdgroupIds(value string)

推广组Id列表

func (*SimbaAdgroupsbyadgroupidsGetRequest) SetNick

func (r *SimbaAdgroupsbyadgroupidsGetRequest) SetNick(value string)

主人昵称

func (*SimbaAdgroupsbyadgroupidsGetRequest) SetPageNo

func (r *SimbaAdgroupsbyadgroupidsGetRequest) SetPageNo(value string)

页码,从1开始<br /> 支持最小值为:1

func (*SimbaAdgroupsbyadgroupidsGetRequest) SetPageSize

func (r *SimbaAdgroupsbyadgroupidsGetRequest) SetPageSize(value string)

页尺寸,最大200,如果入参adgroup_ids有传入值,则page_size和page_no值不起作用。如果adgrpup_ids为空而campaign_id有值,此时page_size和page_no值才是返回的页数据大小和页码<br /> 支持最大值为:200<br /> 支持最小值为:1

type SimbaAdgroupsbyadgroupidsGetResponse

type SimbaAdgroupsbyadgroupidsGetResponse struct {
	Adgroups *ADGroupPage `json:"adgroups"`
}

type SimbaAdgroupsbyadgroupidsGetResponseResult

type SimbaAdgroupsbyadgroupidsGetResponseResult struct {
	Response *SimbaAdgroupsbyadgroupidsGetResponse `json:"simba_adgroupsbyadgroupids_get_response"`
}

type SimbaAdgroupsbycampaignidGetRequest

type SimbaAdgroupsbycampaignidGetRequest struct {
	open_taobao.TaobaoMethodRequest
}

批量得到推广计划下的推广组

func (*SimbaAdgroupsbycampaignidGetRequest) GetResponse

func (*SimbaAdgroupsbycampaignidGetRequest) SetCampaignId

func (r *SimbaAdgroupsbycampaignidGetRequest) SetCampaignId(value string)

推广计划Id

func (*SimbaAdgroupsbycampaignidGetRequest) SetNick

func (r *SimbaAdgroupsbycampaignidGetRequest) SetNick(value string)

主人昵称

func (*SimbaAdgroupsbycampaignidGetRequest) SetPageNo

func (r *SimbaAdgroupsbycampaignidGetRequest) SetPageNo(value string)

页码,从1开始<br /> 支持最小值为:1

func (*SimbaAdgroupsbycampaignidGetRequest) SetPageSize

func (r *SimbaAdgroupsbycampaignidGetRequest) SetPageSize(value string)

页尺寸,最大200,如果入参adgroup_ids有传入值,则page_size和page_no值不起作用。如果adgrpup_ids为空而campaign_id有值,此时page_size和page_no值才是返回的页数据大小和页码<br /> 支持最大值为:200<br /> 支持最小值为:1

type SimbaAdgroupsbycampaignidGetResponse

type SimbaAdgroupsbycampaignidGetResponse struct {
	Adgroups *ADGroupPage `json:"adgroups"`
}

type SimbaAdgroupsbycampaignidGetResponseResult

type SimbaAdgroupsbycampaignidGetResponseResult struct {
	Response *SimbaAdgroupsbycampaignidGetResponse `json:"simba_adgroupsbycampaignid_get_response"`
}

type SimbaCampaignAddRequest

type SimbaCampaignAddRequest struct {
	open_taobao.TaobaoMethodRequest
}

创建一个推广计划

func (*SimbaCampaignAddRequest) GetResponse

func (r *SimbaCampaignAddRequest) GetResponse(accessToken string) (*SimbaCampaignAddResponse, []byte, error)

func (*SimbaCampaignAddRequest) SetNick

func (r *SimbaCampaignAddRequest) SetNick(value string)

主人昵称

func (*SimbaCampaignAddRequest) SetTitle

func (r *SimbaCampaignAddRequest) SetTitle(value string)

推广计划名称,不能多余20个汉字,不能和客户其他推广计划同名。<br /> 支持最大长度为:20<br /> 支持的最大列表长度为:20

type SimbaCampaignAddResponse

type SimbaCampaignAddResponse struct {
	Campaign *Campaign `json:"campaign"`
}

type SimbaCampaignAddResponseResult

type SimbaCampaignAddResponseResult struct {
	Response *SimbaCampaignAddResponse `json:"simba_campaign_add_response"`
}

type SimbaCampaignAreaGetRequest

type SimbaCampaignAreaGetRequest struct {
	open_taobao.TaobaoMethodRequest
}

取得一个推广计划的投放地域设置

func (*SimbaCampaignAreaGetRequest) GetResponse

func (r *SimbaCampaignAreaGetRequest) GetResponse(accessToken string) (*SimbaCampaignAreaGetResponse, []byte, error)

func (*SimbaCampaignAreaGetRequest) SetCampaignId

func (r *SimbaCampaignAreaGetRequest) SetCampaignId(value string)

推广计划Id

func (*SimbaCampaignAreaGetRequest) SetNick

func (r *SimbaCampaignAreaGetRequest) SetNick(value string)

主人昵称

type SimbaCampaignAreaGetResponse

type SimbaCampaignAreaGetResponse struct {
	CampaignArea *CampaignArea `json:"campaign_area"`
}

type SimbaCampaignAreaGetResponseResult

type SimbaCampaignAreaGetResponseResult struct {
	Response *SimbaCampaignAreaGetResponse `json:"simba_campaign_area_get_response"`
}

type SimbaCampaignAreaUpdateRequest

type SimbaCampaignAreaUpdateRequest struct {
	open_taobao.TaobaoMethodRequest
}

更新一个推广计划的投放地域

func (*SimbaCampaignAreaUpdateRequest) GetResponse

func (*SimbaCampaignAreaUpdateRequest) SetArea

func (r *SimbaCampaignAreaUpdateRequest) SetArea(value string)

值为:“all”;或者用“,”分割的数字,数字必须是直通车全国省市列表的AreaID;

func (*SimbaCampaignAreaUpdateRequest) SetCampaignId

func (r *SimbaCampaignAreaUpdateRequest) SetCampaignId(value string)

推广计划Id

func (*SimbaCampaignAreaUpdateRequest) SetNick

func (r *SimbaCampaignAreaUpdateRequest) SetNick(value string)

主人昵称

type SimbaCampaignAreaUpdateResponse

type SimbaCampaignAreaUpdateResponse struct {
	CampaignArea *CampaignArea `json:"campaign_area"`
}

type SimbaCampaignAreaUpdateResponseResult

type SimbaCampaignAreaUpdateResponseResult struct {
	Response *SimbaCampaignAreaUpdateResponse `json:"simba_campaign_area_update_response"`
}

type SimbaCampaignAreaoptionsGetRequest

type SimbaCampaignAreaoptionsGetRequest struct {
	open_taobao.TaobaoMethodRequest
}

取得推广计划的可设置投放地域列表

func (*SimbaCampaignAreaoptionsGetRequest) GetResponse

type SimbaCampaignAreaoptionsGetResponse

type SimbaCampaignAreaoptionsGetResponse struct {
	AreaOptions struct {
		AreaOption []*AreaOption `json:"area_option"`
	} `json:"area_options"`
}

type SimbaCampaignAreaoptionsGetResponseResult

type SimbaCampaignAreaoptionsGetResponseResult struct {
	Response *SimbaCampaignAreaoptionsGetResponse `json:"simba_campaign_areaoptions_get_response"`
}

type SimbaCampaignBudgetGetRequest

type SimbaCampaignBudgetGetRequest struct {
	open_taobao.TaobaoMethodRequest
}

取得一个推广计划的日限额

func (*SimbaCampaignBudgetGetRequest) GetResponse

func (*SimbaCampaignBudgetGetRequest) SetCampaignId

func (r *SimbaCampaignBudgetGetRequest) SetCampaignId(value string)

推广计划Id

func (*SimbaCampaignBudgetGetRequest) SetNick

func (r *SimbaCampaignBudgetGetRequest) SetNick(value string)

主人昵称

type SimbaCampaignBudgetGetResponse

type SimbaCampaignBudgetGetResponse struct {
	CampaignBudget *CampaignBudget `json:"campaign_budget"`
}

type SimbaCampaignBudgetGetResponseResult

type SimbaCampaignBudgetGetResponseResult struct {
	Response *SimbaCampaignBudgetGetResponse `json:"simba_campaign_budget_get_response"`
}

type SimbaCampaignBudgetUpdateRequest

type SimbaCampaignBudgetUpdateRequest struct {
	open_taobao.TaobaoMethodRequest
}

更新一个推广计划的日限额

func (*SimbaCampaignBudgetUpdateRequest) GetResponse

func (*SimbaCampaignBudgetUpdateRequest) SetBudget

func (r *SimbaCampaignBudgetUpdateRequest) SetBudget(value string)

如果为空则取消限额;否则必须为整数,单位是元,不得小于30;<br /> 支持最大值为:99999<br /> 支持最小值为:30

func (*SimbaCampaignBudgetUpdateRequest) SetCampaignId

func (r *SimbaCampaignBudgetUpdateRequest) SetCampaignId(value string)

推广计划Id

func (*SimbaCampaignBudgetUpdateRequest) SetNick

func (r *SimbaCampaignBudgetUpdateRequest) SetNick(value string)

主人昵称

func (*SimbaCampaignBudgetUpdateRequest) SetUseSmooth

func (r *SimbaCampaignBudgetUpdateRequest) SetUseSmooth(value string)

是否平滑消耗:false-否,true-是

type SimbaCampaignBudgetUpdateResponse

type SimbaCampaignBudgetUpdateResponse struct {
	CampaignBudget *CampaignBudget `json:"campaign_budget"`
}

type SimbaCampaignBudgetUpdateResponseResult

type SimbaCampaignBudgetUpdateResponseResult struct {
	Response *SimbaCampaignBudgetUpdateResponse `json:"simba_campaign_budget_update_response"`
}

type SimbaCampaignChanneloptionsGetRequest

type SimbaCampaignChanneloptionsGetRequest struct {
	open_taobao.TaobaoMethodRequest
}

取得推广计划的可设置投放频道列表

func (*SimbaCampaignChanneloptionsGetRequest) GetResponse

type SimbaCampaignChanneloptionsGetResponse

type SimbaCampaignChanneloptionsGetResponse struct {
	ChannelOptions struct {
		ChannelOption []*ChannelOption `json:"channel_option"`
	} `json:"channel_options"`
}

type SimbaCampaignChanneloptionsGetResponseResult

type SimbaCampaignChanneloptionsGetResponseResult struct {
	Response *SimbaCampaignChanneloptionsGetResponse `json:"simba_campaign_channeloptions_get_response"`
}

type SimbaCampaignPlatformGetRequest

type SimbaCampaignPlatformGetRequest struct {
	open_taobao.TaobaoMethodRequest
}

取得一个推广计划的投放平台设置

func (*SimbaCampaignPlatformGetRequest) GetResponse

func (*SimbaCampaignPlatformGetRequest) SetCampaignId

func (r *SimbaCampaignPlatformGetRequest) SetCampaignId(value string)

推广计划Id

func (*SimbaCampaignPlatformGetRequest) SetNick

func (r *SimbaCampaignPlatformGetRequest) SetNick(value string)

主人昵称

type SimbaCampaignPlatformGetResponse

type SimbaCampaignPlatformGetResponse struct {
	CampaignPlatform *CampaignPlatform `json:"campaign_platform"`
}

type SimbaCampaignPlatformGetResponseResult

type SimbaCampaignPlatformGetResponseResult struct {
	Response *SimbaCampaignPlatformGetResponse `json:"simba_campaign_platform_get_response"`
}

type SimbaCampaignPlatformUpdateRequest

type SimbaCampaignPlatformUpdateRequest struct {
	open_taobao.TaobaoMethodRequest
}

更新一个推广计划的平台设置

func (*SimbaCampaignPlatformUpdateRequest) GetResponse

func (*SimbaCampaignPlatformUpdateRequest) SetCampaignId

func (r *SimbaCampaignPlatformUpdateRequest) SetCampaignId(value string)

推广计划Id

func (*SimbaCampaignPlatformUpdateRequest) SetNick

func (r *SimbaCampaignPlatformUpdateRequest) SetNick(value string)

主人昵称

func (*SimbaCampaignPlatformUpdateRequest) SetNonsearchChannels

func (r *SimbaCampaignPlatformUpdateRequest) SetNonsearchChannels(value string)

非搜索投放频道代码数组,频道代码必须是直通车非搜索类频道列表中的值。<br /> 支持最大值为:128<br /> 支持最小值为:0

func (*SimbaCampaignPlatformUpdateRequest) SetOutsideDiscount

func (r *SimbaCampaignPlatformUpdateRequest) SetOutsideDiscount(value string)

溢价的百分比,必须是大于等于 1小于等于200的整数<br /> 支持最大值为:200<br /> 支持最小值为:1

func (*SimbaCampaignPlatformUpdateRequest) SetSearchChannels

func (r *SimbaCampaignPlatformUpdateRequest) SetSearchChannels(value string)

搜索投放频道代码数组,频道代码必须是直通车搜索类频道列表中的值,必须包含淘宝内网。<br /> 支持最大值为:128<br /> 支持最小值为:0

type SimbaCampaignPlatformUpdateResponse

type SimbaCampaignPlatformUpdateResponse struct {
	CampaignPlatform *CampaignPlatform `json:"campaign_platform"`
}

type SimbaCampaignPlatformUpdateResponseResult

type SimbaCampaignPlatformUpdateResponseResult struct {
	Response *SimbaCampaignPlatformUpdateResponse `json:"simba_campaign_platform_update_response"`
}

type SimbaCampaignScheduleGetRequest

type SimbaCampaignScheduleGetRequest struct {
	open_taobao.TaobaoMethodRequest
}

取得一个推广计划的分时折扣设置

func (*SimbaCampaignScheduleGetRequest) GetResponse

func (*SimbaCampaignScheduleGetRequest) SetCampaignId

func (r *SimbaCampaignScheduleGetRequest) SetCampaignId(value string)

推广计划Id

func (*SimbaCampaignScheduleGetRequest) SetNick

func (r *SimbaCampaignScheduleGetRequest) SetNick(value string)

主人昵称

type SimbaCampaignScheduleGetResponse

type SimbaCampaignScheduleGetResponse struct {
	CampaignSchedule *CampaignSchedule `json:"campaign_schedule"`
}

type SimbaCampaignScheduleGetResponseResult

type SimbaCampaignScheduleGetResponseResult struct {
	Response *SimbaCampaignScheduleGetResponse `json:"simba_campaign_schedule_get_response"`
}

type SimbaCampaignScheduleUpdateRequest

type SimbaCampaignScheduleUpdateRequest struct {
	open_taobao.TaobaoMethodRequest
}

更新一个推广计划的分时折扣设置

func (*SimbaCampaignScheduleUpdateRequest) GetResponse

func (*SimbaCampaignScheduleUpdateRequest) SetCampaignId

func (r *SimbaCampaignScheduleUpdateRequest) SetCampaignId(value string)

推广计划Id

func (*SimbaCampaignScheduleUpdateRequest) SetNick

func (r *SimbaCampaignScheduleUpdateRequest) SetNick(value string)

主人昵称

func (*SimbaCampaignScheduleUpdateRequest) SetSchedule

func (r *SimbaCampaignScheduleUpdateRequest) SetSchedule(value string)

值为:“all”;或者用“;”分割的每天的设置字符串,该字符串为用“,”分割的时段折扣字符串,格式为:起始时间-结束时间:折扣,其中时间是24小时格式记录,折扣是1-150整数,表示折扣百分比;

type SimbaCampaignScheduleUpdateResponse

type SimbaCampaignScheduleUpdateResponse struct {
	CampaignSchedule *CampaignSchedule `json:"campaign_schedule"`
}

type SimbaCampaignScheduleUpdateResponseResult

type SimbaCampaignScheduleUpdateResponseResult struct {
	Response *SimbaCampaignScheduleUpdateResponse `json:"simba_campaign_schedule_update_response"`
}

type SimbaCampaignUpdateRequest

type SimbaCampaignUpdateRequest struct {
	open_taobao.TaobaoMethodRequest
}

更新一个推广计划,可以设置推广计划名字,修改推广计划上下线状态。

func (*SimbaCampaignUpdateRequest) GetResponse

func (r *SimbaCampaignUpdateRequest) GetResponse(accessToken string) (*SimbaCampaignUpdateResponse, []byte, error)

func (*SimbaCampaignUpdateRequest) SetCampaignId

func (r *SimbaCampaignUpdateRequest) SetCampaignId(value string)

推广计划Id

func (*SimbaCampaignUpdateRequest) SetNick

func (r *SimbaCampaignUpdateRequest) SetNick(value string)

主人昵称

func (*SimbaCampaignUpdateRequest) SetOnlineStatus

func (r *SimbaCampaignUpdateRequest) SetOnlineStatus(value string)

用户设置的上下限状态;offline-下线;online-上线;

func (*SimbaCampaignUpdateRequest) SetTitle

func (r *SimbaCampaignUpdateRequest) SetTitle(value string)

推广计划名称,不能多余40个字符,不能和客户其他推广计划同名。<br /> 支持最大长度为:40<br /> 支持的最大列表长度为:40

type SimbaCampaignUpdateResponse

type SimbaCampaignUpdateResponse struct {
	Campaign *Campaign `json:"campaign"`
}

type SimbaCampaignUpdateResponseResult

type SimbaCampaignUpdateResponseResult struct {
	Response *SimbaCampaignUpdateResponse `json:"simba_campaign_update_response"`
}

type SimbaCampaignsGetRequest

type SimbaCampaignsGetRequest struct {
	open_taobao.TaobaoMethodRequest
}

取得一个客户的推广计划;

func (*SimbaCampaignsGetRequest) GetResponse

func (r *SimbaCampaignsGetRequest) GetResponse(accessToken string) (*SimbaCampaignsGetResponse, []byte, error)

func (*SimbaCampaignsGetRequest) SetNick

func (r *SimbaCampaignsGetRequest) SetNick(value string)

主人昵称

type SimbaCampaignsGetResponse

type SimbaCampaignsGetResponse struct {
	Campaigns struct {
		Campaign []*Campaign `json:"campaign"`
	} `json:"campaigns"`
}

type SimbaCampaignsGetResponseResult

type SimbaCampaignsGetResponseResult struct {
	Response *SimbaCampaignsGetResponse `json:"simba_campaigns_get_response"`
}

type SimbaCatmatchidsChangedGetRequest

type SimbaCatmatchidsChangedGetRequest struct {
	open_taobao.TaobaoMethodRequest
}

获取更改过的类目出价ID

func (*SimbaCatmatchidsChangedGetRequest) GetResponse

func (*SimbaCatmatchidsChangedGetRequest) SetNick

func (r *SimbaCatmatchidsChangedGetRequest) SetNick(value string)

主人昵称

func (*SimbaCatmatchidsChangedGetRequest) SetPageNo

func (r *SimbaCatmatchidsChangedGetRequest) SetPageNo(value string)

返回的第几页数据,默认为1

func (*SimbaCatmatchidsChangedGetRequest) SetPageSize

func (r *SimbaCatmatchidsChangedGetRequest) SetPageSize(value string)

返回的每页数据量大小,默认200最大1000

func (*SimbaCatmatchidsChangedGetRequest) SetStartTime

func (r *SimbaCatmatchidsChangedGetRequest) SetStartTime(value string)

得到此时间点之后的数据,不能大于一个月

type SimbaCatmatchidsChangedGetResponse

type SimbaCatmatchidsChangedGetResponse struct {
	ChangedCatmatchIds []int `json:"changed_catmatch_ids"`
}

type SimbaCatmatchidsChangedGetResponseResult

type SimbaCatmatchidsChangedGetResponseResult struct {
	Response *SimbaCatmatchidsChangedGetResponse `json:"simba_catmatchids_changed_get_response"`
}

type SimbaCatmatchidsDeletedGetRequest

type SimbaCatmatchidsDeletedGetRequest struct {
	open_taobao.TaobaoMethodRequest
}

获取删除的类目出价ID

func (*SimbaCatmatchidsDeletedGetRequest) GetResponse

func (*SimbaCatmatchidsDeletedGetRequest) SetNick

func (r *SimbaCatmatchidsDeletedGetRequest) SetNick(value string)

主人昵称

func (*SimbaCatmatchidsDeletedGetRequest) SetPageNo

func (r *SimbaCatmatchidsDeletedGetRequest) SetPageNo(value string)

返回的第几页数据,默认为1

func (*SimbaCatmatchidsDeletedGetRequest) SetPageSize

func (r *SimbaCatmatchidsDeletedGetRequest) SetPageSize(value string)

返回的每页数据量大小,默认200最大1000

func (*SimbaCatmatchidsDeletedGetRequest) SetStartTime

func (r *SimbaCatmatchidsDeletedGetRequest) SetStartTime(value string)

得到此时间点之后的数据,不能大于一个月

type SimbaCatmatchidsDeletedGetResponse

type SimbaCatmatchidsDeletedGetResponse struct {
	DeletedCatmatchIds []int `json:"deleted_catmatch_ids"`
}

type SimbaCatmatchidsDeletedGetResponseResult

type SimbaCatmatchidsDeletedGetResponseResult struct {
	Response *SimbaCatmatchidsDeletedGetResponse `json:"simba_catmatchids_deleted_get_response"`
}

type SimbaCreativeAddRequest

type SimbaCreativeAddRequest struct {
	open_taobao.TaobaoMethodRequest
}

创建一个创意

func (*SimbaCreativeAddRequest) GetResponse

func (r *SimbaCreativeAddRequest) GetResponse(accessToken string) (*SimbaCreativeAddResponse, []byte, error)

func (*SimbaCreativeAddRequest) SetAdgroupId

func (r *SimbaCreativeAddRequest) SetAdgroupId(value string)

推广组Id

func (*SimbaCreativeAddRequest) SetImgUrl

func (r *SimbaCreativeAddRequest) SetImgUrl(value string)

创意图片地址,必须是推广组对应商品的图片之一

func (*SimbaCreativeAddRequest) SetNick

func (r *SimbaCreativeAddRequest) SetNick(value string)

主人昵称

func (*SimbaCreativeAddRequest) SetTitle

func (r *SimbaCreativeAddRequest) SetTitle(value string)

创意标题,最多20个汉字<br /> 支持最大长度为:40<br /> 支持的最大列表长度为:40

type SimbaCreativeAddResponse

type SimbaCreativeAddResponse struct {
	Creative *Creative `json:"creative"`
}

type SimbaCreativeAddResponseResult

type SimbaCreativeAddResponseResult struct {
	Response *SimbaCreativeAddResponse `json:"simba_creative_add_response"`
}

type SimbaCreativeDeleteRequest

type SimbaCreativeDeleteRequest struct {
	open_taobao.TaobaoMethodRequest
}

删除一个创意

func (*SimbaCreativeDeleteRequest) GetResponse

func (r *SimbaCreativeDeleteRequest) GetResponse(accessToken string) (*SimbaCreativeDeleteResponse, []byte, error)

func (*SimbaCreativeDeleteRequest) SetCreativeId

func (r *SimbaCreativeDeleteRequest) SetCreativeId(value string)

创意Id

func (*SimbaCreativeDeleteRequest) SetNick

func (r *SimbaCreativeDeleteRequest) SetNick(value string)

主人昵称

type SimbaCreativeDeleteResponse

type SimbaCreativeDeleteResponse struct {
	Creative *Creative `json:"creative"`
}

type SimbaCreativeDeleteResponseResult

type SimbaCreativeDeleteResponseResult struct {
	Response *SimbaCreativeDeleteResponse `json:"simba_creative_delete_response"`
}

type SimbaCreativeUpdateRequest

type SimbaCreativeUpdateRequest struct {
	open_taobao.TaobaoMethodRequest
}

更新一个创意的信息,可以设置创意标题、创意图片

func (*SimbaCreativeUpdateRequest) GetResponse

func (r *SimbaCreativeUpdateRequest) GetResponse(accessToken string) (*SimbaCreativeUpdateResponse, []byte, error)

func (*SimbaCreativeUpdateRequest) SetAdgroupId

func (r *SimbaCreativeUpdateRequest) SetAdgroupId(value string)

推广组Id

func (*SimbaCreativeUpdateRequest) SetCreativeId

func (r *SimbaCreativeUpdateRequest) SetCreativeId(value string)

创意Id

func (*SimbaCreativeUpdateRequest) SetImgUrl

func (r *SimbaCreativeUpdateRequest) SetImgUrl(value string)

创意图片地址,必须是推广组对应商品的图片之一

func (*SimbaCreativeUpdateRequest) SetNick

func (r *SimbaCreativeUpdateRequest) SetNick(value string)

主人昵称

func (*SimbaCreativeUpdateRequest) SetTitle

func (r *SimbaCreativeUpdateRequest) SetTitle(value string)

创意标题,最多20个汉字<br /> 支持最大长度为:40<br /> 支持的最大列表长度为:40

type SimbaCreativeUpdateResponse

type SimbaCreativeUpdateResponse struct {
	Creativerecord *CreativeRecord `json:"creativerecord"`
}

type SimbaCreativeUpdateResponseResult

type SimbaCreativeUpdateResponseResult struct {
	Response *SimbaCreativeUpdateResponse `json:"simba_creative_update_response"`
}

type SimbaCreativeidsChangedGetRequest

type SimbaCreativeidsChangedGetRequest struct {
	open_taobao.TaobaoMethodRequest
}

获取修改的创意ID

func (*SimbaCreativeidsChangedGetRequest) GetResponse

func (*SimbaCreativeidsChangedGetRequest) SetNick

func (r *SimbaCreativeidsChangedGetRequest) SetNick(value string)

主人昵称

func (*SimbaCreativeidsChangedGetRequest) SetPageNo

func (r *SimbaCreativeidsChangedGetRequest) SetPageNo(value string)

返回的第几页数据,默认为1

func (*SimbaCreativeidsChangedGetRequest) SetPageSize

func (r *SimbaCreativeidsChangedGetRequest) SetPageSize(value string)

返回的每页数据量大小,默认200最大1000<br /> 支持最大值为:1000<br /> 支持最小值为:1

func (*SimbaCreativeidsChangedGetRequest) SetStartTime

func (r *SimbaCreativeidsChangedGetRequest) SetStartTime(value string)

得到此时间点之后的数据,不能大于一个月

type SimbaCreativeidsChangedGetResponse

type SimbaCreativeidsChangedGetResponse struct {
	ChangedCreativeIds []int `json:"changed_creative_ids"`
}

type SimbaCreativeidsChangedGetResponseResult

type SimbaCreativeidsChangedGetResponseResult struct {
	Response *SimbaCreativeidsChangedGetResponse `json:"simba_creativeids_changed_get_response"`
}

type SimbaCreativeidsDeletedGetRequest

type SimbaCreativeidsDeletedGetRequest struct {
	open_taobao.TaobaoMethodRequest
}

获取删除的创意ID

func (*SimbaCreativeidsDeletedGetRequest) GetResponse

func (*SimbaCreativeidsDeletedGetRequest) SetNick

func (r *SimbaCreativeidsDeletedGetRequest) SetNick(value string)

主人昵称

func (*SimbaCreativeidsDeletedGetRequest) SetPageNo

func (r *SimbaCreativeidsDeletedGetRequest) SetPageNo(value string)

返回的第几页数据,默认为1<br /> 支持最小值为:1

func (*SimbaCreativeidsDeletedGetRequest) SetPageSize

func (r *SimbaCreativeidsDeletedGetRequest) SetPageSize(value string)

返回的每页数据量大小,默认200最大1000<br /> 支持最大值为:1000<br /> 支持最小值为:1

func (*SimbaCreativeidsDeletedGetRequest) SetStartTime

func (r *SimbaCreativeidsDeletedGetRequest) SetStartTime(value string)

得到这个时间点之后的数据,不能大于一个月

type SimbaCreativeidsDeletedGetResponse

type SimbaCreativeidsDeletedGetResponse struct {
	DeletedCreativeIds []int `json:"deleted_creative_ids"`
}

type SimbaCreativeidsDeletedGetResponseResult

type SimbaCreativeidsDeletedGetResponseResult struct {
	Response *SimbaCreativeidsDeletedGetResponse `json:"simba_creativeids_deleted_get_response"`
}

type SimbaCreativesChangedGetRequest

type SimbaCreativesChangedGetRequest struct {
	open_taobao.TaobaoMethodRequest
}

分页获取修改过的广告创意ID和修改时间

func (*SimbaCreativesChangedGetRequest) GetResponse

func (*SimbaCreativesChangedGetRequest) SetNick

func (r *SimbaCreativesChangedGetRequest) SetNick(value string)

主人昵称

func (*SimbaCreativesChangedGetRequest) SetPageNo

func (r *SimbaCreativesChangedGetRequest) SetPageNo(value string)

返回的第几页数据,默认为1

func (*SimbaCreativesChangedGetRequest) SetPageSize

func (r *SimbaCreativesChangedGetRequest) SetPageSize(value string)

返回的每页数据量大小,默认200最大1000<br /> 支持最大值为:1000<br /> 支持最小值为:1

func (*SimbaCreativesChangedGetRequest) SetStartTime

func (r *SimbaCreativesChangedGetRequest) SetStartTime(value string)

得到此时间点之后的数据,不能大于一个月

type SimbaCreativesChangedGetResponse

type SimbaCreativesChangedGetResponse struct {
	Creatives *CreativePage `json:"creatives"`
}

type SimbaCreativesChangedGetResponseResult

type SimbaCreativesChangedGetResponseResult struct {
	Response *SimbaCreativesChangedGetResponse `json:"simba_creatives_changed_get_response"`
}

type SimbaCreativesGetRequest

type SimbaCreativesGetRequest struct {
	open_taobao.TaobaoMethodRequest
}
取得一个推广组的所有创意或者根据一个创意Id列表取得一组创意;

如果同时提供了推广组Id和创意id列表,则优先使用推广组Id;

func (*SimbaCreativesGetRequest) GetResponse

func (r *SimbaCreativesGetRequest) GetResponse(accessToken string) (*SimbaCreativesGetResponse, []byte, error)

func (*SimbaCreativesGetRequest) SetAdgroupId

func (r *SimbaCreativesGetRequest) SetAdgroupId(value string)

推广组Id

func (*SimbaCreativesGetRequest) SetCreativeIds

func (r *SimbaCreativesGetRequest) SetCreativeIds(value string)

创意Id数组,最多200个

func (*SimbaCreativesGetRequest) SetNick

func (r *SimbaCreativesGetRequest) SetNick(value string)

主人昵称

type SimbaCreativesGetResponse

type SimbaCreativesGetResponse struct {
	Creatives struct {
		Creative []*Creative `json:"creative"`
	} `json:"creatives"`
}

type SimbaCreativesGetResponseResult

type SimbaCreativesGetResponseResult struct {
	Response *SimbaCreativesGetResponse `json:"simba_creatives_get_response"`
}

type SimbaCreativesRecordGetRequest

type SimbaCreativesRecordGetRequest struct {
	open_taobao.TaobaoMethodRequest
}

根据一个创意Id列表取得创意对应的修改记录

func (*SimbaCreativesRecordGetRequest) GetResponse

func (*SimbaCreativesRecordGetRequest) SetCreativeIds

func (r *SimbaCreativesRecordGetRequest) SetCreativeIds(value string)

创意Id数组,最多200个

func (*SimbaCreativesRecordGetRequest) SetNick

func (r *SimbaCreativesRecordGetRequest) SetNick(value string)

主人昵称

type SimbaCreativesRecordGetResponse

type SimbaCreativesRecordGetResponse struct {
	Creativerecords struct {
		CreativeRecord []*CreativeRecord `json:"creative_record"`
	} `json:"creativerecords"`
}

type SimbaCreativesRecordGetResponseResult

type SimbaCreativesRecordGetResponseResult struct {
	Response *SimbaCreativesRecordGetResponse `json:"simba_creatives_record_get_response"`
}

type SimbaCustomersAuthorizedGetRequest

type SimbaCustomersAuthorizedGetRequest struct {
	open_taobao.TaobaoMethodRequest
}

取得当前登录用户的授权账户列表

func (*SimbaCustomersAuthorizedGetRequest) GetResponse

type SimbaCustomersAuthorizedGetResponse

type SimbaCustomersAuthorizedGetResponse struct {
	Nicks []string `json:"nicks"`
}

type SimbaCustomersAuthorizedGetResponseResult

type SimbaCustomersAuthorizedGetResponseResult struct {
	Response *SimbaCustomersAuthorizedGetResponse `json:"simba_customers_authorized_get_response"`
}

type SimbaInsightCatsGetRequest

type SimbaInsightCatsGetRequest struct {
	open_taobao.TaobaoMethodRequest
}

获取类目信息

func (*SimbaInsightCatsGetRequest) GetResponse

func (r *SimbaInsightCatsGetRequest) GetResponse(accessToken string) (*SimbaInsightCatsGetResponse, []byte, error)

func (*SimbaInsightCatsGetRequest) SetCategoryIds

func (r *SimbaInsightCatsGetRequest) SetCategoryIds(value string)

查询类目id数组,最大长度200

func (*SimbaInsightCatsGetRequest) SetNick

func (r *SimbaInsightCatsGetRequest) SetNick(value string)

主人昵称

type SimbaInsightCatsGetResponse

type SimbaInsightCatsGetResponse struct {
	InCategoryTops struct {
		INCategoryTop []*INCategoryTop `json:"i_n_category_top"`
	} `json:"in_category_tops"`
}

type SimbaInsightCatsGetResponseResult

type SimbaInsightCatsGetResponseResult struct {
	Response *SimbaInsightCatsGetResponse `json:"simba_insight_cats_get_response"`
}

type SimbaInsightCatsanalysisGetRequest

type SimbaInsightCatsanalysisGetRequest struct {
	open_taobao.TaobaoMethodRequest
}

类目分析数据查询

func (*SimbaInsightCatsanalysisGetRequest) GetResponse

func (*SimbaInsightCatsanalysisGetRequest) SetCategoryIds

func (r *SimbaInsightCatsanalysisGetRequest) SetCategoryIds(value string)

查询类目id数组,最大长度200

func (*SimbaInsightCatsanalysisGetRequest) SetNick

func (r *SimbaInsightCatsanalysisGetRequest) SetNick(value string)

主人昵称

func (*SimbaInsightCatsanalysisGetRequest) SetStu

func (r *SimbaInsightCatsanalysisGetRequest) SetStu(value string)
结果过滤。

AREA:返回地域占比; SOURCE:返回来源占比; HPRICE:返回竞价分布。 stu只能是AREA、SOURCE或HPRICE中的一个

type SimbaInsightCatsanalysisGetResponse

type SimbaInsightCatsanalysisGetResponse struct {
	InCategoryAnalyses struct {
		INCategoryAnalysis []*INCategoryAnalysis `json:"i_n_category_analysis"`
	} `json:"in_category_analyses"`
}

type SimbaInsightCatsanalysisGetResponseResult

type SimbaInsightCatsanalysisGetResponseResult struct {
	Response *SimbaInsightCatsanalysisGetResponse `json:"simba_insight_catsanalysis_get_response"`
}

type SimbaInsightCatsbaseGetRequest

type SimbaInsightCatsbaseGetRequest struct {
	open_taobao.TaobaoMethodRequest
}

类目基础数据查询

func (*SimbaInsightCatsbaseGetRequest) GetResponse

func (*SimbaInsightCatsbaseGetRequest) SetCategoryIds

func (r *SimbaInsightCatsbaseGetRequest) SetCategoryIds(value string)

查询类目id数组,最大长度200

func (*SimbaInsightCatsbaseGetRequest) SetFilter

func (r *SimbaInsightCatsbaseGetRequest) SetFilter(value string)

结果过滤。PV:返回展现量;CLICK:返回点击量;AVGCPC:返回平均出价;COMPETITION :返回竞争宝贝数;CTR 点击率。filter可由,组合

func (*SimbaInsightCatsbaseGetRequest) SetNick

func (r *SimbaInsightCatsbaseGetRequest) SetNick(value string)

主人昵称

func (*SimbaInsightCatsbaseGetRequest) SetTime

func (r *SimbaInsightCatsbaseGetRequest) SetTime(value string)

时间格式(DAY: 最近一天; WEEK:最近一周。MONTH:最近一个月。3MONTH:最近三个月)

type SimbaInsightCatsbaseGetResponse

type SimbaInsightCatsbaseGetResponse struct {
	InCategoryBases struct {
		INCategoryBase []*INCategoryBase `json:"i_n_category_base"`
	} `json:"in_category_bases"`
}

type SimbaInsightCatsbaseGetResponseResult

type SimbaInsightCatsbaseGetResponseResult struct {
	Response *SimbaInsightCatsbaseGetResponse `json:"simba_insight_catsbase_get_response"`
}

type SimbaInsightCatsforecastGetRequest

type SimbaInsightCatsforecastGetRequest struct {
	open_taobao.TaobaoMethodRequest
}

类目属性预测

func (*SimbaInsightCatsforecastGetRequest) GetResponse

func (*SimbaInsightCatsforecastGetRequest) SetNick

func (r *SimbaInsightCatsforecastGetRequest) SetNick(value string)

主人昵称

func (*SimbaInsightCatsforecastGetRequest) SetWords

func (r *SimbaInsightCatsforecastGetRequest) SetWords(value string)

查询词数组,最大长度200

type SimbaInsightCatsforecastGetResponse

type SimbaInsightCatsforecastGetResponse struct {
	InCategoryTops struct {
		INCategoryTop []*INCategoryTop `json:"i_n_category_top"`
	} `json:"in_category_tops"`
}

type SimbaInsightCatsforecastGetResponseResult

type SimbaInsightCatsforecastGetResponseResult struct {
	Response *SimbaInsightCatsforecastGetResponse `json:"simba_insight_catsforecast_get_response"`
}

type SimbaInsightCatsrelatedwordGetRequest

type SimbaInsightCatsrelatedwordGetRequest struct {
	open_taobao.TaobaoMethodRequest
}

类目相关词查询

func (*SimbaInsightCatsrelatedwordGetRequest) GetResponse

func (*SimbaInsightCatsrelatedwordGetRequest) SetNick

主人昵称

func (*SimbaInsightCatsrelatedwordGetRequest) SetResultNum

func (r *SimbaInsightCatsrelatedwordGetRequest) SetResultNum(value string)

最大返回数量(1-10)<br /> 支持最大值为:10<br /> 支持最小值为:1

func (*SimbaInsightCatsrelatedwordGetRequest) SetWords

func (r *SimbaInsightCatsrelatedwordGetRequest) SetWords(value string)

查询词数组,最大长度200

type SimbaInsightCatsrelatedwordGetResponse

type SimbaInsightCatsrelatedwordGetResponse struct {
	RelatedWords []string `json:"related_words"`
}

type SimbaInsightCatsrelatedwordGetResponseResult

type SimbaInsightCatsrelatedwordGetResponseResult struct {
	Response *SimbaInsightCatsrelatedwordGetResponse `json:"simba_insight_catsrelatedword_get_response"`
}

type SimbaInsightCatstopwordGetRequest

type SimbaInsightCatstopwordGetRequest struct {
	open_taobao.TaobaoMethodRequest
}

类目TOP词查询

func (*SimbaInsightCatstopwordGetRequest) GetResponse

func (*SimbaInsightCatstopwordGetRequest) SetCategoryIds

func (r *SimbaInsightCatstopwordGetRequest) SetCategoryIds(value string)

类目id数组,最大长度200

func (*SimbaInsightCatstopwordGetRequest) SetNick

func (r *SimbaInsightCatstopwordGetRequest) SetNick(value string)

主人昵称

func (*SimbaInsightCatstopwordGetRequest) SetResultNum

func (r *SimbaInsightCatstopwordGetRequest) SetResultNum(value string)

最大返回数量(1-100)<br /> 支持最大值为:100<br /> 支持最小值为:1

type SimbaInsightCatstopwordGetResponse

type SimbaInsightCatstopwordGetResponse struct {
	TopWords []string `json:"top_words"`
}

type SimbaInsightCatstopwordGetResponseResult

type SimbaInsightCatstopwordGetResponseResult struct {
	Response *SimbaInsightCatstopwordGetResponse `json:"simba_insight_catstopword_get_response"`
}

type SimbaInsightToplevelcatsGetRequest

type SimbaInsightToplevelcatsGetRequest struct {
	open_taobao.TaobaoMethodRequest
}

获取一级类目

func (*SimbaInsightToplevelcatsGetRequest) GetResponse

func (*SimbaInsightToplevelcatsGetRequest) SetNick

func (r *SimbaInsightToplevelcatsGetRequest) SetNick(value string)

主人昵称

type SimbaInsightToplevelcatsGetResponse

type SimbaInsightToplevelcatsGetResponse struct {
	InCategoryTops struct {
		INCategoryTop []*INCategoryTop `json:"i_n_category_top"`
	} `json:"in_category_tops"`
}

type SimbaInsightToplevelcatsGetResponseResult

type SimbaInsightToplevelcatsGetResponseResult struct {
	Response *SimbaInsightToplevelcatsGetResponse `json:"simba_insight_toplevelcats_get_response"`
}

type SimbaInsightWordsanalysisGetRequest

type SimbaInsightWordsanalysisGetRequest struct {
	open_taobao.TaobaoMethodRequest
}

词分析数据查询

func (*SimbaInsightWordsanalysisGetRequest) GetResponse

func (*SimbaInsightWordsanalysisGetRequest) SetNick

func (r *SimbaInsightWordsanalysisGetRequest) SetNick(value string)

主人昵称

func (*SimbaInsightWordsanalysisGetRequest) SetStu

结果过滤。

AREA: 返回地域占比; SOURCE:返回来源占比; HPRICE:返回竞价分布。 stu只能是AREA、SOURCE或HPRICE中的一个

func (*SimbaInsightWordsanalysisGetRequest) SetWords

func (r *SimbaInsightWordsanalysisGetRequest) SetWords(value string)

查询词组,最大长度200

type SimbaInsightWordsanalysisGetResponse

type SimbaInsightWordsanalysisGetResponse struct {
	InWordAnalyses struct {
		INWordAnalysis []*INWordAnalysis `json:"i_n_word_analysis"`
	} `json:"in_word_analyses"`
}

type SimbaInsightWordsanalysisGetResponseResult

type SimbaInsightWordsanalysisGetResponseResult struct {
	Response *SimbaInsightWordsanalysisGetResponse `json:"simba_insight_wordsanalysis_get_response"`
}

type SimbaInsightWordsbaseGetRequest

type SimbaInsightWordsbaseGetRequest struct {
	open_taobao.TaobaoMethodRequest
}

词基础数据查询

func (*SimbaInsightWordsbaseGetRequest) GetResponse

func (*SimbaInsightWordsbaseGetRequest) SetFilter

func (r *SimbaInsightWordsbaseGetRequest) SetFilter(value string)

结果过滤。PV:返回展现量;CLICK:返回点击量;AVGCPC:返回平均出价;COMPETITION :返回竞争宝贝数;CTR 点击率。filter可由,组合

func (*SimbaInsightWordsbaseGetRequest) SetNick

func (r *SimbaInsightWordsbaseGetRequest) SetNick(value string)

主人昵称

func (*SimbaInsightWordsbaseGetRequest) SetTime

func (r *SimbaInsightWordsbaseGetRequest) SetTime(value string)

时间格式(DAY: 最近一天; WEEK:最近一周。MONTH:最近一个月。3MONTH:最近三个月)

func (*SimbaInsightWordsbaseGetRequest) SetWords

func (r *SimbaInsightWordsbaseGetRequest) SetWords(value string)

查询词组,最大长度170

type SimbaInsightWordsbaseGetResponse

type SimbaInsightWordsbaseGetResponse struct {
	InWordBases struct {
		INWordBase []*INWordBase `json:"i_n_word_base"`
	} `json:"in_word_bases"`
}

type SimbaInsightWordsbaseGetResponseResult

type SimbaInsightWordsbaseGetResponseResult struct {
	Response *SimbaInsightWordsbaseGetResponse `json:"simba_insight_wordsbase_get_response"`
}

type SimbaInsightWordscatsGetRequest

type SimbaInsightWordscatsGetRequest struct {
	open_taobao.TaobaoMethodRequest
}

词和类目查询

func (*SimbaInsightWordscatsGetRequest) GetResponse

func (*SimbaInsightWordscatsGetRequest) SetFilter

func (r *SimbaInsightWordscatsGetRequest) SetFilter(value string)

结果过滤。PV:返回展现量;CLICK:返回点击量;AVGCPC:返回平均出价;COMPETITION :返回竞争宝贝数;CTR 点击率。filter可由,组合

func (*SimbaInsightWordscatsGetRequest) SetNick

func (r *SimbaInsightWordscatsGetRequest) SetNick(value string)

主人昵称

func (*SimbaInsightWordscatsGetRequest) SetWordCategories

func (r *SimbaInsightWordscatsGetRequest) SetWordCategories(value string)
查询词和类目数组,最大长度200,每一个数组元素都是词+类目,以”^^”分割如下:

词^^类目

type SimbaInsightWordscatsGetResponse

type SimbaInsightWordscatsGetResponse struct {
	InWordCategories struct {
		INWordCategory []*INWordCategory `json:"i_n_word_category"`
	} `json:"in_word_categories"`
}

type SimbaInsightWordscatsGetResponseResult

type SimbaInsightWordscatsGetResponseResult struct {
	Response *SimbaInsightWordscatsGetResponse `json:"simba_insight_wordscats_get_response"`
}

type SimbaKeywordKeywordforecastGetRequest

type SimbaKeywordKeywordforecastGetRequest struct {
	open_taobao.TaobaoMethodRequest
}

根据词ID和给定的出价获取词的预估信息

func (*SimbaKeywordKeywordforecastGetRequest) GetResponse

func (*SimbaKeywordKeywordforecastGetRequest) SetBidwordPrice

func (r *SimbaKeywordKeywordforecastGetRequest) SetBidwordPrice(value string)

词的出价,范围在5-9999之间,单位分

func (*SimbaKeywordKeywordforecastGetRequest) SetKeywordId

func (r *SimbaKeywordKeywordforecastGetRequest) SetKeywordId(value string)

词ID

func (*SimbaKeywordKeywordforecastGetRequest) SetNick

经典名表行

type SimbaKeywordKeywordforecastGetResponse

type SimbaKeywordKeywordforecastGetResponse struct {
	KeywordForecast *KeywordForecast `json:"keyword_forecast"`
}

type SimbaKeywordKeywordforecastGetResponseResult

type SimbaKeywordKeywordforecastGetResponseResult struct {
	Response *SimbaKeywordKeywordforecastGetResponse `json:"simba_keyword_keywordforecast_get_response"`
}

type SimbaKeywordidsChangedGetRequest

type SimbaKeywordidsChangedGetRequest struct {
	open_taobao.TaobaoMethodRequest
}

获取修改的词ID

func (*SimbaKeywordidsChangedGetRequest) GetResponse

func (*SimbaKeywordidsChangedGetRequest) SetNick

func (r *SimbaKeywordidsChangedGetRequest) SetNick(value string)

主人昵称

func (*SimbaKeywordidsChangedGetRequest) SetPageNo

func (r *SimbaKeywordidsChangedGetRequest) SetPageNo(value string)

返回的第几页数据,默认为1<br /> 支持最小值为:1

func (*SimbaKeywordidsChangedGetRequest) SetPageSize

func (r *SimbaKeywordidsChangedGetRequest) SetPageSize(value string)

返回的每页数据量大小,默认200最大1000<br /> 支持最大值为:1000<br /> 支持最小值为:1

func (*SimbaKeywordidsChangedGetRequest) SetStartTime

func (r *SimbaKeywordidsChangedGetRequest) SetStartTime(value string)

得到此时间点之后的数据,不能大于一个月

type SimbaKeywordidsChangedGetResponse

type SimbaKeywordidsChangedGetResponse struct {
	ChangedKeywordIds []int `json:"changed_keyword_ids"`
}

type SimbaKeywordidsChangedGetResponseResult

type SimbaKeywordidsChangedGetResponseResult struct {
	Response *SimbaKeywordidsChangedGetResponse `json:"simba_keywordids_changed_get_response"`
}

type SimbaKeywordidsDeletedGetRequest

type SimbaKeywordidsDeletedGetRequest struct {
	open_taobao.TaobaoMethodRequest
}

获取删除的词ID

func (*SimbaKeywordidsDeletedGetRequest) GetResponse

func (*SimbaKeywordidsDeletedGetRequest) SetNick

func (r *SimbaKeywordidsDeletedGetRequest) SetNick(value string)

主人昵称

func (*SimbaKeywordidsDeletedGetRequest) SetPageNo

func (r *SimbaKeywordidsDeletedGetRequest) SetPageNo(value string)

返回的第几页数据,默认为1<br /> 支持最小值为:1

func (*SimbaKeywordidsDeletedGetRequest) SetPageSize

func (r *SimbaKeywordidsDeletedGetRequest) SetPageSize(value string)

返回的每页数据量大小,默认200最大1000<br /> 支持最大值为:1000<br /> 支持最小值为:1

func (*SimbaKeywordidsDeletedGetRequest) SetStartTime

func (r *SimbaKeywordidsDeletedGetRequest) SetStartTime(value string)

得到此时间点之后的数据,不能大于一个月

type SimbaKeywordidsDeletedGetResponse

type SimbaKeywordidsDeletedGetResponse struct {
	DeletedKeywordIds []int `json:"deleted_keyword_ids"`
}

type SimbaKeywordidsDeletedGetResponseResult

type SimbaKeywordidsDeletedGetResponseResult struct {
	Response *SimbaKeywordidsDeletedGetResponse `json:"simba_keywordids_deleted_get_response"`
}

type SimbaKeywordsChangedGetRequest

type SimbaKeywordsChangedGetRequest struct {
	open_taobao.TaobaoMethodRequest
}

分页获取修改过的关键词ID、宝贝id、修改时间

func (*SimbaKeywordsChangedGetRequest) GetResponse

func (*SimbaKeywordsChangedGetRequest) SetNick

func (r *SimbaKeywordsChangedGetRequest) SetNick(value string)

主人昵称

func (*SimbaKeywordsChangedGetRequest) SetPageNo

func (r *SimbaKeywordsChangedGetRequest) SetPageNo(value string)

返回的第几页数据,默认为1<br /> 支持最小值为:1

func (*SimbaKeywordsChangedGetRequest) SetPageSize

func (r *SimbaKeywordsChangedGetRequest) SetPageSize(value string)

返回的每页数据量大小,默认200最大1000<br /> 支持最大值为:1000<br /> 支持最小值为:1

func (*SimbaKeywordsChangedGetRequest) SetStartTime

func (r *SimbaKeywordsChangedGetRequest) SetStartTime(value string)

得到此时间点之后的数据,不能大于一个月

type SimbaKeywordsChangedGetResponse

type SimbaKeywordsChangedGetResponse struct {
	Keywords *KeywordPage `json:"keywords"`
}

type SimbaKeywordsChangedGetResponseResult

type SimbaKeywordsChangedGetResponseResult struct {
	Response *SimbaKeywordsChangedGetResponse `json:"simba_keywords_changed_get_response"`
}

type SimbaKeywordsDeleteRequest

type SimbaKeywordsDeleteRequest struct {
	open_taobao.TaobaoMethodRequest
}

删除一批关键词

func (*SimbaKeywordsDeleteRequest) GetResponse

func (r *SimbaKeywordsDeleteRequest) GetResponse(accessToken string) (*SimbaKeywordsDeleteResponse, []byte, error)

func (*SimbaKeywordsDeleteRequest) SetCampaignId

func (r *SimbaKeywordsDeleteRequest) SetCampaignId(value string)

推广计划Id

func (*SimbaKeywordsDeleteRequest) SetKeywordIds

func (r *SimbaKeywordsDeleteRequest) SetKeywordIds(value string)

关键词Id数组,最多100个

func (*SimbaKeywordsDeleteRequest) SetNick

func (r *SimbaKeywordsDeleteRequest) SetNick(value string)

主人昵称

type SimbaKeywordsDeleteResponse

type SimbaKeywordsDeleteResponse struct {
	Keywords struct {
		Keyword []*Keyword `json:"keyword"`
	} `json:"keywords"`
}

type SimbaKeywordsDeleteResponseResult

type SimbaKeywordsDeleteResponseResult struct {
	Response *SimbaKeywordsDeleteResponse `json:"simba_keywords_delete_response"`
}

type SimbaKeywordsPricevonSetRequest

type SimbaKeywordsPricevonSetRequest struct {
	open_taobao.TaobaoMethodRequest
}

设置一批关键词的出价

func (*SimbaKeywordsPricevonSetRequest) GetResponse

func (*SimbaKeywordsPricevonSetRequest) SetKeywordidPrices

func (r *SimbaKeywordsPricevonSetRequest) SetKeywordidPrices(value string)

关键词ID,出价和匹配方式json字符串,keywordId:词ID,整数。maxPrice:价格,是整数,以“分”为单位,不能小于5,不能大于日限额,当使用默认出价时必须将这个值设置为0。; isDefaultPrice:是否使用默认出价,只能是0,1(0代表不使用,1代表使用)。matchscope只能是1,2,4(1代表精确匹配,2代表子串匹配,4代表广泛匹配)

func (*SimbaKeywordsPricevonSetRequest) SetNick

func (r *SimbaKeywordsPricevonSetRequest) SetNick(value string)

主人昵称

type SimbaKeywordsPricevonSetResponse

type SimbaKeywordsPricevonSetResponse struct {
	Keywords struct {
		Keyword []*Keyword `json:"keyword"`
	} `json:"keywords"`
}

type SimbaKeywordsPricevonSetResponseResult

type SimbaKeywordsPricevonSetResponseResult struct {
	Response *SimbaKeywordsPricevonSetResponse `json:"simba_keywords_pricevon_set_response"`
}

type SimbaKeywordsQscoreGetRequest

type SimbaKeywordsQscoreGetRequest struct {
	open_taobao.TaobaoMethodRequest
}

取得一个推广组的所有关键词的质量得分列表

func (*SimbaKeywordsQscoreGetRequest) GetResponse

func (*SimbaKeywordsQscoreGetRequest) SetAdgroupId

func (r *SimbaKeywordsQscoreGetRequest) SetAdgroupId(value string)

推广组Id

func (*SimbaKeywordsQscoreGetRequest) SetNick

func (r *SimbaKeywordsQscoreGetRequest) SetNick(value string)

主人昵称

type SimbaKeywordsQscoreGetResponse

type SimbaKeywordsQscoreGetResponse struct {
	KeywordQscoreList struct {
		KeywordQscore []*KeywordQscore `json:"keyword_qscore"`
	} `json:"keyword_qscore_list"`
}

type SimbaKeywordsQscoreGetResponseResult

type SimbaKeywordsQscoreGetResponseResult struct {
	Response *SimbaKeywordsQscoreGetResponse `json:"simba_keywords_qscore_get_response"`
}

type SimbaKeywordsRecommendGetRequest

type SimbaKeywordsRecommendGetRequest struct {
	open_taobao.TaobaoMethodRequest
}

取得一个推广组的推荐关键词列表

func (*SimbaKeywordsRecommendGetRequest) GetResponse

func (*SimbaKeywordsRecommendGetRequest) SetAdgroupId

func (r *SimbaKeywordsRecommendGetRequest) SetAdgroupId(value string)

推广组ID

func (*SimbaKeywordsRecommendGetRequest) SetNick

func (r *SimbaKeywordsRecommendGetRequest) SetNick(value string)

主人昵称

func (*SimbaKeywordsRecommendGetRequest) SetOrderBy

func (r *SimbaKeywordsRecommendGetRequest) SetOrderBy(value string)
排序方式:

搜索量 search_volume 市场平均价格 average_price 相关度 relevance 不排序 non 默认为 non

func (*SimbaKeywordsRecommendGetRequest) SetPageNo

func (r *SimbaKeywordsRecommendGetRequest) SetPageNo(value string)

返回的第几页数据,默认为1<br /> 支持最小值为:1

func (*SimbaKeywordsRecommendGetRequest) SetPageSize

func (r *SimbaKeywordsRecommendGetRequest) SetPageSize(value string)

返回的每页数据量大小,最大200<br /> 支持最大值为:200<br /> 支持最小值为:1

func (*SimbaKeywordsRecommendGetRequest) SetPertinence

func (r *SimbaKeywordsRecommendGetRequest) SetPertinence(value string)

相关度

func (*SimbaKeywordsRecommendGetRequest) SetSearch

func (r *SimbaKeywordsRecommendGetRequest) SetSearch(value string)

搜索量,设置此值后返回的就是大于此搜索量的词列表

type SimbaKeywordsRecommendGetResponse

type SimbaKeywordsRecommendGetResponse struct {
	RecommendWords *RecommendWordPage `json:"recommend_words"`
}

type SimbaKeywordsRecommendGetResponseResult

type SimbaKeywordsRecommendGetResponseResult struct {
	Response *SimbaKeywordsRecommendGetResponse `json:"simba_keywords_recommend_get_response"`
}

type SimbaKeywordsbyadgroupidGetRequest

type SimbaKeywordsbyadgroupidGetRequest struct {
	open_taobao.TaobaoMethodRequest
}

取得一个推广组的所有关键词

func (*SimbaKeywordsbyadgroupidGetRequest) GetResponse

func (*SimbaKeywordsbyadgroupidGetRequest) SetAdgroupId

func (r *SimbaKeywordsbyadgroupidGetRequest) SetAdgroupId(value string)

推广组Id

func (*SimbaKeywordsbyadgroupidGetRequest) SetNick

func (r *SimbaKeywordsbyadgroupidGetRequest) SetNick(value string)

主人昵称

type SimbaKeywordsbyadgroupidGetResponse

type SimbaKeywordsbyadgroupidGetResponse struct {
	Keywords struct {
		Keyword []*Keyword `json:"keyword"`
	} `json:"keywords"`
}

type SimbaKeywordsbyadgroupidGetResponseResult

type SimbaKeywordsbyadgroupidGetResponseResult struct {
	Response *SimbaKeywordsbyadgroupidGetResponse `json:"simba_keywordsbyadgroupid_get_response"`
}

type SimbaKeywordsbykeywordidsGetRequest

type SimbaKeywordsbykeywordidsGetRequest struct {
	open_taobao.TaobaoMethodRequest
}

根据一个关键词Id列表取得一组关键词

func (*SimbaKeywordsbykeywordidsGetRequest) GetResponse

func (*SimbaKeywordsbykeywordidsGetRequest) SetKeywordIds

func (r *SimbaKeywordsbykeywordidsGetRequest) SetKeywordIds(value string)

关键词Id数组,最多200个;

func (*SimbaKeywordsbykeywordidsGetRequest) SetNick

func (r *SimbaKeywordsbykeywordidsGetRequest) SetNick(value string)

主人昵称

type SimbaKeywordsbykeywordidsGetResponse

type SimbaKeywordsbykeywordidsGetResponse struct {
	Keywords struct {
		Keyword []*Keyword `json:"keyword"`
	} `json:"keywords"`
}

type SimbaKeywordsbykeywordidsGetResponseResult

type SimbaKeywordsbykeywordidsGetResponseResult struct {
	Response *SimbaKeywordsbykeywordidsGetResponse `json:"simba_keywordsbykeywordids_get_response"`
}

type SimbaKeywordscatQscoreGetRequest

type SimbaKeywordscatQscoreGetRequest struct {
	open_taobao.TaobaoMethodRequest
}

取得一个推广组的所有关键词和类目出价的质量得分列表

func (*SimbaKeywordscatQscoreGetRequest) GetResponse

func (*SimbaKeywordscatQscoreGetRequest) SetAdgroupId

func (r *SimbaKeywordscatQscoreGetRequest) SetAdgroupId(value string)

推广组Id

func (*SimbaKeywordscatQscoreGetRequest) SetNick

func (r *SimbaKeywordscatQscoreGetRequest) SetNick(value string)

主人昵称

type SimbaKeywordscatQscoreGetResponse

type SimbaKeywordscatQscoreGetResponse struct {
	Qscore *Qscore `json:"qscore"`
}

type SimbaKeywordscatQscoreGetResponseResult

type SimbaKeywordscatQscoreGetResponseResult struct {
	Response *SimbaKeywordscatQscoreGetResponse `json:"simba_keywordscat_qscore_get_response"`
}

type SimbaKeywordsvonAddRequest

type SimbaKeywordsvonAddRequest struct {
	open_taobao.TaobaoMethodRequest
}

创建一批关键词

func (*SimbaKeywordsvonAddRequest) GetResponse

func (r *SimbaKeywordsvonAddRequest) GetResponse(accessToken string) (*SimbaKeywordsvonAddResponse, []byte, error)

func (*SimbaKeywordsvonAddRequest) SetAdgroupId

func (r *SimbaKeywordsvonAddRequest) SetAdgroupId(value string)

推广组id

func (*SimbaKeywordsvonAddRequest) SetKeywordPrices

func (r *SimbaKeywordsvonAddRequest) SetKeywordPrices(value string)

关键词,出价和匹配方式json字符串,word:词,不能有一些特殊字符。maxPrice:价格,是整数,以“分”为单位,不能小于5,不能大于日限额,当使用默认出价时必须将这个值设置为0。; isDefaultPrice:是否使用默认出价,只能是0,1(0代表不使用,1代表使用)。matchscope只能是1,2,4(1代表精确匹配,2代表子串匹配,4代表广泛匹配)。

func (*SimbaKeywordsvonAddRequest) SetNick

func (r *SimbaKeywordsvonAddRequest) SetNick(value string)

主人昵称

type SimbaKeywordsvonAddResponse

type SimbaKeywordsvonAddResponse struct {
	Keywords struct {
		Keyword []*Keyword `json:"keyword"`
	} `json:"keywords"`
}

type SimbaKeywordsvonAddResponseResult

type SimbaKeywordsvonAddResponseResult struct {
	Response *SimbaKeywordsvonAddResponse `json:"simba_keywordsvon_add_response"`
}

type SimbaLoginAuthsignGetRequest

type SimbaLoginAuthsignGetRequest struct {
	open_taobao.TaobaoMethodRequest
}

获取登陆权限签名

func (*SimbaLoginAuthsignGetRequest) GetResponse

func (r *SimbaLoginAuthsignGetRequest) GetResponse(accessToken string) (*SimbaLoginAuthsignGetResponse, []byte, error)

func (*SimbaLoginAuthsignGetRequest) SetNick

func (r *SimbaLoginAuthsignGetRequest) SetNick(value string)

主人昵称

type SimbaLoginAuthsignGetResponse

type SimbaLoginAuthsignGetResponse struct {
	SubwayToken string `json:"subway_token"`
}

type SimbaLoginAuthsignGetResponseResult

type SimbaLoginAuthsignGetResponseResult struct {
	Response *SimbaLoginAuthsignGetResponse `json:"simba_login_authsign_get_response"`
}

type SimbaNonsearchAdgroupplacesAddRequest

type SimbaNonsearchAdgroupplacesAddRequest struct {
	open_taobao.TaobaoMethodRequest
}

批量推广组添加定向推广投放位置,出价使用默认出价

func (*SimbaNonsearchAdgroupplacesAddRequest) GetResponse

func (*SimbaNonsearchAdgroupplacesAddRequest) SetAdgroupPlacesJson

func (r *SimbaNonsearchAdgroupplacesAddRequest) SetAdgroupPlacesJson(value string)

宝贝id投放位置id json数组字符串,数组个数最多200个。其中json数组中的key必须和对应实体AdGroupPlace中的属性字段保持一致,否则对应的实体对象属性获取不到相应的值

func (*SimbaNonsearchAdgroupplacesAddRequest) SetCampaignId

func (r *SimbaNonsearchAdgroupplacesAddRequest) SetCampaignId(value string)

12345

func (*SimbaNonsearchAdgroupplacesAddRequest) SetNick

主人昵称

type SimbaNonsearchAdgroupplacesAddResponse

type SimbaNonsearchAdgroupplacesAddResponse struct {
	AdgroupPlaceList struct {
		ADGroupPlace []*ADGroupPlace `json:"a_d_group_place"`
	} `json:"adgroup_place_list"`
}

type SimbaNonsearchAdgroupplacesAddResponseResult

type SimbaNonsearchAdgroupplacesAddResponseResult struct {
	Response *SimbaNonsearchAdgroupplacesAddResponse `json:"simba_nonsearch_adgroupplaces_add_response"`
}

type SimbaNonsearchAdgroupplacesDeleteRequest

type SimbaNonsearchAdgroupplacesDeleteRequest struct {
	open_taobao.TaobaoMethodRequest
}

批量删除推广组定向推广投放位置

func (*SimbaNonsearchAdgroupplacesDeleteRequest) GetResponse

func (*SimbaNonsearchAdgroupplacesDeleteRequest) SetAdgroupPlacesJson

func (r *SimbaNonsearchAdgroupplacesDeleteRequest) SetAdgroupPlacesJson(value string)

推广组id,投放位置id json数组字符串,数组个数最多200个。其中json数组中的key必须和对应实体AdGroupPlace中的属性字段保持一致,否则对应的实体对象属性获取不到相应的值

func (*SimbaNonsearchAdgroupplacesDeleteRequest) SetCampaignId

func (r *SimbaNonsearchAdgroupplacesDeleteRequest) SetCampaignId(value string)

推广计划ID

func (*SimbaNonsearchAdgroupplacesDeleteRequest) SetNick

主人昵称

type SimbaNonsearchAdgroupplacesDeleteResponse

type SimbaNonsearchAdgroupplacesDeleteResponse struct {
	AdgroupPlaceList struct {
		ADGroupPlace []*ADGroupPlace `json:"a_d_group_place"`
	} `json:"adgroup_place_list"`
}

type SimbaNonsearchAdgroupplacesDeleteResponseResult

type SimbaNonsearchAdgroupplacesDeleteResponseResult struct {
	Response *SimbaNonsearchAdgroupplacesDeleteResponse `json:"simba_nonsearch_adgroupplaces_delete_response"`
}

type SimbaNonsearchAdgroupplacesGetRequest

type SimbaNonsearchAdgroupplacesGetRequest struct {
	open_taobao.TaobaoMethodRequest
}

根据指定推广计划下推广组列表获取相应推广组投放位置包括通投位置和单独出价位置

func (*SimbaNonsearchAdgroupplacesGetRequest) GetResponse

func (*SimbaNonsearchAdgroupplacesGetRequest) SetAdgroupIds

func (r *SimbaNonsearchAdgroupplacesGetRequest) SetAdgroupIds(value string)

推广组ID数组

func (*SimbaNonsearchAdgroupplacesGetRequest) SetCampaignId

func (r *SimbaNonsearchAdgroupplacesGetRequest) SetCampaignId(value string)

推广计划ID

func (*SimbaNonsearchAdgroupplacesGetRequest) SetNick

主人昵称

type SimbaNonsearchAdgroupplacesGetResponse

type SimbaNonsearchAdgroupplacesGetResponse struct {
	AdgroupPlaceList struct {
		ADGroupPlace []*ADGroupPlace `json:"a_d_group_place"`
	} `json:"adgroup_place_list"`
}

type SimbaNonsearchAdgroupplacesGetResponseResult

type SimbaNonsearchAdgroupplacesGetResponseResult struct {
	Response *SimbaNonsearchAdgroupplacesGetResponse `json:"simba_nonsearch_adgroupplaces_get_response"`
}

type SimbaNonsearchAdgroupplacesUpdateRequest

type SimbaNonsearchAdgroupplacesUpdateRequest struct {
	open_taobao.TaobaoMethodRequest
}

批量修改推广组定向推广投放位置价格

func (*SimbaNonsearchAdgroupplacesUpdateRequest) GetResponse

func (*SimbaNonsearchAdgroupplacesUpdateRequest) SetAdgroupPlacesJson

func (r *SimbaNonsearchAdgroupplacesUpdateRequest) SetAdgroupPlacesJson(value string)
推广组id,投放位置id,出价,是否默认出价 json数组字符串,数组个数最多200个。是否默认出价不能为空, 出价以“分”为单位,不能小于5分,不能大于最高日限额,不能大于9999分。

json数组中的key必须和对应实体AdGroupPlace中的属性字段保持一致,否则对应的实体对象属性获取不到相应的值

func (*SimbaNonsearchAdgroupplacesUpdateRequest) SetCampaignId

func (r *SimbaNonsearchAdgroupplacesUpdateRequest) SetCampaignId(value string)

推广计划ID

func (*SimbaNonsearchAdgroupplacesUpdateRequest) SetNick

主人昵称

type SimbaNonsearchAdgroupplacesUpdateResponse

type SimbaNonsearchAdgroupplacesUpdateResponse struct {
	AdgroupPlaceList struct {
		ADGroupPlace []*ADGroupPlace `json:"a_d_group_place"`
	} `json:"adgroup_place_list"`
}

type SimbaNonsearchAdgroupplacesUpdateResponseResult

type SimbaNonsearchAdgroupplacesUpdateResponseResult struct {
	Response *SimbaNonsearchAdgroupplacesUpdateResponse `json:"simba_nonsearch_adgroupplaces_update_response"`
}

type SimbaNonsearchAlldemographicsGetRequest

type SimbaNonsearchAlldemographicsGetRequest struct {
	open_taobao.TaobaoMethodRequest
}

获取定向投放人群维度列表

func (*SimbaNonsearchAlldemographicsGetRequest) GetResponse

type SimbaNonsearchAlldemographicsGetResponse

type SimbaNonsearchAlldemographicsGetResponse struct {
	DemographicList struct {
		Demographic []*Demographic `json:"demographic"`
	} `json:"demographic_list"`
}

type SimbaNonsearchAlldemographicsGetResponseResult

type SimbaNonsearchAlldemographicsGetResponseResult struct {
	Response *SimbaNonsearchAlldemographicsGetResponse `json:"simba_nonsearch_alldemographics_get_response"`
}

type SimbaNonsearchAllplacesGetRequest

type SimbaNonsearchAllplacesGetRequest struct {
	open_taobao.TaobaoMethodRequest
}

获取单独出价投放位置列表

func (*SimbaNonsearchAllplacesGetRequest) GetResponse

type SimbaNonsearchAllplacesGetResponse

type SimbaNonsearchAllplacesGetResponse struct {
	PlaceList struct {
		Place []*Place `json:"place"`
	} `json:"place_list"`
}

type SimbaNonsearchAllplacesGetResponseResult

type SimbaNonsearchAllplacesGetResponseResult struct {
	Response *SimbaNonsearchAllplacesGetResponse `json:"simba_nonsearch_allplaces_get_response"`
}

type SimbaNonsearchDemographicsGetRequest

type SimbaNonsearchDemographicsGetRequest struct {
	open_taobao.TaobaoMethodRequest
}

获取给定campaign设置的投放人群维度列表

func (*SimbaNonsearchDemographicsGetRequest) GetResponse

func (*SimbaNonsearchDemographicsGetRequest) SetCampaignId

func (r *SimbaNonsearchDemographicsGetRequest) SetCampaignId(value string)

推广计划ID

func (*SimbaNonsearchDemographicsGetRequest) SetNick

func (r *SimbaNonsearchDemographicsGetRequest) SetNick(value string)

主人昵称

type SimbaNonsearchDemographicsGetResponse

type SimbaNonsearchDemographicsGetResponse struct {
	DemographicSettingList struct {
		DemographicSetting []*DemographicSetting `json:"demographic_setting"`
	} `json:"demographic_setting_list"`
}

type SimbaNonsearchDemographicsGetResponseResult

type SimbaNonsearchDemographicsGetResponseResult struct {
	Response *SimbaNonsearchDemographicsGetResponse `json:"simba_nonsearch_demographics_get_response"`
}

type SimbaNonsearchDemographicsUpdateRequest

type SimbaNonsearchDemographicsUpdateRequest struct {
	open_taobao.TaobaoMethodRequest
}

设置投放人群维度加价,如果给定的campagin没有设置给定的人群维度则添加给定的人群维度,如果给定的campaign已存在给定的人群维度则修改加价

func (*SimbaNonsearchDemographicsUpdateRequest) GetResponse

func (*SimbaNonsearchDemographicsUpdateRequest) SetCampaignId

func (r *SimbaNonsearchDemographicsUpdateRequest) SetCampaignId(value string)

推广计划ID

func (*SimbaNonsearchDemographicsUpdateRequest) SetDemographicIdPriceJson

func (r *SimbaNonsearchDemographicsUpdateRequest) SetDemographicIdPriceJson(value string)
投放人群维度Id,加价json数组字符串。数组长度不能超过15,json数组中的key必须和相应实体DemographicSetting中的属性字段保持一致,否则对应的实体对象属性获取不到相应的值

incrementalPrice是整数,以“分”为单位,不能小于1,不能大于日限额,不能大于9999分; 可以为0表示不加价;投放人群维度ID必须有效

func (*SimbaNonsearchDemographicsUpdateRequest) SetNick

主人昵称

type SimbaNonsearchDemographicsUpdateResponse

type SimbaNonsearchDemographicsUpdateResponse struct {
	DemographicSettingList struct {
		DemographicSetting []*DemographicSetting `json:"demographic_setting"`
	} `json:"demographic_setting_list"`
}

type SimbaNonsearchDemographicsUpdateResponseResult

type SimbaNonsearchDemographicsUpdateResponseResult struct {
	Response *SimbaNonsearchDemographicsUpdateResponse `json:"simba_nonsearch_demographics_update_response"`
}

type SimbaRptAdgroupbaseGetRequest

type SimbaRptAdgroupbaseGetRequest struct {
	open_taobao.TaobaoMethodRequest
}

推广组基础报表数据对象

func (*SimbaRptAdgroupbaseGetRequest) GetResponse

func (*SimbaRptAdgroupbaseGetRequest) SetAdgroupId

func (r *SimbaRptAdgroupbaseGetRequest) SetAdgroupId(value string)

推广组id

func (*SimbaRptAdgroupbaseGetRequest) SetCampaignId

func (r *SimbaRptAdgroupbaseGetRequest) SetCampaignId(value string)

推广计划id

func (*SimbaRptAdgroupbaseGetRequest) SetEndTime

func (r *SimbaRptAdgroupbaseGetRequest) SetEndTime(value string)

结束时间,格式yyyy-mm-dd

func (*SimbaRptAdgroupbaseGetRequest) SetNick

func (r *SimbaRptAdgroupbaseGetRequest) SetNick(value string)

昵称

func (*SimbaRptAdgroupbaseGetRequest) SetPageNo

func (r *SimbaRptAdgroupbaseGetRequest) SetPageNo(value string)

页码<br /> 支持最小值为:1

func (*SimbaRptAdgroupbaseGetRequest) SetPageSize

func (r *SimbaRptAdgroupbaseGetRequest) SetPageSize(value string)

每页大小<br /> 支持最小值为:1

func (*SimbaRptAdgroupbaseGetRequest) SetSearchType

func (r *SimbaRptAdgroupbaseGetRequest) SetSearchType(value string)
报表类型(搜索:SEARCH,类目出价:CAT,

定向投放:NOSEARCH)可以一次取多个例如:SEARCH,CAT

func (*SimbaRptAdgroupbaseGetRequest) SetSource

func (r *SimbaRptAdgroupbaseGetRequest) SetSource(value string)

数据来源(站内:1,站外:2)可多选以逗号分隔,默认值为:1,2

func (*SimbaRptAdgroupbaseGetRequest) SetStartTime

func (r *SimbaRptAdgroupbaseGetRequest) SetStartTime(value string)

开始时间,格式yyyy-mm-dd

func (*SimbaRptAdgroupbaseGetRequest) SetSubwayToken

func (r *SimbaRptAdgroupbaseGetRequest) SetSubwayToken(value string)

权限校验参数

type SimbaRptAdgroupbaseGetResponse

type SimbaRptAdgroupbaseGetResponse struct {
	RptAdgroupBaseList string `json:"rpt_adgroup_base_list"`
}

type SimbaRptAdgroupbaseGetResponseResult

type SimbaRptAdgroupbaseGetResponseResult struct {
	Response *SimbaRptAdgroupbaseGetResponse `json:"simba_rpt_adgroupbase_get_response"`
}

type SimbaRptAdgroupcreativebaseGetRequest

type SimbaRptAdgroupcreativebaseGetRequest struct {
	open_taobao.TaobaoMethodRequest
}

推广组下创意报表基础数据查询(汇总数据,不分类型)

func (*SimbaRptAdgroupcreativebaseGetRequest) GetResponse

func (*SimbaRptAdgroupcreativebaseGetRequest) SetAdgroupId

func (r *SimbaRptAdgroupcreativebaseGetRequest) SetAdgroupId(value string)

推广组id

func (*SimbaRptAdgroupcreativebaseGetRequest) SetCampaignId

func (r *SimbaRptAdgroupcreativebaseGetRequest) SetCampaignId(value string)

查询推广计划id

func (*SimbaRptAdgroupcreativebaseGetRequest) SetEndTime

func (r *SimbaRptAdgroupcreativebaseGetRequest) SetEndTime(value string)

结束日期,格式yyyy-mm-dd

func (*SimbaRptAdgroupcreativebaseGetRequest) SetNick

昵称

func (*SimbaRptAdgroupcreativebaseGetRequest) SetPageNo

func (r *SimbaRptAdgroupcreativebaseGetRequest) SetPageNo(value string)

页码<br /> 支持最小值为:1

func (*SimbaRptAdgroupcreativebaseGetRequest) SetPageSize

func (r *SimbaRptAdgroupcreativebaseGetRequest) SetPageSize(value string)

每页大小<br /> 支持最小值为:1

func (*SimbaRptAdgroupcreativebaseGetRequest) SetSearchType

func (r *SimbaRptAdgroupcreativebaseGetRequest) SetSearchType(value string)

报表类型(搜索:SEARCH,类目出价:CAT, 定向投放:NOSEARCH汇总:SUMMARY)SUMMARY必须单选,其他值可多选例如:SEARCH,CAT

func (*SimbaRptAdgroupcreativebaseGetRequest) SetSource

func (r *SimbaRptAdgroupcreativebaseGetRequest) SetSource(value string)

数据来源(站内:1,站外:2 ,汇总:SUMMARY)SUMMARY必须单选,其他值可多选例如1,2

func (*SimbaRptAdgroupcreativebaseGetRequest) SetStartTime

func (r *SimbaRptAdgroupcreativebaseGetRequest) SetStartTime(value string)

开始日期,格式yyyy-mm-dd

func (*SimbaRptAdgroupcreativebaseGetRequest) SetSubwayToken

func (r *SimbaRptAdgroupcreativebaseGetRequest) SetSubwayToken(value string)

权限验证信息

type SimbaRptAdgroupcreativebaseGetResponse

type SimbaRptAdgroupcreativebaseGetResponse struct {
	RptAdgroupcreativeBaseList string `json:"rpt_adgroupcreative_base_list"`
}

type SimbaRptAdgroupcreativebaseGetResponseResult

type SimbaRptAdgroupcreativebaseGetResponseResult struct {
	Response *SimbaRptAdgroupcreativebaseGetResponse `json:"simba_rpt_adgroupcreativebase_get_response"`
}

type SimbaRptAdgroupcreativeeffectGetRequest

type SimbaRptAdgroupcreativeeffectGetRequest struct {
	open_taobao.TaobaoMethodRequest
}

推广组下的创意报表效果数据查询(汇总数据,不分类型)

func (*SimbaRptAdgroupcreativeeffectGetRequest) GetResponse

func (*SimbaRptAdgroupcreativeeffectGetRequest) SetAdgroupId

func (r *SimbaRptAdgroupcreativeeffectGetRequest) SetAdgroupId(value string)

推广组id

func (*SimbaRptAdgroupcreativeeffectGetRequest) SetCampaignId

func (r *SimbaRptAdgroupcreativeeffectGetRequest) SetCampaignId(value string)

查询推广计划id

func (*SimbaRptAdgroupcreativeeffectGetRequest) SetEndTime

func (r *SimbaRptAdgroupcreativeeffectGetRequest) SetEndTime(value string)

结束日期,格式yyyy-mm-dd

func (*SimbaRptAdgroupcreativeeffectGetRequest) SetNick

昵称

func (*SimbaRptAdgroupcreativeeffectGetRequest) SetPageNo

func (r *SimbaRptAdgroupcreativeeffectGetRequest) SetPageNo(value string)

页码<br /> 支持最小值为:1

func (*SimbaRptAdgroupcreativeeffectGetRequest) SetPageSize

func (r *SimbaRptAdgroupcreativeeffectGetRequest) SetPageSize(value string)

每页大小<br /> 支持最小值为:1

func (*SimbaRptAdgroupcreativeeffectGetRequest) SetSearchType

func (r *SimbaRptAdgroupcreativeeffectGetRequest) SetSearchType(value string)

报表类型(搜索:SEARCH,类目出价:CAT, 定向投放:NOSEARCH汇总:SUMMARY)SUMMARY必须单选,其他值可多选例如:SEARCH,CAT

func (*SimbaRptAdgroupcreativeeffectGetRequest) SetSource

func (r *SimbaRptAdgroupcreativeeffectGetRequest) SetSource(value string)

数据来源(站内:1,站外:2 ,汇总:SUMMARY)SUMMARY必须单选,其他值可多选例如1,2

func (*SimbaRptAdgroupcreativeeffectGetRequest) SetStartTime

func (r *SimbaRptAdgroupcreativeeffectGetRequest) SetStartTime(value string)

开始日期,格式yyyy-mm-dd

func (*SimbaRptAdgroupcreativeeffectGetRequest) SetSubwayToken

func (r *SimbaRptAdgroupcreativeeffectGetRequest) SetSubwayToken(value string)

权限验证信息

type SimbaRptAdgroupcreativeeffectGetResponse

type SimbaRptAdgroupcreativeeffectGetResponse struct {
	RptAdgroupcreativeEffectList string `json:"rpt_adgroupcreative_effect_list"`
}

type SimbaRptAdgroupcreativeeffectGetResponseResult

type SimbaRptAdgroupcreativeeffectGetResponseResult struct {
	Response *SimbaRptAdgroupcreativeeffectGetResponse `json:"simba_rpt_adgroupcreativeeffect_get_response"`
}

type SimbaRptAdgroupeffectGetRequest

type SimbaRptAdgroupeffectGetRequest struct {
	open_taobao.TaobaoMethodRequest
}

推广组效果报表数据对象

func (*SimbaRptAdgroupeffectGetRequest) GetResponse

func (*SimbaRptAdgroupeffectGetRequest) SetAdgroupId

func (r *SimbaRptAdgroupeffectGetRequest) SetAdgroupId(value string)

推广组id

func (*SimbaRptAdgroupeffectGetRequest) SetCampaignId

func (r *SimbaRptAdgroupeffectGetRequest) SetCampaignId(value string)

推广计划id

func (*SimbaRptAdgroupeffectGetRequest) SetEndTime

func (r *SimbaRptAdgroupeffectGetRequest) SetEndTime(value string)

结束时间,格式yyyy-mm-dd

func (*SimbaRptAdgroupeffectGetRequest) SetNick

func (r *SimbaRptAdgroupeffectGetRequest) SetNick(value string)

昵称

func (*SimbaRptAdgroupeffectGetRequest) SetPageNo

func (r *SimbaRptAdgroupeffectGetRequest) SetPageNo(value string)

页码<br /> 支持最小值为:1

func (*SimbaRptAdgroupeffectGetRequest) SetPageSize

func (r *SimbaRptAdgroupeffectGetRequest) SetPageSize(value string)

每页大小<br /> 支持最小值为:1

func (*SimbaRptAdgroupeffectGetRequest) SetSearchType

func (r *SimbaRptAdgroupeffectGetRequest) SetSearchType(value string)
报表类型(搜索:SEARCH,类目出价:CAT,

定向投放:NOSEARCH )可以一次取多个例如:SEARCH,CAT

func (*SimbaRptAdgroupeffectGetRequest) SetSource

func (r *SimbaRptAdgroupeffectGetRequest) SetSource(value string)

数据来源(站内:1,站外:2)可多选以逗号分隔,默认值为:1,2

func (*SimbaRptAdgroupeffectGetRequest) SetStartTime

func (r *SimbaRptAdgroupeffectGetRequest) SetStartTime(value string)

开始时间,格式yyyy-mm-dd

func (*SimbaRptAdgroupeffectGetRequest) SetSubwayToken

func (r *SimbaRptAdgroupeffectGetRequest) SetSubwayToken(value string)

权限校验参数

type SimbaRptAdgroupeffectGetResponse

type SimbaRptAdgroupeffectGetResponse struct {
	RptAdgroupEffectList string `json:"rpt_adgroup_effect_list"`
}

type SimbaRptAdgroupeffectGetResponseResult

type SimbaRptAdgroupeffectGetResponseResult struct {
	Response *SimbaRptAdgroupeffectGetResponse `json:"simba_rpt_adgroupeffect_get_response"`
}

type SimbaRptAdgroupkeywordbaseGetRequest

type SimbaRptAdgroupkeywordbaseGetRequest struct {
	open_taobao.TaobaoMethodRequest
}

推广组下的词基础报表数据查询(明细数据不分类型查询)

func (*SimbaRptAdgroupkeywordbaseGetRequest) GetResponse

func (*SimbaRptAdgroupkeywordbaseGetRequest) SetAdgroupId

func (r *SimbaRptAdgroupkeywordbaseGetRequest) SetAdgroupId(value string)

推广组ID

func (*SimbaRptAdgroupkeywordbaseGetRequest) SetCampaignId

func (r *SimbaRptAdgroupkeywordbaseGetRequest) SetCampaignId(value string)

推广计划ID

func (*SimbaRptAdgroupkeywordbaseGetRequest) SetEndTime

func (r *SimbaRptAdgroupkeywordbaseGetRequest) SetEndTime(value string)

结束时间,格式yyyy-mm-dd

func (*SimbaRptAdgroupkeywordbaseGetRequest) SetNick

func (r *SimbaRptAdgroupkeywordbaseGetRequest) SetNick(value string)

主人昵称

func (*SimbaRptAdgroupkeywordbaseGetRequest) SetPageNo

func (r *SimbaRptAdgroupkeywordbaseGetRequest) SetPageNo(value string)

页码<br /> 支持最小值为:1

func (*SimbaRptAdgroupkeywordbaseGetRequest) SetPageSize

func (r *SimbaRptAdgroupkeywordbaseGetRequest) SetPageSize(value string)

每页大小<br /> 支持最小值为:1

func (*SimbaRptAdgroupkeywordbaseGetRequest) SetSearchType

func (r *SimbaRptAdgroupkeywordbaseGetRequest) SetSearchType(value string)

报表类型(搜索:SEARCH,类目出价:CAT, 定向投放:NOSEARCH)可多选例如:SEARCH,CAT

func (*SimbaRptAdgroupkeywordbaseGetRequest) SetSource

func (r *SimbaRptAdgroupkeywordbaseGetRequest) SetSource(value string)

数据来源(站内:1,站外:2 ,汇总:SUMMARY)SUMMARY必须单选,其他值可多选例如1,2

func (*SimbaRptAdgroupkeywordbaseGetRequest) SetStartTime

func (r *SimbaRptAdgroupkeywordbaseGetRequest) SetStartTime(value string)

开始时间,格式yyyy-mm-dd

func (*SimbaRptAdgroupkeywordbaseGetRequest) SetSubwayToken

func (r *SimbaRptAdgroupkeywordbaseGetRequest) SetSubwayToken(value string)

权限校验参数

type SimbaRptAdgroupkeywordbaseGetResponse

type SimbaRptAdgroupkeywordbaseGetResponse struct {
	RptAdgroupkeywordBaseList string `json:"rpt_adgroupkeyword_base_list"`
}

type SimbaRptAdgroupkeywordbaseGetResponseResult

type SimbaRptAdgroupkeywordbaseGetResponseResult struct {
	Response *SimbaRptAdgroupkeywordbaseGetResponse `json:"simba_rpt_adgroupkeywordbase_get_response"`
}

type SimbaRptAdgroupkeywordeffectGetRequest

type SimbaRptAdgroupkeywordeffectGetRequest struct {
	open_taobao.TaobaoMethodRequest
}

推广组下的词效果报表数据查询(明细数据不分类型查询)

func (*SimbaRptAdgroupkeywordeffectGetRequest) GetResponse

func (*SimbaRptAdgroupkeywordeffectGetRequest) SetAdgroupId

func (r *SimbaRptAdgroupkeywordeffectGetRequest) SetAdgroupId(value string)

推广组ID

func (*SimbaRptAdgroupkeywordeffectGetRequest) SetCampaignId

func (r *SimbaRptAdgroupkeywordeffectGetRequest) SetCampaignId(value string)

推广计划ID

func (*SimbaRptAdgroupkeywordeffectGetRequest) SetEndTime

func (r *SimbaRptAdgroupkeywordeffectGetRequest) SetEndTime(value string)

结束时间,格式yyyy-mm-dd

func (*SimbaRptAdgroupkeywordeffectGetRequest) SetNick

主人昵称

func (*SimbaRptAdgroupkeywordeffectGetRequest) SetPageNo

func (r *SimbaRptAdgroupkeywordeffectGetRequest) SetPageNo(value string)

页码<br /> 支持最小值为:1

func (*SimbaRptAdgroupkeywordeffectGetRequest) SetPageSize

func (r *SimbaRptAdgroupkeywordeffectGetRequest) SetPageSize(value string)

每页大小<br /> 支持最小值为:1

func (*SimbaRptAdgroupkeywordeffectGetRequest) SetSearchType

func (r *SimbaRptAdgroupkeywordeffectGetRequest) SetSearchType(value string)

报表类型(搜索:SEARCH,类目出价:CAT, 定向投放:NOSEARCH)可多选例如:SEARCH,CAT

func (*SimbaRptAdgroupkeywordeffectGetRequest) SetSource

func (r *SimbaRptAdgroupkeywordeffectGetRequest) SetSource(value string)

数据来源(站内:1,站外:2 ,汇总:SUMMARY)SUMMARY必须单选,其他值可多选例如1,2

func (*SimbaRptAdgroupkeywordeffectGetRequest) SetStartTime

func (r *SimbaRptAdgroupkeywordeffectGetRequest) SetStartTime(value string)

开始时间,格式yyyy-mm-dd

func (*SimbaRptAdgroupkeywordeffectGetRequest) SetSubwayToken

func (r *SimbaRptAdgroupkeywordeffectGetRequest) SetSubwayToken(value string)

权限校验参数

type SimbaRptAdgroupkeywordeffectGetResponse

type SimbaRptAdgroupkeywordeffectGetResponse struct {
	RptAdgroupkeywordEffectList string `json:"rpt_adgroupkeyword_effect_list"`
}

type SimbaRptAdgroupkeywordeffectGetResponseResult

type SimbaRptAdgroupkeywordeffectGetResponseResult struct {
	Response *SimbaRptAdgroupkeywordeffectGetResponse `json:"simba_rpt_adgroupkeywordeffect_get_response"`
}

type SimbaRptAdgroupnonsearchbaseGetRequest

type SimbaRptAdgroupnonsearchbaseGetRequest struct {
	open_taobao.TaobaoMethodRequest
}

推广组下的定向推广基础数据查询

func (*SimbaRptAdgroupnonsearchbaseGetRequest) GetResponse

func (*SimbaRptAdgroupnonsearchbaseGetRequest) SetAdgroupId

func (r *SimbaRptAdgroupnonsearchbaseGetRequest) SetAdgroupId(value string)

推广组id

func (*SimbaRptAdgroupnonsearchbaseGetRequest) SetCampaignId

func (r *SimbaRptAdgroupnonsearchbaseGetRequest) SetCampaignId(value string)

推广计划id

func (*SimbaRptAdgroupnonsearchbaseGetRequest) SetEndTime

func (r *SimbaRptAdgroupnonsearchbaseGetRequest) SetEndTime(value string)

结束时间,格式为:yyyy-mm-dd

func (*SimbaRptAdgroupnonsearchbaseGetRequest) SetNick

昵称

func (*SimbaRptAdgroupnonsearchbaseGetRequest) SetPageNo

func (r *SimbaRptAdgroupnonsearchbaseGetRequest) SetPageNo(value string)

页码

func (*SimbaRptAdgroupnonsearchbaseGetRequest) SetPageSize

func (r *SimbaRptAdgroupnonsearchbaseGetRequest) SetPageSize(value string)

每页大小

func (*SimbaRptAdgroupnonsearchbaseGetRequest) SetStartTime

func (r *SimbaRptAdgroupnonsearchbaseGetRequest) SetStartTime(value string)

开始时间,格式为:yyyy-mm-dd

func (*SimbaRptAdgroupnonsearchbaseGetRequest) SetSubwayToken

func (r *SimbaRptAdgroupnonsearchbaseGetRequest) SetSubwayToken(value string)

权限校验参数

type SimbaRptAdgroupnonsearchbaseGetResponse

type SimbaRptAdgroupnonsearchbaseGetResponse struct {
	RptAdgroupNonsearchBase string `json:"rpt_adgroup_nonsearch_base"`
}

type SimbaRptAdgroupnonsearchbaseGetResponseResult

type SimbaRptAdgroupnonsearchbaseGetResponseResult struct {
	Response *SimbaRptAdgroupnonsearchbaseGetResponse `json:"simba_rpt_adgroupnonsearchbase_get_response"`
}

type SimbaRptAdgroupnonsearcheffectGetRequest

type SimbaRptAdgroupnonsearcheffectGetRequest struct {
	open_taobao.TaobaoMethodRequest
}

推广组下的定向推广效果数据查询

func (*SimbaRptAdgroupnonsearcheffectGetRequest) GetResponse

func (*SimbaRptAdgroupnonsearcheffectGetRequest) SetAdgroupId

func (r *SimbaRptAdgroupnonsearcheffectGetRequest) SetAdgroupId(value string)

推广组id

func (*SimbaRptAdgroupnonsearcheffectGetRequest) SetCampaignId

func (r *SimbaRptAdgroupnonsearcheffectGetRequest) SetCampaignId(value string)

推广计划id

func (*SimbaRptAdgroupnonsearcheffectGetRequest) SetEndTime

func (r *SimbaRptAdgroupnonsearcheffectGetRequest) SetEndTime(value string)

结束时间,格式为:yyyy-mm-dd

func (*SimbaRptAdgroupnonsearcheffectGetRequest) SetNick

昵称

func (*SimbaRptAdgroupnonsearcheffectGetRequest) SetPageNo

页码

func (*SimbaRptAdgroupnonsearcheffectGetRequest) SetPageSize

func (r *SimbaRptAdgroupnonsearcheffectGetRequest) SetPageSize(value string)

每页大小

func (*SimbaRptAdgroupnonsearcheffectGetRequest) SetStartTime

func (r *SimbaRptAdgroupnonsearcheffectGetRequest) SetStartTime(value string)

开始时间,格式为:yyyy-mm-dd

func (*SimbaRptAdgroupnonsearcheffectGetRequest) SetSubwayToken

func (r *SimbaRptAdgroupnonsearcheffectGetRequest) SetSubwayToken(value string)

权限校验参数

type SimbaRptAdgroupnonsearcheffectGetResponse

type SimbaRptAdgroupnonsearcheffectGetResponse struct {
	RptAdgroupNonsearchEffect string `json:"rpt_adgroup_nonsearch_effect"`
}

type SimbaRptAdgroupnonsearcheffectGetResponseResult

type SimbaRptAdgroupnonsearcheffectGetResponseResult struct {
	Response *SimbaRptAdgroupnonsearcheffectGetResponse `json:"simba_rpt_adgroupnonsearcheffect_get_response"`
}

type SimbaRptCampadgroupbaseGetRequest

type SimbaRptCampadgroupbaseGetRequest struct {
	open_taobao.TaobaoMethodRequest
}

推广计划下的推广组报表基础数据查询(只有汇总数据,无分类类型)

func (*SimbaRptCampadgroupbaseGetRequest) GetResponse

func (*SimbaRptCampadgroupbaseGetRequest) SetCampaignId

func (r *SimbaRptCampadgroupbaseGetRequest) SetCampaignId(value string)

查询推广计划id

func (*SimbaRptCampadgroupbaseGetRequest) SetEndTime

func (r *SimbaRptCampadgroupbaseGetRequest) SetEndTime(value string)

结束日期,格式yyyy-mm-dd

func (*SimbaRptCampadgroupbaseGetRequest) SetNick

func (r *SimbaRptCampadgroupbaseGetRequest) SetNick(value string)

昵称

func (*SimbaRptCampadgroupbaseGetRequest) SetPageNo

func (r *SimbaRptCampadgroupbaseGetRequest) SetPageNo(value string)

页码<br /> 支持最小值为:1

func (*SimbaRptCampadgroupbaseGetRequest) SetPageSize

func (r *SimbaRptCampadgroupbaseGetRequest) SetPageSize(value string)

每页大小<br /> 支持最小值为:1

func (*SimbaRptCampadgroupbaseGetRequest) SetSearchType

func (r *SimbaRptCampadgroupbaseGetRequest) SetSearchType(value string)

报表类型(搜索:SEARCH,类目出价:CAT, 定向投放:NOSEARCH汇总:SUMMARY)SUMMARY必须单选,其他值可多选例如:SEARCH,CAT

func (*SimbaRptCampadgroupbaseGetRequest) SetSource

func (r *SimbaRptCampadgroupbaseGetRequest) SetSource(value string)

数据来源(站内:1,站外:2 ,汇总:SUMMARY)SUMMARY必须单选,其他值可多选例如1,2

func (*SimbaRptCampadgroupbaseGetRequest) SetStartTime

func (r *SimbaRptCampadgroupbaseGetRequest) SetStartTime(value string)

开始日期,格式yyyy-mm-dd

func (*SimbaRptCampadgroupbaseGetRequest) SetSubwayToken

func (r *SimbaRptCampadgroupbaseGetRequest) SetSubwayToken(value string)

权限验证信息

type SimbaRptCampadgroupbaseGetResponse

type SimbaRptCampadgroupbaseGetResponse struct {
	RptCampadgroupBaseList string `json:"rpt_campadgroup_base_list"`
}

type SimbaRptCampadgroupbaseGetResponseResult

type SimbaRptCampadgroupbaseGetResponseResult struct {
	Response *SimbaRptCampadgroupbaseGetResponse `json:"simba_rpt_campadgroupbase_get_response"`
}

type SimbaRptCampadgroupeffectGetRequest

type SimbaRptCampadgroupeffectGetRequest struct {
	open_taobao.TaobaoMethodRequest
}

推广计划下的推广组报表效果数据查询(只有汇总数据,无分类类型)

func (*SimbaRptCampadgroupeffectGetRequest) GetResponse

func (*SimbaRptCampadgroupeffectGetRequest) SetCampaignId

func (r *SimbaRptCampadgroupeffectGetRequest) SetCampaignId(value string)

查询推广计划id

func (*SimbaRptCampadgroupeffectGetRequest) SetEndTime

func (r *SimbaRptCampadgroupeffectGetRequest) SetEndTime(value string)

结束日期,格式yyyy-mm-dd

func (*SimbaRptCampadgroupeffectGetRequest) SetNick

func (r *SimbaRptCampadgroupeffectGetRequest) SetNick(value string)

昵称

func (*SimbaRptCampadgroupeffectGetRequest) SetPageNo

func (r *SimbaRptCampadgroupeffectGetRequest) SetPageNo(value string)

页码<br /> 支持最小值为:1

func (*SimbaRptCampadgroupeffectGetRequest) SetPageSize

func (r *SimbaRptCampadgroupeffectGetRequest) SetPageSize(value string)

每页大小<br /> 支持最小值为:1

func (*SimbaRptCampadgroupeffectGetRequest) SetSearchType

func (r *SimbaRptCampadgroupeffectGetRequest) SetSearchType(value string)

报表类型(搜索:SEARCH,类目出价:CAT, 定向投放:NOSEARCH汇总:SUMMARY)SUMMARY必须单选,其他值可多选例如:SEARCH,CAT

func (*SimbaRptCampadgroupeffectGetRequest) SetSource

func (r *SimbaRptCampadgroupeffectGetRequest) SetSource(value string)

数据来源(站内:1,站外:2 ,汇总:SUMMARY)SUMMARY必须单选,其他值可多选例如1,2

func (*SimbaRptCampadgroupeffectGetRequest) SetStartTime

func (r *SimbaRptCampadgroupeffectGetRequest) SetStartTime(value string)

开始日期,格式yyyy-mm-dd

func (*SimbaRptCampadgroupeffectGetRequest) SetSubwayToken

func (r *SimbaRptCampadgroupeffectGetRequest) SetSubwayToken(value string)

权限验证信息

type SimbaRptCampadgroupeffectGetResponse

type SimbaRptCampadgroupeffectGetResponse struct {
	RptCampadgroupEffectList string `json:"rpt_campadgroup_effect_list"`
}

type SimbaRptCampadgroupeffectGetResponseResult

type SimbaRptCampadgroupeffectGetResponseResult struct {
	Response *SimbaRptCampadgroupeffectGetResponse `json:"simba_rpt_campadgroupeffect_get_response"`
}

type SimbaRptCampaignbaseGetRequest

type SimbaRptCampaignbaseGetRequest struct {
	open_taobao.TaobaoMethodRequest
}

推广计划报表基础数据对象

func (*SimbaRptCampaignbaseGetRequest) GetResponse

func (*SimbaRptCampaignbaseGetRequest) SetCampaignId

func (r *SimbaRptCampaignbaseGetRequest) SetCampaignId(value string)

推广计划id

func (*SimbaRptCampaignbaseGetRequest) SetEndTime

func (r *SimbaRptCampaignbaseGetRequest) SetEndTime(value string)

结束时间,格式yyyy-mm-dd

func (*SimbaRptCampaignbaseGetRequest) SetNick

func (r *SimbaRptCampaignbaseGetRequest) SetNick(value string)

昵称

func (*SimbaRptCampaignbaseGetRequest) SetPageNo

func (r *SimbaRptCampaignbaseGetRequest) SetPageNo(value string)

页码<br /> 支持最小值为:1

func (*SimbaRptCampaignbaseGetRequest) SetPageSize

func (r *SimbaRptCampaignbaseGetRequest) SetPageSize(value string)

每页大小<br /> 支持最小值为:1

func (*SimbaRptCampaignbaseGetRequest) SetSearchType

func (r *SimbaRptCampaignbaseGetRequest) SetSearchType(value string)

报表类型(搜索:SEARCH,类目出价:CAT, 定向投放:NOSEARCH 全部:ALL)可以一次取多个例如:SEARCH,CAT

func (*SimbaRptCampaignbaseGetRequest) SetSource

func (r *SimbaRptCampaignbaseGetRequest) SetSource(value string)

数据来源(站内:1,站外:2)可多选以逗号分隔,默认值为:1,2

func (*SimbaRptCampaignbaseGetRequest) SetStartTime

func (r *SimbaRptCampaignbaseGetRequest) SetStartTime(value string)

开始时间,格式yyyy-mm-dd

func (*SimbaRptCampaignbaseGetRequest) SetSubwayToken

func (r *SimbaRptCampaignbaseGetRequest) SetSubwayToken(value string)

权限校验参数

type SimbaRptCampaignbaseGetResponse

type SimbaRptCampaignbaseGetResponse struct {
	RptCampaignBaseList string `json:"rpt_campaign_base_list"`
}

type SimbaRptCampaignbaseGetResponseResult

type SimbaRptCampaignbaseGetResponseResult struct {
	Response *SimbaRptCampaignbaseGetResponse `json:"simba_rpt_campaignbase_get_response"`
}

type SimbaRptCampaigneffectGetRequest

type SimbaRptCampaigneffectGetRequest struct {
	open_taobao.TaobaoMethodRequest
}

推广计划效果报表数据对象

func (*SimbaRptCampaigneffectGetRequest) GetResponse

func (*SimbaRptCampaigneffectGetRequest) SetCampaignId

func (r *SimbaRptCampaigneffectGetRequest) SetCampaignId(value string)

推广计划id

func (*SimbaRptCampaigneffectGetRequest) SetEndTime

func (r *SimbaRptCampaigneffectGetRequest) SetEndTime(value string)

结束时间,格式yyyy-mm-dd

func (*SimbaRptCampaigneffectGetRequest) SetNick

func (r *SimbaRptCampaigneffectGetRequest) SetNick(value string)

昵称

func (*SimbaRptCampaigneffectGetRequest) SetPageNo

func (r *SimbaRptCampaigneffectGetRequest) SetPageNo(value string)

页码<br /> 支持最小值为:1

func (*SimbaRptCampaigneffectGetRequest) SetPageSize

func (r *SimbaRptCampaigneffectGetRequest) SetPageSize(value string)

每页大小<br /> 支持最小值为:1

func (*SimbaRptCampaigneffectGetRequest) SetSearchType

func (r *SimbaRptCampaigneffectGetRequest) SetSearchType(value string)
报表类型(搜索:SEARCH,类目出价:CAT,

定向投放:NOSEARCH 全部:ALL)可以一次取多个例如:SEARCH,CAT

func (*SimbaRptCampaigneffectGetRequest) SetSource

func (r *SimbaRptCampaigneffectGetRequest) SetSource(value string)

数据来源(站内:1,站外:2)可多选以逗号分隔,默认值为:1,2

func (*SimbaRptCampaigneffectGetRequest) SetStartTime

func (r *SimbaRptCampaigneffectGetRequest) SetStartTime(value string)

开始时间,格式yyyy-mm-dd

func (*SimbaRptCampaigneffectGetRequest) SetSubwayToken

func (r *SimbaRptCampaigneffectGetRequest) SetSubwayToken(value string)

权限校验参数

type SimbaRptCampaigneffectGetResponse

type SimbaRptCampaigneffectGetResponse struct {
	RptCampaignEffectList string `json:"rpt_campaign_effect_list"`
}

type SimbaRptCampaigneffectGetResponseResult

type SimbaRptCampaigneffectGetResponseResult struct {
	Response *SimbaRptCampaigneffectGetResponse `json:"simba_rpt_campaigneffect_get_response"`
}

type SimbaRptCustbaseGetRequest

type SimbaRptCustbaseGetRequest struct {
	open_taobao.TaobaoMethodRequest
}

客户账户报表基础数据对象

func (*SimbaRptCustbaseGetRequest) GetResponse

func (r *SimbaRptCustbaseGetRequest) GetResponse(accessToken string) (*SimbaRptCustbaseGetResponse, []byte, error)

func (*SimbaRptCustbaseGetRequest) SetEndTime

func (r *SimbaRptCustbaseGetRequest) SetEndTime(value string)

结束日期,格式yyyy-mm-dd

func (*SimbaRptCustbaseGetRequest) SetNick

func (r *SimbaRptCustbaseGetRequest) SetNick(value string)

昵称

func (*SimbaRptCustbaseGetRequest) SetPageNo

func (r *SimbaRptCustbaseGetRequest) SetPageNo(value string)

页码<br /> 支持最小值为:1

func (*SimbaRptCustbaseGetRequest) SetPageSize

func (r *SimbaRptCustbaseGetRequest) SetPageSize(value string)

每页大小<br /> 支持最小值为:1

func (*SimbaRptCustbaseGetRequest) SetSource

func (r *SimbaRptCustbaseGetRequest) SetSource(value string)

数据来源(站内:1,站外:2 ,汇总:SUMMARY)SUMMARY必须单选,其他值可多选例如1,2

func (*SimbaRptCustbaseGetRequest) SetStartTime

func (r *SimbaRptCustbaseGetRequest) SetStartTime(value string)

开始日期,格式yyyy-mm-dd

func (*SimbaRptCustbaseGetRequest) SetSubwayToken

func (r *SimbaRptCustbaseGetRequest) SetSubwayToken(value string)

权限验证信息

type SimbaRptCustbaseGetResponse

type SimbaRptCustbaseGetResponse struct {
	RptCustBaseList string `json:"rpt_cust_base_list"`
}

type SimbaRptCustbaseGetResponseResult

type SimbaRptCustbaseGetResponseResult struct {
	Response *SimbaRptCustbaseGetResponse `json:"simba_rpt_custbase_get_response"`
}

type SimbaRptCusteffectGetRequest

type SimbaRptCusteffectGetRequest struct {
	open_taobao.TaobaoMethodRequest
}

用户账户报表效果数据查询(只有汇总数据,无分类数据)

func (*SimbaRptCusteffectGetRequest) GetResponse

func (r *SimbaRptCusteffectGetRequest) GetResponse(accessToken string) (*SimbaRptCusteffectGetResponse, []byte, error)

func (*SimbaRptCusteffectGetRequest) SetEndTime

func (r *SimbaRptCusteffectGetRequest) SetEndTime(value string)

结束时间,格式yyyy-mm-dd

func (*SimbaRptCusteffectGetRequest) SetNick

func (r *SimbaRptCusteffectGetRequest) SetNick(value string)

主人昵称

func (*SimbaRptCusteffectGetRequest) SetPageNo

func (r *SimbaRptCusteffectGetRequest) SetPageNo(value string)

页码<br /> 支持最小值为:1

func (*SimbaRptCusteffectGetRequest) SetPageSize

func (r *SimbaRptCusteffectGetRequest) SetPageSize(value string)

每页大小<br /> 支持最小值为:1

func (*SimbaRptCusteffectGetRequest) SetSource

func (r *SimbaRptCusteffectGetRequest) SetSource(value string)

数据来源(站内:1,站外:2 ,汇总:SUMMARY)SUMMARY必须单选,其他值可多选例如1,2

func (*SimbaRptCusteffectGetRequest) SetStartTime

func (r *SimbaRptCusteffectGetRequest) SetStartTime(value string)

开始时间,格式yyyy-mm-dd

func (*SimbaRptCusteffectGetRequest) SetSubwayToken

func (r *SimbaRptCusteffectGetRequest) SetSubwayToken(value string)

权限校验参数

type SimbaRptCusteffectGetResponse

type SimbaRptCusteffectGetResponse struct {
	RptCustEffectList string `json:"rpt_cust_effect_list"`
}

type SimbaRptCusteffectGetResponseResult

type SimbaRptCusteffectGetResponseResult struct {
	Response *SimbaRptCusteffectGetResponse `json:"simba_rpt_custeffect_get_response"`
}

type SimbaRptDemographicbaseGetRequest

type SimbaRptDemographicbaseGetRequest struct {
	open_taobao.TaobaoMethodRequest
}

推广计划下的人群基础数据查询

func (*SimbaRptDemographicbaseGetRequest) GetResponse

func (*SimbaRptDemographicbaseGetRequest) SetCampaignId

func (r *SimbaRptDemographicbaseGetRequest) SetCampaignId(value string)

推广计划id

func (*SimbaRptDemographicbaseGetRequest) SetEndTime

func (r *SimbaRptDemographicbaseGetRequest) SetEndTime(value string)

结束时间,格式为:yyyy-mm-dd

func (*SimbaRptDemographicbaseGetRequest) SetNick

func (r *SimbaRptDemographicbaseGetRequest) SetNick(value string)

昵称

func (*SimbaRptDemographicbaseGetRequest) SetPageNo

func (r *SimbaRptDemographicbaseGetRequest) SetPageNo(value string)

页码

func (*SimbaRptDemographicbaseGetRequest) SetPageSize

func (r *SimbaRptDemographicbaseGetRequest) SetPageSize(value string)

每页大小

func (*SimbaRptDemographicbaseGetRequest) SetStartTime

func (r *SimbaRptDemographicbaseGetRequest) SetStartTime(value string)

开始时间,格式为:yyyy-mm-dd

func (*SimbaRptDemographicbaseGetRequest) SetSubwayToken

func (r *SimbaRptDemographicbaseGetRequest) SetSubwayToken(value string)

权限校验参数

type SimbaRptDemographicbaseGetResponse

type SimbaRptDemographicbaseGetResponse struct {
	RptDemographicBase string `json:"rpt_demographic_base"`
}

type SimbaRptDemographicbaseGetResponseResult

type SimbaRptDemographicbaseGetResponseResult struct {
	Response *SimbaRptDemographicbaseGetResponse `json:"simba_rpt_demographicbase_get_response"`
}

type SimbaRptDemographiceffectGetRequest

type SimbaRptDemographiceffectGetRequest struct {
	open_taobao.TaobaoMethodRequest
}

推广计划下的人群维度效果数据查询

func (*SimbaRptDemographiceffectGetRequest) GetResponse

func (*SimbaRptDemographiceffectGetRequest) SetCampaignId

func (r *SimbaRptDemographiceffectGetRequest) SetCampaignId(value string)

推广计划id

func (*SimbaRptDemographiceffectGetRequest) SetEndTime

func (r *SimbaRptDemographiceffectGetRequest) SetEndTime(value string)

结束时间,格式为:yyyy-mm-dd

func (*SimbaRptDemographiceffectGetRequest) SetNick

func (r *SimbaRptDemographiceffectGetRequest) SetNick(value string)

昵称

func (*SimbaRptDemographiceffectGetRequest) SetPageNo

func (r *SimbaRptDemographiceffectGetRequest) SetPageNo(value string)

页码

func (*SimbaRptDemographiceffectGetRequest) SetPageSize

func (r *SimbaRptDemographiceffectGetRequest) SetPageSize(value string)

每页大小

func (*SimbaRptDemographiceffectGetRequest) SetStartTime

func (r *SimbaRptDemographiceffectGetRequest) SetStartTime(value string)

开始时间,格式为:yyyy-mm-dd

func (*SimbaRptDemographiceffectGetRequest) SetSubwayToken

func (r *SimbaRptDemographiceffectGetRequest) SetSubwayToken(value string)

权限校验参数

type SimbaRptDemographiceffectGetResponse

type SimbaRptDemographiceffectGetResponse struct {
	RptDemographicEffect string `json:"rpt_demographic_effect"`
}

type SimbaRptDemographiceffectGetResponseResult

type SimbaRptDemographiceffectGetResponseResult struct {
	Response *SimbaRptDemographiceffectGetResponse `json:"simba_rpt_demographiceffect_get_response"`
}

type SimbaToolsItemsTopGetRequest

type SimbaToolsItemsTopGetRequest struct {
	open_taobao.TaobaoMethodRequest
}

取得一个关键词的推广组排名列表

func (*SimbaToolsItemsTopGetRequest) GetResponse

func (r *SimbaToolsItemsTopGetRequest) GetResponse(accessToken string) (*SimbaToolsItemsTopGetResponse, []byte, error)

func (*SimbaToolsItemsTopGetRequest) SetIp

func (r *SimbaToolsItemsTopGetRequest) SetIp(value string)

输入的必须是一个符合ipv4或者ipv6格式的IP地址

func (*SimbaToolsItemsTopGetRequest) SetKeyword

func (r *SimbaToolsItemsTopGetRequest) SetKeyword(value string)

关键词

func (*SimbaToolsItemsTopGetRequest) SetNick

func (r *SimbaToolsItemsTopGetRequest) SetNick(value string)

主人昵称

type SimbaToolsItemsTopGetResponse

type SimbaToolsItemsTopGetResponse struct {
	Rankeditems struct {
		RankedItem []*RankedItem `json:"ranked_item"`
	} `json:"rankeditems"`
}

type SimbaToolsItemsTopGetResponseResult

type SimbaToolsItemsTopGetResponseResult struct {
	Response *SimbaToolsItemsTopGetResponse `json:"simba_tools_items_top_get_response"`
}

type Subtask

type Subtask struct {
	IsSuccess      bool   `json:"is_success"`
	SubTaskRequest string `json:"sub_task_request"`
	SubTaskResult  string `json:"sub_task_result"`
}

批量异步任务的子任务结果

type SubwayItem

type SubwayItem struct {
	ExtraAttributes *ExtraAttributes `json:"extra_attributes"`
	NumId           int              `json:"num_id"`
	Price           float64          `json:"price,string"`
	Title           string           `json:"title"`
}

主站商品对象

type SubwayItemPartition

type SubwayItemPartition struct {
	ItemList struct {
		SubwayItem []*SubwayItem `json:"subway_item"`
	} `json:"item_list"`
	OrderBy    bool   `json:"order_by"`
	OrderField string `json:"order_field"`
	PageNo     int    `json:"page_no"`
	PageSize   int    `json:"page_size"`
	TotalItem  int    `json:"total_item"`
}

直通车商品分页对象

type Task

type Task struct {
	CheckCode   string `json:"check_code"`
	Created     string `json:"created"`
	DownloadUrl string `json:"download_url"`
	Method      string `json:"method"`
	Schedule    string `json:"schedule"`
	Status      string `json:"status"`
	Subtasks    struct {
		Subtask []*Subtask `json:"subtask"`
	} `json:"subtasks"`
	TaskId int `json:"task_id"`
}

批量异步任务结果

type TopatsSimbaCampkeywordbaseGetRequest

type TopatsSimbaCampkeywordbaseGetRequest struct {
	open_taobao.TaobaoMethodRequest
}
直通车推广计划下的词报表基础数据查询<br/>

异步API使用方法,请查看:<a href="http://open.taobao.com/doc/detail.htm?id=30">异步API使用说明</a><br/>

func (*TopatsSimbaCampkeywordbaseGetRequest) GetResponse

func (*TopatsSimbaCampkeywordbaseGetRequest) SetCampaignId

func (r *TopatsSimbaCampkeywordbaseGetRequest) SetCampaignId(value string)

查询推广计划ID

func (*TopatsSimbaCampkeywordbaseGetRequest) SetNick

func (r *TopatsSimbaCampkeywordbaseGetRequest) SetNick(value string)

查询的昵称

func (*TopatsSimbaCampkeywordbaseGetRequest) SetSearchType

func (r *TopatsSimbaCampkeywordbaseGetRequest) SetSearchType(value string)

报表类型。可选值:SEARCH(搜索)、CAT(类目出价)、 NOSEARCH(定向投放),可多选,如:SEARCH,CAT

func (*TopatsSimbaCampkeywordbaseGetRequest) SetSource

func (r *TopatsSimbaCampkeywordbaseGetRequest) SetSource(value string)

数据来源。可选值:1(站内)、2(站外)、SUMMARY(汇总),其中SUMMARY必须单选,其它值可多选,如:1,2

func (*TopatsSimbaCampkeywordbaseGetRequest) SetTimeSlot

func (r *TopatsSimbaCampkeywordbaseGetRequest) SetTimeSlot(value string)

时间参数(昨天:DAY、 前一周:7DAY 、前15天:15DAY 、前30天:30DAY 、前90天:90DAY)单选

type TopatsSimbaCampkeywordbaseGetResponse

type TopatsSimbaCampkeywordbaseGetResponse struct {
	Task *Task `json:"task"`
}

type TopatsSimbaCampkeywordbaseGetResponseResult

type TopatsSimbaCampkeywordbaseGetResponseResult struct {
	Response *TopatsSimbaCampkeywordbaseGetResponse `json:"topats_simba_campkeywordbase_get_response"`
}

type TopatsSimbaCampkeywordeffectGetRequest

type TopatsSimbaCampkeywordeffectGetRequest struct {
	open_taobao.TaobaoMethodRequest
}
推广计划下的词报表效果数据查询<br/>

异步API使用方法,请查看:<a href="http://open.taobao.com/doc/detail.htm?id=30">异步API使用说明</a><br/>

func (*TopatsSimbaCampkeywordeffectGetRequest) GetResponse

func (*TopatsSimbaCampkeywordeffectGetRequest) SetCampaignId

func (r *TopatsSimbaCampkeywordeffectGetRequest) SetCampaignId(value string)

查询推广计划ID

func (*TopatsSimbaCampkeywordeffectGetRequest) SetNick

查询的昵称

func (*TopatsSimbaCampkeywordeffectGetRequest) SetSearchType

func (r *TopatsSimbaCampkeywordeffectGetRequest) SetSearchType(value string)

报表类型。可选值:SEARCH(搜索)、CAT(类目出价)、 NOSEARCH(定向投放),可多选,如:SEARCH,CAT

func (*TopatsSimbaCampkeywordeffectGetRequest) SetSource

func (r *TopatsSimbaCampkeywordeffectGetRequest) SetSource(value string)

数据来源。可选值:1(站内)、2(站外)、SUMMARY(汇总),其中SUMMARY必须单选,其它值可多选,如:1,2

func (*TopatsSimbaCampkeywordeffectGetRequest) SetTimeSlot

func (r *TopatsSimbaCampkeywordeffectGetRequest) SetTimeSlot(value string)

时间参数(昨天:DAY、 前一周:7DAY、 前15天:15DAY、 前30天:30DAY 、前90天:90DAY)单选

type TopatsSimbaCampkeywordeffectGetResponse

type TopatsSimbaCampkeywordeffectGetResponse struct {
	Task *Task `json:"task"`
}

type TopatsSimbaCampkeywordeffectGetResponseResult

type TopatsSimbaCampkeywordeffectGetResponseResult struct {
	Response *TopatsSimbaCampkeywordeffectGetResponse `json:"topats_simba_campkeywordeffect_get_response"`
}

Jump to

Keyboard shortcuts

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