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

コメント

1件のコメント
  • 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:

    {
    "accountId":"AccountTest1",
    "appId":-323232,
    "day":1634270400000,
    "pageId":"xxxxxxxxxx",
    "numEvents":2,
    "numMinutes":3,
    "remoteIp":"xxxxxxxxxx",
    "server":"localhost:8080",
    "userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36",
    "visitorId":"VisitorTest1",
    "parameters":null
    }

    The unique combination here would be accountId, appId, day, pageId, remoteIp, server, userAgent, visitorId, and parameters. 

    0

サインインしてコメントを残してください。

お探しのものを見つけられませんでしたか?

新規投稿