Would it be possible to add a querystring pass through feature?
Example:-
We have a page 'page-a.aspx' that's used as a landing page for a Google AdWords campaign. When someone clicks the ad they go to 'page-a.aspx?gclid=123456 (Google Analytics uses the gclid parameter for reporting). However a content editor then decides to rename 'page-a.aspx' to 'page-b.apx', the 301 Url tracker will correctly 301 the old page 'page-a.aspx' to 'page-b.aspx' however the gclid parameter doesn't get passed (and analytics reporting will be lost)
I've added this feature to the Handler301URLTracker class (pastebin link) (also added a '301:disableQueryStringPassThrough' config setting to disable the feature)
Querystring pass through
Hi,
Would it be possible to add a querystring pass through feature?
Example:-
We have a page 'page-a.aspx' that's used as a landing page for a Google AdWords campaign. When someone clicks the ad they go to 'page-a.aspx?gclid=123456 (Google Analytics uses the gclid parameter for reporting). However a content editor then decides to rename 'page-a.aspx' to 'page-b.apx', the 301 Url tracker will correctly 301 the old page 'page-a.aspx' to 'page-b.aspx' however the gclid parameter doesn't get passed (and analytics reporting will be lost)
I've added this feature to the Handler301URLTracker class (pastebin link) (also added a '301:disableQueryStringPassThrough' config setting to disable the feature)
I'm working on a new version and your feature request has been implemented :-)
Thanks, looking forward to the new version.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.