Documentation
¶
Overview ¶
Package creative 广告创意相关API
Index ¶
- func Create(ctx context.Context, clt *core.SDKClient, accessToken string, ...) (*creative.CreativeAddResponse, error)
- func Delete(ctx context.Context, clt *core.SDKClient, accessToken string, ...) (*creative.CreativeDeleteResponse, error)
- func List(ctx context.Context, clt *core.SDKClient, accessToken string, ...) (*creative.CreativeListResponse, error)
- func Review(ctx context.Context, clt *core.SDKClient, accessToken string, ...) (*creative.CreativeReviewResponse, error)
- func Update(ctx context.Context, clt *core.SDKClient, accessToken string, ...) (*creative.CreativeUpdateResponse, error)
- func UpdateStatus(ctx context.Context, clt *core.SDKClient, accessToken string, ...) (*creative.UpdateStatusResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Create ¶
func Create(ctx context.Context, clt *core.SDKClient, accessToken string, req *creative.CreativeAddRequest) (*creative.CreativeAddResponse, error)
func Delete ¶
func Delete(ctx context.Context, clt *core.SDKClient, accessToken string, req *creative.CreativeDeleteRequest) (*creative.CreativeDeleteResponse, error)
func List ¶
func List(ctx context.Context, clt *core.SDKClient, accessToken string, req *creative.CreativeListRequest) (*creative.CreativeListResponse, error)
func Review ¶
func Review(ctx context.Context, clt *core.SDKClient, accessToken string, req *creative.CreativeReviewRequest) (*creative.CreativeReviewResponse, error)
Review 创意体验
func Update ¶
func Update(ctx context.Context, clt *core.SDKClient, accessToken string, req *creative.CreativeUpdateRequest) (*creative.CreativeUpdateResponse, error)
func UpdateStatus ¶
func UpdateStatus(ctx context.Context, clt *core.SDKClient, accessToken string, req *creative.UpdateStatusRequest) (*creative.UpdateStatusResponse, error)
UpdateStatus 广告创意-(投放)状态修改
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.