Skip to content

Settings

42 on screen nowDemo

Demo account · every setting a real site gets. Nothing you change here is written. Join the waitlist →

General

Basic details for this site.
The domain your tracker reports for.
Identifies this site to the collector.

Install snippet

Paste before the closing </head> tag.
<script defer src="https://api.getvero.dev/t.js?s=vr_demo_a1b2c3d4e5f6"></script>
Receiving data

Connect revenue

how your sales reach Vero
Authenticates your server when it sends a sale, and the edge install and A/B edge worker.
Set
Shown once, when generated. Lost it? Rotate to get a new one.
Send each sale from your server, with the session id of the visit.
POST /api/revenue
curl -X POST https://api.getvero.dev/api/revenue \
  -H 'Content-Type: application/json' \
  -H 'Authorization: Bearer YOUR_INGEST_SECRET' \
  -d '{
    "amount": 2900,
    "currency": "eur",
    "provider_event_id": "ch_3PqXyz",
    "session_id": "VERO_SESSION_ID"
  }'
In the browser, window.vero.session() returns the session id. Carry it through your checkout (with Stripe, in the Checkout metadata) and send it back with the sale. Without it the sale counts, but without a source.amount is in minor units (cents). provider_event_id is your charge or invoice id: a retry with the same id is not counted twice.
Add this URL as a webhook in Lemon Squeezy, then paste its signing secret here.
Configured
Webhook URL
https://api.getvero.dev/api/revenue/lemonsqueezy?s=vr_demo_a1b2c3d4e5f6
Never shown back. To change it, paste a new one.
Add this URL as a webhook in Paddle, then paste its signing secret here.
Not configured
Webhook URL
https://api.getvero.dev/api/revenue/paddle?s=vr_demo_a1b2c3d4e5f6
Never shown back. To change it, paste a new one.
Sales that arrive through these webhooks count toward your revenue total without a source. To attribute a sale to its visit, send it to the ingest endpoint with the session id.

Outbound webhook

POST every event to your own endpoint.

Public profile

Share a read-only stats page for this site.
Off: stats stay private.

Danger zone

These actions are permanent.
Type myapp.com to confirm.