dataCube

package
v1.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 3, 2022 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	*kernel.BaseClient
}

func RegisterProvider

func RegisterProvider(app kernel.ApplicationInterface) (*Client, error)

func (*Client) GetMonthlyVisitTrend

func (comp *Client) GetMonthlyVisitTrend(from string, to string) (*response.ResponseDataCubeSummary, error)

获取用户访问小程序数据月趋势(能查询到的最新数据为上一个自然月的数据) https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/data-analysis/visit-trend/analysis.getMonthlyVisitTrend.html

func (*Client) GetUserPortrait

func (comp *Client) GetUserPortrait(from string, to string) (*response.ResponseDataCubeUserPortrait, error)

获取小程序新增或活跃用户的画像分布数据 https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/data-analysis/analysis.getUserPortrait.html

func (*Client) Query

func (comp *Client) Query(endpoint string, from string, to string, outHeader interface{}, outBody interface{}) (interface{}, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL