How do impressions work?

Isham Crozier Posted in Beginning Developers 3 years ago

If I wanted to record the number of times that one user binged from the items on the profile of another user, could I do it?

Replies
us Isham Crozier Replied 3 years ago

So what I would want to do to collect the interaction data is to collect onto a users profile their impressions on another user?

German Michael Zülsdorff Replied 3 years ago

The basic concept is already implemented with Profile Views
https://www.opensource-socialnetwork.org/component/view/2813/profile-views

And of course you can enhance the code to collect clicks on more specific targets like images, posts, etc.