document.addEventListener('DOMContentLoaded', function () { document.querySelectorAll('a[href$=".pdf"]').forEach(function (link) { link.addEventListener('click', function () { $zoho.salesiq.track('Brochure Download', { URL: this.href }); }); }); });