You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With [Avo](https://avo.app){:target="\_blank”} Inspector, data quality is no longer a dream, it’s a workflow.
8
+
**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.
9
9
10
-
[Inspector](https://www.avo.app/data-observability){:target="\_blank”} 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.
10
+
With [Avo](https://avo.app){:target="\_blank”} Inspector, data quality is no longer a dream, it’s a workflow.
11
+
[Inspector](https://www.avo.app/data-observability){:target="\_blank”} 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.
11
12
12
13
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**.
13
14
14
-
15
15
{% include content/plan-grid.md name="actions" %}
16
16
17
17
## Supported methods
@@ -30,7 +30,7 @@ analytics.track("Login", {
30
30
});
31
31
```
32
32
33
-
This Track call is translated into a event signature that is sent to Avo's Inspector API.
33
+
This Track call is translated into an event signature that is sent to Avo's Inspector API.
34
34
35
35
```js
36
36
{
@@ -47,15 +47,15 @@ This Track call is translated into a event signature that is sent to Avo's Inspe
47
47
48
48
1. From the Segment web app, click **Catalog**, then click **Destinations**.
49
49
2. Find the Destinations Actions item in the left navigation, and click it.
50
-
3. Select Avo from the list of destinations, then click **Add destination**.
51
-
4. Select a source to connect to Avo (Actions) and click **Next**.
52
-
5. Enter a name for your Avo (Actions) destination and click **Create destination**.
50
+
3. Select [Avo](https://app.segment.com/goto-my-workspace/destinations/catalog/actions-avo){:target="\_blank”} from the list of destinations, then click **Add destination**.
51
+
4. Select a source to connect to Avo (Actions) and click **Next**.
52
+
5. Enter a name for your Avo (Actions) destination and click **Create destination**.
53
53
54
+
## Configure Avo
54
55
55
-
{% include components/actions-fields.html %}
56
+
### Get the Avo API key
56
57
57
-
## Getting Avo API key
58
-
Before connecting the segment source to Avo, you will need an API key for your source.
58
+
Before connecting the Segment source to Avo, you will need an API key for your source.
59
59
60
60
1. Create your Avo workspace at avo.app (If you don’t have one already).
61
61
2. From the Avo workspace sidebar, select **Sources**.
@@ -65,9 +65,27 @@ Before connecting the segment source to Avo, you will need an API key for your s
65
65
5. Copy the API Key
66
66

67
67
68
-
## Destination settings
69
-
1. Copy the **API Key** from Avo into the field `API Key` in settings.
70
-
2. 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**)
71
-
3.**(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 to `unversioned` 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.
68
+
### Configure Destination
69
+
70
+
#### Avo Inspector API key
71
+
72
+
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.
73
+
74
+
#### Environment
75
+
76
+
Environment describes which app environment the source is sent from, `Development | Staging | Production`.
77
+
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.
78
+
79
+
#### App Version Property
80
+
81
+
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.
82
+
83
+
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](https://www.avo.app/docs/inspector/inspector-issues-view#release-and-source-breakdown){:target="\_blank”}.
84
+
85
+
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.
86
+
87
+
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.
0 commit comments