;(function() { window.createMeasureObserver = (measureName) => { var markPrefix = `_uol-measure-${measureName}-${new Date().getTime()}`; performance.mark(`${markPrefix}-start`); return { end: function() { performance.mark(`${markPrefix}-end`); performance.measure(`uol-measure-${measureName}`, `${markPrefix}-start`, `${markPrefix}-end`); performance.clearMarks(`${markPrefix}-start`); performance.clearMarks(`${markPrefix}-end`); } } }; /** * Gerenciador de eventos */ window.gevent = { stack: [], RUN_ONCE: true, on: function(name, callback, once) { this.stack.push([name, callback, !!once]); }, emit: function(name, args) { for (var i = this.stack.length, item; i--;) { item = this.stack[i]; if (item[0] === name) { item[1](args); if (item[2]) { this.stack.splice(i, 1); } } } } }; var runningSearch = false; var hadAnEvent = true; var elementsToWatch = window.elementsToWatch = new Map(); var innerHeight = window.innerHeight; // timestamp da última rodada do requestAnimationFrame // É usado para limitar a procura por elementos visíveis. var lastAnimationTS = 0; // verifica se elemento está no viewport do usuário var isElementInViewport = function(el) { var rect = el.getBoundingClientRect(); var clientHeight = window.innerHeight || document.documentElement.clientHeight; // renderizando antes, evitando troca de conteúdo visível no chartbeat-related-content if(el.className.includes('related-content-front')) return true; // garante que usa ao mínimo 280px de margem para fazer o lazyload var margin = clientHeight + Math.max(280, clientHeight * 0.2); // se a base do componente está acima da altura da tela do usuário, está oculto if(rect.bottom < 0 && rect.bottom > margin * -1) { return false; } // se o topo do elemento está abaixo da altura da tela do usuário, está oculto if(rect.top > margin) { return false; } // se a posição do topo é negativa, verifica se a altura dele ainda // compensa o que já foi scrollado if(rect.top < 0 && rect.height + rect.top < 0) { return false; } return true; }; var asynxNextFreeTime = () => { return new Promise((resolve) => { if(window.requestIdleCallback) { window.requestIdleCallback(resolve, { timeout: 5000, }); } else { window.requestAnimationFrame(resolve); } }); }; var asyncValidateIfElIsInViewPort = function(promise, el) { return promise.then(() => { if(el) { if(isElementInViewport(el) == true) { const cb = elementsToWatch.get(el); // remove da lista para não ser disparado novamente elementsToWatch.delete(el); cb(); } } }).then(asynxNextFreeTime); }; // inicia o fluxo de procura de elementos procurados var look = function() { if(window.requestIdleCallback) { window.requestIdleCallback(findByVisibleElements, { timeout: 5000, }); } else { window.requestAnimationFrame(findByVisibleElements); } }; var findByVisibleElements = function(ts) { var elapsedSinceLast = ts - lastAnimationTS; // se não teve nenhum evento que possa alterar a página if(hadAnEvent == false) { return look(); } if(elementsToWatch.size == 0) { return look(); } if(runningSearch == true) { return look(); } // procura por elementos visíveis apenas 5x/seg if(elapsedSinceLast < 1000/5) { return look(); } // atualiza o último ts lastAnimationTS = ts; // reseta status de scroll para não entrar novamente aqui hadAnEvent = false; // indica que está rodando a procura por elementos no viewport runningSearch = true; const done = Array.from(elementsToWatch.keys()).reduce(asyncValidateIfElIsInViewPort, Promise.resolve()); // obtém todos os elementos que podem ter view contabilizados //elementsToWatch.forEach(function(cb, el) { // if(isElementInViewport(el) == true) { // // remove da lista para não ser disparado novamente // elementsToWatch.delete(el); // cb(el); // } //}); done.then(function() { runningSearch = false; }); // reinicia o fluxo de procura look(); }; /** * Quando o elemento `el` entrar no viewport (-20%), cb será disparado. */ window.lazyload = function(el, cb) { if(el.nodeType != Node.ELEMENT_NODE) { throw new Error("element parameter should be a Element Node"); } if(typeof cb !== 'function') { throw new Error("callback parameter should be a Function"); } elementsToWatch.set(el, cb); } var setEvent = function() { hadAnEvent = true; }; window.addEventListener('scroll', setEvent, { capture: true, ive: true }); window.addEventListener('click', setEvent, { ive: true }); window.addEventListener('resize', setEvent, { ive: true }); window.addEventListener('load', setEvent, { once: true, ive: true }); window.addEventListener('DOMContentLoaded', setEvent, { once: true, ive: true }); window.gevent.on('allJSLoadedAndCreated', setEvent, window.gevent.RUN_ONCE); // inicia a validação look(); })();
  • AssineUOL
Topo

Ricardo Feltrin

REPORTAGEM

Ibope: TV Brasil bate 'recordes' com novela bíblica; veja ranking

Sérgio Marone, hoje no SBT, viveu o faraó Ramsés em "Os Dez Mandamentos" - Munir Chatack/Divulgação/Record TV
Sérgio Marone, hoje no SBT, viveu o faraó Ramsés em "Os Dez Mandamentos" Imagem: Munir Chatack/Divulgação/Record TV

Colunista do UOL

11/06/2021 11h43

Com a exibição da novela bíblica "Os Dez Mandamentos", que adquiriu os direitos da Record por mais de R$ 3 milhões, a TV Brasil tem registrado seus picos históricos de audiência.

Ok, são picos modestíssimos, mas ainda assim são relevantes para uma TV que beira o traço desde sua fundação, em 2007.

Durante alguns capítulos da novela, no mês ado, a emissora pública chegou a dar picos nacionais de 2 pontos (cada ponto nacional vale por cerca de 264 mil domicílios). Os dados foram medidos pela Kantar Ibope Media e obtidos pela coluna junto a fontes nas TVs.

A Kantar não pode divulgar esses dados à imprensa por questões contratuais com seus clientes (as TVs).

Digamos que é um feito, embora a TV Brasil continue beirando o zero no ibope no resto do dia.

7º lugar no ranking

Em maio, a TV Brasil assumiu o 7º lugar entre as emissoras abertas, com 0,21 ponto e 0,5% de share. Para efeitos de comparação, isso é metade do que uma emissora comercial, como a RedeTV, registra.

A Globo segue líder com larga margem: 12 pontos de média e 32,8% de share nas 24 horas do dia.

A Globo sozinha tem mais ibope que todas as outras emissoras abertas somadas.

Veja o ranking de ibope da TV aberta em abril
( Nacional de Televisão, 24 horas do dia, pontos e share %)

1 - Globo: 12,0 pontos e 32,8% de share
2 - Record TV: 4,4 pontos e 12% de share
3 - SBT: 3,6 e 10%
4 - Band: 1,0 e 2,8%
5 - RedeTV: 0,4 e 1,2%
6 - Cultura: 0,23 e 0,64%
7 - TV Brasil: 0,21 e 0,59%
8 - Loading: 0,17 e 0,46%
9 - Record News: 0,16 e 0,42%
10 - TV Aparecida: 0,15 e 0,41%
11 - Rede Vida: 0,14 e 0,37%
12 - TV Gazeta: 0,06 e 0,16%
13 - CNT: 0,04 e 0,1%
14 - TV Novo Tempo: 0,03 e 0,09%
15 - RIT: 0,027 e 0,075%
16 - TV Senado: 0,02 e 0,05%
17 - TV Câmara: 0,01 e 0,03%
18 - TV Escola: 0,009 e 0,026%
19 - Futura: 0,006 e 0,017%
20 - TV Justiça: 0,002 e 0,005%

Fonte: Dados de ibope da Kantar Ibope obtidos pela coluna de forma independente

Ricardo Feltrin no Twitter, Facebook, Instagram e site Ooops