Hi,
While setting up tracking for a client we've noticed that custom JS function variables returning false result in an empty string while a JS function variable returning true returns the actual boolean value true. The variables are set up like this:
The result in the debug mode:

I would expect the boolean false to return false instead of an empty string