Method |
Description |
|
__construct ( string $secret, array $options = [] ) |
Create a new analytics object with your app's secret
key |
|
__destruct ( ) |
|
|
alias ( array $message ) : boolean |
Aliases from one user id to another |
|
flush ( ) : boolean |
Flush any async consumers |
|
group ( array $message ) : [boolean] |
Tags traits about the group. |
|
identify ( array $message ) : [boolean] |
Tags traits about the user. |
|
page ( array $message ) : [boolean] |
Tracks a page view. |
|
screen ( array $message ) : [boolean] |
Tracks a screen view. |
|
track ( array $message ) : [boolean] |
Tracks a user action |
|