Added clicks stats to links table

This commit is contained in:
Andris Reinman 2016-05-05 15:31:41 +03:00
parent f753c25924
commit 80316b0ead

View file

@ -274,7 +274,7 @@
URL URL
</th> </th>
<th class="col-md-1"> <th class="col-md-1">
Clicked Clicks
</th> </th>
<th class="col-md-1"> <th class="col-md-1">
% of clicks % of clicks
@ -316,17 +316,13 @@
<tr> <tr>
<th></th> <th></th>
<th> <th>
All links Aggregated clicks
</th> </th>
<th> <th>
{{clicks}} {{clicks}}
</th> </th>
<th> <th>
{{#if clicks}}
100%
{{else}}
0%
{{/if}}
</th> </th>
<th> <th>
CTR {{clicksRate}}% CTR {{clicksRate}}%
@ -335,6 +331,9 @@
</tfoot> </tfoot>
</table> </table>
<p class="text-muted">
Clicks are counted as unique subscribers that clicked on a specific link or on any link (in aggregated view)
</p>
</div> </div>
</div> </div>