diff --git a/src/components/global/Head.astro b/src/components/global/Head.astro index 0d66d85..502df74 100644 --- a/src/components/global/Head.astro +++ b/src/components/global/Head.astro @@ -45,6 +45,20 @@ if (Astro.url.href.match('watch')) { var IsVideo = false } +// Track Events + +// TODO +// Before re-enabling, create an "opt-in" solution +// first for the end-user, as asking for consent +// would be ideal. Astro Cookies can be used to +// toggle the option, make sure end-users are +// opted-out by default for privacy purposes. + +// import { OpenpanelSdk } from '@openpanel/sdk'; +// const op = new OpenpanelSdk({ +// clientId: 'b4c27f56-18f5-4d66-bb62-cbf7f7161812', +// clientSecret: 'sec_107558407af59a591b50', +// }); ---
@@ -80,4 +94,7 @@ if (Astro.url.href.match('watch')) { -