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/retina/index.md
+11-12Lines changed: 11 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,12 @@ rewrite: true
5
5
6
6
# Retina AI Segment Destination
7
7
8
+
[Retina AI](https://retina.ai/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners) is a customer intelligence partner that provides accurate **customer-level lifetime value** metrics at or before their first transaction. You can use this to improve targeting, ad relevance, conversion rates, and customer loyalty.
8
9
10
+
Retina AI maintains this destination. For any issues with the destination, contact the [Retina AI Support Team](mailto:[email protected]).
9
11
10
-
[Retina AI](https://retina.ai/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners) is a customer intelligence partner that provides accurate **customer-level lifetime value** metrics at or before their first transaction. This can easily be leveraged to improve targeting, ad relevance, conversion rates, and customer loyalty.
11
-
12
-
This destination is maintained by Retina AI. For any issues with the destination, [contact their support team](mailto:[email protected]).
13
-
14
-
> The Retina AI Destination is currently in beta, which means that they are still actively developing the destination. To join their beta program, or if you have any feedback to help improve the Retina AI Destination and its documentation, [contact the Retina support team](mailto:[email protected])!
12
+
> note"
13
+
> The Retina AI Destination is in beta, which means that they are still actively developing the destination. To join the beta program, or if you have any feedback to help improve the Retina AI Destination and its documentation, contact the [Retina AI Support Team](mailto:[email protected]).
15
14
16
15
17
16
## Getting Started
@@ -21,12 +20,12 @@ This destination is maintained by Retina AI. For any issues with the destination
21
20
To integrate Retina AI with Segment as a **Destination**:
22
21
1. From your Segment UI’s Destinations page click on “Add Destination”.
23
22
2. Search for “Retina” within the Destinations Catalog and confirm the source you’d like to connect to.
24
-
3.Drop in the “API Key” into your Segment Settings UI that Retina AI provides via secure data transfer.
23
+
3.Add the “API Key” that Retina AI provides through a secure data transfer to your Segment workspace.
25
24
4. You will receive an email confirming data connectivity once the setup is complete.
26
25
27
26
## Page
28
27
29
-
If you aren't familiar with the Segment Spec, take a look at the [Page method documentation](https://segment.com/docs/connections/spec/page/) to learn about what it does. An example call would look like:
28
+
If you aren't familiar with the Segment Spec, take a look at the [Page method documentation](/docs/connections/spec/page/) to learn about what it does. An example call would look like:
30
29
31
30
```js
32
31
analytics.page()
@@ -37,7 +36,7 @@ Segment sends Page calls to Retina AI as a `pageview`.
37
36
38
37
## Screen
39
38
40
-
If you aren't familiar with the Segment Spec, take a look at the [Screen method documentation](https://segment.com/docs/connections/spec/screen/) to learn about what it does. An example call would look like:
39
+
If you aren't familiar with the Segment Spec, take a look at the [Screen method documentation](/docs/connections/spec/screen/) to learn about what it does. An example call would look like:
41
40
42
41
```obj-c
43
42
[[SEGAnalytics sharedAnalytics] screen:@"Home"];
@@ -48,7 +47,7 @@ Segment sends Screen calls to Retina AI as a `screenview`.
48
47
49
48
## Identify
50
49
51
-
If you aren't familiar with the Segment Spec, take a look at the [Identify method documentation](https://segment.com/docs/connections/spec/identify/) to learn about what it does. An example call would look like:
50
+
If you aren't familiar with the Segment Spec, take a look at the [Identify method documentation](/docs/connections/spec/identify/) to learn about what it does. An example call would look like:
52
51
53
52
```js
54
53
analytics.identify('userId123', {
@@ -61,7 +60,7 @@ Segment sends Identify calls to Retina AI as an `identify` event.
61
60
62
61
## Track
63
62
64
-
If you aren't familiar with the Segment Spec, take a look at the [Track method documentation](https://segment.com/docs/connections/spec/track/) to learn about what it does. An example call would look like:
63
+
If you aren't familiar with the Segment Spec, take a look at the [Track method documentation](/docs/connections/spec/track/) to learn about what it does. An example call would look like:
Segment sends Track calls to Retina AI as a `track` event.
71
70
72
71
## Group
73
-
If you aren’t familiar with the Segment Spec, take a look at the [Group method documentation](https://segment.com/docs/connections/spec/group/) to learn about what it does. An example call would look like:
72
+
If you aren’t familiar with the Segment Spec, take a look at the [Group method documentation](/docs/connections/spec/group/) to learn about what it does. An example call would look like:
If you aren’t familiar with the Segment Spec, take a look at the [Alias method documentation](https://segment.com/docs/connections/spec/alias/) to learn about what it does. An example call would look like:
85
+
If you aren’t familiar with the Segment Spec, take a look at the [Alias method documentation](/docs/connections/spec/alias/) to learn about what it does. An example call would look like:
0 commit comments