I wonder if it would be a good thing to be able exclude links within certain areas from picking up the parameters. I already have parameters set with tokens for links within my menu, this module then adds them again. Or, could we say: if parameters exist, don't add, or, alternatively, if they exists, override existing?
Comments
Comment #2
soumyadas commentedWell that's a good idea. Let me work on it.
Comment #3
soumyadas commentedHi, couple of examples would be better to understand!
Comment #4
sijuwi commentedSo in my case if you follow this link: https://www.freedomfromtorture.org/?utm_campaign=test to our homepage, then click on the DONATE button in the menu, you'll notice that utm_campaign now appears twice with different values. We want the persistant url to overide any existing argument. I realise this may be rather a unique and uncommon example... not really sure it would be useful for others
Comment #5
soumyadas commentedWell your DONATE button is already having this parameter. Now you want to override it with the value coming from your campaign, right? e.g. 'test' would be the final value.
Comment #6
sijuwi commentedYes that's it
Comment #7
soumyadas commentedOkay I'll work on it.
Comment #8
sijuwi commentedFollowing up a little on this: also when the parameters are attached to file links as is the case on this page the downbload fails:
https://www.freedomfromtorture.org/the_poverty_barrier_report?utm_campai...
compare to:
https://www.freedomfromtorture.org/the_poverty_barrier_report
Comment #9
soumyadas commentedIt seems your file name contain spaces , that is causing abnormal behavior. Please remove space with "_" and that should resolve this issue.
Comment #10
sijuwi commentedYes the transliteration module would resolve the white spaces. Thanks
Comment #11
soumyadas commentedWe are going to patch this feature by this weekend. However we should get the right most parameters value while submitting to the server.
Comment #12
sijuwi commentedThanks so much! Not sure what you mean here: "However we should get the right most parameters value while submitting to the server."
Comment #13
soumyadas commentedNever mind, we will fix it.
Comment #15
soumyadas commentedCommitted this feature to the latest release.
Comment #16
soumyadas commentedComment #17
sijuwi commentedThanks very much!!!