Skip to content

Commit f372a56

Browse files
committed
lgtm DOC-8
1 parent 82a0d18 commit f372a56

File tree

1 file changed

+11
-12
lines changed
  • src/connections/destinations/catalog/retina

1 file changed

+11
-12
lines changed

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

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,12 @@ rewrite: true
55

66
# Retina AI Segment Destination
77

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

10+
Retina AI maintains this destination. For any issues with the destination, contact the [Retina AI Support Team](mailto:[email protected]).
911

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]).
1514
1615

1716
## Getting Started
@@ -21,12 +20,12 @@ This destination is maintained by Retina AI. For any issues with the destination
2120
To integrate Retina AI with Segment as a **Destination**:
2221
1. From your Segment UI’s Destinations page click on “Add Destination”.
2322
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.
2524
4. You will receive an email confirming data connectivity once the setup is complete.
2625

2726
## Page
2827

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:
3029

3130
```js
3231
analytics.page()
@@ -37,7 +36,7 @@ Segment sends Page calls to Retina AI as a `pageview`.
3736

3837
## Screen
3938

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:
4140

4241
```obj-c
4342
[[SEGAnalytics sharedAnalytics] screen:@"Home"];
@@ -48,7 +47,7 @@ Segment sends Screen calls to Retina AI as a `screenview`.
4847
4948
## Identify
5049
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:
5251
5352
```js
5453
analytics.identify('userId123', {
@@ -61,7 +60,7 @@ Segment sends Identify calls to Retina AI as an `identify` event.
6160

6261
## Track
6362

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:
6564

6665
```js
6766
analytics.track('Login Button Clicked')
@@ -70,7 +69,7 @@ analytics.track('Login Button Clicked')
7069
Segment sends Track calls to Retina AI as a `track` event.
7170

7271
## 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:
7473

7574
```js
7675
analytics.group("e8c78ea9d97a7b8185e8632", {
@@ -83,7 +82,7 @@ analytics.group("e8c78ea9d97a7b8185e8632", {
8382
```
8483

8584
## Alias
86-
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:
8786

8887
```js
8988
analytics.alias("507f191e81");

0 commit comments

Comments
 (0)