Ho 20 pagine di articoli che chiamano endpoint JSON distinti di Discourse per ottenere il numero di commenti relativi a quell’articolo. Sul forum stesso, vedo che i conteggi delle visualizzazioni dei topic sono quasi identici alle analisi delle pagine degli articoli. O il 99% dei visitatori degli articoli clicca sul link al post di Discourse o (più probabilmente) la chiamata all’endpoint contribuisce al conteggio delle visualizzazioni del topic. Qualcuno può confermare?
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.