1.0.3 • Published 1 year ago

astro-google-analytics v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

🚀  Astro — Analytics

NPM Downloads ISC License PRs Welcome
Astro TypeScript Prettier EditorConfig ESLint

Provides Google Analytics 4 snippet injection.

📦  Installation

pnpm i astro-google-analytics

🛠  Usage

---
import { GoogleAnalytics } from 'astro-google-analytics';

// ...
---
<!-- ... -->
<head>
  <!-- Place component inside `HEAD` tag -->

  <Analytics id="G-XXXXXXXXXX" />

  <!-- ... -->
</head>

LIVE DEMO  🎭  DOCUMENTATION WEBSITE ⎋

Live demo website

code.juliancataldo.com


🔗  JulianCataldo.com