When looking at from which sources an event is sent from in your Tracking Plan you will notice green, yellow or red status indicator lights next to each source name. This is the implementation status.
Inside the indicator light is a letter, either "P" or "D", which represents "Production" or "Development" respectively. These indicators tell us where we are getting the data from. When looking at the Inspector Implementation Status, we currently only provide production, with development and staging coming soon – let us know if you want to be part of the beta (at support@avo.app).
The implementation status is twofold. If you're using Avo Functions, you can see the state of implementation in your development environments (D). If you have Avo Inspector installed, you can see the state of implementation in your installed environments (P)(D)(S).
The Avo Functions implementation status reports on how you Avo Functions implementation is performing in development, compared to your Tracking Plan.
The Avo Functions implementation status can have four states:
Learn more about how to start using Avo Functions in this doc.
The Inspector implementation status reports on how your tracking implementation is performing in production, compared to your Tracking Plan. Note that the Inspector implementation status can report on implementation status for all of your existing tracking code, and does not require the adoption of Avo Functions to work.
For each source we check the following for all events in your Tracking Plan:
Based on these checks we report the implementation status using one of the following states:
Note that since the Inspector does only process your event metadata, and not customer data such as property values, it can not validate property value rules such as matches, min and max. However, it does validate property types, so if a property is defined as int in your tracking plan but is being sent as string, the Inspector implementation status will highlight that issue.
By default the Inspector implementation status reports on how your tracking is performing in the latest version of your app. As we all know apps and websites can be running on multiple versions simultaneously, and since our tracking code changes with every release, the events can differ between versions.
If you have changed your event in the tracking plan, old versions of the event are expected to not match the current version of the tracking plan, and become noise. That’s why we built the Inspector Implementation Status to focus on the tracking from your latest versions
We recommend using semantic versioning (e.g. "1.0.0") or other types of numeric versioning (e.g. build number) which get incremented on every release. Providing a version to the Inspector will help get the cleanest output from the status report and help you understand how your tracking is performing in your latest versions.
The inspector implementation status can also report on how your tracking implementation is performing in dev and staging environments.
However, because app version is rarely updated when working in dev environments, multiple versions of an event can exist between different branches that belong to the same app version. For that reason, instead of focusing on App version in dev and staging, each event is filtered by a time window (7d).
Time window will be editable in future release
For each source we check the following for all events in your Tracking Plan:
Based on these checks we report the implementation status using one of the following states:
Inspector monitors events from all branches, so it may report 'Sometimes sent correctly' for events that have been correctly implemented on your branch if older versions are still being sent from other branches.
Learn more about how to install the Inspector in this doc.