Este plugin no ha sido probado con ninguna las 3 últimas versiones principales de WordPress. Puede que ya no se mantenga o no tenga soporte, y puede que tenga problemas de compatibilidad cuando se utiliza con versiones más recientes de WordPress.

Tiny gtag.js Analytics

Descripción

A simple, light, ad-free plugin to enable Google’s global site tag. This enables analytics and conversion tracking via gtag.js on your WordPress site. You can customise it by adding extra JavaScript, and further extend the plugin’s functionality using the provided tiny_gtag_js_analytics_output hook.

Instalación

  1. Upload the entire, extracted plugin directory to the wp-content/plugins/ directory, or install the plugin through the WordPress Plugins screen directly.
  2. Activate the plugin through the Plugins screen.
  3. Go to Settings > gtag.js, add your Analyics and/or AdWords IDs, and save.
  4. Clear caches of any optimisation plugins, or CDNs you use on your site, if any.

Opiniones

Leer 1 comentario

Colaboradores & Desarrolladores

“Tiny gtag.js Analytics” es software de código abierto. Las siguientes personas han contribuido a este plugin.

Colaboradores

Traduce & #8220;Tiny gtag.js Analytics” a tu idioma.

¿interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN , o suscríbete al log de desarrollo por RSS .

Historial de cambios

3.0.1

  • Fixed crash on first settings save.

3.0.0

  • Support for GA4 IDs.
  • Changed inputs to tiny_gtag_js_analytics_output filter hook, update any integration accordingly. (Does not affect typical plugin usage.)

2.0.0

  • Support for AdWords IDs.
  • Made tracking ID(s) available to other scripts via tinyGtagJsOptions global variable.
  • Link to settings from Plugins page.
  • Support output after <body> as recommended by Google.
  • Fixed filter hook.
  • Fixed i18n.

1.0.1

  • Better form validation.