package WebGUI::i18n::English::Macro_AOIHits; our $I18N = { 'macroName' => { message => q|AOI Hits|, lastUpdated => 1128837648, }, 'aoi hits title' => { message => q|AOI Hits Macro|, lastUpdated => 1112466408, }, 'aoi hits body' => { message => q|
^AOIHits();
^AOIHits(metadata property, metadata value);
This macro is for displaying Areas of Interest Hits, which is based on passive profiling
of which wobjects are viewed by users, on a per user basis. The macro takes two arguments,
a metadata property and metadata value, and returns how many times the current user has
viewed content with that property and value.
^AOIHits(contenttype,sport); would display 99 if this user has looked at content that was tagged "contenttype = sport" 99 times.
|, lastUpdated => 1146626467, }, }; 1;