


Is it possible to set up an event in the Mobile Services UI to fire whenever a specific trackState runs? I know you can do it with the action context variable (e.g., a.action=login), but I'd love to be able to increment an event whenever a specific state/page occurs, and to do this via the UI.
Thanks in advance!
Solved! Go to Solution.
Hi michaelh37,
Via processing rules, you could potentially set a rule that states
Set Event "event" to Custom Value 1
if 'specific page Name of trackState' is set.
Jen
Hi michaelh37,
Via processing rules, you could potentially set a rule that states
Set Event "event" to Custom Value 1
if 'specific page Name of trackState' is set.
Jen