Mobile app version of vmapp.org
Login or Join
Cofer257

: Google Analytics is not tracking all of our pages Our website is insynchq.com. In the All Pages report under Content -> Site Content we can only see data for some our pages, like /, /getstarted,

@Cofer257

Posted in: #GoogleAnalytics

Our website is insynchq.com. In the All Pages report under Content -> Site Content we can only see data for some our pages, like /, /getstarted, and /download. Others, like /gmail, /about, and /mobile are not shown, even if we are sure that there have been visits to them. We use a template for our pages so the scripts that are loaded for / (for example) should also be loaded for /gmail, so it doesn't seem to be a problem with the installation of the tracking code. Can anyone help? Thanks.

10.03% popularity Vote Up Vote Down


Login to follow query

More posts by @Cofer257

3 Comments

Sorted by latest first Latest Oldest Best

 

@Lengel546

We were finally able to resolve the problem. Turns out our programmer misplaced the _gaq.push(['_trackPageview']); in the untracked pages.

10% popularity Vote Up Vote Down


 

@Odierno851

It's a bit difficult to say which one of the following might be the cause:


The scripts that you include before google analytics tracking code, might be the cause.
Google specifically ask users to: "Copy the following code, then paste it onto every page you want to track immediately before the closing tag." - you add JS code after google-analytics tracking code, before the closing of </HEAD>
JS code supposed to be declared as <script type="text/javascript"> while you use <script>
From google-analytics: If you're using PHP put the tracking code in a file (for example, analyticstracking.php) and upload it to your site. Then add the following line to each template page immediately after the opening <body> tag: <?php include_once("analyticstracking.php") ?>
You're calling d2t3ff60b2tol4.cloudfront.net/c/z/orQDXd/gz/jquery.min.js is it a trusted/valid source ? personally I like to use: ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js Are you using a profile filter with your SEO friendly URLs ?

10% popularity Vote Up Vote Down


 

@Shakeerah822

The 2 pages you give examples for working have a difference compared to those which don't work. In the code for the working pages (getstarted and download) there is no tracking for HitTail or Crazy Egg (and both HitTail and Crazy Egg are javascript tags to third party sites).

My guess is one of these javascript code blocks is confusing Google Analytics.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme