top of page
!
Widget Didn’t Load
Check your internet and refresh this page.
If that doesn’t work, contact us.
bottom of page
// Every 30 seconds, send a heartbeat with elapsed engagement time function pushHeartbeat(engagedTime) { if (engagedTime > 0) { window.dataLayer.push({ event: 'heartbeat', engagement_time_msec: engagedTime }); } }