Skip to content

Commit 8b34ce5

Browse files
author
Alex Westergaard
committed
Lowercase GTAG.js
1 parent eb3bfad commit 8b34ce5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ $analytics = Analytics::new(
6767

6868
### Data flow
6969

70-
`session_id` > Google Analytics does not specify a required type of **session or user id**. You are free to use any kind of **unique identifier** you want; the catch, however, is that Google Analytics populates some internal data with `GTAG.js`, that is then referenced to their `_ga` cookie session id. Just be aware that `GTAG.js` is using *client-side Javascript* and can therefore have some **GDPR complications** as requests back to Google Analytics contains client information; such as their IP Address.
70+
`session_id` > Google Analytics does not specify a required type of **session or user id**. You are free to use any kind of **unique identifier** you want; the catch, however, is that Google Analytics populates some internal data with `gtag.js`, that is then referenced to their `_ga` cookie session id. Just be aware that `gtag.js` is using *client-side Javascript* and can therefore have some **GDPR complications** as requests back to Google Analytics contains client information; such as their IP Address.
7171

7272
1. Acquire proper GDPR Consent
7373
2. Client/GTAG.js sends session_start and first_visit to GA4

0 commit comments

Comments
 (0)