Expand my Community achievements bar.

SOLVED

Which string is the visit id?

Avatar

Level 2

Config ID, DataStream ID?  We're using WebSDK.  

1 Accepted Solution

Avatar

Correct answer by
Level 5

Do you mean visitor ID to uniquely identify the unique visitors? It will be available under identity map but if you won't set it explicitly to any field in your schema you won't find it in the payload(it will be available in your dataset though) you can refer to this article if you would like to fetch ECID.

 

If you're referring to visit Id to identify unique sessions it won't be available under payload as I am aware there is no unique session ID at client side to identify visits once the hit is being processed you will get the visit number in conjunction to each unique visitors in your reports.

you can use the getVisitNum plugin to get the value and store it in a field in your schema.

View solution in original post

2 Replies

Avatar

Correct answer by
Level 5

Do you mean visitor ID to uniquely identify the unique visitors? It will be available under identity map but if you won't set it explicitly to any field in your schema you won't find it in the payload(it will be available in your dataset though) you can refer to this article if you would like to fetch ECID.

 

If you're referring to visit Id to identify unique sessions it won't be available under payload as I am aware there is no unique session ID at client side to identify visits once the hit is being processed you will get the visit number in conjunction to each unique visitors in your reports.

you can use the getVisitNum plugin to get the value and store it in a field in your schema.

Avatar

Level 2

Thank you for the answer, but no, i was really looking for a visit/session id.  I'm trying to debug a high bounce rate.  I know what and how to get the ECID.