Fix #509 : Add wiki doc for debugging Google Analytics locally#517
Open
NITISH084 wants to merge 2 commits into
Open
Fix #509 : Add wiki doc for debugging Google Analytics locally#517NITISH084 wants to merge 2 commits into
NITISH084 wants to merge 2 commits into
Conversation
Member
Author
|
@HardikGoyal2003 PTAL, Thanks. |
HardikGoyal2003
requested changes
Mar 1, 2026
HardikGoyal2003
left a comment
Member
There was a problem hiding this comment.
@NITISH084 Thanks for the PR. Can you please add some images of the GA dashboard and a bit of its working??
Member
Author
|
Hi @HardikGoyal2003 I have added few screenshots, and new data related to debug view/ realtime report and Tag assistant extension as well in the Doc. PTAL |
| @@ -0,0 +1,131 @@ | |||
| This guide explains, step by step, how to connect local Oppia to Google Analytics 4 (GA4), confirm events are being sent, and understand where to look when something fails. | |||
Member
There was a problem hiding this comment.
how to connect local Oppia --> how to connect Oppia devserver (localhost)
HardikGoyal2003
requested changes
Apr 14, 2026
Comment on lines
+8
to
+12
| 1. [GA4 setup assistant](https://support.google.com/analytics/answer/9304153) | ||
| 2. [Google tag (`gtag.js`) developer guide](https://developers.google.com/tag-platform/gtagjs) | ||
| 3. [GA4 Realtime report](https://support.google.com/analytics/answer/9271392) | ||
| 4. [GA4 DebugView](https://support.google.com/analytics/answer/7201382) | ||
| 5. [Tag Assistant extension](https://chromewebstore.google.com/detail/tag-assistant/kejbdjndbnbjgmefkgdddjlbokphdefk?hl=en-US&utm_source=ext_sidebar) |
Member
There was a problem hiding this comment.
Explain why these references are important to read and understand.
| 1. What to do. | ||
| 2. Why that step matters. | ||
|
|
||
| Useful references: |
Member
There was a problem hiding this comment.
Should this be renamed to prerequisites?
| 5. [Tag Assistant extension](https://chromewebstore.google.com/detail/tag-assistant/kejbdjndbnbjgmefkgdddjlbokphdefk?hl=en-US&utm_source=ext_sidebar) | ||
|
|
||
| ## Event flow to verify | ||
| Before starting, it helps to know the end-to-end path your analytics event takes. |
Member
There was a problem hiding this comment.
I am not sure what this line meant.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR fixes #509