Event Analytics not working for new booker (#9740)
parent
000a6e0d35
commit
49bcd5fec7
|
@ -4,6 +4,7 @@ import { useEffect, useRef, useMemo } from "react";
|
||||||
import StickyBox from "react-sticky-box";
|
import StickyBox from "react-sticky-box";
|
||||||
import { shallow } from "zustand/shallow";
|
import { shallow } from "zustand/shallow";
|
||||||
|
|
||||||
|
import BookingPageTagManager from "@calcom/app-store/BookingPageTagManager";
|
||||||
import { useEmbedUiConfig } from "@calcom/embed-core/embed-iframe";
|
import { useEmbedUiConfig } from "@calcom/embed-core/embed-iframe";
|
||||||
import classNames from "@calcom/lib/classNames";
|
import classNames from "@calcom/lib/classNames";
|
||||||
import useMediaQuery from "@calcom/lib/hooks/useMediaQuery";
|
import useMediaQuery from "@calcom/lib/hooks/useMediaQuery";
|
||||||
|
@ -115,6 +116,7 @@ const BookerComponent = ({
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
|
{event.data ? <BookingPageTagManager eventType={event.data} /> : null}
|
||||||
<div
|
<div
|
||||||
className={classNames(
|
className={classNames(
|
||||||
"text-default flex min-h-full w-full flex-col items-center",
|
"text-default flex min-h-full w-full flex-col items-center",
|
||||||
|
|
Loading…
Reference in New Issue