Sessions
{{stats.session_count|intcomma}}
{% extends "core/service_base.html" %} {% load humanize helpers %} {% block service_actions %}
Sessions
{{stats.session_count|intcomma}}
Hits
{{stats.hit_count|intcomma}}
Avg. Load Time
{{stats.avg_load_time|floatformat:"0"}}ms
Bounce Rate
{{stats.bounce_rate_pct|floatformat:"-1"}}%
Avg. Duration
{{stats.avg_session_duration|naturaldelta}}
Avg. Hits/Session
{{stats.avg_hits_per_session|floatformat:"-1"}}
Location | Hits |
---|---|
{{location.location|urlize}} | {{location.count|intcomma}} |
Referrer | Sessions |
---|---|
{{referrer.referrer|default:"Direct"|urlize}} | {{referrer.count|intcomma}} |
Operating System | Sessions |
---|---|
{{os.os|default:"Unknown"}} | {{os.count|intcomma}} |
Browser | Sessions |
---|---|
{{browser.browser|default:"Unknown"}} | {{browser.count|intcomma}} |
Device | Sessions |
---|---|
{{device.device|default:"Unknown"}} | {{device.count|intcomma}} |
Device Type | Sessions |
---|---|
{{device_type.device_type|default:"Unknown"|title}} | {{device_type.count|intcomma}} |