Considering only one Engagement per Visit via Segmentaion | Community
Skip to main content
Kamaljeet_Kaur1
Level 3
July 24, 2018
Solved

Considering only one Engagement per Visit via Segmentaion

  • July 24, 2018
  • 2 replies
  • 2043 views

Hi Everyone

Any suggestions on how can I build a metric where I want to keep engagement number as 1 if there are more than one engagements (video view, asset download, click to call etc) in a single visit. i.e. we want to consider only one engagement per visit event if there are more engagements?

For example: if a user comes to site and downloads an asset, views one video and click on the call button, it ideally makes 3 engagements but any solution (via segmentation/calculated metrics) if we can count it only as one engagement instead of 3 engagements

this is feasible via event serialization but that would need implementation change but at this time I would like to get it via segmentaion/calculated metrics.

Thanks in advance

Regards,

Kamal

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Alexis_Cazes_

Create a segment based on visit where one the engagement happened ( so lets say all possibilities separated by OR)

Create a calculated metric drop in the segment and inside the segment container put visit. As visit is only counted once it will give you the metric you want

2 replies

Alexis_Cazes_
Alexis_Cazes_Accepted solution
Level 10
July 24, 2018

Create a segment based on visit where one the engagement happened ( so lets say all possibilities separated by OR)

Create a calculated metric drop in the segment and inside the segment container put visit. As visit is only counted once it will give you the metric you want

Kamaljeet_Kaur1
Level 3
July 24, 2018

Thanks Alexis Cazes Adobe​.  It worked.