Skip to content

Commit 756cd50

Browse files
committed
Fix underscores must be escaped in markdown
1 parent efb75e8 commit 756cd50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ $analytics = Analytics::new(
7171

7272
1. Acquire proper GDPR Consent
7373
2. Client/GTAG.js sends session_start and first_visit to GA4
74-
3. GA4 sends _ga and _gid cookies back to Client/GTAG.js
75-
4. Server uses _ga (or _gid; or your unique session_id) to populate events
74+
3. GA4 sends \_ga and \_gid cookies back to Client/GTAG.js
75+
4. Server uses \_ga (or \_gid; or your unique session_id) to populate events
7676

7777
Note: It is entirely possible to push events to backend without acquiring the session cookies from Google Analytics; you will however lose information bundled inside the `GTAG.js` request if you do not figure out how to push that via backend too.
7878

0 commit comments

Comments
 (0)