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
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/avo/index.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ The Avo Inspector destination automatically extracts event schemas from your pro
18
18
19
19
### Track events
20
20
21
-
The Avo destination supports `Track` events.
21
+
The Avo destination supports Track events.
22
22
23
23
Example of Track call:
24
24
@@ -47,7 +47,7 @@ This Track call is translated into an event signature that is sent to Avo's Insp
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](https://app.segment.com/goto-my-workspace/destinations/catalog/actions-avo) from the list of destinations, then click **Add 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
51
4. Select a source to connect to Avo (Actions) and click **Next**.
52
52
5. Enter a name for your Avo (Actions) destination and click **Create destination**.
53
53
@@ -74,15 +74,15 @@ You can copy the API key from your source in Avo. The API key allows Avo to map
74
74
#### Environment
75
75
76
76
Environment describes which app environment the source is sent from, `Development | Staging | Production`.
77
-
Avo only generates issues for events in the`Production` environment, but you can see the event shapes for staging and development environments to make sure they are implemented correctly.
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
78
79
79
#### App Version Property
80
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 will help you identify which releases an issue is impacting, and monitor for regressions in future releases after an issue has been resolved.
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
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](https://www.avo.app/docs/inspector/inspector-issues-view#release-and-source-breakdown)
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
84
85
-
For most mobile sources, we will automatically fetch the app version from Segment Context. If you have an event property describing the app release version of your source (“E.g “app_version”) you can provide it under App Version.
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 (“E.g “app_version”) you can provide it under App Version.
86
86
87
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