How to set trackState value (state) in trackAction method for mobile app
Inside launch mobile property, we are trying to identify if we can perform below tasks
- capture value of 'state' variable in event data by using a data element.
- when Track Action event happens, use that data element inside rule, under attach data action type.
Basically we are trying to capture value of state variable and send it along with every track action happening in app.
One possibility we thought of is to ask mobile developers to add 1 new context variable and give value of state variable to it in every trackAction method which exists inside app code. But its kind of a little huge task for developers to update the existing code. So we are looking any alternatives which can be achieved using launch.
Thank you

