Custom properties with v2rc1 #2984
-
Hi, I've installed the latest v2rc1 to get the custom page view properties to appear (the previously installed v1.5.1 did not show them). However, they don't work, or maybe I do something wrong. This is how I pass the custom props:
I expected to see a "Property" value in the filter dropdown. Statistics work as expected. Any help would be appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
The custom properties filter seems to be hidden behind a feature flag. Can you please try enabling it manually with $ cd hosting
$ docker compose exec plausible bin/plausible rpc 'FunWithFlags.enable(:custom_dimension_filter)' UPDATE: this flag is removed in |
Beta Was this translation helpful? Give feedback.
-
Quick question (now that properties work). It looks like I cannot create sites with different filters, e.g.:
Would you recommend to put everything under one site and then using the properties (URL field) to differentiate? Thanks again. |
Beta Was this translation helpful? Give feedback.
👋 @thenitai
The custom properties filter seems to be hidden behind a feature flag. Can you please try enabling it manually with
UPDATE: this flag is removed in
v2.0.0-rc.2
#3011, so the custom properties filter is automatically enabled there.