0.0.16 • Published 4 years ago

gridsome-plugin-fathom v0.0.16

Weekly downloads
3
License
MIT
Repository
github
Last release
4 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

4 years ago

0.0.15

4 years ago

0.0.14

4 years ago

0.0.12

4 years ago

0.0.13

4 years ago

0.0.11

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago