How to use the Inspector Events view
The Inspector events view provides a report on all event tracking Inspector has seen in your development, staging and production environments. You can use the dashboard to evaluate the health of your tracking implementation and prioritize issues.
Here you can choose which environment to examine, the time window and search for event name.
Currently Inspector supports 3 types of environments:
The events are streamed to the Environment specified in the client, based on the environment constant provided when initializing Avo Inspector SDK.
Development and Staging events appear in the dashboard in a few minutes after they are fired and Production events can take up to 2 hours to show up.
Currently Inspector supports 4 types of time windows:
Time windows are updated every few hours on Production and are close to real time in Development and Staging.
Type the event name in the input field and only events with similar name will be shown.
If you want an exact match put the event name in quotes, e.g. "App Opened".
Notice that after you change the header filters the URL also changes. You can share this URL with a colleague and they would see exactly the same slice of inspector data as you filtered.
The main part of Inspector events view is the list of all events seen. You can expand the events to see the event properties.
If Inspector sees an event that is not yet in your tracking plan there is a shortcut to add it to your Tracking plan.
If Inspector detects an issue it will indicate that in the list.
If you select an event or property row a panel with detailed information will appear on the right. There you would be able to see extended information about the issues and edit the event or property in your tracking plan.
Sources that are not defined on the Tracking Plan branch you're on, will show up as "Unknown Source" columns in the event table. Unknown sources can show up if:
You can learn more about the issue types Inspector can detect in your tracking here.
You can learn more about how Inspector works with your Tracking Plan implementation status here.
You can learn more about how you can create events and properties directly from the inspector here