Skip to content

Commit 8d4258b

Browse files
committed
Vale fixes
1 parent 8bcf5fb commit 8d4258b

File tree

1 file changed

+1
-2
lines changed
  • src/connections/destinations/catalog/exponea

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ This destination is maintained by Bloomreach Engagement. For any issues with the
1616

1717
1. From the Segment web app, click **Catalog**.
1818
2. Search for "Bloomreach Engagement" in the Catalog, select it, and choose which of your sources to connect the destination to.
19-
3. Create a [public API group](https://documentation.bloomreach.com/engagement/reference/authentication){:target="_blank”} for your Segment integration in your Bloomreach Engagement project. Don't forget to set the appropriate [group permissions](https://documentation.bloomreach.com/engagement/reference/authentication#using-the-api-groups){:target="_blank”} to allow recieveing events and customer updates.
2019
4. Fill in the "API Base URL", "API key" and "Project Token" into your Segment Settings UI. You can find all of the above in the API settings page of your Bloomreach Engagement project.
2120
5. Enter your Bloomreach Engagement hard ID and soft ID names into the corresponding fields to specify Segment's userId and anonymousId mapping into your Bloomreach Engagement ID structure.
2221

@@ -143,7 +142,7 @@ This identify call is translated into a customer update for user with Bloomreach
143142

144143
## Alias
145144

146-
If you have not had a chance to review our spec, take a look to understand what the [Alias method](/docs/connections/spec/alias/) does.
145+
If you have not had a chance to review the Segment spec, take a look to understand what the [Alias method](/docs/connections/spec/alias/) does.
147146

148147
The alias call can be used to merge two user identities and their data to one. The `previousId` field should always contain a previously used `anonymousId`, as merging users by specifying two `userIds` is not supported. Sending an alias event with `previousId` and no `userId` will cause the event to be ignored. Note that users are also merged when any call specifies both a userId and an anonymousId, which previously belonged to two separate users.
149148

0 commit comments

Comments
 (0)