特定のトピックを閲覧したユーザーを追跡する方法

How can we track the ‘list of users’ who viewed a particular topic??

「いいね!」 2

Two caveats I would make, or at least in my particular need, would be that it would also have to be granular down to the post, and it would need a minimum length of time the post was viewed.

While I don’t need a user friendly GUI as I suspect that having admin access to the PostgreSQL database, a query cold be run.

「いいね!」 1

Answer from Hawk in another topic which probably also answers yours:

If you do this, there may be a cookie acceptation matter to take care of, though.

「いいね!」 1

Yes, and…

This could be done with #plugin:data-explorer

「いいね!」 1

Thanks.

While I don’t have access to Data Explorer did some checking of the quires and found

Topic Reads by Date

or like a reverse index
Is it possible to see the topics a user has viewed?

IIRC there is another topic that list useful Data Explorer quires but I can’t find it at the moment.

It looks like that post you linked to has an example, in fact:

「いいね!」 2

Also related:

And:

「いいね!」 3