OJS 2.4.8.2 usage stats

Hi @MarkAGregory

It sounds good.
Only the values with the metric_type = ojs::counter are considered in the Usage Statistics Plugin – there could be also ojs::legacyCounterPlugin, ojs::timedViews and ojs::legacyDefault from the older plugins that does not count here.

I do not know what code by ctgraham do you mean… but you would then use this code:

{translate key="article.abstract"} - {$article->getViews()}
{if $galleys}
        {foreach from=$galleys item=galley name=galleyList}
                {$galley->getGalleyLabel()} - {$galley->getViews()}
        {/foreach}
{/if}

as posted here: Abstract views, PDF views and Download Stats Made Public 😶 - #7 by beghelli

Yes, in the templates/article/article.tpl file.

Best,
Bozana