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
Segment, for whatever reason, sends utm_campaign properties as utm_name. While confusing, this was mostly fine. However, about a month ago I accidentally committed this line, which started sending all utm_name properties as utm_campaign.
Going forward this feels right as it consolidates everything. But right now we've got a lot of user properties that are slightly wrong.
I'm creating this issue to note down what I did for future reference.
Segment, for whatever reason, sends
utm_campaign
properties asutm_name
. While confusing, this was mostly fine. However, about a month ago I accidentally committed this line, which started sending allutm_name
properties asutm_campaign
.Going forward this feels right as it consolidates everything. But right now we've got a lot of user properties that are slightly wrong.
I'm creating this issue to note down what I did for future reference.
Specifically:
To fix this, for each person we need to
$initial_utm_name
and set it as$initial_utm_campaign
utm_name
andset_once
it asutm_campaign
We'll send a non-billable event for each person to set those properties. I wrote a little temporal python script to do this.
It'll be hard/impossible to fix events, so I think it's okay to just leave those be.
The text was updated successfully, but these errors were encountered: