We have a server side experiment running through our own implementation.
We started with Google Optimize to keep track of the experiment through their server side experiments-solution but some tracking seems to be off for us (not so standard setup). Now we want to test whether the problem is with our Optimize implementation.
What we would like to do is fill the experimentId and experimentVariant in the fieldsObject without using the implementation with Google Optimize.
We're using Tag manager for our GA implementation and while debugging we do see that the experimentId ("expId") and experimentVariant ("expVar") are being set but for some reason it's not being picked up by GA in our reports.
This is what I see in the GA Debugger for the other variant, this seems fine:
Is it possible to set expId and expVar in GA fieldsObject without using Google Optimize? If so, how and how do I see them in my reports?