Skip to content

Commit 9383633

Browse files
Merge pull request #7026 from segmentio/moloco-info-box-fix
Fix info/notes box sections that have wrong spacing
2 parents 615d0d5 + 50c0b67 commit 9383633

File tree

4 files changed

+9
-13
lines changed

4 files changed

+9
-13
lines changed

src/connections/destinations/catalog/actions-moloco-rmp/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ analytics.identify('361b1fdfbeaa9d64a13c033eb9f970dc6740f6bc', {
4242
Once a user is identified, each call to Segment's [Track method](/docs/connections/spec/track/) automatically records the user ID.
4343
Users that are not logged in can be tracked using an [anonymousID](/docs/connections/spec/identify/#anonymous-id). Moloco Commerce Media does not use anonymousIDs for users that are not logged in. Segment recommends formatting your anonymousID in UUID format.
4444

45-
> info" "
45+
> info " "
4646
> If you hash the user ID before sending it to Moloco, ensure you reuse the same hashed ID when calling other Moloco APIs.
4747
4848

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,11 @@ For example, you might send a letter in which you need to include the recipient'
5454
If you aren't familiar with the Segment Spec, see the [Identify method documentation](/docs/connections/spec/identify/) to learn about what it does. An example call with Inkit would look like:
5555

5656

57-
> note""
58-
> All address elements should be satisified within the segment's user identity
59-
(exception of address_line_2 which is a custom entry)
60-
Expected Requirements
57+
> note " "
58+
> All address elements should be satisfied within the Segment's user identity, with the (exception of address_line_2 which is a custom entry).
59+
60+
61+
Expected Requirements:
6162

6263
```js
6364
analytics.identify('userId123', {

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

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,18 @@ title: Retina AI Destination
33
rewrite: true
44
id: 5f287bfa332cce0b1ed18331
55
---
6-
# Retina AI Segment Destination
76

87
[Retina AI](https://retina.ai/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners){:target="_blank”} 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.
98

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

12-
> note"
11+
> info " "
1312
> 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]).
1413
1514

1615
## Getting Started
1716

18-
19-
20-
To integrate Retina AI with Segment as a **Destination**:
17+
To integrate Retina AI with Segment as a destination:
2118
1. From your Segment UI's Destinations page click on “Add Destination”.
2219
2. Search for “Retina” in the Catalog, select it, and choose which of your sources to connect the destination to.
2320
3. Add the “API Key” that Retina AI provides through a secure data transfer to your Segment workspace.
@@ -87,5 +84,3 @@ If you aren't familiar with the Segment Spec, take a look at the [Alias method d
8784
```js
8885
analytics.alias("507f191e81");
8986
```
90-
91-
---

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This destination is maintained by Userlist. For any issues with the destination,
1616
2. Search for "Userlist" in the Catalog, select it, and choose which of your sources to connect the destination to.
1717
3. In the Userlist Segment destination settings, enter your Userlist "Push API Key". You can find this key in your [Userlist Push API settings](https://app.userlist.com/settings/push){:target="_blank"}.
1818

19-
> info""
19+
> info ""
2020
> **NOTE:** The Userlist Destination does not support tracking anonymous users, and returns a 400 error if you send `track` or `group` call for unidentified users. To prevent this, make sure you make an Identify call before you make Track or Group calls. You can also disregard this error if you sent calls you do not intend Userlist to process.
2121
2222
## Identify

0 commit comments

Comments
 (0)