📦 plugin-google-gtag
O plug-in Tag global do site (gtag.js) é padrão. It is a JavaScript tagging framework and API that allows you to send event data to Google Analytics, Google Ads, and Google Marketing Platform. Essa seção descreve como configurar um site do Docusaurus para habilitar a tag global do site do Google Analytics.
tip
Você pode usar a ferramenta Assistente de Tags do Google para verificar se sua tag está configurada corretamente!
production only
This plugin is always inactive in development and only active in production to avoid polluting the analytics statistics.
Instalação
- npm
- Yarn
- pnpm
npm install --save @docusaurus/plugin-google-gtag
yarn add @docusaurus/plugin-google-gtag
pnpm add @docusaurus/plugin-google-gtag
tip
If you use the preset @docusaurus/preset-classic
, you don't need to install this plugin as a dependency.
Você pode configurar este plugin através das opções de predefinição.
Configuração
Campos aceitos:
Nome | Type | Padrão | Descrição |
---|---|---|---|
trackingID | string | Required | The tracking ID of your gtag service. |
anonymizeIP | boolean | false | Whether the IP should be anonymized when sending requests. |