We want to serialize a numeric event so it is only captured once. Is this possible? I can only find separate documentation about serialization and numeric types, but nothing about them together.
If it is possible, what is the required syntax in the tag code?
Assume our Event is XXX. We have 2 values to populate; the serialization value and a numeric:
eventXXX:46f0f2e2abcf75579c74
eventXXX=100
So, should the Syntax by:
eventXXX:46f0f2e2abcf75579c74=100
Or perhaps this:
eventXXX=100:46f0f2e2abcf75579c74
Or something else perhaps?