Google Analytics - Why do some of my visits report 0 Pages / Visit? -


i've looking @ google analytics statistics berlin , can see have 1 visit 0 pages / visit. blip in ga software - or problem in code? can't see think how have visited site without visiting 1 of pages.

(this uncommon problem, should say. i've noticed , , wondering cause of be.)

you have other kind of hits.

the types of hits in ga are:

  • pageviews (_trackpageview)
  • events (_trackevent)
  • social interactions (_tracksocial)
  • custom timming (_tracktimming)
  • set var (_setvar) deprecated
  • ecommerce items (_additem + _tracktrans)
  • ecommerce trans (_addtrans + _tracktrans)

the common _trackevent, check events table , try find out why visits events no pageviews.

it can due bad filtering rules. kind of rule filter out pageviews profile not other hit types, causing visits other hit types.

if still use old _setvar can see data inside "user defined" report, if that's case, it's time remove these calls , move on.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -