My newly updated site uses an SPA (single page app) type pattern where content is added to the page with AJAX(XHR), and the URL is updated(pushState()). Analytics is not firing for each XHR request. I am using an event with event-tracking to detect when a new request is made. How is this handled in AdSense, a new ad-unit is added for each XHR request. Is AdSense counting this as a new PV?
Does anyone have any experience with this?