0.0.16 • Published 5 years ago

gridsome-plugin-fathom v0.0.16

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

gridsome-plugin-fathom

Quickly set up Fathom Analytics in your Gridsome project.

npm install gridsome-plugin-fathom
// gridsome.config.js

plugins: [
{
  use: 'gridsome-plugin-fathom',
    options: {
      siteId: 'your-site-id',
      // usefal if you're running a self-hosted fathom instance
      trackerUrl: 'your-custom-url',
      // declare this to ensure your tracking only occurs on a single host
      host: 'something.com',
      // set to true for local debugging; defaults to false
      debug: false
    }
  }
]

In addition to setting up regular tracking, this plugin makes a $trackGoal(id) function available. Just pass the goal's ID to the function to track a goal.

0.0.16

5 years ago

0.0.15

5 years ago

0.0.14

5 years ago

0.0.12

6 years ago

0.0.13

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago