Plugins
, Add New
Fathom Analytics
Install Now
, then Activate
Settings
, then Fathom Analytics
Site ID
field, type in your Site ID. If you don’t know your Site ID, log into Fathom, go to Settings
, click on your site name, and your Site ID will be located below the site nameFathom Share Password
field blank. If your dashboard is privately shared with a password, then type in the share password Note: site sharing must be enabled for you to view your dashboard within WordPressDisplay Analytics Menu
Item checkbox is selected.Save Changes
, and you’ll find the Fathom Analytics
option in the menu on the left-hand side of your WordPress admin area.cdn.usefathom.com/script.js
to the exclusions.
Exclude Roles
.Share password
field (see step 8 from the setup instructions above).
functions.php
theme file to track this. The code below will create a custom event per author (once each author has more than 1 pageview) and add an event completion each time a post (not pages) has been viewed, and organize each post view by author in your events:
functions.php
file in your theme. If you’re using a theme that doesn’t allow editing that file, a plugin like Code Snippets can help (note that we cannot support plugins like this one, it’s out of scope of our Fathom support). The above code does not track tag pages, category pages, archive pages, or non-single post pages. It will only track blog post pages with authors.