Event Allowlist
The Event Allowlist is an optional filter that controls which custom event names your site accepts. Find it under Settings → Allowed Events.
Default behavior (allowlist disabled)
By default the allowlist is disabled — all valid custom event names sent by window.revly.track() are accepted and stored.
When the allowlist is enabled
Only events whose name appears in the allowlist reach the database. Events with unlisted names are silently dropped by the server — no error is returned to the browser, the event simply does not exist.
Critical dependency with Goals. If the allowlist is active, every event name configured in a goal must also be present in the allowlist. If it is not, the event is dropped before it reaches the database and conversions will show as zero — even if your code is calling
revly.track() correctly.When to use it
The allowlist is useful when multiple developers work on the same site and you want to prevent unintended or misspelled event names from polluting your data. Enable it once your event naming is stable and add each approved event name to the list.
Need help? Reach out at contact@revly.pro