What’s On The Line When Sales and Marketing Are Misaligned? [Research]

if (typeof BingeIframeRan === “undefined”) {
window.addEventListener(“message”, receiveMessage, false);
function receiveMessage(event) {
try {
var parsed = JSON.parse(event.data)
if (parsed.context === “iframe.resize”) {
var iframes = document.getElementsByClassName(“binge-iframe”);
for (let i = 0; i < iframes.length; ++i) {
if (iframes[i].src == parsed.src || iframes[i].contentWindow === event.source) {
iframes[i].height = parsed.height; }
iframes[i].style.opacity = 1;
}
}
} catch (error) {
}
}
var BingeIframeRan = true;
}

Let’s review some mindsets and see if they sound familiar to you.

[Marketing Team POV]

Your team creates some stellar content and executes corresponding campaigns… leads come in. The leads are handed off into the abyss that is the Sales Team where you assume they tak… Read More