Recent searches


No recent searches

David Nguyen's Avatar

David Nguyen

Joined Nov 14, 2024

·

Last activity Nov 14, 2024

Following

0

Followers

0

Total activity

2

Votes

0

Subscription

1

ACTIVITY OVERVIEW

Latest activity by David Nguyen

David Nguyen commented,

Community comment Developer - Zendesk SDKs

Hello guys, im facing an issue when i cannot add custom data to send to zendesk in my Nextjs project. Please advise
export default async function RootLayout({

  children,

}: Readonly<{

  children: ReactNode;

}>) {

  window.zaf

  return (

   

     

       

          // biome-ignore lint/security/noDangerouslySetInnerHtml:

          dangerouslySetInnerHTML={{

            __html: `

                (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://sgtm.xcoins.com/hjdtxwnj.js?st='+i+dl+'';f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','W96ZB9J');

              `,

          }}

        />

       

       

         

           

             

{children}

           

         

       

     

     

        id="ze-snippet"

        strategy="lazyOnload"

        src="https://static.zdassets.com/ekr/snippet.js?key=453a74c7-06ad-4e74-8e04-df0d7fb4d43a"

      />

     

View comment · Posted Nov 14, 2024 · David Nguyen

0

Followers

0

Votes

0

Comments