Skip to content
This repository has been archived by the owner on Aug 8, 2020. It is now read-only.

jekyll-store/google-analytics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Google analytics plugin for Jekyll-Store Engine.

Resources

Stars

Watchers

Forks

Packages

No packages published