Integrating the Optimization Web SDK in a Web App:
step-by-step browser-side integration guidance covering singleton SDK setup, consent, page events,
entry resolution, merge tags, flags, tracking, and hybrid SSR cookie continuity
Integrating the Optimization React Web SDK in a React App:
step-by-step client-side integration guidance covering providers, consent, entry personalization,
interaction tracking, live updates, router adapters, and preview panel setup
Integrating the Optimization React Native SDK in a React Native App:
step-by-step React Native / Expo integration guidance covering OptimizationRoot setup, consent,
OptimizedEntry personalization and interaction tracking, live updates, screen tracking, and the
in-app preview panel — referenced against the Colorful-Team-Org demo
iOS SDK Fundamentals: shared reference for the iOS
SDK covering installation, configuration, consent, reactive state, the tracking model, live
updates, and the preview panel — read this before the UI-framework-specific guides
Integrating the Optimization iOS SDK in a UIKit App:
step-by-step UIKit integration using OptimizationClient directly in SceneDelegate, manual
personalizeEntry / trackView / trackClick calls, and PreviewPanelViewController