Custom Properties

Attach Custom Properties when sending a Pageview or an Event to create custom metrics.

In order for the properties to show up on your dashboard, you need to explicitly add them below first.

<%= live_render(@conn, PlausibleWeb.Live.PropsSettings, id: "props-form", session: %{"site_id" => @site.id, "domain" => @site.domain} ) %>