{extend name="../admin/common/base" /} {block name="body"}

今日关键指标

新关注人数
{$report.subscribe.today}
昨天 {$report.subscribe.yesterday}
本周 {$report.subscribe.week}
上周 {$report.subscribe.lastweek}
本月 {$report.subscribe.month}
上月 {$report.subscribe.lastmonth}
本年 {$report.subscribe.year}
去年 {$report.subscribe.lastyear}
取消关注人数
{$report.unsubscribe.today}
昨天 {$report.unsubscribe.yesterday}
本周 {$report.unsubscribe.week}
上周 {$report.unsubscribe.lastweek}
本月 {$report.unsubscribe.month}
上月 {$report.unsubscribe.lastmonth}
本年 {$report.unsubscribe.year}
去年 {$report.unsubscribe.lastyear}
净增关注人数
{$report.subscribe.today-$report.unsubscribe.today}
昨天 {$report.subscribe.yesterday-$report.unsubscribe.yesterday}
本周 {$report.subscribe.week-$report.unsubscribe.week}
上周 {$report.subscribe.lastweek-$report.unsubscribe.lastweek}
本月 {$report.subscribe.month-$report.unsubscribe.month}
上月 {$report.subscribe.lastmonth-$report.unsubscribe.lastmonth}
本年 {$report.subscribe.year-$report.unsubscribe.year}
去年 {$report.subscribe.lastyear-$report.unsubscribe.lastyear}
当前关注人数
{$report.total.subscribe_total}
累积关注 {$report.total.total}
累积取关 {$report.total.unsubscribe_total}

注:以上数据以接入平台后产生的数据为准,若公众号已认证请先同步粉丝。

风向标

    {volist name="data_by_api" id="vo" empty="暂时没有数据" }
  • {$vo.title}
  • {/volist}

热门应用

    {volist name="app_by_api" id="vo" empty="暂时没有数据" }
  • {$vo.name}
  • {/volist}
{/block}