Skip to content

Commit e043072

Browse files
committed
rename to avo but redirect from actions-avo
1 parent 8dc2cdd commit e043072

File tree

7 files changed

+7
-15
lines changed

7 files changed

+7
-15
lines changed
100 KB
Loading

src/connections/destinations/catalog/actions-avo/index.md renamed to src/connections/destinations/catalog/avo/index.md

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,19 @@ title: Avo Destination
33
id: 65c2465d0d7d550aa8e7e5c6
44
beta: true
55
hidden: true
6+
redirect_from: "/connections/destinations/catalog/actions-avo/"
67
---
78

8-
With [Avo](https://avo.app){:target="_blank”} Inspector, data quality is no longer a dream, it’s a workflow.
9+
With [Avo](https://avo.app){:target="\_blank”} Inspector, data quality is no longer a dream, it’s a workflow.
910

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.
11+
[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.
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

1415
![Select a source](images/issues-dashboard.png)
1516

16-
1717
{% include content/plan-grid.md name="actions" %}
1818

19-
<!-- Include a brief description of the destination here, along with a link to your website. -->
20-
21-
<!-- This include describes the requirement of A.js 2.0 or higher for Actions compatibility, and is required if your destination has a web component. -->
22-
23-
<!-- The section below explains how to enable and configure the destination. Include any configuration steps not captured below. For example, obtaining an API key from your platform and any configuration steps required to connect to the destination. →
24-
2519
### Track events
2620

2721
Currently the Integration only receives `Track` events.
@@ -36,7 +30,7 @@ analytics.track("Login", {
3630
});
3731
```
3832

39-
This track call is translated into a event signature that is sent to the inspector API
33+
This track call is translated into a event signature that is sent to the Inspector API
4034

4135
```js
4236
{
@@ -49,9 +43,6 @@ This track call is translated into a event signature that is sent to the inspect
4943
}
5044
```
5145

52-
53-
54-
5546
## Getting started
5647

5748
1. From the Segment web app, click **Catalog**, then click **Destinations**.
@@ -63,14 +54,15 @@ This track call is translated into a event signature that is sent to the inspect
6354

6455
{% include components/actions-fields.html %}
6556

66-
6757
## Destination Settings
6858

6959
1. Copy the **API Key** from Avo into the field `API Key` in settings.
7060

7161
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**)
7262
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.
7363

64+
![Select a source](images/avo-destination.png)
65+
7466
## Getting Avo API key
7567

7668
Before connecting the segment source to Avo, you will need an api key for your source.

src/folders.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ connections/destinations/catalog/whale-watch
298298
connections/destinations/catalog/selligent
299299
connections/destinations/catalog/crazy-egg
300300
connections/destinations/catalog/asayer
301-
connections/destinations/catalog/actions-avo
301+
connections/destinations/catalog/avo
302302
connections/destinations/catalog/experiments-by-growthhackers
303303
connections/destinations/catalog/pinterest-tag
304304
connections/destinations/catalog/pinterest-tag/images

0 commit comments

Comments
 (0)