DocsOEngage17. Badge System
Reference

17. Badge System

OEngageorravo.com/docs/oengage/17-badge-system

Badge Conditions

Condition TypeDescription
manualAdmin awards only
xp_thresholdAutomatically awarded when user's total XP reaches the value
login_streakAwarded when streak reaches the value

Automatic checking

BadgeEngine::check_conditions() is called every time XP is awarded. It queries all active non-manual badges and awards any that the user now qualifies for.

Duplicate prevention

{prefix}or_user_badges has a UNIQUE KEY on (user_id, badge_id) — badges can only be earned once.


17. Badge System — OEngage Docs — Orravo