Skip to content
Open
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
5 changes: 2 additions & 3 deletions integrations/salesforce.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

Then, on the Radar [Integrations page](https://dashboard.radar.com/integrations#salesforce) under _Salesforce Marketing Cloud_, set _Enabled_ to _Yes_ and paste these values. When you click _Save_, Radar will create an event definition and data extension with the specified event definition key (`radar-event` by default). Whenever events are generated, Radar will send events to your Salesforce Marketing Cloud data extension to trigger journeys.

In Salesforce Marketing Cloud's _Contact Builder_, under _Data Designer_, connect the Radar data extension to your data model by linking the Customer Data's _Contact Key_ field to the Radar Data Extension's _contactKey_ field in a one to many relationship.
In Salesforce Marketing Cloud, hover over _Audience Builder_, then select_Contact Builder_ . Under _Data Designer_, connect the Radar data extension to your data model by linking the Customer Data's _Contact Key_ field to the Radar Data Extension's _contactKey_ field in a one to many relationship.

Check warning on line 19 in integrations/salesforce.mdx

View check run for this annotation

Mintlify / Mintlify Validation (radarlabs) - vale-spellcheck

integrations/salesforce.mdx#L19

Did you really mean 'Builder_'?

Check warning on line 19 in integrations/salesforce.mdx

View check run for this annotation

Mintlify / Mintlify Validation (radarlabs) - vale-spellcheck

integrations/salesforce.mdx#L19

Did you really mean 'select_Contact'?

Check warning on line 19 in integrations/salesforce.mdx

View check run for this annotation

Mintlify / Mintlify Validation (radarlabs) - vale-spellcheck

integrations/salesforce.mdx#L19

Did you really mean 'Data's'?

Check warning on line 19 in integrations/salesforce.mdx

View check run for this annotation

Mintlify / Mintlify Validation (radarlabs) - vale-spellcheck

integrations/salesforce.mdx#L19

Did you really mean 'contactKey'?

To map a Radar user to a Salesforce Marketing Cloud contact, you must specify a custom mapping by setting Radar `metadata.salesforceContactKey`.

Expand Down Expand Up @@ -56,7 +56,7 @@
1. Create [Geofences](/geofencing/geofences#create-geofences) in Radar with the geofence tag set to `store`. The geofence tag will be used to trigger messages for the subset of geofence entries where this tag is present.
2. Create a Salesforce Journey triggered by an API Event from the Radar data extension. The Radar data extension will be filtered on `user.entered_geofence` as the `type` attribute and `store` as the `geofenceTag` attribute.

![Salesforce Radar Triggered Message Pn](/images/salesforce-radar-triggered-message.png)

Check warning on line 59 in integrations/salesforce.mdx

View check run for this annotation

Mintlify / Mintlify Validation (radarlabs) - vale-spellcheck

integrations/salesforce.mdx#L59

Did you really mean 'Pn'?

### Message all users who have been nearby a store

Expand All @@ -64,7 +64,7 @@
2. Create a Salesforce Mobile List filtered on the Radar data extension attributes of `type` equal to `user.entered_geofence`, `geofenceTag` equal to `nearby` and `createdAt` set to the last 7 days.
3. Create a Salesforce MobilePush Message with audience targeting set to the Salesforce Mobile List created in the step above.

![Salesforce Message All Users Pn](/images/salesforce-message-all-users.png)

Check warning on line 67 in integrations/salesforce.mdx

View check run for this annotation

Mintlify / Mintlify Validation (radarlabs) - vale-spellcheck

integrations/salesforce.mdx#L67

Did you really mean 'Pn'?

## Event mapping

Expand Down Expand Up @@ -353,5 +353,4 @@
| `beacon.metadata` | `beaconMetadata` | string (max length 4,000) | `'{"type":"parking"}'` |
| `confidence` | `confidence` | string | `"high"` |
| `duration` | `duration` | number (minutes) | `1.42` |
| `foreground` | `foreground` | boolean | `true` |

| `foreground` | `foreground` | boolean | `true` |