コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards
解決済み

Time spent in between form initiate and form complete

Avatar

Level 2

I'm trying to find the time spent in between form initiate and form complete. We have two webpages, one where form load and form initiated event and the other with form completed event.


I have tried time spent on page with different segments - form initiated and form completed but not getting the desired output.

Any Suggestions on how to create calculated metric for this or apply a different segment?

Thanks!

トピック

トピックはコミュニティのコンテンツの分類に役立ち、関連コンテンツを発見する可能性を広げます。

1 受け入れられたソリューション

Avatar

正解者
Level 5

@Gav_R 

 

You can try setting a Session Cookie at the time of Form Initiate and Calculate the time when your form is submitted/completed.

 

Since your second page is a success page, use the existing form completed event. Calculate the time difference between the form initiated and form complete event timestamps to measure time spent between the both.

元の投稿で解決策を見る

3 返信

Avatar

正解者
Level 5

@Gav_R 

 

You can try setting a Session Cookie at the time of Form Initiate and Calculate the time when your form is submitted/completed.

 

Since your second page is a success page, use the existing form completed event. Calculate the time difference between the form initiated and form complete event timestamps to measure time spent between the both.

Avatar

Community Advisor and Adobe Champion

Hi @Gav_R ,

If you can change the implementation, you can look for Time Between Events plugin from Adobe plug-ins.

 

Link to documentation - https://experienceleague.adobe.com/en/docs/analytics/implementation/vars/plugins/gettimebetweenevent...

Avatar

Community Advisor and Adobe Champion

In addition to the getTimeBetweenEvents plugin (https://experienceleague.adobe.com/en/docs/analytics/implementation/vars/plugins/gettimebetweenevent...) as suggested by @igupta 

 

you could also look at the getTimeToComplete plugin as well (https://experienceleague.adobe.com/en/docs/analytics/implementation/vars/plugins/gettimetocomplete)

 

The one issue with getTimeBetweenEvents is that you need actual events at each side for the calculation to go between....if you don't have that already, or don't want to use up a whole event for the start I wouldn't blame you....  I am not sure I would have a whole event dedicated to "form initiate".. but the getTimeToComplete allows you to just trigger a "start" and "stop" when you need, and in theory just to track the time once stop is triggered.