INTERVENÇÃO VÍDEO

INTERVENÇÃO VÍDEO

INTERVENÇÃO VÍDEO

Descrição Este formato é exibido à frente do site nas dimensões de 1280 pixels de largura por 800 pixels de altura, junto com o vídeo adicionado por durante 30 segundos ou até o usuário clicar no botão de fechar. This format is displayed in front of the site with dimensions of 1280 pixels wide by 800 pixels high, along with the video added for 30 seconds or until the user clicks the close button. Este formato se muestra frente al sitio en dimensiones de 1280 píxeles de ancho por 800 píxeles de alto, junto con el video agregado por durante 30 segundos o hasta que el usuario haga clic en el botón de cerrar.
Dispositivo Peças Tamanho Área Quente Peso Máximo
Desktop Intervenção 1280x800 px 1280x660 px 700 kb
Tablet 960x640 px Total 400 kb
Mobile 320x480 px Total 500 kb
VÍDEO
Dispositivo Tempo Tamanho Tipo de arquivo Peso Máximo
Desktop
Tablet
Mobile
20 segundos 16:9 (1280x720) ou 4:3 (640x480) MP4 2.5MB
Especificações extras
Looping: Não
HTML5: Sim
Script de terceiro: Não
Pixel e Clique Contador: Sim
Para checar a clicktag: Clique aqui
Looping: No
HTML5: Yes
Third-party script: No
Pixel and Click Counter: Yes
To check the clicktag: Click here
Looping: No
HTML5: Sí
Script de terceros: No
Píxel y Contador de Clics: Sí
Para verificar la clicktag: Haga clic aquí
Portais presentes Adorocinema, IGN, MGG, Minha Vida, TudoCelular, Purepeople, TudoGostoso

RECOMENDAÇÕES E BOAS PRÁTICAS

1. Otimize ao máximo o peso dos arquivos, quanto mais leve, mais rápido a peça irá carregar (O peso total do criativo é o peso de todos os arquivos locais somado do peso de todos os arquivos e recursos acessados externamente).
2. Sempre enviar as peças HTML em um arquivo ZIP contendo todos os arquivos dependentes, como HTML,CSS, JS, GIF, PNG, SVG ou JPEG.
3. Evitar chamadas externas e, se absolutamente necessário, usar links seguros (https com certificação SSL).
4. Evite usar bibliotecas externas como JQuery e players de vídeo.
5. Respeite as áreas quentes e frias das peças para evitar que a arte não se encaixe em nossos sites.

RECOMMENDATIONS AND BEST PRACTICES

1. Optimize the file weight to the maximum extent possible; the lighter it is, the faster the asset will load. (The total weight of the creative is the sum of the weights of all local files plus the weight of all externally accessed files and resources).
2. Always send HTML creatives in a ZIP file containing all dependent files, such as HTML, CSS, JS, GIF, PNG, SVG, or JPEG.
3. Avoid external calls and, if absolutely necessary, use secure links (https with SSL certification).
4. Avoid using external libraries such as JQuery and video players.
5. Respect the hot and cold areas of the creatives to prevent the art from not fitting into our sites.

CLICK TAG

1) Nomear o elemento clicável como "click-area"

1) Name the clickable element as "click-area"

1) Nombrar el elemento clickeable como "click-area"

Ex: <a href="#" id="click-area">

2) Inserir o script abaixo no final do <body>

2) Insert the script below at the end of the <body>

2) Insertar el script a continuación al final de <body>

<script type="text/javascript">
  var url = window.location.href;
  var clickTag = url.substring(url.indexOf("click=")+6,url.length);   document.getElementById("click-area").addEventListener('click', ()=> {     window.open(clickTag, "_blank");
  });
</script>