Versions in this module Expand all Collapse all v1 v1.0.2 Nov 3, 2022 Changes in this version + type Client struct + func RegisterProvider(app kernel.ApplicationInterface) (*Client, error) + func (comp *Client) GetDailyRetainInfo(from string, to string) (*response.ResponseDataCubeVisitInfo, error) + func (comp *Client) GetDailySummary(from string, to string) (*response.ResponseDataCubeSummary, error) + func (comp *Client) GetDailyVisitTrend(from string, to string) (*response.ResponseDataCubeSummary, error) + func (comp *Client) GetMonthlyRetainInfo(from string, to string) (*response.ResponseDataCubeVisitInfo, error) + func (comp *Client) GetMonthlyVisitTrend(from string, to string) (*response.ResponseDataCubeSummary, error) + func (comp *Client) GetPerformanceData(options *request.RequestGetPerformanceData) (*response.ResponseDataCubeGetPerformanceData, error) + func (comp *Client) GetUserPortrait(from string, to string) (*response.ResponseDataCubeUserPortrait, error) + func (comp *Client) GetVisitDistribution(from string, to string) (*response.ResponseDataCubeVisit, error) + func (comp *Client) GetVisitPage(from string, to string) (*response.ResponseDataCubeVisit, error) + func (comp *Client) GetWeeklyRetainInfo(from string, to string) (*response.ResponseDataCubeVisitInfo, error) + func (comp *Client) GetWeeklyVisitTrend(from string, to string) (*response.ResponseDataCubeSummary, error) + func (comp *Client) Query(endpoint string, from string, to string, outHeader interface{}, ...) (interface{}, error)