Back to the Future with First-Party Data

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;
}

You’ve heard the phrase a million times: “The more things change, the more they stay the same.” 

Sometimes those classic proverbs ring too true to ignore and, in the city square that is today’s digital marketing landscape, the tower bells are peeling –loudly. It’s probably time to start paying attention. 

For 20+ years no… Read More