API request pageviews per product
Hello,
I want to make an Adobe Analytics API request for an e-commerce site to get the number of page views for each product in the e-commerce (there is already a "product" dimension in the Adobe Analytics, which is coming from the URLs.
The problem is that I don't want to include pageviews from pages which are "checkout" pages (can be identified easily as they contain the string "checkout" in the URL).
I can do this with a search filter, but then I have to include 2 dimensions and the request time increases exponentially and becomes unmanageable (I need to extract the pageviews for hundreds of thousands of products).
What would be the way to extract the pageviews per product excluding pageviews from checkout pages?
