This guide describes the process of writing your own analytics.js plugins.
En esta guía se describe el proceso de crear complementos de analytics.js propios.
This guide explains how to require and use analytics.js plugins.
En esta guía se explica cómo solicitar y usar los plugins de analytics.js.
This document explains how to add analytics.js to your site.
En este documento se explica cómo agregar analytics.js al sitio web.
Also, your tracking code must use either the analytics.js or gtag.js snippet.
Además, este código debe usar el fragmento analytics.js o el gtag.js.
Since the this plugin is included in analytics.js you can simply pass undefined.
Dado que este plugin se incluye en analytics.js, basta con usar undefined.
Autotrack for analytics.js is a new solution to this problem.
El seguimiento automático para analytics.js es una solución nueva a este problema.
Neither analytics.js nor ga.js collects demographics and interests data.
Ni analytics.js ni ga.js recopilan datos demográficos o de intereses.
To deal with this, analytics.js provides a mechanism for renaming the global ga object.
En esta situación, analytics.js proporciona un mecanismo para cambiar el nombre del objeto ga global.
A common reason to override tasks is to stub functionality when testing your analytics.js implementations.
Esto se suele hacer para sustituir una funcionalidad por otra al probar las implementaciones de analytics.js.
Once the analytics.js library is fully loaded, it adds additional methods to the ga object itself.
Una vez que la biblioteca analytics.js se ha cargado por completo, añade métodos adicionales al objeto ga.
Replace the analytics.js snippet with the gtag.js snippet.
Reemplaza el fragmento de seguimiento de analytics.js por el fragmento global de gtag.js.
Plugins are scripts that enhance the functionality of analytics.js to aid in measuring user interaction.
Los complementos son secuencias de comandos que mejoran la funcionalidad de analytics.js para medir la interacción del usuario.
If a plugin fails to load or has an error, it will prevent all subsequent analytics.js commands from executing.
Si un complemento no se carga o tiene un error, se impedirá la ejecución de los comandos de analytics.js posteriores.