Description
Ability to transform redirects based on the session and visitors attributes.
Why is this feature important to you
Sometimes we need to write javascript to customize redirects beyond what is availability in the redirect offer. E.g. converting a querystring into path or changing a querystring attribute name. Javascript based redirects are not officially supported, they are slower and can cause SRM errors
How would you like the feature to work
- Take the incoming URL as an input string
- write JavaScript and/or Velocity to make transformations to the the string, including inserting session and profile attribute values
- Output the transformation as the output string
- Validate the output string is a valid URL
- Apply standard Adobe Target redirect offer transformation (i.e., add referrer, session id, etc)
- Send output string as redirect back to the browser
Current Behaviour
Static URLs with option to pass the original querystring and mbox session ID