You can attach additional metadata to custom events by passing a second argument with key–value pairs:
Copy
radar.track("CTA_clicked", { cta_text: "Try for free", cta_position: "navbar-right",});
Please see Example: Custom Event for details on how custom event payloads are delivered to your webhook.This allows you to track rich context—like where an interaction occurred, what element was clicked, or which variant was shown—giving you more actionable insights downstream.