Detecting Duplicates
Duplicate DataAny time Sandstorm detects duplicate data, it will only process a single instance of the data while ignoring the duplicate data
Overview
For the Sandstorm instance to be considered a duplicate the following parameters should exactly match (please check our API Specifications):
Identity: (
_p
parameter)Name of the event: (
_n
parameter)Timestamp of the event: (
_t
parameter)Name of the property: (
[property name]
parameter)Name of the property value: (
[property value]
parameter)
In other words, if we see the same person doing the same event at the exact same time with the same property name/s that have the exact same property values, then we ignore any duplicates and count one instance only.
📘Additional Notes
the duplicates do not reach our data structures, so they will not be included in the Raw Data Export.
since the duplicate data does not get stored in our data structures, it will not appear in any reporting tools.
Last updated