Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards
SOLVED

Filter Data Feed to Pageview Events

Avatar

Level 4

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?

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor and Adobe Champion

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/d...

 

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

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor and Adobe Champion

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/d...

 

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