-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
240 lines (239 loc) · 10.1 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
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
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset='UTF-8' />
<title>Second by Second – Demos</title>
<link rel='shortcut icon' href='images/favicon.png' />
<link rel='stylesheet' href='./css/index.css'>
</head>
<body>
<div class='container'>
<h1>Second by Second – Demos</h1>
<table class='table'>
<tr>
<th>Content Measurement</th>
<th colspan='2'>Example Code</th>
</tr>
<tr>
<td>AMP Pixel</td>
<td colspan='2'>
<a href='pixel/AMP/amp-pixel.html'>AMP-Pixel</a>
</td>
</tr>
<tr>
<td>AMP Analytics</td>
<td colspan='2'>
<a href='analytics/AMP/amp-analytics.html'>AMP-Analytics demo preproduction</a><br />
<a href='analytics/AMP/amp-analytics-demo-production.html'>AMP-Analytics demo production</a>
</td>
</tr>
<tr>
<td>Standard JS Integration</td>
<td colspan='2'>
<a href='content/content.html'>Content Measurement</a><br />
<a href='content/contentES.html'>Content Measurement in ES</a>
</td>
</tr>
<tr class='empty-row'>
<td></td>
</tr>
<tr>
<th>Video Measurement</th>
<th>Manual Integration</th>
<th>Extension</th>
</tr>
<tr>
<td>JW</td>
<td>
<a href='video/JWPlayer/manual/JWVODPlayer.html'>JW VOD Player</a><br />
<a href='video/JWPlayer/manual/JWVODPlayerAds.html'>JW VOD Player + Ads</a><br />
<a href='video/JWPlayer/manual/JWLivePlayer.html'>JW Live Video Player</a><br />
<a href='video/JWPlayer/manual/JWLivePlayerAds.html'>JW Live Video Player + Ads</a>
</td>
<td>
<a href='video/JWPlayer/extension/JWVODPlayer.html'>JW VOD Player</a><br />
<a href='video/JWPlayer/extension/JWVODPlayerAds.html'>JW VOD Player + Ads</a><br />
<a href='video/JWPlayer/extension/JWLivePlayer.html'>JW Live Video Player</a><br />
<a href='video/JWPlayer/extension/JWLivePlayerAds.html'>JW Live Video Player + Ads</a>
</td>
</tr>
<tr>
<td>Bitmovin</td>
<td>
<a href='video/BitmovinPlayer/manual/bitmovinLiveTimeshifted.html'>Bitmovin Live Timeshifted</a><br />
<a href='video/BitmovinPlayer/manual/bitmovinLive.html'>Bitmovin Live</a><br />
<a href='video/BitmovinPlayer/manual/bitmovinLiveIMA.html'>Bitmovin Live + Google IMA Ads</a><br />
<a href='video/BitmovinPlayer/manual/bitmovinLiveAds.html'>Bitmovin Live + Ads</a><br />
<a href='video/BitmovinPlayer/manual/bitmovinVOD.html'>Bitmovin VOD</a><br />
<a href='video/BitmovinPlayer/manual/bitmovinVODIMA.html'>Bitmovin VOD + Google IMA Ads</a><br />
<a href='video/BitmovinPlayer/manual/bitmovinVODAds.html'>Bitmovin VOD + Ads</a>
</td>
<td>
<a href='video/BitmovinPlayer/extension/bitmovinLiveTimeshifted.html'>Bitmovin Live Timeshifted</a><br />
<a href='video/BitmovinPlayer/extension/bitmovinLive.html'>Bitmovin Live</a><br />
<a href='video/BitmovinPlayer/extension/bitmovinLiveIMA.html'>Bitmovin Live + Google IMA Ads</a><br />
<a href='video/BitmovinPlayer/extension/bitmovinLiveAds.html'>Bitmovin Live + Ads</a><br />
<a href='video/BitmovinPlayer/extension/bitmovinVOD.html'>Bitmovin VOD</a><br />
<a href='video/BitmovinPlayer/extension/bitmovinVODIMA.html'>Bitmovin VOD + Google IMA Ads</a><br />
<a href='video/BitmovinPlayer/extension/bitmovinVODAds.html'>Bitmovin VOD + Ads</a>
</td>
</tr>
<tr>
<td>Youtube</td>
<td>
<a href='video/YouTubePlayer/manual/youtubeVideo.html'>Youtube VOD</a><br />
<a href='video/YouTubePlayer/manual/youtubeLiveVideo.html'>Youtube Live</a>
</td>
<td>
<a href='video/YouTubePlayer/extension/youtubeVideo.html'>Youtube VOD</a><br />
<a href='video/YouTubePlayer/extension/youtubeLiveVideo.html'>Youtube Live</a><br />
<a href='video/YouTubePlayer/extension/youtubeVideoEmbedded.html'>Youtube VOD Embedded</a>
</td>
</tr>
<tr>
<td>HTML5</td>
<td>
<a href='video/HTML5Player/manual/html5VOD.html'>HTML5 VOD</a><br />
<a href='video/HTML5Player/manual/html5LiveVideo.html'>HTML5 Live</a><br />
<a href='video/HTML5Player/manual/html5LiveAdsVideo.html'>HTML5 Live + Google IMA Ads</a><br />
<a href='video/HTML5Player/manual/html5VODAds.html'>HTML5 VOD + Google IMA Ads</a>
</td>
<td>
<a href='video/HTML5Player/extension/html5VOD.html'>HTML5 VOD</a><br />
<a href='video/HTML5Player/extension/html5LiveVideo.html'>HTML5 Live</a><br />
<a href='video/HTML5Player/extension/html5LiveAdsVideo.html'>HTML5 Live + Google IMA Ads</a><br />
<a href='video/HTML5Player/extension/html5VODAds.html'>HTML5 VOD + Google IMA Ads</a><br />
</td>
</tr>
<tr>
<td>DailyMotion</td>
<td>
<a href='video/DailyMotionPlayer/manual/dailyMotionVOD.html'>DailyMotion VOD</a><br />
<a href='video/DailyMotionPlayer/manual/dailyMotionVODAds.html'>DailyMotion VOD + Ads</a><br />
</td>
<td>
<a href='video/DailyMotionPlayer/extension/dailyMotionVOD.html'>DailyMotion VOD</a><br />
<a href='video/DailyMotionPlayer/extension/dailyMotionVODAds.html'>DailyMotion VOD + Ads</a><br />
</td>
</tr>
<tr>
<td>Dash.js</td>
<td>
<a href='video/DashJsPlayer/manual/dashJsVOD.html'>Dash.js VOD</a><br />
<a href='video/DashJsPlayer/manual/dashJsLive.html'>Dash.js Live</a><br />
<a href='video/DashJsPlayer/manual/dashJsVODWithAds.html'>Dash.js VOD with Ads</a><br />
<a href='video/DashJsPlayer/manual/dashJsLiveWithAds.html'>Dash.js Live with Ads</a><br />
</td>
<td>
<a href='video/DashJsPlayer/extension/dashJsVOD.html'>Dash.js VOD</a><br />
<a href='video/DashJsPlayer/extension/dashJsLive.html'>Dash.js Live</a><br />
<a href='video/DashJsPlayer/extension/dashJsVODWithAds.html'>Dash.js VOD with Ads</a><br />
<a href='video/DashJsPlayer/extension/dashJsLiveWithAds.html'>Dash.js Live with Ads</a><br />
</td>
</tr>
<tr>
<td style='position:relative;'>
OIPF Player <br />
<a href='https://chrome.google.com/webstore/detail/hybridtv-dev-environment/ljmkgjilkcmdokbgofbmjnkobejhhapc' target='_blank'>Download extension</a>
</td>
<td>-</td>
<td>
<a href='video/OIPFPlayer/extension/OIPFVOD.html'>OIPF VOD</a><br />
<a href='video/OIPFPlayer/extension/OIPFVODAds.html'>OIPF VOD + Ads</a><br />
<a href='video/OIPFPlayer/extension/OIPFLive.html'>OIPF Live</a><br />
<a href='video/OIPFPlayer/extension/OIPFLiveAds.html'>OIPF Live + Ads</a><br />
</td>
</tr>
<tr>
<td>Kaltura</td>
<td>
<a href='video/KalturaPlayer/manual/KalturaVODPlayer.html'>Kaltura VOD</a><br />
<a href='video/KalturaPlayer/manual/KalturaVODPlayerIMA.html'>Kaltura VOD + Google IMA Ads</a><br />
<a href='video/KalturaPlayer/manual/KalturaLivePlayer.html'>Kaltura Live</a><br />
<a href='video/KalturaPlayer/manual/KalturaLivePlayerIMA.html'>Kaltura Live + Google IMA Ads</a><br />
</td>
<td>
<a href='video/KalturaPlayer/extension/KalturaVODPlayer.html'>Kaltura VOD</a><br />
<a href='video/KalturaPlayer/extension/KalturaVODPlayerIMA.html'>Kaltura VOD + Google IMA Ads</a><br />
<a href='video/KalturaPlayer/extension/KalturaLivePlayer.html'>Kaltura Live</a><br />
<a href='video/KalturaPlayer/extension/KalturaLivePlayerIMA.html'>Kaltura Live + Google IMA Ads</a><br />
</td>
</tr>
<tr>
<td>misc. (for internal testing)</td>
<td></td>
<td>
<a href='video/HTML5Player/extension/html5VODPostPlayerApproachWithAds.html'>HTML5 VOD Post Player Approach +
Google IMA Ads</a><br />
<a href='video/HTML5Player/extension/html5VODwith2videos.html'>HTML5 VOD With 2 Videos</a>
</td>
</tr>
<tr>
<td>misc. (for internal testing)</td>
<td>
<a href='error-tracking/manual/sentry-single-instance.html'>Single crash reporting logger</a><br />
<a href='error-tracking/manual/sentry-multiple-instances.html'>Multiple crash reporting loggers</a><br />
</td>
<td>
<a href='error-tracking/extension/sentry-single-instance.html'>Single crash reporting logger</a><br />
<a href='error-tracking/extension/sentry-multiple-instances.html'>Multiple crash reporting loggers</a><br />
</td>
</tr>
<tr class='empty-row'>
<td></td>
</tr>
<tr>
<th>Campaign Measurement</th>
<th colspan='2'>Example Code</th>
</tr>
<tr>
<td>Standard Pixel Integration</td>
<td colspan='2'>
<a href='pixel/campaign-img.html'>Campaign – Tracking Pixel (with forwarding / relay ID)</a>
</td>
</tr>
<tr>
<td>misc. (for internal testing)</td>
<td colspan='2'>
<a href='pixel/campaign-img-debug.html'>Campaign – Tracking Pixel (debug mode)</a><br />
<a href='pixel/campaign-img-fixed-sui.html'>Campaign – Tracking Pixel with SUI as GET parameter</a><br />
<a href='pixel/campaign-img-ai-param.html'>Campaign – Tracking Pixel with AI as GET parameter</a>
</td>
</tr>
<tr class='empty-row'>
<td></td>
</tr>
<tr>
<th>SUI Connector</th>
<th colspan='2'>Example Code</th>
</tr>
<tr>
<td>Standard JS Integration</td>
<td colspan='2'>
<a href='user-identification/sui-connector-test.html'>SUI Connector</a></td>
</tr>
<tr class='empty-row'>
<td></td>
</tr>
<tr>
<th>Panel Portal Integration</th>
<th colspan='2'>Example Code</th>
</tr>
<tr>
<td>Standard Integration</td>
<td colspan='2'>
<a href='user-identification/simple-iframe-touchpoint.html'>Simple iframe Touchpoint</a>
</tr>
</table>
</div>
<div class='block' id='infos'>
<p><span class='info'>Domain: ##ENVDOMAIN##</span></p>
<p>
<span class='info'>VMS Version: <span id='vmsver'></span></span>
</p>
<p>
<span class='info'>S2S Web Version: <span id='s2sver'></span></span>
</p>
</div>
</body>
</html>