Skip to content

DOC 499 Salesforce group #2770

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 21, 2022
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