Coder Social home page Coder Social logo

Comments (5)

stevemartingale avatar stevemartingale commented on May 28, 2024

I am also having issues with this my google analytics page keeps saying "Status: Tracking Not Installed". It's been up for 7 hours now.
I am using Angular 1.1.5.

from angulartics.

ctso avatar ctso commented on May 28, 2024

Give it some time. The analytics dashboard does not update immediately. There is a realtime feature that is usually a few seconds behind, you should see results there. Same goes for the "Tracking Not Installed" message.

from angulartics.

luisfarzati avatar luisfarzati commented on May 28, 2024

In addition, are you sure GA was installed correctly? Please note that Angulartics doesn't take care of the GA setup itself.

Did you guys try to invoke the page tracking line as in the default GA code? e.g.:

_gaq.push(['_trackPageview']);

just to make sure whether there's some issue in the GA config.

Additionally, you could check out if the GA invocation is being done by sniffing the HTTP requests in the browser; you should see a request being done to http://www.google-analytics.com like this:

http://www.google-analytics.com/collect?v=1&_v=j11&a=334885720&t=pageview&...

from angulartics.

luisfarzati avatar luisfarzati commented on May 28, 2024

Check out this snapshot. I just opened the sample folder, cleaned the network log in order to keep it clean and clicked on Page C link. You should see the GA request in the inspector as below:

image

from angulartics.

luisfarzati avatar luisfarzati commented on May 28, 2024

I've updated the samples and they are a bit more friendly for testing purposes. Please check it out and reopen this if you still experience any issues.

from angulartics.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.