document.querySelectorAll('button').forEach(function(element) {
element.addEventListener('click', function() {
if (element.innerText == 'Request a Quote') {
gtag('event','request_a_quote');
};
});
});
document.querySelectorAll('button').forEach(function(element) {
element.addEventListener('click', function() {
if (element.innerText == 'Schedule a Demo') {
gtag('event','schedule_a_demo');
};
});
});
document.querySelectorAll('button').forEach(function(element) {
element.addEventListener('click', function() {
if (element.innerText == 'Question? Contact Us') {
gtag('event','questions_contact_us');
};
});
});
var gravityFormClickTrk = document.querySelectorAll('input.gform_button');
if (gravityFormClickTrk) {
gravityFormClickTrk.forEach(function (element) {
if (element.id == "gform_submit_button_6") {
element.addEventListener('click', function handler() {
gtag('event', 'schedule_button_click');
this.removeEventListener('click', handler);
})
}
})
}
Sorry, the page you were looking for couldn't be found.
You can navigate through our menu or search our catalog:
Or give us a call at (413) 437-8660 and we'd be happy to help!