Skip to content

Commit ca65549

Browse files
committed
Alt text
- Facebook Custom Audiences - Pinterest Tag - Repeater - Sailthru - Salesforce DMP - Salesforce Marketing Cloud - Trafficguard - Tray.io - Twitter Ads - Vitally
1 parent 74af8fd commit ca65549

File tree

10 files changed

+29
-29
lines changed

10 files changed

+29
-29
lines changed

src/connections/destinations/catalog/personas-facebook-custom-audiences/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Once created, the audience should be available in Facebook in ten minutes unless
9696
- From within Facebook Ads, go to **Business Manager > All tools > Assets > Audiences**.
9797
- Click the Facebook audience name that matches your Engage audience name, and check **Audience History** to see how many users were added.
9898

99-
![](images/fb_ca_final.png)
99+
![A screenshot of the Audiences page in Facebook Ads.](images/fb_ca_final.png)
100100

101101

102102
## Additional Traits Matching

src/connections/destinations/catalog/pinterest-tag/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ In order to access the Pinterest Tag, you will need to have a Pinterest business
2121

2222
This will redirect to your Pinterest tags menu.
2323

24-
![](images/conversions-page.png)
24+
![A screenshot of the Pinterest Ads menu, with an arrow pointing to the Conversions option.](images/conversions-page.png)
2525

2626
### **3. Find the Pinterest Tag ID.**
2727

@@ -34,11 +34,11 @@ If you haven't yet made a Pinterest tag, then select "Create Tag." Upon naming y
3434

3535
Log into your Segment account, and go to the Destinations Catalog in the desired workspace and select the Pinterest Tag destination (located at `https://segment.com/<Your Workspace>/destinations/catalog/pinterest-tag`).
3636

37-
![](images/pinterest-tag-configure.png)
37+
![A screenshot of the Pinterest Tag menu page.](images/pinterest-tag-configure.png)
3838

3939
From there, select "Configure Pinterest Tag" and select the desired source to activate it for, and select "Confirm Source." The selected source will be loaded, and a sidebar will appear, asking for the Pinterest Tag ID.
4040

41-
![](images/pinterest-tag-activate.png)
41+
![A screenshot of the Pinterest Tag destination page in the Segment app.](images/pinterest-tag-activate.png)
4242

4343
Select that option and put in the Pinterest Tag ID that we collected earlier. Select "Save." In addition, one can optionally bind Segment track event names to specified Pinterest Event names. Details on that are provided below. In addition, Segment Track call properties can be added to this list to also be sent to Pinterest. Once ready, select "Activate Destination." Our servers will build the latest CDN, and the Pinterest Tag will then load on the sites that use that source's Segment snippet!
4444

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ Go back to the Repeater destination's settings, and add this `writeKey` to the w
2222

2323
You can do this for as many sources as you need.
2424

25-
![](images/write-key-settings.png)
25+
![A screenshot of the Write Keys field in the Repeater destination settings page.](images/write-key-settings.png)
2626

2727
Repeater sends all events it receives to the sources you specified, identified by the write key(s) you added.

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Segment will automatically alias users for you so if you `identify` a user who y
5151

5252
An `identify` event will appear in Sailthru's user lookup feature if there is an email present (Sailthru only allows a user lookup up based on an email):
5353

