Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Commit

Permalink
chore: add qualified page view
Browse files Browse the repository at this point in the history
  • Loading branch information
TuukkaIkius committed Apr 29, 2024
1 parent 5353bab commit ccf405b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,10 @@ const MyApp = ({ Component, pageProps }: AppProps) => {

const Pageviews = () => {
// Trigger page views here

// Qualified page view
if (!!window["qualified"]) window["qualified"]("page");
// Posthog page view
sendPageview();
};
useEffect(() => {
Expand Down

0 comments on commit ccf405b

Please sign in to comment.