x x x
x
Only portrait mode is currently supported - please rotate your device.

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Custom section
CustomCSSwidth:60%;margin:30px auto;display:flex;flex-direction:column;


HTML
<style> 
img.confluence-embedded-image { 
  border: solid 1px var(--secondary-color); 
} 

@media only screen and (max-width: 600px) {
  img.confluence-embedded-image {
    width:100%;
  }

  .cell.sidebars {
    width: 10%!important;
  }
}
</style>

Custom button
CustomCSSborder: 0px; color: white; margin-top:10px; background: var(--primary-color); margin-bottom:20px;
Typecustom-button
TextBack to Tutorials
Url/display/SBAJ/Admin+Panel#tab-Tutorials

General description
CustomCSSwidth: auto; padding: 0px;
MyTitleView Analytics
BodyCSSwidth: inherit; padding: 0px;

Analytics are an important tool to measure the success of your community platform. With analytics, you can see how your users are interacting with your platform and identify areas for improvement. In this tutorial, we'll show you how to view analytics for a single user and how to view more high-level analytics for your entire community platform.

Step 1 -  Navigate to the Community Admin tab.


Step 2 - To view analytics for a single user, find the user’s name in the user list. Click the “View Analytics” the Image Added button.


Step 3 - This will redirect you to a new page. Click the blue “View User Analytics” Image Added button. This will bring you to a Mixpanel dashboard, which will show you their activity!


Step 4 - To view more high-level analytics for the entire community, stay on the Community Admin tab and select the “Analytics” button.

💡 Tip: You may have to disable your adblocker in order to view the dashboard.

Step 5 - the Image Added button. You can now view the Mixpanel dashboard. You can see which pages are most popular, the number of active users, and other key metrics.


💡 Tip: You may have to disable your adblocker in order to view the dashboard.


That’s it! Viewing analytics is an essential tool for managing and improving your community platform. By using the information provided through analytics, you can identify what is working well and what needs improvement, and ultimately create a better experience for your cohort.

...