Normalized URLs

When the hit is passed through the Canister, a pipeline session agent normalizes this value and three other values and writes them into the [appdata] section.


[appdata]
TLT_URL=/news/news-releases/2020/Discover
TLT_SERVER=192.168.100.76
TLT_HOST_NAME=www.hclswtech.com
TLT_APPLICATION_NAME=news



This normalization and insertion is performed by the Discover Reference session agent, which is required for proper parsing of the URL, Host, App, and Server dimensions.

  • Normalization includes the removal of query parameters from the URL string and converting it to all lowercase.
    Note: Do not attempt to create hit attributes to scan for this value and capture those values to a dimension. Use the Discover Reference session agent, which performs extra functions.
  • For more information about how URL values are parsed by Discover Reference session agent, see "Determining Path Values" in the Unica Discover Configuration Manual.
  • See "Discover Reference Session Agent" in the Discover Configuration Manual.