<
A ESPN conquistou um resultado histórico com a transmissão do clássico entre Real Madrid CF e FC Barcelona no último domingo (10).
O duelo decisivo do Campeonato Espanhol colocou o canal esportivo na liderança da TV por assinatura. O desempenho surpreendeu o mercado.
Clássico espanhol impulsiona audiência da ESPN
Segundo dados do Kantar Ibope, o jogo alcançou cerca de 1,5 milhão de pessoas em todo o país.
A transmissão narrada por Matheus Suman registrou picos de até cinco pontos no Painel Nacional de Televisão.
O clássico terminou com o título espanhol garantido para o Barcelona. O tamanho da decisão ajudou a aumentar o interesse do público.
Mais cedo, outro jogo importante também impulsionou os números da emissora. A informação é do F5.
Premier League ajudou canal a liderar
A partida entre Arsenal FC e West Ham United FC, válida pela Premier League, também colocou a ESPN na liderança da TV paga.
@media (min-width: 992px) {
.recomendadorV2Area1 {
width: 280px;
}
.recomendadorV2Area2 {
padding: 0px 20px;
width: calc(100% – 280px);
}
}
@media (max-width: 992px) {
.recomendadorV2Button {
margin: 0 auto;
}
.recomendadorV2Area {
flex-direction: column;
text-align: center;
}
.recomendadorV2Area2 {
padding: 0px 20px;
}
}
.recomendadorV2Area {
background: #eeeeee3d;
border-radius: 10px;
padding: 15px;
display: flex;
margin: 15px auto;
border: 1px solid #00000014;
max-width: 800px;
}
.recomendadorV2Area1 img {
width: 280px;
height: auto;
border-radius: 8px;
}
.linkrecomendadorv2 {
text-decoration: none !important;
}
.recomendadorV2Area2 .recomendadorV2Type {
text-transform: uppercase;
font-weight: 500;
font-size: 11px;
letter-spacing: 2px;
color: #666;
margin: 12px 0;
display: block;
}
.recomendadorV2Title h2 {
padding-top: 0px !important;
margin: 0px !important;
border-left: none !important;
padding-left: 0px !important;
line-height: 1.3;
color: #000 !important;
font-size: 24px;
margin-bottom: 12px !important;
}
.recomendadorV2Desc {
color: #333;
margin: 12px 0px !important;
font-size: 15px;
line-height: 1.5;
}
.recomendadorV2Button {
width: auto;
max-width: 200px;
margin: 0;
display: inline-flex;
align-items: center;
background: #1D3557;
border-radius: 8px;
color: #fff;
height: 36px;
justify-content: center;
text-align: center;
font-size: 14px;
padding: 0 20px;
transition: background-color 0.2s ease;
}
.recomendadorV2Button:hover {
background: #2a4d7a;
}
.recomendadorV2Button:after {
margin-top: -2px;
content: “→”;
padding: 0px 0px 0px 8px;
}
.recomendadorV2Alert {
text-align: left;
font-size: 11px;
margin-top: 8px;
color: #666;
}
.recomendadorFixedArea {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
@media (min-width: 992px) {
#recomendadorFixed {
width: 32% !important;
left: 5%;
}
.recomendadorCloseFixed{
right: inherit !important;
left: 378px !important;
}
}
#recomendadorFixed {
width: 90%;
box-shadow: 0 10px 20px 0px #00000057;
display: none;
height: 90px;
background: #F6F6F6;
position: fixed;
flex-direction: row;
bottom: 10px;
z-index: 9999;
border-radius: 16px;
padding: 7px 10px;
}
.recomendadorLeftArea {
width: 160px;
}
.recomendadorRightArea h2 {
padding-top: 0px;
margin: 2px 0px 4px 0px !important;
font-weight: 400;
text-align: center;
padding-left: 0px !important;
color: #000 !important;
border-left: none !important;
line-height: 20px;
font-size: 12px !important;
}
.recomendadorImgFixed {
overflow: hidden;
padding: 8px 6px;
height: 100%;
}
.recomendadorImgFixed img {
height: 100% !important;
border-radius: 16px;
}
.recomendadorRightArea {
padding-top: 6px;
display: flex;
width: calc(100% – 130px);
justify-content: space-between;
align-items: center;
flex-direction: column;
}
.recomendadorButtonFixed {
margin: 0 auto;
background: #1D3557;
width: 80%;
text-align: center;
font-size: 10px;
color: #FFF;
padding: 2px 10px;
border-radius: 3px;
}
.recomendadorButtonFixed:after {
margin-top: -3px;
content: “→”;
padding: 0px 0px 0px 10px;
}
.recomendadorAlertFixed {
font-weight: 400;
text-align: center;
color: #484848;
font-size: 8px;
}
.recomendadorCloseFixed {
z-index: 99999;
display: none;
right: 0px;
left: inherit;
bottom: 99px;
position: fixed;
justify-content: center;
background: #F6F6F6;
width: 25px;
align-items: center;
height: 25px;
font-weight: 800;
border-radius: 50%;
border: 1px solid #EBEBEB;
}
.recomendadorV2Desc{
color: #000000;
margin: 20px 0px;
}
@media (max-width: 576px) {
.recomendadorV2Area {
padding: 10px;
max-width: 100%;
}
.recomendadorV2Area1 img {
width: 100%;
border-radius: 6px;
}
.recomendadorV2Area2 .recomendadorV2Type {
font-size: 9px;
letter-spacing: 1px;
margin: 8px 0;
}
.recomendadorV2Title h2 {
font-size: 18px !important;
margin-bottom: 8px !important;
line-height: 1.2;
}
.recomendadorV2Desc {
font-size: 14px;
margin: 8px 0 !important;
line-height: 1.4;
}
.recomendadorV2Button {
font-size: 14px;
height: 40px;
padding: 0 12px;
max-width: 100%;
width: 100%;
}
.recomendadorV2Button:after {
padding-left: 6px;
}
}
Novelas: SBT sofre, Globo mal?
Novelas: SBT sofre, Globo mal?
A combinação entre futebol inglês e o clássico espanhol fez a emissora dominar a audiência esportiva durante boa parte do domingo.
O crescimento reforça a força do futebol europeu entre os brasileiros.
Nos últimos anos, a ESPN ampliou bastante o investimento em transmissões internacionais.
Mundo F bate recorde histórico
O bom desempenho dos jogos também ajudou o programa Mundo F.
A atração exibida após o clássico registrou sua maior audiência desde a estreia.
Segundo os números divulgados, o programa ficou 400% acima da audiência do SporTV no mesmo horário.
O Mundo F chegou a alcançar picos de quatro pontos no PNT.
O resultado foi tratado como histórico nos bastidores da ESPN.
Redes sociais também explodiram
Além da audiência na televisão, a cobertura teve forte desempenho digital.
Segundo a ESPN, o clássico espanhol gerou mais de 50 milhões de visualizações nas redes sociais.
A emissora também registrou 59 milhões de impressões e mais de 3 milhões de interações nas plataformas digitais.
No YouTube, os números também chamaram atenção. Foram 7,7 milhões de visualizações totais no dia do clássico.
Os melhores momentos do jogo somaram 1,2 milhão de visualizações.
Veja também
Virgínia Fonseca abre o jogo sobre brigas com Zé Felipe
Após viverem dias de muito amor e felicidade no México, Virgínia Fonseca e Zé Felipe,…
28/02/2021 – Da Redação
Continuar lendo
Sergio Marone pede interdição a pastor após ataques a negros e gays em igreja
Longe da palavra da Bíblia, um pastor do Rio de Janeiro provocou a reação de…
07/08/2021 – Paulo Carvalho
Continuar lendo
Amanda e Cara de Sapato já têm data para oficializar romance
Pelo visto o romance entre Amanda e Cara de Sapato deve mesmo engrenar e os…
29/05/2023 – Guinho Santos
Continuar lendo
Após decisão de Simaria, Simone se apresenta sozinha e faz desabafo
Sem a presença de Simaria, Simone subiu ao palco da Festa do Tomate em Paty…
18/06/2022 – Carol Bittencourt
Continuar lendo
.logo-footer img {
/* width: 300px !important; */
width: auto !important;
}
]]>
function loadTaboola() {
window._taboola = window._taboola || [];
_taboola.push({ article: ‘auto’ });
!function (e, f, u, i) {
if (!document.getElementById(i)) {
e.async = 1;
e.defer = 1;
e.src = u;
e.id = i;
f.parentNode.insertBefore(e, f);
}
}(
document.createElement(‘script’),
document.getElementsByTagName(‘script’)[0],
‘//cdn.taboola.com/libtrc/gridmidiaus-network/loader.js’,
‘tb_loader_script’
);
if (window.performance && typeof window.performance.mark == ‘function’) {
window.performance.mark(‘tbl_ic’);
}
window._taboola = window._taboola || [];
_taboola.push({ flush: true });
}
function loadTeads() {
var b = document.querySelectorAll(‘body’);
window.teads_analytics = window.teads_analytics || {};
window.teads_analytics.analytics_tag_id = “PUB_22288”;
window.teads_analytics.share = window.teads_analytics.share || function() {
;(window.teads_analytics.shared_data = window.teads_analytics.shared_data || []).push(arguments)
};
ls(‘//a.teads.tv/page/128511/tag’, true);
}
function loadTerra() {
window.terra_info_channel = “diversao”;
window.terra_info_channeldetail = “portalrd1”;
ls(“https://www.terra.com.br/globalSTATIC/fe/zaz-app-t360-navbar-partner/_js/metrics.js”, true);
ls(“https://www.terra.com.br/api/igniter/script?s=t360.navbar.partners&p=static&async=true”);
}
var evtFire = false;
function ls(src, a=false, d=false, c=false, o=false, t=false) {
var s,r,t; r = false; s = document.createElement(‘script’); s.type=”text/javascript”;
if (a) s.async = 1; if (d) s.defer = 1; if (c) s.setAttribute(‘crossorigin’, ‘anonymous’);
if (o !== false) s.onload=function() { o(); }
s.src = src; t = document.getElementsByTagName(‘script’)[0]; t.parentNode.insertBefore(s, t);
}
function lc(src, c=false) {
var s,r,t; r = false; s = document.createElement(‘link’); s.rel=”stylesheet”;
if (c) s.setAttribute(‘crossorigin’, ‘anonymous’); s.type=”text/css”;
s.href = src; t = document.getElementsByTagName(‘head’)[0]; t.appendChild(s);
}
function fireEvts() {
console.log(‘## fireEvts: fired’);
if (evtFire) return true;
evtFire = true;
console.log(‘## fireEvts: running’);
(function(listeners) {
for (i = 0; i < listeners.length; i++) {
window.removeEventListener(listeners[i], fireEvts);
}
}(["keydown","mousemove","touchmove","touchstart","touchend","wheel"]));
/**
* SCRIPTS
*/
// TEADS
loadTeads();
// TABOOLA
loadTaboola();
// PUSHNEWS
//ls("//cdn.pn.vg/sites/9fda9273-ac3c-4d75-8a24-a5296542746c.js", true);
// TERRA
loadTerra();
// FACEBOOK
ls("https://connect.facebook.net/pt_BR/sdk.js#xfbml=1&version=v12.0&appId=1280084339156802&autoLogAppEvents=1", true, true, true);
}
window.addEventListener("keydown", fireEvts);
window.addEventListener("mousemove", fireEvts);
window.addEventListener("touchmove", fireEvts);
window.addEventListener("touchstart", fireEvts);
window.addEventListener("touchend", fireEvts);
window.addEventListener("wheel", fireEvts);
(function(listeners) {
for(i = 0; i < listeners.length; i++) {
window.addEventListener(listeners[i], fireEvts);
}
}(["keydown","mousemove","touchmove","touchstart","touchend","wheel"]));
Fonte: https://rd1.com.br/ibope-da-tv-espn-faz-historia-com-alta-audiencia-em-transmissao-de-classico/

