0.0.2 • Published 2 years ago

@flowaccount/scully-plugin-google-analytics v0.0.2

Weekly downloads
4
License
MIT
Repository
github
Last release
2 years ago

scully-plugin-google-analytics

Installation

To install this library with npm run

npm install @flowaccount/scully-plugin-google-analytics --save-dev

or with yarn

yarn add @flowaccount/scully-plugin-google-analytics --dev

Usage

  • Add this to your scully.config.ts file
import { getGoogleAnalyticsPlugin } from '@flowaccount/scully-plugin-google-analytics';

const postRenderers = [getGoogleAnalyticsPlugin({ gaTrackingId: 'xxxxxx-x' })];

export const config: ScullyConfig = {
  routes: {},
  defaultPostRenderers: postRenderers
};
1.0.0-beta.7

3 years ago

1.0.0-beta.8

3 years ago

1.0.0-beta.9

2 years ago

1.0.0-beta.6

3 years ago

0.0.2

4 years ago

0.0.1

4 years ago