LogoLogo
What's new?StatusMSquared
  • Morpheus Platform Documentation
  • What is Morpheus Platform?
    • Glossary
    • Interoperability
    • Support
    • EULA
  • Firewall Problems
  • CREATION
    • Unreal Development
      • Get Started
        • Download the Editor
        • Upload Content
        • Creating your Own Map
        • Morpheus Base Project
        • Differences from Unreal
          • Character Configuration
        • Morpheus Networking
          • Introduction to Morpheus Networking
          • Network Levels
          • Replicated Properties
          • RPCs
          • Morpheus Render Targets
          • Morpheus Array
          • Networking FAQ
          • Replicating Sublevels
      • Editor Versions
      • Features & Guides
        • Example Plugin
          • Nameplates
          • In-Game Roles
          • Resizing
        • Actor Pooling
        • Audio
        • Avatars
          • Creating an Avatar
          • Attachments
            • MML Attachments
          • Custom Animation Variables
          • Importing an NFT Collection
          • Capsules and Mesh Transforms
        • Bots
        • Chat
          • Unreal Text Chat
        • Control Panels
          • Control Panel Configuration
          • DJ Booth Mission Control
          • Observer Controls
        • Crowd Audio
        • Crowd Rendering
          • Legacy Animated Crowd
            • Animated Crowd Console Commands
            • Attaching static meshes to crowd members
          • Crowd Materials
          • Performance Parameters
          • Live Config Settings
          • Crowd Animation
            • Crowd Anim Blueprint
              • User Guide - Crowd Anim Blueprint
              • Reference Guide - ABP Nodes
                • Animation Playback
                • States and State Machines
                • Variables
                • Transitions
                • Special
                • Blends
                • Additional Notes
        • Helpers & Extras
          • "Instanced Objects" in Blueprints
          • Objects with "world context"
          • Making DataAsset classes
          • Duplicate Objects
          • The Bootflow Subsystem
          • The "Wait For Condition" System
          • Advanced Graphics Settings
          • Listening to Inputs on UObjects
          • Morpheus UserID
          • World Services
          • M2Extras: Skins System
        • Loading Screen
        • Live Config
          • Editing for a World
          • Editing Locally
          • Default Settings
          • Accessing via Blueprint
          • Adding New Settings
          • Overriding Defaults
          • Using Arrays
        • MML
        • Motion Capture
        • Networking
        • Notifications
        • Raycastable Crowd
        • Singletons
        • Streaming & Multiplatform
          • GFN on Mobile
        • UI
          • "UI Mode"
        • User Collections
          • Creating a New Object Definition
          • Accessing from Unreal
            • Creating Objects Definitions
            • Transfer Objects
            • User Collection Views
            • Receiving Updates
        • Video Players
          • Embedded Video Player
          • Millicast video streaming
            • How to Setup an In-Game Video Stream
            • Picture-in-Picture mode
          • Streaming Video Player
            • How to Setup a URL Video Player
            • Picture-in-Picture mode
        • Visual Debugging
          • Inspector
        • Web UI
        • Online Services
          • KV Store Service
        • Web Requests
          • Http Requests
            • Legacy HTTP Nodes
          • JSON Handling
          • WebSockets
          • Identity Validation
          • Allowed External URLs
          • Walkthrough Example
            • Example Counter Service
        • World Travel
          • World Travel in the Editor
        • Avatar Physics Assets
        • Action Gameplay Helper Components
      • Workflows
        • Upgrade the Editor
        • Editing Project Settings
        • Profiling
        • Performance Guarantees
        • Marketplace Importing
        • Extra Workflows
          • Setup Play-in-Editor
          • Setup Local Asset Validation
          • Adding Gameplay Tags
          • Validating Game Assets
          • Custom Connection Modes
          • Connect Editor to a World
          • Common Issues
      • Best Practices
    • Worlds
      • Invite Players
        • Setting Role Groups
      • Persistent Worlds
      • Always on Worlds
    • Running Events
      • Large Scale Events - Checklist
      • Anti-Cheat (EAC)
      • Player Entry
        • React Native
        • Steam
        • Hardware Requirements
      • Broadcast
        • OBS Integration
      • Failover
      • Capacity and Queue Management
  • ADMINS
    • Access Control
      • Add Metaverse Contributors
      • Create a New Project
    • Pricing
      • Development Support
      • Included Usage & Overages
      • Cloud Streaming
      • Access Modes
      • War Room Support
      • Platform SLA
    • Settings
      • Projects
  • APIs and Tooling
    • API Reference
      • Accounts
      • Events
      • Key/Value Store
      • Organizations
      • Realtime
      • User Profile
      • World Builder
      • Worlds
    • Template Web App
      • Moderation
    • Pixel Streaming
    • Launcher
  • Integrations
    • Analytics
      • Send Events from Web
      • Send Events from Unreal
    • Chat
      • Integrate Pubnub with your Unreal Project
      • Add Moderation to Chat
Powered by GitBook
On this page
  • Overview
  • Mixpanel
  • Setting Up Mixpanel Analytics
  • Creating a Mixpanel Project
  • Sending your first events to Mixpanel
  • Viewing Data in Mixpanel

Was this helpful?

  1. Integrations

Analytics

How to integrate external analytics providers into your project

PreviousLauncherNextSend Events from Web

Last updated 6 months ago

Was this helpful?

Overview

This guide will help you integrate an analytics solutions into your project, providing a self-serve way of collecting, extracting and evaluating user data.

Mixpanel

Follow the guide below to learn about how you can start sending events to your own Mixpanel project via your Unreal Project, and via your external webpage!

Setting Up Mixpanel Analytics

Creating a Mixpanel Project

Retrieving your Project Token

Before beginning implementation:

  1. When pasted, this will generate an authorization header of the form Basic <base64-encoded string> . Copy the base64 encoded value of your project token after "Basic", as you will need this when setting headers in your Unreal project.

Sending your first events to Mixpanel

To learn about sending events via your web app, check out:

  • Send Events from Web

For sending events via your Unreal project in Blueprints, check out:

  • Send Events from Unreal

Viewing Data in Mixpanel

Events

Successfully sent events can be viewed immediately in the Events tab on Mixpanel. These will be sorted by time sent:

Users

You can also view users' profiles and their associated events here:

We will be using as our example 3rd party analytics platform, but this approach should work for any analytics solution of your choice.

Mixpanel has a number of useful features that makes it an attractive option for any projects looking to track how their users interact with the platform, from their first visit to the webpage through to in-game events. A data point is represented as an , which can contain a number of custom properties that you can define.

Each event is also associated with a unique , allowing you to analyse an individual user's or similarly grouped users' behaviour in a number of powerful ways.

One particularly powerful feature of Mixpanel is the ability to compute automatically via a timeout-based method.

To get started, create a , where you will be prompted to set up your organization and first project. You should be met with a page like this on successful creation:

Ensure you have your to hand. This will be used at various points for authentication when trying to send events to mixpanel (specifically for web-based track events). You can find this under project settings:

Once retrieved, head to the in mixpanel's docs. You should see section where you can paste your project token into the authorization.

Mixpanel
Event
User
Sessions
mixpanel account
project token
import events page
All users with a profile will be displayed by default. You can filter for users who don't have a user profile in the top left, under Users
Each user has an associated Activity Feed, listing all their events.