Documentation
¶
Overview ¶
Package tool 工具类API
Index ¶
- func AppSearch(ctx context.Context, clt *core.SDKClient, accessToken string, ...) (*tool.TargetingApp, error)
- func AudiencePredict(ctx context.Context, clt *core.SDKClient, accessToken string, ...) (int64, error)
- func ConvertList(ctx context.Context, clt *core.SDKClient, accessToken string, ...) (*tool.ConvertListResponse, error)
- func CreativeWordList(ctx context.Context, clt *core.SDKClient, accessToken string, ...) ([]tool.CreativeWord, error)
- func CreativeWordStyles(ctx context.Context, clt *core.SDKClient, accessToken string, ...) ([]tool.CreativeWordStyle, error)
- func KeyFrame(ctx context.Context, clt *core.SDKClient, accessToken string, ...) ([]string, error)
- func OperationRecordList(ctx context.Context, clt *core.SDKClient, accessToken string, ...) (*tool.OperationRecordListResponse, error)
- func QuotaInfo(ctx context.Context, clt *core.SDKClient, accessToken string, ...) (*tool.QuotaInfoResponse, error)
- func TargetingTagsList(ctx context.Context, clt *core.SDKClient, accessToken string, ...) (*tool.TargetingTag, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AppSearch ¶
func AppSearch(ctx context.Context, clt *core.SDKClient, accessToken string, req *tool.AppSearchRequest) (*tool.TargetingApp, error)
AppSearch 获取可选的应用定向
func AudiencePredict ¶
func AudiencePredict(ctx context.Context, clt *core.SDKClient, accessToken string, req *tool.AudiencePredictRequest) (int64, error)
AudiencePredict 定向人群预估查询
func ConvertList ¶
func ConvertList(ctx context.Context, clt *core.SDKClient, accessToken string, req *tool.ConvertListRequest) (*tool.ConvertListResponse, error)
ConvertList 获取可用的转化目标
func CreativeWordList ¶
func CreativeWordList(ctx context.Context, clt *core.SDKClient, accessToken string, advertiserID uint64) ([]tool.CreativeWord, error)
CreativeWordList 获取可选的动态词包
func CreativeWordStyles ¶
func CreativeWordStyles(ctx context.Context, clt *core.SDKClient, accessToken string, advertiserID uint64) ([]tool.CreativeWordStyle, error)
CreativeWordStyles 获取可选的封面贴纸样式
func KeyFrame ¶
func KeyFrame(ctx context.Context, clt *core.SDKClient, accessToken string, req *tool.KeyFrameRequest) ([]string, error)
KeyFrame 获取可选的推荐封面
func OperationRecordList ¶
func OperationRecordList(ctx context.Context, clt *core.SDKClient, accessToken string, req *tool.OperationRecordListRequest) (*tool.OperationRecordListResponse, error)
OperationRecordList 账户操作记录信息查询
func QuotaInfo ¶
func QuotaInfo(ctx context.Context, clt *core.SDKClient, accessToken string, req *tool.QuotaInfoRequest) (*tool.QuotaInfoResponse, error)
MAPI Quota 白盒化 https://developers.e.kuaishou.com/docs?docType=DSP&documentId=2244
func TargetingTagsList ¶
func TargetingTagsList(ctx context.Context, clt *core.SDKClient, accessToken string, req *tool.TargetingTagsListRequest) (*tool.TargetingTag, error)
TargetingTagsList 获取可选的定向标签
Types ¶
This section is empty.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.