Ir para o conteúdo
   Atenção: o WikiRio é feito pela comunidade. Linhas, tarifas, horários e regras podem mudar sem aviso.
   Pra não cair em surpresa, confira também as fontes oficiais.

MediaWiki:Common.js: mudanças entre as edições

Created page with "<!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-HRS0M6CFEZ"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-HRS0M6CFEZ'); </script>"
 
Sem resumo de edição
 
Linha 1: Linha 1:
<!-- Google tag (gtag.js) -->
/* Google tag (gtag.js) - GA4 */
<script async src="https://www.googletagmanager.com/gtag/js?id=G-HRS0M6CFEZ"></script>
window.dataLayer = window.dataLayer || [];
<script>
function gtag(){ dataLayer.push(arguments); }
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());


  gtag('config', 'G-HRS0M6CFEZ');
// carrega o script externo
</script>
mw.loader.load('https://www.googletagmanager.com/gtag/js?id=G-HRS0M6CFEZ');
 
// inicializa
gtag('js', new Date());
gtag('config', 'G-HRS0M6CFEZ');