Existing alternatives to use a URLs to differentiate pages?

Our app allows all users to create a new post. Users can save it as a public draft (editable by others users) before publishing it.

Our goal is to track how much time is spent on a specific draft.

The issue is that the ID of a draft is not present in the URL. It's printed inside the page, inside a <input> HTML element. Since all the drafts have the same URL, they are considered as being the same page by Pendo.

  1. Is it possible to filter the data by the value of this <input>, so that we can see the time spent on every single draft?
  2. What are the existing alternatives to use a URL parameter to differentiate the draft?

 

0

コメント

1件のコメント
  • I'd try Event Properties to capture this and I think then you can use it in reporting to "group by". You may need to add it to the Save function on that page if there isn't an autosave option (capturing the <input> value when the user clicks Save) and then you could build a funnel from landing on the draft to clicking Save, and grouping by that event property.

    1

サインインしてコメントを残してください。

お探しのものを見つけられませんでしたか?

新規投稿