Skip to main content

Event Code vs Event Slug

These are two different identifiers:

Event Code- A unique 16-character ID (e.g., a1b2c3d4e5f6g7h8)
- Used internally by the system
- You rarely need to use this directly

Event Slug- A short, readable name you choose (e.g., agc2026)
- Used in URLs that guests see

URL Format Examples:- Registration: app.brandstudiohq.com/{brand}/{event-slug}/registration
- Gallery: app.brandstudiohq.com/{brand}/{event-slug}/gallery
- Slideshow: app.brandstudiohq.com/{brand}/{event-slug}/slideshow

With Custom Domain:- Registration: photos.yourdomain.com/{event-slug}/registration
- Gallery: photos.yourdomain.com/{event-slug}/gallery

Was this helpful?