Quick Start Guide
Quick Start Guide
Section titled “Quick Start Guide”Get your BoostOps dashboard up and running in just a few minutes. This guide will help you set up your first executive dashboard and start tracking ad spend profitability.
Prerequisites
Section titled “Prerequisites”Before you begin, make sure you have:
- A Unity game project (any version 2019.4+)
- Firebase project set up for your game
- Admin access to your game’s advertising accounts
- BoostOps account (sign up at app.boostops.com)
Step 1: Create Your BoostOps Account
Section titled “Step 1: Create Your BoostOps Account”- Visit app.boostops.com/sign-up
- Sign up with your studio email address
- Verify your email and complete studio onboarding
- Choose your initial plan (Starter is perfect for getting started)
Step 2: Connect Your First Game
Section titled “Step 2: Connect Your First Game”Add Game Project
Section titled “Add Game Project”- In your BoostOps dashboard, click “Add Game”
- Enter your game name and platform (iOS/Android)
- Select your primary ad networks (we’ll connect them in Step 4)
Generate SDK Keys
Section titled “Generate SDK Keys”- Click “Generate SDK Keys” for your game
- Copy your
Game ID
andAPI Key
- you’ll need these for Unity integration - Keep these keys secure and don’t share them publicly
Step 3: Install Unity SDK
Section titled “Step 3: Install Unity SDK”Package Manager Installation
Section titled “Package Manager Installation”- Open Unity Package Manager (
Window
>Package Manager
) - Click the
+
button and select “Add package from git URL” - Enter:
https://github.com/boostops/unity-sdk.git
- Click Add
Quick Setup
Section titled “Quick Setup”using BoostOps;
public class GameManager : MonoBehaviour{ void Start() { // Initialize BoostOps with your keys BoostOps.Initialize("YOUR_GAME_ID", "YOUR_API_KEY");
// Start tracking basic events BoostOps.TrackEvent("game_start"); }}
Step 4: Connect Ad Networks
Section titled “Step 4: Connect Ad Networks”Supported Networks
Section titled “Supported Networks”- Google AdMob (recommended for Unity)
- Facebook Audience Network
- Unity Ads
- AppLovin MAX
- ironSource
Connection Process
Section titled “Connection Process”- Go to Settings > Ad Networks in your BoostOps dashboard
- Click “Connect” next to your primary ad network
- Follow the OAuth flow to grant read access to your ad account
- Verify connection status shows as “Connected”
Step 5: Set Up Your Executive Dashboard
Section titled “Step 5: Set Up Your Executive Dashboard”Dashboard Configuration
Section titled “Dashboard Configuration”- Navigate to Dashboard > Executive View
- Select your key metrics:
- Ad Spend vs Revenue (most important!)
- Daily Active Users (DAU)
- Revenue per User (ARPU)
- User Acquisition Cost (UAC)
Configure Alerts
Section titled “Configure Alerts”- Go to Alerts > Create Alert
- Set up your first alert: “Ad Spend > Revenue”
- Condition: Daily ad spend exceeds daily revenue
- Notification: Email + Slack (if configured)
- Recipients: Add key stakeholders
Step 6: Test Your Setup
Section titled “Step 6: Test Your Setup”Verify Data Flow
Section titled “Verify Data Flow”- Launch your game and play for a few minutes
- Check Dashboard > Real-time for incoming events
- Verify ad network data appears within 24 hours
- Confirm profitability calculations are working
Test Alerts
Section titled “Test Alerts”- Temporarily lower an alert threshold to trigger it
- Verify you receive notifications as expected
- Reset thresholds to normal values
What’s Next?
Section titled “What’s Next?”🎉 Congratulations! Your BoostOps setup is complete. Here’s what to explore next:
Immediate Actions
Section titled “Immediate Actions”- Executive Dashboard - Explore all dashboard features
- Ad Spend Tracking - Deep dive into profitability
- Firebase Setup - Enhanced data integration
Advanced Features
Section titled “Advanced Features”- Cross-Game Analytics - Multi-game insights
- Portfolio Analysis - Studio-wide reporting
- Automated Alerts - Advanced notification setup
Need Help?
Section titled “Need Help?”Running into issues? We’re here to help:
- Troubleshooting Guide - Common setup issues
- Contact Support - Get personalized assistance
- FAQ - Quick answers to common questions
Ready to dive deeper? Check out our Executive Dashboard guide to maximize your insights.