Omniture is case sensitive, how to ensure user input is consitent
August 31st, 2008
Omniture is case sensitive. So when you are passing values to an s.prop it records “Word” and “word” as two different values.
User input can be a mix of capitalisation. So when passing user input to an s.prop. Ensure to use the .toLowerCase();. option on the s.prop. Consider this option for areas such as internal site search keywords.
Syntax is :-
s.prop1=s.prop1.toLowerCase();.
Recent Comments