mixpanel-js
mixpanel-js copied to clipboard
Long urls are cut off
Unfortunately, URLs in events are getting trimmed if they exceed 255 characters. This is a problem if you have URLs with very long queries for example from Google Ads where vital information in these parameters is not being submitted.
Affected by this are the fields $current_url
and $initial_referrer
.
Please remove the max character length constraint or add an option where we can specify the max length before it gets trimmed.