How to uniquely identify different event's row?
Hi comunity,
Is there a set of keys to uniquely identify events'(feature_events, page_events, track_events, guide_events, poll_events ) records ie. (Primary Key for events's records)
I have more than 1000 records for all events' stream, but at the destination side there are missing out rows because of Primary Key selection. Any help would be appreciated.
0
Comments
There is no single "key" or other unique identifier for those sources as those are aggregated sources. Each row returned by the source is unique in its combination of values. For example, this was returned from the pageEvents source:
The unique combination here would be accountId, appId, day, pageId, remoteIp, server, userAgent, visitorId, and parameters.
Please sign in to leave a comment.