My brain hurts after pounding my head against the wall for a few months without much success.
Requirements are simple:
1) create thousands of temporary URLs quickly (currently stored in an excel spreadsheet)
2) Pass a unique parameter to a page for each URL
3) Site runs on LiveSite
For example:
If I go to
http://a.b.c/dan that should be an "alias" [can't pass parameters using OOTB aliases in LS] for
http://a.b.c/united-states/cis/invitea.page?tck=xyzhttp://a.b.c/green should go to
http://a.b.c/europe/cis/inviteb.page?tck=123http://a.b.c/smith should go to
http://a.b.c/europe/cis/inviteb.page?tck=234http://a.b.c/cubs should go to
http://a.b.c/chicago/tickets.page?tck=qwe&evt=wfoOur business partners call these vanity URLs and it's used for tracking how people get to our site from print materials.
The option we are currently using is totally unacceptable (it works, but is horrible) I'm looking for ANY ideas on implementing this in LiveSite without creating unique sitemap entries (even that doesn't really solve the problem)