[PR #793] [MERGED] Removed Google Analytics and Added Google Tag Manager Plugin #786

Closed
opened 2026-02-21 17:18:54 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langsmith-docs/pull/793
Author: @danielrlambert3
Created: 5/14/2025
Status: Merged
Merged: 5/19/2025
Merged by: @jacoblee93

Base: mainHead: main


📝 Commits (3)

  • 19ca15b removed google analytics added google tag manager plugin
  • 5193d6c removed google analytics static file
  • cd3e4c0 ran yarn format

📊 Changes

4 files changed (+546 additions, -709 deletions)

View changed files

📝 docusaurus.config.js (+10 -7)
📝 package.json (+1 -0)
static/js/google_analytics.js (+0 -8)
📝 yarn.lock (+535 -694)

📄 Description

I replaced Google Analytics with Google Tag Manager to centralize tag management and simplify event tracking. This change reduces the need for direct code modifications for event tracking and adding/removing tracking scripts.

Tag Manager Preview Mode Validation Locally

Screenshot 2025-05-14 at 8 51 43 AM
Screenshot 2025-05-14 at 8 51 14 AM
Screenshot 2025-05-14 at 8 51 08 AM


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langsmith-docs/pull/793 **Author:** [@danielrlambert3](https://github.com/danielrlambert3) **Created:** 5/14/2025 **Status:** ✅ Merged **Merged:** 5/19/2025 **Merged by:** [@jacoblee93](https://github.com/jacoblee93) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (3) - [`19ca15b`](https://github.com/langchain-ai/langsmith-docs/commit/19ca15bd6fca55c06e40dbce59a911270ef503b3) removed google analytics added google tag manager plugin - [`5193d6c`](https://github.com/langchain-ai/langsmith-docs/commit/5193d6cdf7bfeab65aa33f92513b62c7295f8437) removed google analytics static file - [`cd3e4c0`](https://github.com/langchain-ai/langsmith-docs/commit/cd3e4c0f79e66f4f86d1433cee7c315885cc8c9d) ran yarn format ### 📊 Changes **4 files changed** (+546 additions, -709 deletions) <details> <summary>View changed files</summary> 📝 `docusaurus.config.js` (+10 -7) 📝 `package.json` (+1 -0) ➖ `static/js/google_analytics.js` (+0 -8) 📝 `yarn.lock` (+535 -694) </details> ### 📄 Description I replaced Google Analytics with Google Tag Manager to centralize tag management and simplify event tracking. This change reduces the need for direct code modifications for event tracking and adding/removing tracking scripts. **Tag Manager Preview Mode Validation Locally** ![Screenshot 2025-05-14 at 8 51 43 AM](https://github.com/user-attachments/assets/09731aad-8518-4229-95ba-55b8752e8a3c) ![Screenshot 2025-05-14 at 8 51 14 AM](https://github.com/user-attachments/assets/a79dbf8d-573c-47ac-aa7a-f8a5a5ab416b) ![Screenshot 2025-05-14 at 8 51 08 AM](https://github.com/user-attachments/assets/5c68fdd2-73ae-473a-bd80-d1face9b8295) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-21 17:18:54 -05:00
yindo closed this issue 2026-02-21 17:18:55 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langsmith-docs#786