Skip to main content
Level 3
October 27, 2025
Solved

Filter Data Feed to Pageview Events

  • October 27, 2025
  • 1 reply
  • 200 views

I'm doing a journey analysis using raw data from Adobe data feeds in my GCP table. I want to filter rows to only page view events. Is there a way to do that?

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 MandyGeorge

Yes, you can do this using the page_event or post_page_event column. In either case the value should be "0" for it to be a true page view, as opposed to other types of hits. This link here tells you more about the values in those fields. https://experienceleague.adobe.com/en/docs/analytics/export/analytics-data-feed/data-feed-contents/datafeeds-page-event

 

While you can use either, typically using post processed columns will give you data that matches workspace closer than the pre processed columns. 

1 reply

MandyGeorge
Adobe Champion, Community Advisor, UG Leader
MandyGeorgeAdobe Champion, Community Advisor, UG LeaderAccepted solution
Adobe Champion, Community Advisor, UG Leader
October 27, 2025

Yes, you can do this using the page_event or post_page_event column. In either case the value should be "0" for it to be a true page view, as opposed to other types of hits. This link here tells you more about the values in those fields. https://experienceleague.adobe.com/en/docs/analytics/export/analytics-data-feed/data-feed-contents/datafeeds-page-event

 

While you can use either, typically using post processed columns will give you data that matches workspace closer than the pre processed columns.