WordPress plugin

The official Harvv Analytics plugin is live on the WordPress.org directory. Install it from your WP admin in under a minute, no theme-file editing required. Prefer a plain script tag? The direct-pixel snippet still works on any theme.

Install the plugin (recommended)

  1. In WP Admin, go to Plugins → Add New and search Harvv Analytics.
  2. Install, then Activate.
  3. Open Settings → Harvv Analytics and click Connect to Harvv. That opens harvv.com in a new tab; finish signup and your site key saves back automatically. (Or expand I already have a key and paste it.)
  4. On WooCommerce stores, no further setup is needed. Order events start flowing on the next completed payment.

You can also open the directory listing directly: wordpress.org/plugins/harvv-analytics.

What the plugin adds

Alternative: direct pixel (no plugin)

  1. Get your site key from Studio → Settings → Install
  2. In WP Admin → Appearance → Theme File Editor → header.php
  3. Paste this above </head> (or use a Header Footer plugin):
    <script async src="https://harvv.com/px/YOUR_SITE_KEY/pixel.js"></script>
  4. Save, load any page, check the Network tab for pixel.js loading.

See Direct pixel install for details on verifying, CSP, and the privacy contract. The plugin and the direct snippet load the same canonical pixel, and a built-in guard prevents double-firing if both are present.