Populate Session ID in Adobe Launch
We are trying to view data for certain users by each visit. For ex: If there are 2 users that logged in yesterday and had a total of 3 visits, we want to segment the data by each visit. If we are capturing userid and pages, I want to see a breakdown like this....
SessionID UserID Page
abc123 user1 page1
abc123 user1 page2
abc123 user1 page3
def123 user2 page1
def123 user2 page2
ghi123 user1 page1
So if we can capture a unique SessionID for each visit, we can get a data warehouse report like above but I haven't found anything online.