In SvelteKit, how do you conditionally include a ``. It's a client-only static site (no SSR), so I think runtime insertion of – broc.seib Jan 13 '22 at 20:21

  • You need to manually fire gtag events in component `onMount`. The stock gtag script will not help you. – Mikko Ohtamaa Jan 14 '22 at 09:55