-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
117 lines (102 loc) · 7.04 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>ember-insights.js - the Ember.js addon for integrating web analytics</title>
<meta content="ember-insights.js lets you track web analytics and user timings from Ember.js application and send it to Google Analytics" name="description">
<meta name="viewport" content="width=device-width">
<link href='http://fonts.googleapis.com/css?family=Coustard|Cutive|Quando' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/font-awesome.css">
<link rel="stylesheet" href="style.css">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-60632001-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div role="main" id="container">
<nav id="main-navigation">
<ul class="clearfix">
<li><a href="#overview">Introduction</a></li>
<li><a href="#task-success-component">Example Component</a></li>
<li><a href="https://github.com/ember-insights/ember-insights" target="_blank" rel="alternate"><i class="icon-github"></i> Getting Started</a></li>
<li><a href="https://github.com/ember-insights/ember-insights/issues" target="_blank" rel="help"><i class="icon-github"></i> Issues</a></li>
</ul>
</nav>
<section id="heading" class="clearfix">
<div id="logo-heading">
<h1>Ember-Insights.js</h1>
<h2>The Ember.js CLI addon for tracking user-centered experience</h2>
</div>
<div id="logo-bowtie">
<img src="logo.png"/>
</div>
<div id="actions-github">
<iframe src="https://ghbtns.com/github-btn.html?user=ember-insights&repo=ember-insights&type=watch&count=true&size=large&v=2" allowtransparency="true" frameborder="0" scrolling="0" width="132px" height="30px"></iframe>
<iframe src="https://ghbtns.com/github-btn.html?user=ember-insights&repo=ember-insights&type=star&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="125px" height="30px"></iframe>
<iframe src="https://ghbtns.com/github-btn.html?user=ember-insights&repo=ember-insights&type=fork&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="130px" height="30px"></iframe>
</div>
</section>
<section class="section-box" id="overview">
<h3 class="section-title">Abstract</h3>
<div class="section-content">
<p>There is a strong need for user-centered metrics for web applications, which can be used to measure progress towards key goals, and drive product decisions.</p>
<p>The Ember-Insights.js is an Ember.js based framework that lets you gather user-centered metrics and analyze them through web analytic platforms such as Google Ananlytics, as well as a process for mapping product goals to metrics.</p>
<p>The way we do the Ember-Insights.js makes possible to keep both developers and application business logic entirely segregated from tracking user-centered experience,
as it is a completely distinct layer on top of your application.</p>
<p>The main idea behind is to provide a DSL for mapping particular <code>transitions</code> and <code>actions</code> or just trap <code>{ALL_TRANSITIONS: true, ALL_ACTIONS: true}</code> and send them into web analytics platform with out touching actual application business logic.
With additional instrumentation, it is also posible to dispatch custom <code>events</code>, <code>variables</code>, <code>fields</code> and finally, measure <code>timings</code> from user-centered perspective.
</p>
</div>
</section>
<section class="section-box" id="task-success-component">
<h3 class="section-title">Use Case: Task Success Metrics</h3>
<div class="section-content">
<h5>Application (<i>Your browser may not support the application functionality</i>)</h5>
<p>This is abstract show case of getting the "Task Success" metrics. The "Task Success" analytics includes traditional behavioral metrics of user experience,
such as efficiency (e.g. time to complete a task), effectiveness (e.g. percent of tasks completed), and error rate.
This category is most applicable to areas of your product that are very task-focused.</p>
<link rel="import" href="task-success-component.html">
<task-success-component></task-success-component>
<p>Check out the <a href="https://github.com/ember-insights/ember-insights/wiki/Task-Success-Metrics" target="_blank">Google Ananlytics</a> reports of application usage.</p>
<h5>Drop in configuration: <code>initializer.js</code></h5>
<script src="https://gist.github.com/Zatvobor/e5b8266f8a5bedeb50d3.js?file=initializer.js"></script>
<h5>Application Source</code></h5>
<p>If you would like to check the <code>app.js</code> source, here is a <a href="https://gist.github.com/Zatvobor/e5b8266f8a5bedeb50d3" target="_blank">Gist</a>.</p>
</div>
</section>
<section class="section-box" id="resources">
<h3 class="section-title">Additional Resources</h3>
<div class="section-content">
<p>Check out the <a href="https://github.com/ember-insights/ember-insights/wiki" target="_blank">wiki</a>. Report any issues you have on our <a href="https://github.com/ember-insights/ember-insights/issues" target="_blank" rel="help">issue tracker</a>.</p>
<p>There is available Bower package. Checkout out the <a href="https://github.com/ember-insights/ember-insights.amd.js">ember-insights.amd.js</a> project.</p>
</div>
</section>
<section class="section-box" id="compatibility">
<h3 class="section-title">Browser Compatibility</h3>
<div class="section-content">
<p>"We have only done limited testing on older browsers so far. We will do more comprehensive testing before the final release." <i><a href="http://emberjs.com/blog/2012/08/03/ember-1-0-prerelease.html#toc_known-issues" target="_blank">Ember.js release notes</a></i></p>
</div>
</section>
<section class="section-box" id="contributors">
<h3 class="section-title">Contributors</h3>
<div class="section-content">
<p><a href="https://github.com/ember-insights/ember-insights/graphs/contributors">See contributors on GitHub</a></p>
</div>
</section>
<section class="section-box" id="license">
<h3 class="section-title">License</h3>
<div class="section-content">
<p>Ember-Insights.js is released under the <a href="https://github.com/ember-insights/ember-insights/blob/master/LICENSE.md" target="_blank">MIT license</a>.</p>
</div>
</section>
<small>Copyright 2015 - <a href="http://zatvobor.github.io" rel="author">Aleksey Zatvobor</a></small>
</div>
<footer></footer>
</body>
</html>