Assigning values to serialized event via Processing rules SDK
Hi,
I have a question regarding the processing rules and events in Adobe Analytics SDK. I want to assign values to a serialized event via Processing rules. For example:
- If a context key starts with A then assign value 1.5 to serialized event
- If a context key starts with B then assign value 2 to serialized event
In other words this is how I see it before serialization :
| Assigned value | Serialized ID |
| 1,5 | 6789 |
| 2 | 6789 |
| 1,5 | 12345 |
| 2 | 12345 |
| 2 | 12345 |
And this is what I am expecting as serialized values - assuming that Adobe will sum up the Assigned values and serialize them by Serialized ID
| Assigned values | Serialized ID |
| 3,5 | 6789 |
| 5,5 | 12345 |
Would it work like that?

