Layer Handler
11 Oct 2016 ·
GTM

A tiny Javascript library for handle Google Tag Manager easily.
If you want to try it, just go to the Github repository, download the dist/layer-handler.min.js
file, and simply add the .js
file to your web. From here, you could start to use it adding this line to your Javascript:
LayerHandler.init("YOUR_GTM_ID_HERE");
You could check the behavior and the complete documentation here. Feel free to clone it, fork it and do whatever you want.