Documentation ¶
Overview ¶
Package interestaction 行为兴趣关键词管理
Index ¶
- func ActionCategory(ctx context.Context, clt *core.SDKClient, accessToken string, ...) ([]interestaction.Object, error)
- func ActionKeyword(ctx context.Context, clt *core.SDKClient, accessToken string, ...) ([]interestaction.Object, error)
- func Id2Word(ctx context.Context, clt *core.SDKClient, accessToken string, ...) (*interestaction.Id2WordResponseData, error)
- func InterestCategory(ctx context.Context, clt *core.SDKClient, accessToken string, ...) ([]interestaction.Object, error)
- func InterestKeyword(ctx context.Context, clt *core.SDKClient, accessToken string, ...) ([]interestaction.Object, error)
- func KeywordSuggest(ctx context.Context, clt *core.SDKClient, accessToken string, ...) ([]interestaction.Object, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ActionCategory ¶
func ActionCategory(ctx context.Context, clt *core.SDKClient, accessToken string, req *interestaction.ActionCategoryRequest) ([]interestaction.Object, error)
ActionCategory 行为类目查询
func ActionKeyword ¶
func ActionKeyword(ctx context.Context, clt *core.SDKClient, accessToken string, req *interestaction.ActionKeywordRequest) ([]interestaction.Object, error)
ActionKeyword 行为关键词查询
func Id2Word ¶
func Id2Word(ctx context.Context, clt *core.SDKClient, accessToken string, req *interestaction.Id2WordRequest) (*interestaction.Id2WordResponseData, error)
Id2Word 兴趣行为类目关键词id转词
func InterestCategory ¶
func InterestCategory(ctx context.Context, clt *core.SDKClient, accessToken string, req *interestaction.InterestCategoryRequest) ([]interestaction.Object, error)
InterestCategory 兴趣类目查询
func InterestKeyword ¶
func InterestKeyword(ctx context.Context, clt *core.SDKClient, accessToken string, req *interestaction.InterestKeywordRequest) ([]interestaction.Object, error)
InterestKeyword 兴趣关键词查询
func KeywordSuggest ¶
func KeywordSuggest(ctx context.Context, clt *core.SDKClient, accessToken string, req *interestaction.KeywordSuggestRequest) ([]interestaction.Object, error)
KeywordSuggest 获取行为兴趣推荐关键词
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.