Our dev team implemented some utag.view and utag.link calls that are being used to fire Google Analytics page and event tags. Along with the utag.view and utag.link calls, we are passing an array of variables and values. When I'm debugging the implementation, I see the calls firing properly, and the "a" object contains the right variables and values. However, when I switch and look at the Network calls made to Google Analytics, I see that one of the variables has a different value than what the utag call/data stated. Specifically, for those familiar with GA tracking, the variable is the "non-interaction" parameter. Does anyone know or have an idea of what might be happening here? why isn't Tealium mapping correctly this value from the utag.view and utag.link calls to the GA tags? I see the variable is mapping correctly to the GA parameter, but the value is wrong :( Thank you!
... View more