Answer the question
In order to leave comments, you need to log in
How to add ajax page view in Google Analytics?
Actually:
you need to assign a target to the url, but the url is formed by history.pushState('','','checkout-success').
Therefore, it is necessary to push the page.
ga('send', 'pageview', '/checkout-success');
But in the viewed pages, the desired one is not.
Options?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question