cydrobolt / polr

:aerial_tramway: A modern, powerful, and robust URL shortener
https://polrproject.org
GNU General Public License v2.0
4.98k stars 888 forks source link

Allow to add query string with custom ending #605

Open nidzchaudhary opened 3 years ago

nidzchaudhary commented 3 years ago

How we can pass the analytics params with the custom ending?

The requirement is:-

https://xyz.com/10000?utm_source=google

Here the 10000 is a custom ending, that's working fine but needs a custom ending like 10000?utm_source=google, 10000?utm_source=facebook, etc.

Please let me know how can I implement the same. Or is there any other way to track the analytics parameters?