How does adobe detect duplicate events?
Adobe can list certain event counted as duplicate. (duplicate_events)
Data column reference | Adobe Analytics
But how?
Checking with serialization number like event1:unique_id
or with event_list value (which contains othere events?)
or information in cookies?
We gave up event serialization because of the 20 bytes limit.
And instead of that we started to serialize using duplicate_events field.
So we would like to know how they can detect certain event as duplicate.
Thanks