Added clicks stats to links table
This commit is contained in:
parent
f753c25924
commit
80316b0ead
1 changed files with 6 additions and 7 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue