La fonction de suggestion automatique permet d'affiner rapidement votre recherche en suggérant des correspondances possibles au fur et à mesure de la frappe.
Installing Hubspot Tracking Code in a Next.js v14 App
Résolue
Hi all. Next.js is becoming a widely used web framework, and I am using it for my company website. Unfortunately, I cannot figure out how to get the tracking code working.
If anyone knows how to get this working for Next.js, please let me know. My company has a few other action items contingent on us getting tracking up and running.
Installing Hubspot Tracking Code in a Next.js v14 App
Résolue
Hi @tverdokhlib1 , yes I did try that. Firstly, that is from the Pages Router under Next.js. Secondly, putting it in the Head component really isn't any different than putting the script in the top level layout.js file in the App Router.
I believe that there has to be something done on a per-page basis for Next.js SSR, or at the "top level" there has to be some information passed to Hubspot about what page the user is on.
But to answer your question, no the link did not solve my problem. Thank you though.