What does 'top referred topics' measure?

I’ve searched and can’t find explicitly what the ‘Top Referred Topics’ measures. Does it include when a topic is clicked via search engine, or just when shared by a user?

1 Mi Piace

Top Referred Topics are the topics that have been shared most frequently by referrers. The number of clicks is the number of times people have clicked through from a referral link posted anywhere else on the Internet.

4 Mi Piace

Curious on the method/reliability of the metrics in the dashboard

Would that number ever show as lower than a previous report?

i.e. a hosting site removes the link so report shows one lower click

Could a topic on the report be removed without being knocked off by a higher clicked topic?

Hawk or anyone who knows, Thank you

@j.jaffeux can probably answer that for you

2 Mi Piace

This report is using IncomingLinksReport model:

https://github.com/discourse/discourse/blob/master/app/models/incoming_links_report.rb#L125

The query is basically:

  • Count of all IncomingLink in topics with archetype being Archetype.default
  • In a given category if specified
  • Between two dates
  • grouped by topic_id
  • keep a limited amount of the highest counts

An IncomingLink is created on topic show:
https://github.com/discourse/discourse/blob/master/app/controllers/topics_controller.rb#L946

The only operations that I’m aware of on IncomingLink are updating ip/owner. IncomingLink destruction happens only if you use destroy_task.

I might be missing a where clause, but AFAIK destroying a post won’t remove the IncomingLink record.

4 Mi Piace

Thank you so much, seems the main dashboard report is for 7 days which was causing my confusion,

sadly I’ve looked at it many times and never figured that out till now :facepalm:

I’d like to suggest a note on that

image

Ho la stessa domanda, e ahimè le risposte sopra e il tooltip della pagina di amministrazione non mi chiariscono cosa siano esattamente i “Top Referred Topics” in termini concreti. Qualcuno potrebbe dare la spiegazione per bambini di cinque anni?

È il numero più alto di argomenti condivisi dagli utenti altrove e su cui le persone hanno cliccato.

1 Mi Piace

Lasciami riformulare per me stesso, spero di aver capito bene (?):

Il report Argomenti più segnalati

  • mostra gli argomenti nel forum corrente
  • su cui i visitatori sono atterrati dopo aver seguito un link da un altro sito.
  • La colonna “Clic” mostra quante volte è successo.
  • Qualsiasi link di questo tipo su un altro sito conta. Non è necessario che sia stato condiviso tramite il pulsante Condividi di discourse.
  • Navigare verso un argomento all’interno del forum corrente, o seguire un link all’interno del corpo di un post nel forum corrente, o digitare l’URL di un argomento direttamente nella barra degli indirizzi del browser, non conta.

(Ci sono molti modi per interpretare queste cose quando non si ha familiarità. Immagino che “Segnalati” e “Clic” siano gergo standard (più o meno), ma avrei capito più velocemente “Argomenti più visitati dall’esterno” e “Visite”.)

Penso che per questi debbano essere ‘segnalati’ da qualcuno (cioè, essere uno dei link che include il tuo nome utente alla fine. Ad esempio, se mettessi questo su Facebook https://meta.discourse.org/t/what-does-top-referred-topics-measure/99464/7?u=jammydodger).

Ho qualche dubbio al riguardo, perché il mio report sui Referral Principali è vuoto (il che sembra probabile, nessuno sta ancora usando il pulsante Condividi), mentre il mio report sui Topics Referral Principali ha 10 elementi.

Mi chiedo se sia possibile vedere maggiori dettagli sui link in entrata / siti di riferimento, quando ospitati da Discourse.

1 Mi Piace