Expand my Community achievements bar.

SOLVED

Event triggered upon trackState in UI?

Avatar

Level 1

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!

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Employee

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

View solution in original post

1 Reply

Avatar

Correct answer by
Employee

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