Socket
Book a DemoInstallSign in
Socket

@flowaccount/scully-plugin-google-analytics

Package Overview
Dependencies
Maintainers
4
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flowaccount/scully-plugin-google-analytics

To install this library with `npm` run

latest
Source
npmnpm
Version
0.0.2
Version published
Maintainers
4
Created
Source

scully-plugin-google-analytics

Installation

To install this library with npm run

npm install scully-plugin-google-analytics --save-dev

or with yarn

yarn add 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
};

Keywords

angular

FAQs

Package last updated on 09 Jun 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts