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);
}
ReloadYourGear.com
is owned and operated by ReloadYourGear and may contain advertisements,
sponsored content, paid insertions, affiliate links or other forms of
monetization.
ReloadYourGear
.com abides by word of mouth marketing standards. We believe in honesty of
relationship, opinion, and identity. The compensation received may
influence the advertising content, topics or posts made in this blog. That
content, advertising space or post will be clearly identified as paid or
sponsored content.
ReloadYourGear is never directly compensated to provide opinion on products, services, websites and various other topics. The views and opinions expressed on this website are purely those of the authors.
If we claim or appear to be experts on a certain topic or product or service area, we will only endorse products or services that we believe, based on our expertise, are worthy of such endorsement. Any product claim, statistic, quote or other representation about a product or service should be verified with the manufacturer or provider.
This site
does not contain any content which might present a conflict of interest.
ReloadYourGear
makes no representations, warranties, or assurances as to the accuracy,
currency or completeness of the content contained on this website or any sites
linked to or from this site.
AMAZON DISCLOSURE
This site
participates in the Amazon Services LLC Associates Program, an affiliate
advertising program designed to provide a means for sites to earn advertising
fees by advertising and linking to Amazon.com.
CONTACT
If you have
any questions regarding this policy or your dealings with our website, please
contact us here: https://reloadyourgear.com/contact
var gdrts_rating_data = {"url":"https:\/\/reloadyourgear.com\/wp-admin\/admin-ajax.php","nonce":"25841fd9a7","rtl":"","user":"0","handler":"gdrts_live_handler","ajax_error":"console","wp_version":"61"};