Hi Jarno,
IE does support the toString method. However, your load rule may fail if it attempts to do a toString on an undefined variable e.g. if your load rule says "page_name contains ignore case 'test'", then if page_name is not defined, you'll get an uncaught error:
"Cannot call method toString of undefined" or something similar.
To avoid this, it's best to add a check to the load rule that the variable is defined before trying to perform a comparison on it:
i.e.
"page_name IS DEFINED
AND page_name contains_ignore_case 'test'".
I hope this helps to explain what's going on.
Craig.
Check out our new Swift integration library for iOS, macOS, tvOS and watchOS: https://github.com/Tealium/tealium-swift with updated
documentation https://community.tealiumiq.com/t5/Swift/tkb-p/swift.