Context Variable - Elapsed time measure | Community
Skip to main content
New Participant
August 25, 2022
Solved

Context Variable - Elapsed time measure

  • August 25, 2022
  • 1 reply
  • 713 views

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)


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


thank you in advance

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SteveBe8

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

1 reply

SteveBe8Accepted solution
Employee
August 26, 2022

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