You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix funnels and props functionality not hiding when toggled off
- Add show_content? attribute to generic tile component
- Ensure content is hidden when toggled off
- Avoid rendering border and empty space when toggled off
- Fix formatting
Set up a few goals like <spanclass="font-medium text-indigo-600 dark:text-gray-100">Signup</span>, <spanclass="font-medium text-indigo-600 dark:text-gray-100">Visit /</span>, or <spanclass="font-medium text-indigo-600 dark:text-gray-100">Scroll 50% on /blog/*</span> first, then return here to build your first funnel.
81
+
Set up a few goals like <spanclass="font-medium text-indigo-600 dark:text-gray-100">Signup</span>, <spanclass="font-medium text-indigo-600 dark:text-gray-100">Visit /</span>, or
82
+
<spanclass="font-medium text-indigo-600 dark:text-gray-100">Scroll 50% on /blog/*</span>
83
+
first, then return here to build your first funnel.
Compose goals into funnels to track user flows and conversion rates. <.styled_linkhref="https://plausible.io/docs/funnel-analysis"target="_blank">Learn more</.styled_link>
60
+
Compose goals into funnels to track user flows and conversion rates.
Define actions that you want your users to take, like visiting a certain page, submitting a form, etc. <.styled_linkhref="https://plausible.io/docs/goal-conversions"target="_blank">Learn more</.styled_link>
107
+
Define actions that you want your users to take, like visiting a certain page, submitting a form, etc.
Attach custom properties when sending a pageview or an event to create custom metrics. <.styled_linkhref="https://plausible.io/docs/custom-props/introduction"target="_blank">Learn more</.styled_link>
51
+
Attach custom properties when sending a pageview or an event to create custom metrics.
Share your stats privately with anyone. Links are unique, secure, and can be password-protected. <.styled_linkhref="https://plausible.io/docs/shared-links"target="_blank">Learn more</.styled_link>
71
+
Share your stats privately with anyone. Links are unique, secure, and can be password-protected.
Reject incoming traffic from specific countries. <.styled_linkhref="https://plausible.io/docs/excluding#exclude-visits-by-country"target="_blank">Learn more</.styled_link>
Accept incoming traffic only from familiar hostnames. Traffic from all hostnames is recorded until you add your first rule. <.styled_linkhref="https://plausible.io/docs/excluding#exclude-visits-by-hostname"target="_blank">Learn more</.styled_link>
47
+
Accept incoming traffic only from familiar hostnames. Traffic from all hostnames is recorded until you add your first rule.
0 commit comments