docs(plugin-google-gtag): replace the broken Google Developers links with valid ones (#10338)

Co-authored-by: Bohyun Jung <bohyunjung@naverz-corp.com>
This commit is contained in:
정보현 Bohyun Jung 2024-07-25 18:12:41 +09:00 committed by GitHub
parent 026a317fc4
commit afa9fcc965
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 7 additions and 8 deletions

View file

@ -7,7 +7,7 @@ slug: /api/plugins/@docusaurus/plugin-google-gtag
import APITable from '@site/src/components/APITable';
The default [Global Site Tag (gtag.js)](https://developers.google.com/analytics/devguides/collection/gtagjs/) plugin. It is a JavaScript tagging framework and API that allows you to send event data to Google Analytics, Google Ads, and Google Marketing Platform. This section describes how to configure a Docusaurus site to enable global site tag for Google Analytics.
The default [Global Site Tag (gtag.js)](https://developers.google.com/tag-platform/gtagjs) plugin. It is a JavaScript tagging framework and API that allows you to send event data to Google Analytics, Google Ads, and Google Marketing Platform. This section describes how to configure a Docusaurus site to enable global site tag for Google Analytics.
:::tip