Solved
Not able to access detail object from satellite track call
Hi All, We are trying to use satellite.track to trigger a button click. But along with that track call we are sending additional objects. I am trying to access those objects inside a rule as a condition or ac an action, i am not able to access those. Can someone please help me with what type of Condition type should i be using to reference that? In the below track call i want to access the "name" and the "conversion label"
_satellite.track("link-button-click",{id: 4267, name: 'Apply now', conversionLabel: 'test'});