D
D
Dmitry2016-07-06 11:35:56
JavaScript
Dmitry, 2016-07-06 11:35:56

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 question

Ask a Question

731 491 924 answers to any question