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
All four keys strip the utm_ and use the remaining part as the key name.
Whereas the value of utm_campaign is mapped to name key. It feels like if we rename the name key to campaign it would be consistent and more straight forward.
All four keys strip the
utm_and use the remaining part as the key name.Whereas the value of
utm_campaignis mapped tonamekey. It feels like if we rename thenamekey tocampaignit would be consistent and more straight forward.