Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/Vocab/Docs/accept.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
(?:L|l)ookback
(?:P|p)ageviews?\b
(?:P|p)endo
(?:P|p)odfile
(?:P|p)ostgres
(?:R|r)emarketing
(?:U|u)nlinks?\b
Expand Down Expand Up @@ -69,6 +70,7 @@ upsert
US
utm
Vero
Vidora
viewability
WebKit
Wootric
Expand Down
4 changes: 2 additions & 2 deletions src/connections/destinations/catalog/salesforce/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ This destination supports the most important pain point for Salesforce users: ge

### Identifying a Lead

Let's go through a quick javascript example of identifying a lead:
The example below demonstrates identifying a lead:

```javascript
analytics.identify('YOUR_USERS_ID', {
Expand Down Expand Up @@ -91,7 +91,7 @@ By default Segment does not send identify calls to Salesforce, given their stric

## Group

`.group()` calls create or update **Account Objects** inside Salesforce. When Segment receives a group call, similar to the `.identify()` call, it first checks using the `groupId` to see if the Account Object already exists in your Salesforce account. Depending on the response, Segment updates that object or create a new one. Creating/updating Accounts is the default behavior of `group` events. If you would like to customize this you can do so using [Actions](#custom-actions)
`.group()` calls create or update **Account Objects** inside Salesforce. When Segment receives a group call, similar to the `.identify()` call, it first checks using the `groupId` to see if the Account Object already exists in your Salesforce account. Depending on the response, Segment updates that object or create a new one. Creating/updating Accounts is the default behavior of `group` events.

Take this sample `.group()` call that you might send to Segment:

Expand Down
1 change: 1 addition & 0 deletions vale-styles/Vocab/Docs/accept.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ upsert
US
utm
Vero
Vidora
viewability
WebKit
Wootric
Expand Down