My love language is removing tracking parameters from urls before sharing.
@misswired Is that something you can teach me to do?

@MAMaverick @misswired

If you see a link like http://example.com/whatever?utm_source=thisblog then you can remove the “?utm_source=thisblog” and the link will still work.

Often (but not always) all the query parameters (“?” And everything after) can be removed while sharing and nothing will break; the easiest way to know is to try the truncated URL yourself and see if it shows what you expect.

See also https://www.botify.com/insight/what-are-url-parameters

@edbrannin @misswired

Thank you !!