To set a numeric success event with the mobile SDK, you can use the trackAction method and pass in the appropriate parameters. Here's an example in iOS using Adobe Mobile SDK:
ACPCore.trackAction("download", data: ["num_items": 3])ACPCore.trackAction("download", data: ["num_items": 5])
In this exa...