Documentation ¶
Overview ¶
Package keyword 关键词
Index ¶
- func AddWord(ctx context.Context, clt *core.SDKClient, auth *model.RequestHeader, ...) (*model.ResponseHeader, []keyword.Keyword, error)
- func DeleteWord(ctx context.Context, clt *core.SDKClient, auth *model.RequestHeader, ...) (*model.ResponseHeader, []keyword.Keyword, error)
- func GetWord(ctx context.Context, clt *core.SDKClient, auth *model.RequestHeader, ...) (*model.ResponseHeader, []keyword.Keyword, error)
- func UpdateWord(ctx context.Context, clt *core.SDKClient, auth *model.RequestHeader, ...) (*model.ResponseHeader, []keyword.Keyword, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddWord ¶
func AddWord(ctx context.Context, clt *core.SDKClient, auth *model.RequestHeader, reqBody *keyword.AddWordRequest) (*model.ResponseHeader, []keyword.Keyword, error)
AddWord 添加关键词 新增关键词及商品目录模板词(绑定在商品目录营销目标计划单元下的关键词)(可批量),一次请求最多新建10000个关键词
func DeleteWord ¶
func DeleteWord(ctx context.Context, clt *core.SDKClient, auth *model.RequestHeader, keywordIds ...uint64) (*model.ResponseHeader, []keyword.Keyword, error)
DeleteWord 删除关键词
func GetWord ¶
func GetWord(ctx context.Context, clt *core.SDKClient, auth *model.RequestHeader, reqBody *keyword.GetWordRequest) (*model.ResponseHeader, []keyword.Keyword, error)
GetWord 查询关键词
func UpdateWord ¶
func UpdateWord(ctx context.Context, clt *core.SDKClient, auth *model.RequestHeader, keywords []keyword.Keyword) (*model.ResponseHeader, []keyword.Keyword, error)
UpdateWord 更新关键词
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.