jekyll-store-google-analytics

0.0.2 • Public • Published

Jekyll-Store/Google-Analytics

Build Status

Google analytics plugin for Jekyll-Store Engine.

Usage

Requires that the google analytics javascript file to be loaded:

<script async src="//www.google-analytics.com/analytics.js"></script>

Actions

setTrackingId

Set's Google Analytics tracking ID.

Example:

JekyllStoreEngine.Actions.setTrackingId({ id: 'UA-62379004-1' });

pageLoaded

Declare the page loaded.

Example:

JekyllStoreEngine.Actions.pageLoaded();

checkoutStep

Declare the page a checkout step.

Example:

JekyllStoreEngine.Actions.checkoutStep({ step: 2 });

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

/jekyll-store-google-analytics/

    Package Sidebar

    Install

    npm i jekyll-store-google-analytics

    Weekly Downloads

    2

    Version

    0.0.2

    License

    ISC

    Last publish

    Collaborators

    • mushishi78