Tracking Events
Events can be used to track anything; an interaction with a website, data coming from a weather station, or product returns to your warehouse.
Examples
Custom Event
event - the name of the event.
properties - key / value pairs. For custom properties only
string
andnumber
is supported as the value.
Semantic Event + Object
You can get extra functionality from Fanplayr 360 by using Semantic Events, and Semantic Objects. In this example we are using the "Product Viewed" event, along with the $product
Semantic Object.
event - the name of the event.
properties - key / value pairs. Here you see a more complex example using
$product
which allows more than simply astring
ornumber
as value.
You can add custom properties along with your Semantic Events and Objects. Here we are tracking weather
along with our $product
.
Last updated