StatsInterface
in
Interface StatsInterface.
Table of Contents
- getActiveUsers() : ResponseInterface
- Get active user count statistics.
- getDaily() : ResponseInterface
- Get daily statistics from a period of time.
Methods
getActiveUsers()
Get active user count statistics.
public
getActiveUsers([RequestOptions|null $options = null ]) : ResponseInterface
Required scope: read:stats
.
Parameters
- $options : RequestOptions|null = null
-
Optional. Additional request options to use, such as a field filtering or pagination. (Not all endpoints support these. See @see for supported options.)
Tags
Return values
ResponseInterface —getDaily()
Get daily statistics from a period of time.
public
getDaily([string|null $from = null ][, string|null $to = null ][, RequestOptions|null $options = null ]) : ResponseInterface
Required scope: read:stats
.
Parameters
- $from : string|null = null
-
Optional. Beginning from this date; YYYYMMDD format.
- $to : string|null = null
-
Optional. Ending from this date; YYYYMMDD format.
- $options : RequestOptions|null = null
-
Optional. Additional request options to use, such as a field filtering or pagination. (Not all endpoints support these. See @see for supported options.)