P
P
Pasha Shvorak2019-02-08 12:05:16
Google Analytics
Pasha Shvorak, 2019-02-08 12:05:16

False number of pageviews in google analytics?

I have a SPA and Google Analytics is connected there. When switching between pages, the number of site views is correct. When refreshing the page, it shows 2-3 pageviews instead of 1. Any ideas why this might be?
Thank you.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vladimir, 2019-02-08
@Casufi

SPA by itself does not generate page transitions, because there are none. Somewhere you should have bft code like

ga("set", "page", page);
  ga("send", "pageview");

Look, debug what causes it once again

R
Roman Tkachev, 2019-02-11
@not_that_bad

Maybe some user actions were tracked through virtual pages to build a sequence. Look in the goals.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question