Skip to main content

Tracking Views

Instead of tracking screens, Embrace uses views. Use the Custom View API to start and end views manually. See the documentation here.

Embrace.Instance.StartView("MyView");
Embrace.Instance.EndView("MyView");