Mobile app version of vmapp.org
Login or Join
Hamaas447

: Can Google's analytics script run more than once per page view? Is it possible to artificially inflate page views in Google Analytics, for example by executing the analytics tracker script more

@Hamaas447

Posted in: #GoogleAnalytics #GoogleSearchConsole #Seo

Is it possible to artificially inflate page views in Google Analytics, for example by executing the analytics tracker script more than once per page view?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Hamaas447

1 Comments

Sorted by latest first Latest Oldest Best

 

@Murray432

Try this command:

ga('send', 'pageview', newUrl);


It's used mainly for tracking pages/content loaded with AJAX but don't see any reason why it shouldn't work with "artificial inflating". You can also skip newUrl parameter.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme