Aller au contenu
snorklee
Trafic IA Analytics Tarifs Manifeste Documentation Contact Connexion Essai gratuit 14 jours

Event properties

Properties add a bit of context to an event: they help you group your numbers, filter them or add them up.

What we accept

A property can be a word or a short label (80 characters at most), a number, or a yes/no (true/false). You can attach up to 10 per event, each with a name of 50 characters at most. Anything too long, or anything that looks like personal data (email, phone, IBAN…), is dropped on the server.

window.snorklee('purchase', {
  amount: 49,
  currency: 'EUR',
  plan: 'growth'
});

What you must never send

No personal or sensitive data in properties: email, phone, name, address, customer number, token, IBAN, card number, health data, free-text message or advertising identifier.

Our safety net

The server spots and drops several common sensitive formats. That lowers the risk, but it's no substitute for your own care: send only clean business categories.

Our naming advice

Stick to simple, stable names: plan, amount, currency, source, url, type, step. Steer clear of long text and values that differ for every single person.