20 件の記事ページがあり、それぞれが異なる Discourse のトピック JSON エンドポイントを呼び出して、その記事に関連するコメント数を取得しています。フォーラム上では、トピックの閲覧数が記事ページの分析データとほぼ同じであることが確認できます。これは、記事の訪問者の 99% が Discourse の投稿へのリンクをクリックしているのか、それとも(より可能性が高いですが)エンドポイントへのアクセスがトピックの閲覧数にカウントされているのか、どちらでしょうか?確認をお願いします。
Yes, that is pretty much the same thing. A topic view is when the endpoint is being hit, regardless if it is by the Discourse Javascript client, or by a third party client requesting it.
Thanks for the reply. So there’s no distinction between asking for the topic’s metadata and reading its contents, as far as views go? I wonder if I’m calling the wrong API.