-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Angulartics #148
base: master
Are you sure you want to change the base?
Angulartics #148
Conversation
// ga('send', 'pageview', { | ||
// page: page, | ||
// title: title | ||
// }); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Tom32i i don't kown the best way to desactivate, just remove service declaration in app.js ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Angulartics send the page title to GA, what is the bay to manage page title ?
@xgorse: I would like to discuss more about the usefulness of this PR by itself. What is the goal you want to reach with this feature? Is there any special behavior you have seen while playing with others that you want to understand more precisely? |
This is the only goal of these PR, we must know how the application is use by the player and we need to mesure the impact of any modification. Without data we don't know if we're right. This the foundation of the lean startup : Build, Measure, Learn Let's talk IRL of this subject |
I think measuring does not mean collecting every user interaction. I also want to point out the fact that your graph is kindly provided by KissMetrics (business is business). I totally agree that discussing this IRL would be far more interesting ! 👍 |
@emerick42 FYI Lean Startup is not a business concept provided by KissMetrics, it's just about how to build a product that match user need, just have a talk with @JeremyJames about that |
First implementation of angulartics, if validated i will add event on every user interaction