stats:tagPopularityList

Retrieves a list with the most popular tags. The objects returned in the collection are ItemPopularity objects with a 'itemId' and a 'popularity' property.

  <stats:tagPopularityList id="tagPopularities" max="20"/>
  <logic:iterate id="tagPopularity" name="tagPopularities">
    <bean:write name="tagPopularity" property="itemId"/>
    <bean:write name="tagPopularity" property="popularity"/>
  </logic:iterate>  
Syntax
<stats:tagPopularityList
   from="..."?
   id="..."
   max="..."?
   to="..."?/>
Attributes
id, mandatory, no runtime expressions

The name of the scripting-variable.

from

Date object or hours back from now

to

Date object or hours back from now

max

The maximum number of items to return.