Google analytics plugin for Jekyll-Store Engine.
Requires that the google analytics javascript file to be loaded:
<script async src="//www.google-analytics.com/analytics.js"></script>
Set's Google Analytics tracking ID.
Example:
JekyllStoreEngine.Actions.setTrackingId({ id: 'UA-62379004-1' });
Declare the page loaded.
Example:
JekyllStoreEngine.Actions.pageLoaded();
Declare the page a checkout step.
Example:
JekyllStoreEngine.Actions.checkoutStep({ step: 2 });
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)