How EUM Pageview Calculation works
As per the license entitlement page
https://docs.appdynamics.com/appd/22.x/22.12/en/appdynamics-licensing/license-entitlements-and-restrictions
Pageview: A Pageview is an instance of a base page, virtual page, or iFrame loaded by a web browser. Each base page view, iframe view, and virtual page view is counted as a Pageview. Repeated views of one page are counted as separate Pageviews.
This doesn't include the Ajax request count.
Ajax requests will be counted if it's included for analytics tracking every 5 requests sent to the analytics will be counted as 1 pageview
So when Ajax was configured to be sent to event service the pageview calculation includes ajax(i.e) 1 pageview per every 5 Ajax requests sent to the analytics
... View more