Skip to content

Commit 5124d51

Browse files
committed
Improve the docs
1 parent d0534b5 commit 5124d51

File tree

2 files changed

+16
-14
lines changed

2 files changed

+16
-14
lines changed
7.83 KB
Loading

src/connections/destinations/catalog/avo/index.md

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@ beta: true
55
redirect_from: "/connections/destinations/catalog/actions-avo/"
66
---
77

8-
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, 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.
99

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.
1112

1213
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**.
1314

14-
1515
{% include content/plan-grid.md name="actions" %}
1616

1717
## Supported methods
1818

1919
### Track events
2020

21-
The Avo destination supports Track events.
21+
The Avo destination supports `Track` events.
2222

2323
Example of Track call:
2424

@@ -30,7 +30,7 @@ analytics.track("Login", {
3030
});
3131
```
3232

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.
3434

3535
```js
3636
{
@@ -47,15 +47,15 @@ This Track call is translated into a event signature that is sent to Avo's Inspe
4747

4848
1. From the Segment web app, click **Catalog**, then click **Destinations**.
4949
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) 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**.
5353

54+
## Configure Avo Setup
5455

55-
{% include components/actions-fields.html %}
56+
### Getting Avo API key
5657

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.
5959

6060
1. Create your Avo workspace at avo.app (If you don’t have one already).
6161
2. From the Avo workspace sidebar, select **Sources**.
@@ -65,9 +65,11 @@ Before connecting the segment source to Avo, you will need an API key for your s
6565
5. Copy the API Key
6666
![Copy API key](images/api-key.png)
6767

68-
## Destination settings
68+
### Configure Destination
69+
6970
1. Copy the **API Key** from Avo into the field `API Key` in settings.
7071
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.
72+
3. **App Version Property (Optional):** If you have an event property describing the app release version of your source you can provide it under App Version. For most mobile sources, we will automatically fetch the app version from segment context. 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.
73+
![Select a source](images/avo-destination.png)
7274

73-
![Select a source](images/avo-destination.png)
75+
{% include components/actions-fields.html %}

0 commit comments

Comments
 (0)