Introduction to User and Company Behavior

This guide assumes you are familiar with Users and Companies.

User and Company analytics provides the necessary tools for analyzing individual customers and their behaviors. You can look up customers based on their properties and create reports to better understand your user base composition. You can also utilize complex user behavior reporting like funnel and retention analysis.

Moesif strongly identifies as a user behavior analytics platform. Therefore, much of the analysis also involves what a customer does, for example, in terms of API calls and in-app custom actions.

Note that events may take up to 20 minutes to show up in the user analytics screens. If your data has not shown up, try again later once the data has had time to filter over.

Overview of User Analytics

Moesif has two types of customer entities: Users and Companies.

Users

A User represents a single person accessing your API. Moesif tracks this with a unique ID for the user. This ID comes through a Moesif SDK in the middleware configuration or through a gateway plugin, usually by default. If you have a B2C business, this may suffice for all your tracking requirements. If you have a B2B or partnership business, you can associate a user with a company. This allows you to group metrics together and to see trends across all users in the organization.

For this functionality to work, you must have user tracking enabled. Most gateways have this functionality enabled by default. You can also enable through configuration options, usually in a header. If you use a Moesif SDK directly in your code, you need to implement the identifyUser hook in your middleware configuration. For an example in Node.js, see the identifyUser function documentation.

To access user analytics in Moesif Portal, select Users in the navigation menu.

Companies

A Company in Moesif represents a group of users that belong to the same account, possibly referred to as a tenant or organization. By making companies first class entities, Moesif gives users the ability to track users and companies completely separately. If you have a B2C business, you may not need to use companies functionalities.

For this functionality to work, you must have company tracking enabled. Most gateways have this functionality enabled by default. You can also enable through configuration options, usually in a header. If you use a Moesif SDK directly in your code, you need to implement the identifyCompany hook in your middleware configuration. For an example in Node.js, see the identifyUser function documentation.

To access company analytics in Moesif Portal, select Company in the navigation menu.

User and Company Analysis Types

Multiple types of analysis are available for both Users and Companies. Moesif supports the following types:

Lookup
A CRM-style lookup which allows Moesif users to filter for specific users or companies based on a criteria.
Funnels
Create a user funnel analysis to analyze user or company trends.
Retention
Create a retention analysis to inspect details around user or company retention.
Composition
Create a user composition analysis to understand your products user composition.

You can access each of these analysis types from the analysis transition dropdown.

Types available in analysis type dropdown

Create a New Analysis

To create a new analysis, select + Create New. Then select the analysis type.

Types available in create new menu

API protocol support

Moesif supports a variety of API protocols including REST, GraphQL, and Ethereum Web3 (JSON-RPC) APIs. For more information, see GraphQL Support and JSON-RPC Support.

Filters

Moesif offers a vast array of filters that can provide deeper insights into your User and Company analytics data. These filters allow you to construct powerful and complex queries for different analysis types and build intuitive visualizations.

For a reference documentation for the filters, see Reference: Analytics Filters.

Updated: