Mobile app version of vmapp.org
Login or Join
Ravi8258870

: How can I view in Google Analytics the number of sessions where one of a few pages were viewed? I want to count the number of sessions in Google Analytics so that: at least one of Page

@Ravi8258870

Posted in: #Analytics #GoogleAnalytics #PageViews #Session

I want to count the number of sessions in Google Analytics so that:


at least one of Page A, Page B or Page C were viewed
avoid counting twice sessions where there was more than 1 view of these pages (e.g. where Page A and Page C were both viewed).


Simply summing up unique pageviews doesn't do the trick, since I count twice sessions that included Page A and Page C.

Is there a way to configure a report to do so? Other way?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Ravi8258870

1 Comments

Sorted by latest first Latest Oldest Best

 

@Samaraweera270

Create a segment with conditions per session:

Filter 1:

Page matches regex "Page A" AND Page does not match regex "Page B" AND Page does not match regex "Page C"

Filter 2:

Page does not match regex "Page A" AND Page matches regex "Page B" AND Page does not match regex "Page C"

Filter 3:

Page does not match regex "Page A" AND Page does not match regex "Page B" AND Page matches regex "Page C"

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme