- πΊπΈUnited States jcandan
Does the patch in #3302639: Allow GET parameters in the shorten URL β solve this?
A shortened URL may be used in a marketing message. For successful analytics tracking of the marketing effort, it is common to append tracking codes, most notably UTM parameters, to the URL path as URL parameters in a [name]=[value] form. Currently, ShURLy module interrupts the successful use of UTM parameters as they are never appended to the URL path once the shortened URL is processed and the redirect occurs.
Typical usage of the ShURLy module.
Update the module code to evaluate the URL path during the click-through of any shortened URL, parse all URL parameters, then automatically append all URL parameters from the incoming click-through and re-append that set of URL parameters to the redirect URL path.
All.
No changes, per the proposed resolution.
Unsure.
The existing changelog may be analyzed for sufficient capacity to record the length of full URL paths that may appear in this process.
Closed: duplicate
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Does the patch in #3302639: Allow GET parameters in the shorten URL β solve this?