Versions in this module Expand all Collapse all v1 v1.0.1 Nov 7, 2022 Changes in this version + type CreateRequest struct + AdvertiserID uint64 + AllocatedBudget float64 + BudgetMode enum.TaskRaiseBudgetMode + EndTime string + func (r CreateRequest) Encode() []byte + type CreateResponse struct + Data struct{ ... } + type DataGetRequest struct + AdvertiserID uint64 + ReportID uint64 + func (r DataGetRequest) Encode() string + type DataGetResponse struct + Data *DataGetResponseData + type DataGetResponseData struct + Click Stat + Convert Stat + Cost Stat + ShowCnt Stat + type GetRequest struct + AdvertiserID uint64 + Page int + PageSize int + func (r GetRequest) Encode() string + type GetResponse struct + Data *GetResponseData + type GetResponseData struct + PageInfo *model.PageInfo + Reports []Report + type OptimizationIDsGetRequest struct + AdvertiserID uint64 + func (r OptimizationIDsGetRequest) Encode() string + type OptimizationIDsGetResponse struct + Data struct{ ... } + type Report struct + AllocatedBudget float64 + BudgetMode enum.TaskRaiseBudgetMode + Duration int + IncreaseCost float64 + Name string + ReportID uint64 + StartTime string + Status enum.TaskRaiseStatus + type Stat struct + Base string + Increased string + type StatusStopRequest struct + AdvertiserID uint64 + ReportID uint64 + func (r StatusStopRequest) Encode() []byte