-
Notifications
You must be signed in to change notification settings - Fork 56
Expand file tree
/
Copy pathshare.html
More file actions
290 lines (283 loc) · 12.8 KB
/
share.html
File metadata and controls
290 lines (283 loc) · 12.8 KB
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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
<html>
<head>
<title>Operational Telemetry Explorer | AEM Live</title>
<script type="importmap">{"imports": {
"chartjs": "https://esm.sh/chart.js@4.4.8",
"chartjs-plugin-datalabels": "https://esm.sh/chartjs-plugin-datalabels@2.2.0?deps=chart.js@4.4.8",
"@adobe/rum-distiller": "https://esm.sh/@adobe/rum-distiller@1.20.8"
}}</script>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="robots" content="noindex, nofollow" />
<script src="/scripts/lib-franklin.js" type="module"></script>
<script src="/scripts/scripts.js" type="module"></script>
<link rel="stylesheet" href="/styles/styles.css" />
<script type="module" defer="false">
import PieChart from './charts/piechart.js';
import ConversionTracker from './elements/conversion-tracker.js';
import IncognitoCheckbox from './elements/incognito-checkbox.js';
import FacetSidebar from './elements/facetsidebar.js';
import ListFacet from './elements/list-facet.js';
import ThumbnailFacet from './elements/thumbnail-facet.js';
import LinkFacet from './elements/link-facet.js';
import LiteralFacet from './elements/literal-facet.js';
import VitalsFacet from './elements/vitals-facet.js';
import URLSelector from './elements/url-selector.js';
import NumberFormat from './elements/number-format.js';
import DateRangePicker from './elements/daterange-picker.js';
window.slicer = {
Chart: PieChart,
};
customElements.define('incognito-checkbox', IncognitoCheckbox);
customElements.define('facet-sidebar', FacetSidebar);
customElements.define('list-facet', ListFacet);
customElements.define('thumbnail-facet', ThumbnailFacet);
customElements.define('link-facet', LinkFacet);
customElements.define('literal-facet', LiteralFacet);
customElements.define('vitals-facet', VitalsFacet);
customElements.define('url-selector', URLSelector);
customElements.define('conversion-tracker', ConversionTracker);
customElements.define('number-format', NumberFormat);
customElements.define('daterange-picker', DateRangePicker);
</script>
<script src="./slicer.js" type="module"></script>
<link rel="stylesheet" href="./rum-slicer.css">
</head>
<body>
<header></header>
<main>
<div>
<div id="deepmain">
<div class="output">
<div class="title">
<url-selector>www.aem.live</url-selector>
<daterange-picker id="view">
<ul hidden>
<li data-value="week">Last week</li>
<li data-value="month" aria-selected="true">Last month</li>
<li data-value="year">Last year</li>
<li data-value="custom">Custom</li>
</ul>
</daterange-picker>
<incognito-checkbox></incognito-checkbox>
</div>
<div class="key-metrics">
<ul>
<li id="pageviews" title="Estimate of page views based on RUM data collected and sampling rate">
<h2>Page views</h2>
<p><number-format>0</number-format></p>
</li>
<li id="visits" title="Page views which were not linked from another page on this site">
<h2>Visits</h2>
<p><number-format>0</number-format></p>
</li>
<conversion-tracker id="conversions" title="Page views with a user click outside a consent dialog">
<h2>Engagement</h2>
<p><number-format>0</number-format></p>
</conversion-tracker>
<li id="lcp" title="Largest Contentful Paint">
<h2>LCP</h2>
<p><number-format precision="2" fuzzy="false">0</number-format></p>
</li>
<li id="cls" title="Cumulative Layout Shift">
<h2>CLS</h2>
<p><number-format precision="2" fuzzy="false">0</number-format></p>
</li>
<li id="inp" title="Interaction to Next Paint">
<h2>INP</h2>
<p><number-format precision="2" fuzzy="false">0</number-format></p>
</li>
</ul>
<div class="key-metrics-more" aria-hidden="true">
<ul>
<li id="cls" title="Time to First Byte">
<h2>TTFB</h2>
<p><number-format>0</number-format></p>
</li>
</ul>
</div>
</div>
<figure>
<div class="chart-container solitary">
<canvas id="time-series"></canvas>
</div>
<div class="filter-tags"></div>
<figcaption>
<span aria-hidden="true" id="low-data-warning"><span class="danger-icon"></span> small sample size, accuracy
reduced.</span>
<span id="timezone"></span>
</figcaption>
</figure>
</div>
<facet-sidebar>
<list-facet facet="userAgent" drilldown="share.html">
<legend>Device Type and Operating System</legend>
<a href="/docs/optel-explorer#device-share" class="help"
target="_blank" title="What devices and operating systems have accessed your site?"></a>
<dl>
<dt>desktop</dt>
<dd>All Desktop</dd>
<dt>desktop:windows</dt>
<dd>Windows Desktop</dd>
<dt>desktop:mac</dt>
<dd>Mac Desktop</dd>
<dt>desktop:linux</dt>
<dd>Linux Desktop</dd>
<dt>desktop:chromeos</dt>
<dd>Chrome OS Desktop</dd>
<dt>mobile</dt>
<dd>All Mobile</dd>
<dt>mobile:android</dt>
<dd>Android Mobile</dd>
<dt>mobile:ios</dt>
<dd>iOS Mobile</dd>
<dt>mobile:ipados</dt>
<dd>iPad Mobile</dd>
<dt>bot</dt>
<dd>All Bots</dd>
<dt>bot:seo</dt>
<dd>SEO Bot</dd>
<dt>bot:search</dt>
<dd>Search Engine Crawler</dd>
<dt>bot:ads</dt>
<dd>Ad Bot</dd>
<dt>bot:social</dt>
<dd>Social Media Bot</dd>
</dl>
</list-facet>
<link-facet facet="url" drilldown="list.html" thumbnail="true" highlight="filter">
<legend>URL</legend>
<a href="/docs/optel-explorer#url" class="help"
target="_blank" title="What different pages make up your site?"></a>
</link-facet>
<list-facet facet="checkpoint" drilldown="flow.html" highlight="filter">
<legend>Checkpoints</legend>
<a href="/docs/optel-explorer#checkpoints" class="help"
target="_blank" title="What type of activity data is collected?"></a>
<dl>
<dt>enter</dt>
<dd>Visit Entry</dd>
<dt>loadresource</dt>
<dd>Fragment Loaded</dd>
<dt>404</dt>
<dd>Not Found</dd>
<dt>viewblock</dt>
<dd>Block Viewed</dd>
<dt>viewmedia</dt>
<dd>Media Viewed</dd>
<dt>click</dt>
<dd>Clicked</dd>
<dt>error</dt>
<dd>JavaScript Error</dd>
<dt>utm</dt>
<dd>Marketing Campaigns</dd>
<dt>consent</dt>
<dd>Consent</dd>
<dt>navigate</dt>
<dd>Internal Navigation</dd>
</dl>
</list-facet>
<literal-facet facet="click.source" drilldown="list.html">
<legend>Click Source (CSS Selector)</legend>
<a href="/docs/optel-explorer#facet-click" class="help"
target="_blank" title="What page visitors clicked"></a>
</literal-facet>
<link-facet facet="click.target" drilldown="list.html">
<legend>Click Target (URL)</legend>
<a href="/docs/optel-explorer#facet-click" class="help"
target="_blank" title="What page visitors clicked"></a>
</link-facet>
<literal-facet facet="viewmedia.source" drilldown="list.html">
<legend>Media Source (CSS Selector)</legend>
<a href="/docs/optel-explorer#facet-viewmedia" class="help"
target="_blank" title="What image/video visitors have seen?"></a>
</literal-facet>
<thumbnail-facet facet="viewmedia.target" drilldown="list.html">
<legend>Media Target</legend>
<a href="/docs/optel-explorer#facet-viewmedia" class="help"
target="_blank" title="What image/video visitors have seen?"></a>
</thumbnail-facet>
<literal-facet facet="viewblock.source" drilldown="list.html">
<legend>Block (CSS Selector)</legend>
<a href="/docs/optel-explorer#facet-viewblock" class="help"
target="_blank" title="What blocks visitors have seen?"></a>
</literal-facet>
<link-facet facet="enter.source" drilldown="list.html" thumbnail="false">
<legend>External Referrer</legend>
<a href="/docs/optel-explorer#facet-enter" class="help"
target="_blank" title="How the users entered into the site?"></a>
<dl>
<dt>(direct)</dt>
<dd>Direct Entry (or via App)</dd>
</dl>
</link-facet>
<link-facet facet="navigate.source" thumbnail="true" drilldown="list.html">
<legend>Internal Referrer</legend>
<a href="/docs/optel-explorer#facet-navigate" class="help"
target="_blank" title="Internal navigation paths on the site"></a>
</link-facet>
<list-facet facet="consent.source">
<legend>Consent Provider</legend>
<a href="docs/optel-explorer#facet-consent" class="help" target="_blank"
title="How does the visitors interact with the consent window/modal on the site?"></a>
<dl>
<dt>onetrust</dt>
<dd>OneTrust</dd>
<dt>truste</dt>
<dd>TrustArc</dd>
<dt>usercentrics</dt>
<dd>Usercentrics</dd>
<dt>cybot</dt>
<dd>Cybot</dd>
</dl>
</list-facet>
<list-facet facet="consent.target">
<legend>Consent Dialog</legend>
<a href="docs/optel-explorer#facet-consent" class="help" target="_blank"
title="How does the visitors interact with the consent window/modal on the site?"></a>
<dl>
<dt>show</dt>
<dd>Dialog Shown</dd>
<dt>hidden</dt>
<dd>Dialog Hidden</dd>
<dt>accept</dt>
<dd>Consent provided</dd>
<dt>reject</dt>
<dd>Consent withheld</dd>
</dl>
</list-facet>
<link-facet facet="error.source">
<legend>Error Source</legend>
<a href="/docs/optel-explorer#facet-error" class="help" target="_blank"
title="Which files/functions in the code of the site have Javascript errors?"></a>
</link-facet>
<literal-facet facet="error.target">
<legend>Error Detail</legend>
<a href="/docs/optel-explorer#facet-error" class="help" target="_blank"
title="Details of the Javascript errors found on the site"></a>
</literal-facet>
<list-facet facet="loadresource.histogram" sort="asc">
<legend>Resource Load Time (ms)</legend>
<a href="/docs/optel-explorer#facet-loadresource" class="help" target="_blank"
title="How long does it take to load the resources (fragments or JSON API endpoints) on the site?"></a>
</list-facet>
<list-facet facet="loadresource.source">
<legend>Resource Loaded</legend>
<a href="/docs/optel-explorer#facet-loadresource" class="help" target="_blank"
title="What fragments and JSON API endpoints are loaded for the site ?"></a>
</list-facet>
<vitals-facet drilldown="cwvperf.html" facet="vitals">
<legend>Experience Quality</legend>
</vitals-facet>
</facet-sidebar>
</div>
</div>
</main>
<footer></footer>
<div id="copied-toast" class="toast" aria-hidden="true">
Rows copied to clipboard, ready to paste into spreadsheet
</div>
<div id="shared-toast" class="toast" aria-hidden="true">
Link copied to clipboard, ready to share
</div>
</body>
</html>