Sends a clientside tracking event to the sitesights.io backend.
There are a lot of use cases to send events like tracking clicks on specific buttons or track goals when visitors click on an action like buy after they entered through your ad with utm parameters.
If you want to know more about the ClientId
Parameter, you should checkout the following this link.
Set of all options for the event
The name of the event. Typically it is some sort of category like social-button
or purchase
.
Maximal length: 1000 characters
.
The list of parameters of this event.
Maximal length: 12 parameter objects
Object representing a parameter.
Name of the parameter, example for category social-button
would be type
.
Maximal length: 200 characters
Value of the parameter, example for category social-button
would be facebook
.
Maximal length: 2000 characters
Optional string identifier to identify current visitor. This is very specific to your website, for example if a lot of your users have an account and are logged in. You could use their Unqiue Account ID here (This will be hashed beyond recognition) or if you get the permission of your visitor, you can use something like fingerprinting. For a much more detailed explaination, please go here.
Example of sending a social link button click of instagram without any custom ClientId
.