Want to record the activity

Ashton Khizr asked on April 24, 2017 11:57

I want to record user activity as soon as user visits a specific page say "Page A". I've added a JS redirection to "Page A" which redirects to another page "Page B".

I dont see any activity regarding "Page A" in "contact management > Activities".

Would really appreciate any one could help me in this regard.

Recent Answers


Brenden Kehren answered on April 24, 2017 14:21

That redirect needs to happen after the activity is logged. This activity can be logged via JS if needed by setting that property in the Settings app. Otherwise you should be able to replicate this activity logging within your js redirect.

0 votesVote for this answer Mark as a Correct answer

Rui Wang answered on April 24, 2017 16:20

Instead of using your own JS for redirection, can you try use the built-in redirect under the page Properties > Navigation tab? That may log the hit to page A.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.