I have a registration page. When completed the User is taken directly to their "profile." The problem is the URL ends up being http://www.domain.com/Default.aspx?PageID=10694802&EID=24515501&CID=5169686 where http://www.domain.com/Default.aspx?PageID=10694802 is stactic across any registration. Because this isn't a static page, how would someone place in an Adwords Conversion Code, or any other code for that matter to measure conversion rates.
I can only think the solution is to direct the User to a page that uses a specific template after registration. On that page would have to be a button that can take them to their "profile." Not the best user experience.
Hi Michael,
Indeed that sounds like an immediate approach, to remove the damage added to the user experience you could add a meta redirect, thus linking the user directly to his profile page. something like
<meta content="0;url=http://LINK_TO_THE_PROFILE_PAGE" http-equiv="refresh" />