You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/sources/catalog/libraries/mobile/swift-ios/index.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ With Analytics-Swift, you can send data from iOS, tvOS, iPadOS, WatchOS, macOS a
10
10
If you're migrating to Analytics-Swift from a different mobile library, you can skip to the [migration guide](/docs/connections/sources/catalog/libraries/mobile/swift-ios/migration/).
11
11
12
12
> info ""
13
-
> Analytics-Swift currently supports [these destinations](#supported-device-mode-destinations) in device-mode, with more to follow. Cloud-mode destinations are also supported.
13
+
> Analytics-Swift currently supports [these destinations](#supported-destinations) in device-mode, with more to follow. Cloud-mode destinations are also supported.
14
14
15
15
16
16
## Getting Started
@@ -416,13 +416,13 @@ let idfaPlugin = IDFACollection()
416
416
analytics.add(plugin: idfaPlugin)
417
417
```
418
418
419
-
## Supported Device-Mode Destinations
420
-
Segment supports these device-mode destinations for Analytics Swift, with more to come:
### Can I use the catalog of device-mode destinations from Analytics-iOS?
@@ -431,4 +431,4 @@ No, only the plugins listed above are supported in device-mode for Analytics-Swi
431
431
When you successfully package a plugin in device-mode, you will no longer see the integration listed as `false` in the integrations object for a Segment event. This logic is now packaged in the event metadata, and is not surfaced in the Segment debugger.
432
432
433
433
## Changelog
434
-
[View the Analytics-Swift changelog on GitHub](https://github.com/segmentio/analytics-swift/releases){:target="_blank"}.
434
+
[View the Analytics-Swift changelog on GitHub](https://github.com/segmentio/analytics-swift/releases).
Copy file name to clipboardExpand all lines: src/engage/content/sms/template.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,19 @@ Engage inserts the selected traits inside merge tags based on cursor placement i
50
50
> info ""
51
51
> To learn more about profile traits, visit Segment's [Computed Traits](/docs/engage/audiences/computed-traits/) and [SQL Traits](/docs/engage/audiences/sql-traits/) documentation.
52
52
53
+
## Clone an SMS message template
54
+
55
+
You can clone existing SMS templates to edit and use in your message campaigns.
56
+
57
+
To clone a template, navigate to the Templates page (**Engage > Content**). You can also clone from the Overview page of an individual template.
58
+
59
+
1. Click the **...** icon.
60
+
2. Select **Clone**.
61
+
3. Enter a template name.
62
+
4. Click **Clone** to save the template.
63
+
64
+
After you clone a template, you can edit it from the Templates page.
Copy file name to clipboardExpand all lines: src/engage/journeys/step-types.md
+21-4Lines changed: 21 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,12 +79,29 @@ Follow the instructions below to connect branches to an existing step:
79
79
80
80
## Actions steps
81
81
82
-
With the Journey actions steps, you can send marketing campaigns to groups of users and deliver Journey information to downstream tools.
82
+
With Journey actions steps, you can send marketing campaigns to groups of users and deliver Journey information to downstream tools.
83
83
84
-
> info "Channels Steps"
85
-
> The Send an Email and Send an SMS steps are only available on Engage Premier.
84
+
### Show an ad
86
85
87
-
### Send an email
86
+
The **Show an ad** step lets you send users to an advertising destination. You can also configure exit settings that remove users from the ad step after specific periods of time.
87
+
88
+
For example, you may want to show an ad for only one week to users who abandoned a cart during a purchase. With the Show an ad step, you can remove users from the ad destination seven days after they enter it.
89
+
90
+
Follow these steps to add a Show an ad step to a Journey:
91
+
92
+
1. From the Journey builder, select the **+** icon to add a step, then select **Show an ad**.
93
+
2. Name the step, then select **+ Add destination**.
94
+
4. Choose the ad destination that Segment will sync to.
95
+
5. To specify how long users will remain in the step, choose one of the following options:
96
+
1. If you want users to exit the destination, select the checkbox next to **Remove users from the destination after**. Set a time frame in minutes, hours, days, or weeks.
97
+
2. If you want users to stay in the ad destination indefinitely, leave the checkbox empty.
98
+
6. Select **Save** to finish creating the step.
99
+
100
+
### Channels steps
101
+
102
+
The **Send an Email** and **Send an SMS** steps are only available on [Engage Premier](/docs/engage/onboarding/).
103
+
104
+
#### Send an email
88
105
89
106
Use Twilio Engage to send email as a step in a Journey.
0 commit comments