Avo Destination
Avo lets you find, fix, and prevent data quality issues upstream. World class data and product teams at companies like Fender, IKEA, and Wolt use Avo to guarantee event data quality upstream, so they can focus on building great user experiences. With Avo you get reliable data with less effort, by moving from reactive damage control to proactive data management and addressing your data quality issues at the source, where the data is created.
With Avo Inspector, data quality is no longer a dream, it's a workflow. Inspector lets you find, triage, fix, and prevent data quality issues in your event based data. Launch Inspector to discover all your data quality issues and systematically work towards better data, one resolved issue at a time.
The Avo Inspector destination automatically extracts event schemas from your product events, sending only the signatures from the connected Segment sources to the Inspector API. Avo Inspector receives no PII data from your source.
The Avo destination supports Track events.
Example of Track call:
1analytics.track("Login", {2userName: "John",3city: "San Fransisco"4age: 325});
This Track call is translated into an event signature that is sent to Avo's Inspector API.
1{2"eventName": "Login",3"properties": [4{"userName": "string"},5{"city": "string"}6{"age": "integer"}7]8}
- From the Segment web app, click Catalog, then click Destinations.
- Find the Destinations Actions item in the left navigation, and click it.
- Select Avo from the list of destinations, then click Add destination.
- Select a source to connect to Avo (Actions) and click Next.
- Enter a name for your Avo (Actions) destination and click Create destination.
Before connecting the Segment source to Avo, you will need an API key for your source.
-
Create your Avo workspace at avo.app (If you don't have one already).
-
From the Avo workspace sidebar, select Sources.
-
Select an existing source or create a new one. (Avo recommends naming your Avo sources the same as your Segment sources, for example "Web", "iOS", "Android")

-
Click the Inspector Setup tab in the Avo source
-
Copy the API Key

You can copy the API key from your source in Avo. The API key allows Avo to map the events from your Segment source to the Avo source, to accurately compare your source's event schemas to your Tracking Plan in Avo.
Environment describes which app environment the source is sent from, Development | Staging | Production.
Avo only generates issues for events in your Production environment, but you can see the event shapes for staging and development environments to make sure they are implemented correctly.
App Version Property is an optional (but recommended) field. Having accurate app release versions in Avo Inspector allows you to see how events change across releases. This helps you identify which releases an issue is impacting, and monitor for regressions in future releases after an issue has been resolved.
Without app versions, the inspector has no way of differentiating between old and new releases, and might surface irrelevant issues based on old releases. Learn more about how Inspector uses releases in Avo's documentation.
For most mobile sources, Avo automatically fetches the app version from Segment Context. If you have an event property describing the app release version of your source (for example, "app_version") you can provide it under App Version.
If you are unsure of whether this applies to your source, or if you don't know which event property to use, you can proceed with setting up the source and add this information later.
