Skip to content

Commit b9e0f1d

Browse files
authored
Merge branch 'master' into DOC-216
2 parents 8998135 + a55e357 commit b9e0f1d

File tree

3 files changed

+4
-17
lines changed

3 files changed

+4
-17
lines changed

src/connections/sources/catalog/libraries/server/java/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ For more advance logging, you can check out the [sample code](https://github.com
408408

409409
## Java Support
410410

411-
We officially support Java 8, 9 and 10. The library may work on other versions of Java as well, however we don't test for compatibility on unsupported versions.
411+
Segment supports Java 8, 9, 10, and 11. The library may work on other versions of Java as well, however we don't test for compatibility on unsupported versions.
412412

413413
## Snapshots
414414

56 KB
Loading

src/personas/journeys/use-cases.md

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,13 @@ To help you get underway, you can reference these sample Journeys.
88

99
## E-commerce use cases
1010

11-
### Cart abandonment
1211

13-
In this journey, you'll see a cart abandonment campaign designed to win users back while still optimizing ad spend and discounting based on customer engagement.
14-
15-
![cart abandonment](images/journey_cart-abandonment.png)
16-
17-
1. Create the entry condition with the step name `Cart abandoners`.
18-
1. All users who performed **Product Added** at least once within **1 day**, and performed **Order Completed** zero times within **1 day**.
19-
2. Add a wait duration of **1 hour**.
20-
3. Send this audience to relevant destinations, for example Facebook Custom Audiences or Google Adwords.
21-
4. Add a wait duration of **1 day**.
22-
5. Add a True/false split.
23-
1. Split the audience based on those who performed **Page Viewed** at least once, and where the **utm_source** equals the ad destination in step 3, within the last day.
24-
2. For the True branch, send the list of users to Email and Advertising destinations.
25-
3. For the False branch, send the list of users to an Email destination.
26-
27-
### Repeat Purchase Campaign
12+
### Repeat purchase campaign
2813

2914
This journey focuses on converting one-time buyers into repeat purchasers by delivering communications in their preferred channels.
3015

16+
![repeat purchase campaign](images/journey_repeat_purchase.png)
17+
3118
1. Create the entry condition with the step name `One-Time Purchasers`.
3219
- All users who performed `Order Completed` **exactly 1 time**
3320
2. Add a wait duration of **14 days**

0 commit comments

Comments
 (0)