An analyst wants to exclude visits where a page with the name "Shopping Checkout" was viewed.
How would these visits be excluded from a report?
The best way to exclude visits where a page with the name ''Shopping Checkout'' was viewed is to use a visit-based segment with one exclude condition: Page equals ''Shopping Checkout''. This will ensure that only the visits that did not include any hit where Page equals ''Shopping Checkout'' are included in the report. A hit-based segment with one exclude condition: Page equals ''Shopping Checkout'' will not work, as it will only exclude the hits where Page equals ''Shopping Checkout'', but not the entire visits. A visit-based segment with one include condition: Page does not equal ''Shopping Checkout'' will not work either, as it will include any visit that had at least one hit where Page does not equal ''Shopping Checkout'', even if it also had a hit where Page equals ''Shopping Checkout''.
References: https://experienceleague.adobe.com/docs/analytics/components/segments/segment-tips.html?lang=en https://experienceleague.adobe.com/docs/analytics/components/segments/segment-tips.html?lang=en#exclude-visits-with-a-specific-page
Currently there are no comments in this discussion, be the first to comment!