How can I split a URL and save it as variables?

How can I save a URL in the database and separate it into variables?

For example, I have this URL and I would like to split it and save the variables apart, such as utm_content, name campaign, etc.

Anyone has any insight about it?

Do you have field for each of them? Or just want to split the param=value?
You can use url:split by ? each item:split by &
But after, it may depend of what you will need to do and how you want to store them

This topic was automatically closed after 70 days. New replies are no longer allowed.