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

TV Brasil assume 5ª lugar em ibope no país; RedeTV cai para 6º

Bianca Rinaldi em "A Escrava Isaura", novela da Record que está sendo reprisada na TV Brasil - Reprodução / Internet
Bianca Rinaldi em "A Escrava Isaura", novela da Record que está sendo reprisada na TV Brasil Imagem: Reprodução / Internet

Colunista do UOL

06/02/2022 00h09

Na última sexta-feira, esta coluna publicou o ranking de audiência das TVs abertas no mês de janeiro (média nacional).

Nesse ranking não estava incluída a TV Brasil.

Os dados distribuídos a clientes da Kantar Media (os quais a coluna obtém com frequência) vieram sem a inclusão da emissora na lista.

Não se sabe o motivo que levou à exclusão.

A TV Brasil disse neste sábado (5), por meio de sua assessoria, que vai notificar a Kantar para entender o ocorrido.

Dito tudo isso, a coluna hoje atualiza o ranking de ibope das TVs abertas no país, na média das 24 horas, com a inclusão do canal público federal.

Como podem notar na tabela logo abaixo, a TV Brasil fechou janeiro com o ibope de 0,32 ponto e 0,9% de "share".

Apesar de ser uma audiência residual (que está no espectro do chamado "traço de ibope"), a TV Brasil se firma como a 5ª emissora aberta mais vista do país.

Por causa de ínfimos 4 centésimos de ponto de ibope, ela ultraou a Rede TV (0,28 ponto e 0,82% de "share").

A RedeTV agora é a 6ª colocada no ranking da TV aberta —atrás de Globo, Record, SBT, Band e TV Brasil.

Essa mudança no ranking da TV aberta nacional já havia sido antecipada em dezembro pelo site "Bastidores da TV".

Se uma ou outra TV não estiver na lista (como TV Aparecida) o motivo é que ela não paga mais o contrato de medição de ibope nacional, só regional.

Veja:

Posição, TV, ponto de ibope e "share" (%) nas 24 horas - Média Nacional

1 - Globo: 10,80 pontos e 31,2%
2 - RecordTV: 4,11 pontos e 11,2%
3 - SBT: 3,34 e 9,8%
4 - Band: 1,1 e 3,15%
5 - TV Brasil: 0,32 e 0,94%
6 - RedeTV: 0,283 e 0,817%
7 - TV Cultura: 0,216 e 0,63%
8 - Record News: 0,187 e 0,54%
9 - Rede Vida: 0,119 e 0,343%
10 - TV Gazeta: 0,05 e 0,16%
11 - CNT: 0,03 e 0,10%
12 - TV Novo Tempo: 0,03 e 0,08%
13 - RIT: 0,02 e 0,06%
14 - TV Escola: 0,01 e 0,03%
15 - TV Câmara: 0,01 e 0,03%
16 - TV Senado: 0,01 e 0,02%
17 - TV Justiça: 0,00 e 0,00%

* Cada ponto equivale a cerca de 270 mil domicílios; ibope nacional

Ricardo Feltrin no Twitter, Facebook, Instagram e site Ooops