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
When the browser requests a file at `https://yourdomain.com/js/script.js` it will actually be fetched from `https://plausible.io/js/pa-XXXXX.js`. The analytics will work exactly the same but the script will be served without being flagged.
45
45
46
-
In this case, `/js/pa-XXXXX.js` is the script location specific for your site. You can find it it in the "**Site Installation**" area of the "**General**" section in your [site settings](website-settings.md).
46
+
In this case, `/js/pa-XXXXX.js` is the script location specific for your site. You can find it in the "**Site Installation**" area of the "**General**" section in your [site settings](website-settings.md).
47
47
48
+
:::tip Using WordPress?
49
+
The quickest way to enable a proxy is to use our [official WordPress plugin](https://plausible.io/wordpress-analytics-plugin)
50
+
:::
48
51
49
52
## How to proxy requests to Plausible
50
53
@@ -58,21 +61,12 @@ All you need to do is set up a CNAME record using the instructions we'll send yo
58
61
59
62
Managed proxy is available on our Enterprise plans. [Contact us for details](https://plausible.io/contact).
60
63
61
-
### Standalone proxy
64
+
### Manual proxy
62
65
63
-
A standalone proxy works with any tech stack or hosting provider. You're responsible for setting it up and keeping it running. You can use one of these options:
0 commit comments