mirror of
https://github.com/plausible/analytics.git
synced 2024-12-28 12:01:39 +03:00
9fb4ea0c3e
* Reorganize how subscriptions/trials are evaluated * Bugfix: expired trial+no subscriptions should not have access to extra features * Make self-hosted users always on trial * Seed secondary user with password * Format * Fix docs * Fix small_test run * Run the test only on full_build * More tweaks to small builds * Allow [Goals] for expired trials with no subscription
12 lines
1.0 KiB
Elixir
12 lines
1.0 KiB
Elixir
<%= if Plausible.Users.on_trial?(@user) do %>
|
||
You signed up for a free 30-day trial of Plausible, a simple and privacy-friendly website analytics tool.
|
||
<br /><br />
|
||
<% end %>
|
||
To finish your setup for <%= @site.domain %>, you need to install <%= link("this lightweight line of JavaScript code", to: "#{plausible_url()}/#{URI.encode_www_form(@site.domain)}/snippet") %> into your site to start collecting visitor statistics.
|
||
<br /><br />
|
||
This Plausible script is 45 times smaller than Google Analytics script so you’ll have a fast loading site while getting all the important traffic insights on one single page.
|
||
<br /><br />
|
||
On WordPress? We have a <%= link("WordPress plugin", to: "https://plausible.io/wordpress-analytics-plugin") %> that makes the process simpler. We also have <%= link("integration guides", to: "https://plausible.io/docs/integration-guides") %> for different site builders to help you start counting stats in no time.
|
||
<br /><br />
|
||
Do reply back to this email if you have any questions or need some guidance.
|