Add video engagement tracking and heatmap
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
<div class="p-5 md:p-7">
|
||||
@if($streamPage)
|
||||
<input id="e_id" type="hidden" value="{{ $episode->id }}" />
|
||||
<input id="auth_check" type="hidden" value="{{ auth()->check() ? '1' : '0' }}" />
|
||||
@endif
|
||||
|
||||
<div class="flex flex-col gap-6 lg:flex-row">
|
||||
|
||||
Reference in New Issue
Block a user