Skip to content

Commit

Permalink
Fix Google Tag Manager URL in Third Party Libraries documentation (#5…
Browse files Browse the repository at this point in the history
…7731)

## Description

Updating the URL for the Google Tag Manager in the Next.js documentation for [Third Party Libraries](https://nextjs.org/docs/pages/building-your-application/optimizing/third-party-libraries).

We were using https://developers.google.com/maps/documentation/embed/embedding-map, which redirected to the documentation for embedding Google Maps.

## Implementation

- Replacing https://developers.google.com/maps/documentation/embed/embedding-map by https://developers.google.com/tag-platform/tag-manager
  • Loading branch information
aspehler committed Oct 30, 2023
1 parent 8dbf4e6 commit a07e0de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ All supported third-party libraries from Google can be imported from `@next/thir
### Google Tag Manager

The `GoogleTagManager` component can be used to instantiate a [Google Tag
Manager](https://developers.google.com/maps/documentation/embed/embedding-map) container to your
Manager](https://developers.google.com/tag-platform/tag-manager) container to your
page. By default, it fetches the original inline script after hydration occurs on the page.

<AppOnly>
Expand Down

0 comments on commit a07e0de

Please sign in to comment.