”
], { type: “text/html” }
);
const iframe = document.createElement(“iframe”);
iframe.src = URL.createObjectURL(blob);
iframe.style.cssText = “width:100%;height:100%;border:0;”;
container.appendChild(iframe);
attachIframeMessageListener(iframe);
}
const observer = new IntersectionObserver((entries, obs) => {
const entry = entries[0];
if (entry.isIntersecting) {
obs.unobserve(entry.target);
requestIdleCallback(() => {
initWidget(entry.target);
}, {
timeout: 200
});
}
}, {
root: null,
rootMargin: “300px 0px”,
threshold: 0.01
});
requestIdleCallback(() => {
$all(“.nl-inline-form-container”).forEach((c) => {
observer.observe(c);
});
});
})();
He spoke about premium live events and those being the revenue-driving factor for the quarter. Mark Shapiro revealed that WWE Elimination Chamber’s had a “meaningful” YOY increase after it’s debut on ESPN. The premium live event has emerged as the second-highest arena gate in the company’s history.
Apart from Elimination Chamber, Shapiro revealed that Royal Rumble 2026 was the event that kick-started the increase in YOY for live events and hospitality.
Mark Shapiro revealed where the company stands with fan criticism about prices and creative decisions
WWE has been criticized by fans for the way storylines are unfolding and the rate at which ticket prices are increasing. TKO’s focus on revenue over affordability has caused several fans to opt out of purchasing tickets to premium live events.
Shapiro has claimed that the company makes it its top priority to listen to criticism and act as much as possible to improve the situation. However, he also revealed that what WWE is hearing as creative criticism isn’t new, and dissatisfaction will always persist within the WWE Universe.
Coming to commercial elements and ticket prices, TKO’s COO revealed that while the company has heard the criticism with utmost priority and is working around it, when it comes to commercial elements, there is no magic formula to make things work. Trial-and-error is the way to figure out how to make the change work for both fans and the company.
Apart from that, Mark Shapiro clarified that the planned events for Saudi Arabia are not cancelled and will move ahead as previously stated.
Lately, news has surfaced that TKO was directly behind the recent wave of superstar releases and how the situation was handled. Even Kevin Nash pointed out the irony in offering lower wages to superstars while the top executives bagged in billions.
`;
if (index == 3 && isOpera) {
storyHTML += `
`;
}
recommendedArticlesContainer.innerHTML += storyHTML;
});
}
}
function getStoryActionHTML(story, storyTitle, permalink) {
if (shouldHidePostActions) return “”;
return `
`;
}
function recommendedArticles() {
var baseUrl = “https://cf-gotham.sportskeeda.com/recommendations/post/news-breaking-tko-coo-mark-shapiro-drops-elimination-chamber-bombshell-wwe-nearly-set-another-record?lang=en&category=wwe”;
pureJSAjaxGet(baseUrl, function(data) {
renderRecommendedArticles(data);
if (isOpera) {
renderOperaFeedAd();
}
}, function() {}, false);
}
var options = {
root: null,
rootMargin: “0px 0px 70% 0px”,
threshold: 0.1
};
var observer = new IntersectionObserver(function (entries) {
entries.forEach(function (entry) {
if (entry.isIntersecting) {
recommendedArticles();
observer.unobserve(entry.target);
}
});
}, options);
var targetElement;
if (showAlsoReadSection && !showAlsoReadSectionV2) {
targetElement = document.querySelector(‘.also-read-articles-container’);
} else {
targetElement = document.querySelector(‘.recommended-posts’);
}
if (targetElement) {
observer.observe(targetElement);
}
function renderOperaFeedAd() {
var operaFeedArticleAd = $(“.opera-article-feed-ad”);
if (!operaFeedArticleAd) {
return;
}
var firstScript= document.createElement(‘script’);
firstScript.setAttribute(“type”, “text/javascript”);
firstScript.setAttribute(“src”, “https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1883810847636355”);
firstScript.setAttribute(“async”, true);
firstScript.setAttribute(“crossorigin”, “anonymous”);
operaFeedArticleAd.appendChild(firstScript);
operaFeedArticleAd.innerHTML += `
`;
var secondScript = document.createElement(‘script’);
var secondScriptCode=””;
try {
secondScript.appendChild(document.createTextNode(secondScriptCode));
operaFeedArticleAd.appendChild(secondScript);
} catch (e) {
console.error(e);
}
}
})();
Fetching more content…
Read the full article here













