mixpanel-js icon indicating copy to clipboard operation
mixpanel-js copied to clipboard

Long urls are cut off

Open pinktonio opened this issue 1 year ago • 2 comments

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.

pinktonio avatar Nov 23 '23 09:11 pinktonio