diff --git a/next-env.d.ts b/next-env.d.ts index 4f11a03dc..a4a7b3f5c 100644 --- a/next-env.d.ts +++ b/next-env.d.ts @@ -2,4 +2,4 @@ /// // NOTE: This file should not be edited -// see https://nextjs.org/docs/basic-features/typescript for more information. +// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information. diff --git a/src/components/_common/qbrick-video/QbrickVideo.tsx b/src/components/_common/qbrick-video/QbrickVideo.tsx index cf89e7903..7d89faee1 100644 --- a/src/components/_common/qbrick-video/QbrickVideo.tsx +++ b/src/components/_common/qbrick-video/QbrickVideo.tsx @@ -100,6 +100,7 @@ export const QbrickVideo = (props: QbrickVideoProps) => { className={classNames(style.macroVideo, playerState !== 'ready' && style.hidden)} id={videoContainerId} title={title} + data-qplayer-analytics="off" /> ); diff --git a/src/components/_common/qbrick-video/useQbrickPlayerState.tsx b/src/components/_common/qbrick-video/useQbrickPlayerState.tsx index e07a7201e..49fc93d24 100644 --- a/src/components/_common/qbrick-video/useQbrickPlayerState.tsx +++ b/src/components/_common/qbrick-video/useQbrickPlayerState.tsx @@ -98,6 +98,7 @@ const createAndStart = ( language, autoplay: true, widgetId, + ignoreAnalytics: true, }) .on('ready', () => { setPlayerState('ready');