Commit 67f438b
authored
Avoid incorrect session attribution. (tldraw#6544)
My understanding is that were were setting a property called `source`
when sending over the events. Since there was no other source set then
GA4 took this as the traffic source attribution as well.
So the problem is not actually using UTM tags for internal navigation.
The problem was that were we using the same name of the property that
GA4 uses for traffic attribution.
### Change type
- [x] `bugfix`1 parent 8c74738 commit 67f438b
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
181 | 187 | | |
182 | 188 | | |
183 | 189 | | |
| |||
0 commit comments