<p>When you have your own members site and you want to track your users by name/email/acc_id on Cincopa analytics then just add those line. The user data that you set will be sent with every video view to Cincopa, that way later you can access the analytics and search for view of a specific user.</p>
<pre><script type="text/javascript">
var cincopa = cincopa || {};
cincopa.analytics = {email:"john@debug.com",name:"John Doe",acc_id:"123456"};
</script></pre>
<div id="cp_widget_1539590707155">...</div>
<script type="text/javascript">
var cincopa = cincopa || {};
cincopa.analytics = {email:"john@debug.com",name:"John Doe",acc_id:"123456"};
</script>
<script type="text/javascript">
var cpo = []; cpo["_object"] ="cp_widget_1539590707155"; cpo["_fid"] = "A4HAcLOLOO68!AYJDnKyNYNPX";
var _cpmp = _cpmp || []; _cpmp.push(cpo);
(function() { var cp = document.createElement("script"); cp.type = "text/javascript";
cp.async = true; cp.src = "//wwwcdn.cincopa.com/media-platform/runtime/libasync.js";
var c = document.getElementsByTagName("script")[0];
c.parentNode.insertBefore(cp, c); })();
</script>
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.