danwilson / google-analytics-plugin

Cordova (PhoneGap) Plugin to connect to the native Google's Universal Analytics SDK 3.0
MIT License
693 stars 500 forks source link

AJAX Single Pages not work #586

Open devHGH opened 3 years ago

devHGH commented 3 years ago

Hello, I would like to know if the plugin works in ajax - virtual pages. I use Framework 7 for Android Apps and view tracking doesn't work. Google recommends using ga ('set', 'page', '/new-page.html'); ga ('send', 'pageview');

https://developers.google.com/analytics/devguides/collection/analyticsjs/single-page-applications.

I can't find the function in the plugin that prints the views of different screens. Is there any solution?

Thanks a lot.