Avo Destination
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 product analytics. 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.
Supported methods
Track events
The Avo destination supports Track events.
Example of Track call:
analytics.track("Login", {
userName: "John",
city: "San Fransisco"
age: 32
});
This Track call is translated into a event signature that is sent to Avo’s Inspector API.
{
"eventName": "Login",
"properties": [
{"userName": "string"},
{"city": "string"}
{"age": "integer"}
]
}
Getting started
- 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.
Destination Settings
Setting | Description |
---|---|
API Key | Required. Avo Inspector API Key |
App Version property | Required. Optionally set which property represents the app version in your events. If not set, the app version will be taken from the $.context.app.version |
Environment | Required. Avo Inspector Environment |
Available Presets
Avo has the following presets:
Preset Name | Trigger | Default Action |
---|---|---|
Track Schema From Event | Event type = "track" |
Track Schema From Event |
Available Actions
Build your own Mappings. Combine supported triggers with the following Avo-supported actions:
Mapping limits per destination
Individual destination instances have support a maximum of 50 mappings.
Track Schema From Event
Sends event schema to the Avo Inspector API
Track Schema From Event is a Cloud action. The default Trigger is: type = "track"
Field | Description |
---|---|
Event Name* | Type: STRING Name of the event being sent |
Properties* | Type: OBJECT Properties of the event being sent |
Message ID* | Type: STRING Message ID of the event being sent |
Created At* | Type: STRING Timestamp of when the event was sent |
App Version | Type: STRING Version of the app that sent the event |
App Name | Type: STRING Name of the app that sent the event |
Page URL | Type: STRING URL of the page that sent the event |
Enable Batching? | Type: BOOLEAN When enabled, Segment will send events in batches. |
Getting Avo API key
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
Destination settings
- Copy the API Key from Avo into the field
API Key
in settings. - Select an environment you’d like the data to go to within Avo. It should reflect from what environment the source is receiving data from. (Production / Development / Staging)
- (Optional): If you have an event property describing the app release version of your source you can provide it under App Version. By default the destination attempts to extract your app release version from
{context.app.version}
which defaults tounversioned
if that does not exist. Having accurate app release versions in Avo Inspector will help you identify which releases an issue is impacting, and monitor for regressions in future releases after you’ve resolved the issue.
Engage
You can send computed traits and audiences generated using Engage to this destination as a user property. To learn more about Engage, schedule a demo.
For user-property destinations, an identify call is sent to the destination for each user being added and removed. The property name is the snake_cased version of the audience name, with a true/false value to indicate membership. For example, when a user first completes an order in the last 30 days, Engage sends an Identify call with the property order_completed_last_30days: true
. When the user no longer satisfies this condition (for example, it’s been more than 30 days since their last order), Engage sets that value to false
.
When you first create an audience, Engage sends an Identify call for every user in that audience. Later audience syncs only send updates for users whose membership has changed since the last sync.
Real-time to batch destination sync frequency
Real-time audience syncs to Avo may take six or more hours for the initial sync to complete. Upon completion, a sync frequency of two to three hours is expected.
Settings
Segment lets you change these destination settings from the Segment app without having to touch any code.
Setting | Description |
---|---|
API Key (required) |
string . Avo Inspector API Key |
App Version property (required) |
string . Optionally set which property represents the app version in your events. If not set, the app version will be taken from the $.context.app.version |
Environment (required) |
select , defaults to prod. Avo Inspector Environment |
This page was last modified: 15 Feb 2024
Need support?
Questions? Problems? Need more info? Contact Segment Support for assistance!