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

Commit

Permalink
Add Qualified tracking script (#432)
Browse files Browse the repository at this point in the history
We currently use this script on the main Teleport site for analyzing
pipeline. This change adds the script to the docs site as well.
  • Loading branch information
ptgott authored Jan 29, 2024
1 parent aa41e19 commit 76e9cf7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,19 @@ const Analytics = () => {
<Script id="add_dataLayer">
{`window.dataLayer = window.dataLayer || []`}
</Script>
{/* Script for adding Qualified (https://www.qualified.com/)*/}
<Script id="script_qualified">
{`
(function(w,q){
w['QualifiedObject']=q;
w[q]=w[q]||function(){
(w[q].q=w[q].q||[]).push(arguments)
};
})(window,'qualified')
`}
</Script>
<Script src="https://js.qualified.com/qualified.js?token=GWPbwWJLtjykim4W" />
{/* End script for adding Qualified */}
{NEXT_PUBLIC_GTM_ID && (
<>
{/* Google Tag Manager */}
Expand Down

1 comment on commit 76e9cf7

@vercel
Copy link

@vercel vercel bot commented on 76e9cf7 Jan 29, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.