useTrackEvent
vs. gtag('event')
#26
-
Is there a difference between using these 2? |
Beta Was this translation helpful? Give feedback.
Answered by
johannschopplich
Sep 7, 2023
Replies: 1 comment
-
Yes, Apart from that, they do the same. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
johannschopplich
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes,
useTrackEvent
is SSR-ready when called outside of aonMounted
hook.Apart from that, they do the same.