Skip to content

Commit 15fb683

Browse files
Merge pull request #1036 from plausible/refresh-wordpress
refresh wordpress
2 parents 5e65302 + 6dc89e2 commit 15fb683

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

_articles/plausible-open-source-and-privacy-first-web-analytics-plugin-for-wordpress.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,40 @@ Then enter the query parameter that you'd like to track. E.g. enter `lang` if yo
410410

411411
All the query parameters will start being tracked and will be displayed in the **Properties** tab of your Plausible Analytics dashboard.
412412

413+
## Troubleshooting the WordPress plugin
414+
415+
### No data is being recorded
416+
417+
Run through these checks first:
418+
419+
* Make sure the plugin is activated and you have entered the correct domain name in the plugin settings, matching exactly how it is added in your Plausible account
420+
* Clear all caches after activating the plugin or making any changes to the settings
421+
* Check your browser console for errors related to the Plausible script. Open developer tools (F12 on Chrome or Firefox, Option+Command+I on Safari) and look in the Console tab
422+
* If you have a caching or performance plugin such as WP Rocket or SiteGround Optimizer, add the Plausible script to its exclusion list
423+
424+
### Admin visits are not showing
425+
426+
The plugin excludes logged-in administrator visits by default. This is intentional and keeps your own activity out of the stats. To track your own visits, go to the "Track analytics for user roles" section in the plugin settings and enable the Administrator role.
427+
428+
### Stats stopped recording after a site migration or clone
429+
430+
The proxy creates a file in `/wp-content/uploads/`. When you migrate or clone your site, that file path may no longer match what the plugin expects. To regenerate it:
431+
432+
1. Disable the proxy
433+
2. Clear all caches (WordPress, hosting, Cloudflare)
434+
3. Re-enable the proxy
435+
4. Clear all caches again
436+
437+
### Plugin token showing as invalid
438+
439+
Plugin tokens are site-specific and always start with `plausible-plugin-`. Make sure the token was created for the exact domain you are connecting. If in doubt, generate a new token from your Plausible site settings and connect it again.
440+
441+
### Proxy is not recording stats after setup
442+
443+
Clear all caches after enabling the proxy. If it is still not working, follow the full reset sequence above. See the "Stats not being recorded after enabling the proxy?" section for more detailed causes including firewall settings and file permissions.
444+
445+
For anything not covered here, see the [full troubleshooting guide](https://plausible.io/docs/troubleshoot-integration).
446+
413447
## Other things you can do with Plausible
414448

415449
We recommend reviewing our [documentation](https://plausible.io/docs) to explore everything you can do with Plausible, but here are some quick highlights:

0 commit comments

Comments
 (0)