Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

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.