Mixpanel Community Icon

Finding the Runtime Token for Mixpanel Unity SDK Settings

·
·

hi, I'm trying to use Mixpanel Unity SDK. Where can I find the runtime token needed for the settings?

  • Avatar of kapa.ai
    kapa.ai
    APP
    ·
    ·

    Hi Januar T., Please stand by as I search the Mixpanel knowledge base for an AI-powered answer. I normally take about 15 seconds or so. In case AI cannot answer your question, feel free to reach out to Mixpanel support at mixpanel.com/get-support. If you have follow-up questions for this thread, please tag me again with your question: @kapa.ai <follow-up question> đź‘‹

    Feel free to ask a follow-up question once I've answered by mentioning me with @kapa.ai

  • Avatar of kapa.ai
    kapa.ai
    APP
    ·
    ·

    To find the runtime token (also known as the project token) needed for the Mixpanel Unity SDK settings, you can follow these steps:1. Go to your Mixpanel project settings page: https://mixpanel.com/settings/project/ 2. Look for the "Access Keys" section on this page.This information is based on the following source:Mixpanel Docs: Managing a Project's TokenOnce you have your project token, you can use it to initialize Mixpanel in your Unity project. Here's how you can set it up:1. Open the Unity project settings menu for Mixpanel (Edit -> Project Settings -> Mixpanel) 2. Enter your project token into the Token and Debug Token input fields within the inspector.This information comes from:Mixpanel Docs: Unity SDKRemember, the project token is not a secret value and will be visible to anyone who can access your Unity project or built application. It's used for identification, not authorization.

    kapa.ai is still learning and improving, please let me know how I did by reacting below.

    ℹ️ Tip: Mention @kapa.ai in the thread for follow-ups or DM the app for 1-to-1 help.

  • Avatar of Januar T.
    Januar T.
    ·
    ·

    can I set the runtime token through script?