Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cbf42d3

Browse files
Merge pull request segmentio#2074 from segmentio/develop
Release 21.43.2
2 parents a283ebc + c4d3d77 commit cbf42d3

File tree

5 files changed

+67
-59
lines changed

5 files changed

+67
-59
lines changed

.github/workflows/unallowed-contributions.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222

2323
jobs:
2424
triage:
25-
if: github.repository == 'segmentio/segment-docs' && (github.event.pull_request.user.login != 'markzegarelli' || github.event.pull_request.user.login != 'stayseesong' || github.event.pull_request.user.login != 'pwseg')
25+
if: github.repository == 'segmentio/segment-docs' && github.event.pull_request.user.login != 'markzegarelli' || github.event.pull_request.user.login != 'stayseesong' || github.event.pull_request.user.login != 'pwseg'
2626
runs-on: ubuntu-latest
2727
steps:
2828
- name: Get files changed
@@ -93,4 +93,4 @@ jobs:
9393
console.log("Error creating comment.", err)
9494
}
9595
96-
core.setFailed(workflowFailMessage)
96+
core.setFailed(workflowFailMessage)

src/config-api/tutorial-javascript-google-analytics.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ To set up Segment Protocols through the API you first need to create a personal
3737
3838
1. Log in to your Segment workspace.
3939
2. Click **Settings** in the left navigation bar.
40-
3. Click **Access Management**, then the **Tokens** tab, and click **Create Token**.
40+
3. Go to **Settings > Workspace Settings > Access Management**. Select the **Tokens** tab, and click **Create Token**.
4141
4. For purposes of this demonstration, select **Workspace Owner** as the token's scope.
4242
5. Enter a description for the token. For this demo, we recommend using `demo-token` so it's easy to find and remove later.
4343
6. Click **Create**.

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ the Segment `group` event needs to include the Account's name and groupId. If
6464
you set up a custom Account field called Company in Eloqua, Segment will
6565
automatically map the name of the Account to that field.
6666

67-
Follow the Segment spec to ensure proper mapping of these fields from Segment
68-
`group` traits: https://segment.com/docs/connections/spec/group/#traits.
67+
Follow [Segment's group spec](https://segment.com/docs/connections/spec/group/#traits) to ensure proper mapping of these fields from Segment
68+
`group` traits.
6969

7070
In addition, Segment supports mapping custom `group` traits to Eloqua custom
7171
object fields. To do so, you can set up mappings in the settings for your

0 commit comments

Comments
 (0)