Expand my Community achievements bar.

SOLVED

Context Variable - Elapsed time measure

Avatar

Level 5

We were previously doing our setup on mobile services and now I'm creating our app events on report suite, including the processing rules. 

Some of our events are elapsed time between actions but Im not sure witch condition is the correct one to choose. For clicks I´ve been using

a.action(context data)

fern1_0-1661446256272.png
What is the correct one for elapsed time? Would it be a.action.time.total(context data)??

fern1_1-1661446356408.png


thank you in advance

 

1 Accepted Solution

Avatar

Correct answer by
Employee

Hey @fern1 -

All of the a.action.time.* context data values are used with tracking timed actions. A couple of questions for you:

  • What version of the SDK are you using?
  • If v4, are you use the trackAction API, or the trackTimedAction API?

I suspect you want a.timesincelaunch, but your answers to the above will help inform that.

Thanks.

-steveb

View solution in original post

1 Reply

Avatar

Correct answer by
Employee

Hey @fern1 -

All of the a.action.time.* context data values are used with tracking timed actions. A couple of questions for you:

  • What version of the SDK are you using?
  • If v4, are you use the trackAction API, or the trackTimedAction API?

I suspect you want a.timesincelaunch, but your answers to the above will help inform that.

Thanks.

-steveb