RYZE Web SDK Practice

Adjust Web SDK training site — UTM capture, sessions, events, live log. The web counterpart of the mobile app's Debug tab.

SDK Status

App token
Environmentsandbox
Web UUIDwaiting…
Attributionwaiting…

UTM Capture → Adjust Global Callback Params

If the page opens with UTM parameters, the values are captured, stored in localStorage, and attached to EVERY session/event in this session via addGlobalCallbackParameters (visible in raw data and callback URLs; not visible in dashboard reports).

StatusNo UTM in the URL, no stored values either.

Fire Events

Same event tokens as the mobile app (works if the Web platform is added to the same app in the dashboard; update the tokens if you created a separate web app).

Call Log

No calls yet.

SDK Verbose Log (logOutput)

The Adjust Web SDK's own logs — streamed here via the logOutput: '#sdkLog' option in initSdk.