You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,8 +72,8 @@ $analytics = Analytics::new(
72
72
73
73
1. Acquire proper GDPR Consent
74
74
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
77
77
78
78
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.
0 commit comments