document.addEventListener('DOMContentLoaded', () => {
/** init gtm after 3500 seconds - this could be adjusted */
setTimeout(initGTM, 3500);
});
document.addEventListener('scroll', initGTMOnEvent);
document.addEventListener('mousemove', initGTMOnEvent);
document.addEventListener('touchstart', initGTMOnEvent);
function initGTMOnEvent(event) {
initGTM();
event.currentTarget.removeEventListener(event.type, initGTMOnEvent); // remove the event listener that got triggered
}
function initGTM() {
if (window.gtmDidInit) {
return false;
}
window.gtmDidInit = true; // flag to ensure script does not get added to DOM more than once.
const script = document.createElement('script');
script.type = 'text/javascript';
script.async = true;
script.onload = () => {
dataLayer.push({ event: 'gtm.js', 'gtm.start': new Date().getTime(), 'gtm.uniqueEventId': 0 });
}; // this part ensures PageViews is always tracked
script.src = 'https://www.googletagmanager.com/gtm.js?id=UA-55393356-6';
document.head.appendChild(script);
}
Our Top Picks Best Overall Dillon Precision RL550C Progressive Reloading Machine This reloading press is the definition of speed, accuracy, and versatility. Best Progressive Reloaders for Precision Rifle Shooters Hornady Lock n Load AP This reloading press will exponentially speed up your production rate. Best Progressive Reloader for Shotgun Shells LEE PRECISION II Shotshell Reloading …
If you’re at the range every weekend, at the very least, once a month, then you know how quickly your ammunition box runs dry. Reloading your own ammunition is the art of taking the old casings, and loading new bullets inside of them, along with the necessary primers and powders. It’s a money-saving hobby that …