LogoLogo
  • Overview
  • Key Features
  • Getting Started
    • Installation
    • Quick Start Guide
    • Configuration Options
    • Authentication
  • NPM Package
    • Installation
    • Core API Reference
    • Event Tracking
    • Experimentation
    • Performance Monitoring
    • Session Recording
    • Error Tracking
    • Advanced Configuration
  • A/B Testing & Experimentation
    • Creating Experiments
    • Targeting Users
    • Measuring Results
    • Statistics & Significance
    • Best Practices
  • Analytics Dashboard
    • Overview
    • User Journey Analysis
    • Conversion Funnels
    • Custom Reports
  • Session Recording
    • Privacy Considerations
    • Viewing Recordings
    • Filtering & Searching
    • Heatmaps
  • Performance Monitoring
    • Core Web Vitals
  • User Management
    • Roles & Permissions
    • Team Collaboration
    • Access Controls
    • Audit Logs
  • Troubleshooting
    • Common Issues
    • Debugging Tools
    • Error Reference
  • Appendix
    • Glossary
    • API Status Codes
    • Migration Guides
    • Release Notes
    • Roadmap
Powered by GitBook
On this page
  • Options
  • Next Steps
  1. Getting Started

Configuration Options

While initializing you can use the below parameters:

Option
Type
Required
Description

organizationId

string

Yes

Your organization identifier from Mtrix dashboard

projectId

string

Yes

Your project identifier from Mtrix dashboard

environment

string

Yes

Environment (production, staging, development)

options

object

No

Feature-specific configuration

encryptionKey

string

No

Custom encryption key for data (recommended)

Options

Next Steps

Now that you've integrated Mtrix into your application, you can:

  • Set up custom events to track user interactions

  • Create A/B tests to optimize your user experience

  • Monitor application performance

  • View session recordings to understand user behavior

  • Track and fix errors affecting your users

The following sections will guide you through these features in detail.

PreviousQuick Start GuideNextAuthentication

Last updated 1 month ago