Questions tagged [journey]
32 questions
-1
votes
1 answer
Does Marketo support Journeys?
I'm curious in if Marketo has something similar as Journeys and Journey Builder tool in Marketing Cloud? Can we create in Marketo some graphical representations of marketing customer journeys.
If no, maybe you know some other marketing solutions…

Roman Skurchak
- 9
- 2
-3
votes
1 answer
Algorithm to remove duplicated location on list
I have a service to find journey and remove the duplicated visit city.
public static void main(String[] args){
List
- > allPaths = new ArrayList<>();
allPaths.add(List.of("Newyork","Washington","Los Angeles","Chicago"));
…

uncle bob
- 570
- 1
- 10
- 21