Expand my Community achievements bar.

Join us at Adobe Summit 2024 for the Coffee Break Q&A Live series, a unique opportunity to network with and learn from expert users, the Adobe product team, and Adobe partners in a small group, 30 minute AMA conversations.
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.