Users who did X types of events within one visit | Community
Skip to main content
Level 4
April 24, 2020
Solved

Users who did X types of events within one visit

  • April 24, 2020
  • 1 reply
  • 4269 views

I'm trying to create a segment of users who, within the same visit took an X number of actions. Is this possible?

I have an unique identifier for each user. So, for example: a segment for users who downloaded 3 PDFs within the same visit. 

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 Andrey_Osadchuk

Bernardo,

In the context of your scenario the users are identified by the built-in visitor IDs rather than by a custom dimension you may have set with a custom unique identifier (unless you set it in s.visitorID variable).

Create a segment with a Visit container and add a condition that filters PDFs and the number of their downloads. In the out of the box implementation that could look as download link instances equals 3 AND download link ends with .pdf.

1 reply

Andrey_Osadchuk
Andrey_OsadchukAccepted solution
Level 10
April 24, 2020

Bernardo,

In the context of your scenario the users are identified by the built-in visitor IDs rather than by a custom dimension you may have set with a custom unique identifier (unless you set it in s.visitorID variable).

Create a segment with a Visit container and add a condition that filters PDFs and the number of their downloads. In the out of the box implementation that could look as download link instances equals 3 AND download link ends with .pdf.

Level 4
April 28, 2020
Thanks Andrey! That's a helpful solution.