Skip to content

Commit c818c91

Browse files
Update index.md
1 parent 375c0a6 commit c818c91

File tree

1 file changed

+2
-1
lines changed
  • src/connections/destinations/catalog/actions-google-analytics-4

1 file changed

+2
-1
lines changed

src/connections/destinations/catalog/actions-google-analytics-4/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ const sessionNumPromise = new Promise(resolve => {
9393
Promise.all([sessionIdPromise, sessionNumPromise]).then(function(session_data) {
9494
console.log("session ID: "+session_data[0]);
9595
console.log("session Number: "+session_data[1]);
96-
});```
96+
});
97+
```
9798

9899
> info "Session tracking limitations"
99100
> Session tracking server-side only works if you're also sending data to Google Analytics 4 client-side. This is because the `session_id` must match a value that was previously collected on the client. For events to stitch properly, they must arrive within a 48 hour window of when the client-side events arrived.

0 commit comments

Comments
 (0)