Currently in DTM and Launch, events can only be set either empty for increment by 1 or serialized from value. But with the Numeric type an event can also have an actual value. So I'd like to have two input fields in the event section of the "Set Variables" Action Type from the Analytics Extension.
- Serialize from value (optional) -> as is
- Value (optional) -> new
So option 1 would create a an event like "eventN:%serializedFromValue%" and option 2 "eventN=%value%"
Currently this can only be done with custom code which I would like to use as little as possible and here I have to add the event to s.linkTrackEvents whereas the one set with the gui are added automatically:
s.linkTrackEvents = 'event10';
s.events += ',event10=' +value