Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcbf42d3

Browse files
Merge pull requestsegmentio#2074 from segmentio/develop
Release 21.43.2
2 parentsa283ebc +c4d3d77 commitcbf42d3

File tree

5 files changed

+67
-59
lines changed

5 files changed

+67
-59
lines changed

‎.github/workflows/unallowed-contributions.yml‎

Lines changed: 2 additions & 2 deletions
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‎

Lines changed: 1 addition & 1 deletion
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‎

Lines changed: 2 additions & 2 deletions
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-
FollowtheSegmentspec to ensure proper mapping of these fields from Segment
68-
`group` traits:https://segment.com/docs/connections/spec/group/#traits.
67+
Follow[Segment's groupspec](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)

[8]ページ先頭

©2009-2025 Movatter.jp