revolunet / angular-google-analytics

Google Analytics tracking for your AngularJS apps
MIT License
652 stars 172 forks source link

A potential issue with not registering for live view #143

Open vrghost242 opened 8 years ago

vrghost242 commented 8 years ago

Not certain this is a angular-google-analytics issue or a google analytics issue or expected behaviour.

So have an account set up for my account (UA-XXXXXXX). And I noticed that when I first set it up, I could not get the live view to work, then all of a sudden it started working (may have changed coding somewhat). So it starts working and all is good.

I then created a second property (-1 -2) for the delivered platform, and it does the same. I can see that it does the collect call to send data. I can see the data in statistics. But I can not see it in live view.

The thing is, I have one development instance and one production. I uploaded the code yesterday and have not done any changes. If I change the development servers property *UA-XXXXXX-2" it stops reporting to live view. If I move the Production instance to developments property "UA-XXXXXX-1" it starts showing up on live view. I created the development property sometime yesterday morning.

Any ideas, is this configuration of the property (think it is all default) or just expected that it can take some time?