How to track specific user logins in Memberstack with Webflow? Answered
I was curious to see if Memberstack would allow me to track a specific user's logins (I'm building on top of Webflow). It looks like I'd have to follow these docs? Any simplerway?
https://docs.memberstack.com/hc/en-us/community/posts/12616623259803-Webflow-Memberstack-analytics
Comments
4 comments
If your goal is simply to see when a member has logged in, Script #193 – Member Activity Timeline Tracker is a good fit. It records each login event with a timestamp and displays it in a timeline, so you’ll have a clear history of every login for that specific user. This way you don’t need to build a custom tracking page or rely on external tools — the timeline itself becomes your source of truth for login activity.
That said, if you only need a single data point like “last login date” or a simple counter of total logins, then a lighter approach (such as updating a custom field via webhook) might be more efficient. Script #193 is best when you want to see the full chronological history of logins, not just the most recent one.
Are you just trying to see when the member has logged in?
If so, you should find this video helpful ☺️
https://www.loom.com/share/014aaace16bd41f98240e70c9363a22a
This is exactly what I was looking for, thank you!!!
sweet!
Please sign in to leave a comment.