Raveno Help

Getting started

Add Raveno to any site with one script tag and verify your first event.

Raveno is platform-agnostic. There is no app to install. You add one script tag to your store and events start flowing.

1. Get your site key

Sign in at app.raveno.ai and copy your site_key from Settings → Sites.

2. Add the script tag

Drop this into your site's <head>, replacing <site_key> with your key:

<script src="https://raveno.ai/r.js?k=<site_key>" defer></script>

It works on any storefront — Shopify, WooCommerce, BigCommerce, custom — because it's a plain <script> tag.

3. Verify events are flowing

Open your dashboard's Live view at app.raveno.ai. You should see your own pageview within a few seconds of loading the site. If nothing appears, check the browser console for SDK errors and confirm the site_key in the URL matches your account.

See also

On this page