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
+11-15Lines changed: 11 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,24 +57,20 @@ This Track call is translated into a event signature that is sent to Avo's Inspe
57
57
58
58
{% include components/actions-fields.html %}
59
59
60
-
## Destination Settings
61
-
62
-
1. Copy the **API Key** from Avo into the field `API Key` in settings.
63
-
64
-
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**)
65
-
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.
66
-
67
-

68
-
69
60
## Getting Avo API key
61
+
Before connecting the segment source to Avo, you will need an API key for your source.
70
62
71
-
Before connecting the segment source to Avo, you will need an api key for your source.
72
-
73
-
1. Create your Avo workspace at avo.app (If you don’t have one already)
74
-
63
+
1. Create your Avo workspace at avo.app (If you don’t have one already).
75
64
2. From the Avo workspace sidebar, select **Sources**.
76
-
3. Select an existing source or create a new one. (We recommend naming your Avo sources the same as your Segment sources, for example "Web", "IOS", "Android")
65
+
3. Select an existing source or create a new one. (We recommend naming your Avo sources the same as your Segment sources, for example "Web", "iOS", "Android")
77
66

78
-
4.Press the **Inspector Setup** tab inside the Avo source
67
+
4.Click the **Inspector Setup** tab in the Avo source
79
68
5. Copy the API Key
80
69

70
+
71
+
## Destination settings
72
+
1. Copy the **API Key** from Avo into the field `API Key` in settings.
73
+
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**)
74
+
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.
0 commit comments