54-
![](images/1488751534977.png)
54+
![A screenshot of a user's profile as it appears in the Sailthru User Lookup page.](images/1488751534977.png)
5555

5656
Or within the **Users > Lists** feature, based on the default list you configured in the Segment UI or passed in through the destinations object like so:
5757

@@ -67,7 +67,7 @@ analytics.identify("38472034892",{
6767
});
6868
```
6969

70-
![](images/1488751628625.png)
70+
![A screenshot of a list of users on the the Manage Mailing List page in Sailthru.](images/1488751628625.png)
7171

7272
You can also configure an `optout_email` value in the Segment UI, or pass in a value through the destinations object with one of the Sailthru expected values:
7373

@@ -89,18 +89,18 @@ So if you send an `identify` call without a `traits.email` and only a `userId`,
8989

9090
When you `track` an event, we will send that event to Sailthru as a custom event. **Important**: You must have each event mapped in Sailthru within **Communications > Lifecycle Optimizer** in order to use the custom event. Be sure that the **Status** is set to **Active**:
9191

92-
![](images/1488218489126.png)
92+
![A screenshot of a Flow in Sailthru. The Lifecycle Optimizer menu item is selected from the Communications menu dropdown. ](images/1488218489126.png)
9393

9494
Your account must have triggers or lifecycle optimizer enabled. This should be enabled when the account is setup, however, just to be sure you may need to contact your account representative to confirm it is enabled.
9595

9696
A custom event will hit the **Sailthru Lifecycle Optimizer** feature. Navigate to **Communications > Lifecycle Optimizer** in your Sailthru dashboard:
9797

98-
![](images/1488751128521.png)
98+
![A screenshot of the Lifecycle Optimizer page in Sailthru, with a list of Flows.](images/1488751128521.png)
9999

100100

101101
Configure a custom event to a new flow and trigger a follow up action to the event:
102102

103-
![](images/1488751210325.png)
103+
![A screenshot of a Flow in Sailthru, with two steps in the process diagram.](images/1488751210325.png)
104104

105105

106106
For instance, in the above example notice that the `Registered` event will add the user who trigger the event to a list.
@@ -109,14 +109,14 @@ For instance, in the above example notice that the `Registered` event will add t
109109

110110
When you `track` an event with the name `Order Completed` using the [e-commerce tracking API](/docs/connections/spec/ecommerce/v2/#order-completed), we will send the products you've listed to Sailthru's purchase log:
111111

112-
![](images/1488752018885.png)
112+
![A screenshot of Sailthru, with the Purchase Log item selected from the Analytics menu.](images/1488752018885.png)
113113

114114
In addition, it will also appear within the user view under purchase history:
115115

116-
![](images/1488752126668.png)
116+
![A screenshot of the fields collected in Sailthru when users make a purchase.](images/1488752126668.png)
117117

118118
Note that the main identifier is `email` not `id`
119-
![](images/1487272939423.png)
119+
![A screenshot of a user's purchase history in Sailthru, showing two purchases.](images/1487272939423.png)
120120

121121
Sailthru does not allow the `extid` to be the main lookup identifier for their Purchase API. Instead, Sailthru requires an `email` as the primary identifier. Segment will make a GET request to retrieve the user's email based on their `userId`, which is their `extid` in Sailthru.
122122

src/connections/destinations/catalog/salesforce-dmp/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Next, configure the Destination in the Segment web app:
3636
4. In the **Sites** tab, locate the site you want to use as the SFDMP destination.
3737
If you haven't created any sites yet, click **Create Site** and go through the options to create a new site.
3838

39-
![](images/salesforce-dmp-setup1.png)
39+
![A screenshot of the Manage tab in Salesforce DMP, with the Sites item selected.](images/salesforce-dmp-setup1.png)
4040

4141
5. In the dropdown, find the site tag for the site you want to use. The string you need is under "Config" and will look something like `r0u08k4tz`.
4242
6. Go back to the Segment App, and navigate to the Salesforce DMP destination you're setting up. Locate the ConfigID setting, and paste the value you found in that field.

src/connections/destinations/catalog/salesforce-marketing-cloud/index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -109,14 +109,14 @@ Before you leave this screen, copy the External Key for the Data Extension. You'
109109

110110
The example below shows a Data Extension for Identify calls that stores Email, First Name, and Last Name traits. Note the external key in the left column.
111111

112-
![](images/identify-dext.png)
112+
![A screenshot of the SFMC Contact Builder, with a Test Identify call on the Data Extensions page.](images/identify-dext.png)
113113

114114

115115
### Configure the Salesforce Marketing Cloud Destination in Segment
116116

117117
1. Add the Salesforce Marketing Cloud Destination to your Segment Workspace.
118118
2. In the **Destination Settings**, locate the **Identify Data Extension External Key** setting. Enter the External Key you copied for the Data Extension that you set up in SFMC.
119-
![](images/sfmc-identify-dext-key.png)
119+
![A screenshot of the settings page in Segment for SFMC, with an arrow pointing to the Identify Data Extension External Key field.](images/sfmc-identify-dext-key.png)
120120

121121

122122
#### Data Formatting Requirements
@@ -191,7 +191,7 @@ When you finish setting up the Data Extension, copy the External Key. You'll use
191191

192192
The example below shows a Data Extension for `User Registered` Track calls that stores the `userId`, `timestamp`, and `plan` properties:
193193

194-
![](images/dext-user-regd-example.png)
194+
![A screenshot of a User Registered call in the SFMC Data Extension tab.](images/dext-user-regd-example.png)
195195

196196
> warning ""
197197
> Segment doesn't automatically send timestamps. You must add timestamps as a property in the Track Call to send timestamps to the destination.
@@ -205,7 +205,7 @@ Just as you did for the Identify Data Extension, copy and paste the External ID
205205

206206
1. Add the Salesforce Marketing Cloud Destination to your Segment Workspace if you haven't already.
207207
2. In the **Destination Settings**, locate the "Conversion events" setting. Enter the External Key you copied for the Track Data Extension that you set up in SFMC.
208-
![](images/sfmc-conversion-events.png)
208+
![A screenshot of the settings page in Segment for SFMC.](images/sfmc-conversion-events.png)
209209

210210

211211
#### Configuring Primary Keys for each conversion event
@@ -224,7 +224,7 @@ If you don't want to deduplicate rows, you can check the `UUID Primary Key` to c
224224

225225
If we return to the example of one user clicking multiple buttons, if you check the `UUID Primary Key` box then every time the user clicks a button, it creates a new record in the `Button Clicked` Data Extension.
226226

227-
![](images/uuid-primary-key.png)
227+
![A screenshot of the event conversion settings page in Segment.](images/uuid-primary-key.png)
228228

229229

230230
#### Using multiple Primary Keys
@@ -288,7 +288,7 @@ When you sync to an existing Data Extension, note these additional requirements:
288288
- All fields in the Data Extension must be nullable (meaning optional, or not required), except the `Contact Key` field.
289289
- Any fields that you send with Segment, and which already exist in the Data Extension, must be of the correct data type. The standard identifiers Segment sends come from the [Context object](/docs/connections/spec/common/#context), and appear in the image below.
290290

291-
![](images/existing-dext-data-types.png)
291+
![A screenshot of the Fields section on the Data Extension page in SFMC.](images/existing-dext-data-types.png)
292292

293293

294294
### Syncing Engage Audiences to SFMC
@@ -331,7 +331,7 @@ If your SFMC instance already contains data, then when Segment sends Identify ca
331331

332332
When you send an email or push notification, you need to choose which email address or phone number to send to. The options for selecting an email/phone in the Journey Builder look like this:
333333

334-
![](images/journey-builder-options.png)
334+
![A screenshot of the Journey Builder, with the Default Email Address and Default Mobile Number options present.](images/journey-builder-options.png)
335335

336336
If you select **Use email attribute from Entry Source** you can use an email or phone attribute included in the API Event or Data Extension that triggers the Journey. (Otherwise, you must use an email address attribute or the default phone number attribute on a Contact record.) To use this, you must include an email address and phone number as a property or trait in every single Track/Identify call mapped to SFMC.
337337

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This destination is maintained by TrafficGuard.
1818
2. Search for "TrafficGuard" in the Catalog, select it, and choose which of your sources to connect the destination to.
1919
3. Enter the "API Key" into your Segment Settings UI which you can find in the property in the TrafficGuard dashboard.
2020

21-
![](images/trafficguard.png)
21+
![A screenshot of the input settings page in TrafficGuard, with the Segment API Key field present.](images/trafficguard.png)
2222

2323
4. Calls will now be visible in TrafficGuard dashboards in real-time.
2424

src/connections/destinations/catalog/tray-io/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ You can target up to 10 discrete tray workflows from within Segment.
1111
## Message Types
1212
Tray supports all message types. You can filter the message type when you configure the trigger within tray.
1313

14-
![](images/tray-types.png)
14+
![A screenshot of a Tray.io workflow, with an outline around the Operation menu.](images/tray-types.png)
1515

1616
### Delete
1717

@@ -25,4 +25,4 @@ The payload will consist of:
2525

2626
In order to receive and process the message, we recommend starting with an "All Message Types" filter, and then removing all the default types and adding `"delete"` manually. We're working with tray to add a dedicated `"delete"` message type filter in the dropdown pictured above.
2727

28-
![](images/tray-delete-setup.gif)
28+
![An animation showing someone triggering a user deletion in tray.](images/tray-delete-setup.gif)

src/connections/destinations/catalog/twitter-ads/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ Each time you [`track`](/docs/connections/spec/track) an event from the browser
3232

3333
You can find your conversion pixel IDs after you create the single conversion event inside Twitter:
3434

35-
![](images/cS23YRgfUy9.png)
35+
![A screenshot of a single conversion event in Twitter, with a box around the conversion pixel ID.](images/cS23YRgfUy9.png)
3636

3737
For example, if your mapping in Segment looks like this:
3838

39-
![twitter conversion event mapping screenshot](images/event-mapping.png)
39+
![Twitter conversion event mapping screenshot.](images/event-mapping.png)
4040

4141
Then every time you make this [`track`](/docs/connections/spec/track) call (from the browser):
4242

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ Enabling Vitally as a destination in Segment can be done in one click from your
1616

1717
1. Navigate to the Segment integration page within your Vitally account. This can be found in your **Account Settings** in Vitally by navigating to the **Product Data** integrations list.
1818

19-
![](images/6fztyvS.png)
19+
![A screenshot of the Vitally Product Integrations page.](images/6fztyvS.png)
2020

2121
2. In a separate tab/window, make sure you are logged into your Segment account
2222
3. Configure the Segment integration using the one-click "Enable with Segment" button. Choose the primary source of product usage data in Segment and Segment will automatically create a destination for Vitally:
2323

24-
![](images/uGHrIvX.gif)
24+
![An animation where a user clicks the Configure button, selects Segment, clicks Enable with Segment, and is able to connect to the Segment app.](images/uGHrIvX.gif)
2525

2626
4. You'll now be able to see and manage your Vitally Destination directly from your Segment workspace
2727

28-
![](images/2JQwIBK.png)
28+
![A screenshot of the Segment Overview page, showing a Vitally destination.](images/2JQwIBK.png)
2929

3030
5. Once Vitally receives at least one event from Segment, you'll be able to proceed with the set up process and configure how to [create accounts from Segment](https://docs.vitally.io/managing-the-customer-lifecycle/account-hierarchy-using-vitallys-organization-object/supported-integrations-and-how-to-create-the-hierarchy#segment){:target="_blank"}
3131

0 commit comments

Comments
 (0)