Friday, June 27, 2025
32.9 C
Singapore

Trump Town Hall tops CNN Haley/DeSantis debate

Town Hall, Appellate Court. fraud trial , Trump, witch hunts, New charges, Trump arraignment , Jack Smith

In a television showdown that has ignited discussions across the nation, Donald Trump Town Hall emerged victorious, commanding more than double the viewership of CNN’s recent primary debate featuring Ron DeSantis and Nikki Haley.

Wednesday night’s event, hosted in Iowa and skillfully moderated by Bret Baier and Martha MacCallum, drew an impressive 5.7 million viewers, according to early Nielsen numbers released by Fox News.

In stark contrast, CNN’s debate managed to capture the attention of 2.5 million viewers, marking a substantial gap of nearly 70% between the two broadcasts.

Town Hall

The former president has consistently chosen to host competing events during debates, a trend that continued with this town hall.

Notable among his previous alternatives was a riveting interview with Tucker Carlson on X. Currently, Trump consistently maintains substantial leads over his GOP competitors in public opinion polls.

While Trump, DeSantis, and Haley were the qualifying candidates for CNN’s debate stage, the likes of Chris Christie and Vivek Ramaswamy did not cut.

See also  North Korea's Kim horseback ride spurs policy shift speculation

Despite not claiming the title of the most-watched primary event, Trump’s town hall secured the highest ratings since the November debate between DeSantis and California Governor Gavin Newsom, which was also broadcast on Fox News.

Rivalries

This week has seen Fox News amplifying its political coverage with town halls featuring both DeSantis and Haley.

According to Fox, the reruns of Trump’s town hall at midnight Eastern time and during the night attracted an extra 1.4 million viewers. Given Fox News typically outperforms CNN in viewership, Wednesday’s triumph in ratings came as no shock.

Does this mean that more attention can be drawn from a Trump Town Hall than the face-offs of Republican contenders Nikki Haley and Ron DeSantis?

The dynamic political landscape and the ongoing rivalry between news networks add an extra layer of intrigue to the unfolding drama of the 2024 election season.

Read More News

Not-guilty: Hunter Biden plea to nine tax charges

Cover Photo: YouTube

See also  Citizens battle to save China's sickly 'mother river'

The post Trump Town Hall tops CNN Haley/DeSantis debate appeared first on The Independent News.

Hot this week

Singapore is 6th most peaceful country on the 2025 Global Peace Index

SINGAPORE: In the 19th edition of the Global Peace...

Harvard and University of Toronto brace for crisis, draft backup plan for international students

TORONTO: In an audacious and extraordinary move, Harvard University...

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });