Amount of all purchases happened with the shopper visiting a single product page
I've been trying to answer this question I have for myself: "X% of all purchases happened with the shopper visiting a single product page" which would hopefully lead into a follow up answer to "Of the shoppers who visited more than one product page, the more pages they visited, the more/less likely they were to purchase at all."
There's a really helpful demo I found that gets me close to this from @3792.lasser : https://www.youtube.com/watch?v=7A00dkA2cPI where she talks about Segmentation of Distinct Dimension Counts. What I'm struggling with is the next layer - I want to specify that the distinct pages in the visit are a specific page type, in this case product pages.
I have my segment set like her demo except I've modified it to:
visit {
* page equals (distinct count) = 1
and
* page type equals any of = product
and
hit {
* product is greater than or equal to (distinct count) = 1
}
}
I don't know if this segment is telling me:
* visits where there is only one page in the visit and it's a product type page (with a product hit) or
* visits where there are an assortment of pages and only one of them is a product type page (with a product hit)
The second option is what I am interested in. Thanks!
Screenshot of segment attached below: