New Logo and Identity for Boundary Analytics by Cotton Design
(Est. 2024) “Boundary Analytics is a B2B marketing analytics platform that measures which activities impact pipeline. Using a combination of correlation modeling and time lag analysis, Boundary allows B2B marketers to go beyond the limits of attribution to not only see where demand is created – but when.” /** * Stop all iframes or HTML5 's from playing */ var stopVideos = function () { var videos = document.querySelectorAll('iframe, video'); Array.prototype.forEach.call(videos, function (video) { if (video.tagName.toLowerCase() === 'video') { video.pause(); } else { var src = video.src; video.src = src; } }); }; .pausevideos { margin: 20px 0 30px; display: block; font-size: .8em; font-family: 'ABCSocial'; font-variation-settings: "wdth" 100, "wght" 370, "slnt" 0; -webkit-font-f