Vagon
HomePricingGo to Dashboard
Vagon Streams
Vagon Streams
  • Introduction
  • Unreal Engine Pixel Streaming
  • Unity Render Streaming
  • Vagon Application Streaming
    • Application Bundles
  • Guides
    • How to Start Streaming
    • Performance Types
    • Streams
    • Capacity Types
    • Worldwide Coverage
    • Connection Optimizations
      • Application Cache Memory
      • Region Optimization
  • Configurations
    • Premium Feature Plans
    • Application Versioning
    • Basics
    • Limitations
    • Accessibility
    • Availability
    • Launch Parameters
    • Visitor Data Collection
    • Customize - Connection Page
    • Stream Files
    • Advanced
    • Application Budget Limit
  • Integrations
    • Client-side Communication
      • Javascript SDK
      • Unreal Engine SDK
      • Unity SDK
    • URL Parameters
    • Streams API Services
      • Authentication
      • API Documentation
  • Custom Flows
    • Connect over Corporate Networks
    • Run Multiple Files & Scripts
    • Application Debugging
    • Multi Tenant Streaming
    • Multiplayer Experiences
    • Troubleshooting
  • Tools & Services
    • AWS Marketplace
    • Vagon Streams CLI
    • Unity Verified Plugin
Powered by GitBook
On this page
  • Collect Visitor Data
  • Visitor Data Collection via URL Parameters
  • Connections Stats
  • Password Protection
  1. Configurations

Visitor Data Collection

PreviousLaunch ParametersNextCustomize - Connection Page

Last updated 3 months ago

Stream Configurations - Visitors

Collect Visitor Data

When the Collect Visitor Data is enabled, your visitors will be asked to share their email addresses before joining the Stream.

You will be able to collect visitor data and track connected user data from the Stats > Visitor tab inside your Streams Dashboard.

Visitor Data Collection via URL Parameters

In addition to the Visitor Data Collection page, you can collect user information by sending user email addresses via URL Parameters.

After your Streams URL, you just need to add visitor_email parameter and send the user email as the parameter value at the end of your URL. You can find the sample URL below.

https://streams.vagon.io/streams/<STREAM_ID>?visitor_email=streams@vagon.io

If you are using both URL Parameters and Visitor Data inside your URL, be sure that you separated them via & sign to prevent issues.

Connections Stats

When you enable Connection Stats, you will be able to monitor your visitor device and connection performance information on your Stats page.

Visitor Stats are also available through our Streams API which gives you the option to embed your streaming data to your own dashboard or system.

Password Protection

When you enable Password Protection for your Streams, your users will be asked for a password to join your Stream, and visitors without the password will not be able to connect to your experience.

Vagon Streams Stats Page