user
@anneruthj
Traffic source tracking, timestamps
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)?

reply
Reply
user
@support
RE: source - see this thread from earlier this year https://cluelabs.com/support/edit-elements/forum?id=667&folderid=50&filter=50

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
Reply
user
@anneruthj
Thank you for the response.
Could you elaborate on how I implement the userflowEvent() for the timestamp?
reply
Reply
user
@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).
reply
Reply