I'm relatively new to Divolte and looking at it as part of a web application analytics ... It looks like perhaps you have to use a custom event for each event you have - which could be a bit cumbersome for what I'm dealing with
The ideas I've had thus far (but no luck yet)
1) Before calling signal from anywhere dump all the params as String into a special entry then include that one big blob as the param in the signal. This of course would require custom code on the JS side and probably makes it harder to detect the actual params when querying the data later on
2) In the mapping file - somehow or other iterate through all of the possible values in the params and cast to String as necessary then dump that whole piece to an array of string in the JSON schema.
Is there a way to easily debug a mappings file? I've tried using a println (from groovy in it) but the println statements are not showing up in the logs anywhere