Skip to content

Commit 71c9f5a

Browse files
authored
Merge branch 'master' into readme-debug
2 parents 1f2720c + 77f56e5 commit 71c9f5a

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
@@ -72,8 +72,8 @@ $analytics = Analytics::new(
7272

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

7878
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.
7979

0 commit comments

Comments
 (0)