Solved

How to get user property of latest event.

  • 22 June 2023
  • 2 replies
  • 117 views

Event has user property ‘user_type’ .

A user has a different 'user_type' for each event. If change ‘user_type’ to ‘A’ at ‘2023-06-22’, previous  change event’s ‘user_type’ is ‘B’ but  after change event’s ‘user_type’ is ‘A’.

 

i want to group latest event’s ‘user_type = A’ and draw user event history. 

 

icon

Best answer by Saish Redkar 22 June 2023, 17:07

View original

2 replies

Userlevel 7
Badge +10

Hey @Seunghyun Lim 

In an event segmentation chart, the user property value queried will be on the event-level, and not based on the most recent value. So if a user property has different values over the chart interval, then a group by will show all the captured values.
You could try using cohorts for segmenting on latest value or a user composition chart to analyze the latest values of a user property.

Here’s a post which talks about this

 

@Saish Redkar 
Oh,, I see. Thank you for your comment.

It works well as i expected.!!

Reply