<% title "Analytics" %>
👈 Back to Main Dashboard " href="<%= dashboard_analytics_path %>"> Your Dashboard <% @organizations.each do |org| %> " href="<%= dashboard_analytics_org_path(org.id) %>" href="<%= dashboard_analytics_path %>" data-organization-id="<%= org.id %>"> <%= org.name %> Analytics Dashboard <% end %>

Analytics Dashboard for <%= @user_or_org.name %>

Welcome to the Analytics Dashboard, the home of in-depth user metrics so that authors can make data-driven decisions about the <%= SiteConfig.community_member_label %> ecosystem.

This dashboard highlights deep insights especially relevant to <%= SiteConfig.community_member_label %> relations, authors, and serious bloggers.

<%= render "shared/stats" %>
<%= javascript_packs_with_chunks_tag "analyticsDashboard", defer: true %>