Perfil-Robson-Celeski advogado

Aguarde...

Redirecionamento em andamento.

Carregando 100%
< script > window.onload = function () { // Pega a URL completa var url = novo URL ( janela . localização ) ; var clickcounter = url . searchParams . get ( 'contador de cliques' ) ; var gacategory = url . searchParams . get ( 'gacategory' ) ; var gaaction = url . searchParams . get ( 'gaaction' ) ; var galabel = url . searchParams . get ( 'galabel' ) ; // Cria um evento padrão se como variáveis ​​não preenchidas if ( gacategory == null ) { gacategory = 'Contador' ; } if ( gaaction == null ) { gaaction = 'Clique' ; } if ( galabel == null ) { galabel = contador de cliques ; } // 1 segundo var redirect_timeout = 1000 ; // Prepara os endereços para redirecionamento var arRedirects = new Object ( ) ; arRedirects [ 'whatsapp' ] = 'https://api.whatsapp.com/send?phone=554797608224' ; // Verifica se o parâmetro de redirecionamento foi passado na URL if ( contador de cliques ! = null ) { para ( tipo var em arRedirects ) { if ( contador de cliques == tipo ) { // Grava o evento do Google Analitycs e redireciona if ( typeof gtag === 'function' ) { // Se estiver usando o gtag.js gtag ( 'evento' , gaaction , { 'event_label' : galabel , 'event_category' : gacategory , 'non_interaction' : verdadeiro , 'event_callback' : function ( ) { setTimeout ( function ( ) { janela . localização . href = arRedirects [ tipo ] ; } , redirect_timeout ) ; } } ) ; } else if ( typeof ga === 'function' ) { // Se estiver usando o analytics.js ga ( 'enviar' , 'evento' , { 'eventCategory' : gacategory , 'eventAction' : gaaction , 'eventLabel' : galabel , 'hitCallback' : function ( ) { setTimeout ( function ( ) { janela . localização . href = arRedirects [ tipo ] ; } , redirect_timeout ) ; } } ) ; } else { setTimeout ( function ( ) { janela . localização . href = arRedirects [ tipo ] ; } , redirect_timeout ) ; } // Garante que o usuário administrador vai redirecionar // Necessário pois o Google Analytics não contabiliza usuários administradores setTimeout ( function ( ) { janela . localização . href = arRedirects [ tipo ] ; } , redirect_timeout * 3 ) ; pausa ; } } } } < / script >
×