Expand my Community achievements bar.

Join us for the next Community Q&A Coffee Break on Tuesday April 23, 2024 with Eric Matisoff, Principal Evangelist, Analytics & Data Science, who will join us to discuss all the big news and announcements from Summit 2024!
SOLVED

Can numeric events be serialized?

Avatar

Level 3

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?
1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Numeric events can be serialized.

eventXXX:46f0f2e2abcf75579c74=100 will be the correct syntax, where 46f0f2e2abcf75579c74 is the unique ID and 100 is the numeric event value.

View solution in original post

1 Reply

Avatar

Correct answer by
Employee Advisor

Numeric events can be serialized.

eventXXX:46f0f2e2abcf75579c74=100 will be the correct syntax, where 46f0f2e2abcf75579c74 is the unique ID and 100 is the numeric event value.