Passing Parameters to my Analysis

Passing Parameters to my Analysis

Hi there...

I'm writing an Analysis that must extract the min, max and average of 4 different variables from a device.

I'm trying to find a way to have the trigger passing two parameters to my analysis, which are:
- The variable to extract min, max and average values
- The device_token, so I don't need to create one analysis per device

What is the best option to make this type of generic analysis? From what I see, I wasn't able to indicate to my analysis what triggered its execution.