1. Can we have a timestamp for each user action? 2. Can we track the source where the user is coming from? Which platform did the user come through (Facebook, Google, TIkTok)?
RE: timestamp - you can use the same approach with the userflowEvent() function, but save a timestamp this time, so it'll be userflowEvent('timestamp');
Reply
Posted on 11/1/2023
@anneruthj
Thank you for the response. Could you elaborate on how I implement the userflowEvent() for the timestamp?
Reply
Posted on 11/1/2023
@support
You can add the following JavaScript trigger whenever you want to record a timestamp as a custom event: userflowEvent('timestamp');
(and you can replace the word "timestamp" in the line above with any other label of your choosing).