GrouparooWebClient
ExamplesAnonymous Id:
Session Id:
When this page is loaded, a page
event will be fired. You can
see that reloading the page will use the same anonymous id and session id,
which is stored in cookies. You can view the events and profile for this
user in your Grouparoo admin interface.
Clicking this will create a
button
event. You have clicked the button
0 times.
If you enter a userId and hit sign in, an
identify
event will be sent. All future events from this
session will be tied to the userId you have identified as. If you have
previously identified, this form will show the value saved for
userId
saved in the cookie.
If you , we will call the
reset
method on the GrouparooWebClient
. This
will clear all ID and session information, and new events will tracked
against a new anonymous Id.
Finally, if you open the developer console on this page, you can see all the events logged to the console.