Data Explorer 特定リンクをクリックしたユーザー

こんにちは、

リンクがクリックされたユーザーを確認することは可能でしょうか?
Discourse にはクリック数が把握されているようなので、誰がクリックしたかも特定できるはずです。

よろしくお願いいたします!

「いいね!」 1

Discourse keeps track of how many clicks a topic link gets, but it does not keep track of which users clicked a link. It could be possible to get that information with something like Google Tag Manager or Segment, but you would need to add some code to your site to catch the click events and send the data to the analytics service.

「いいね!」 3