Questions tagged [journey]

32 questions
0
votes
0 answers

Sending sms using transactional api from sfmc to Indian mobile number

I have created sms in content builder. Then tried triggering it to Indian mobile number But I didn't receive any sms. In marketing cloud, its showing the sms is delivered. I tried triggering to the following mobile number. eg: 91965566**** I need…
0
votes
1 answer

Marketing cloud automation schedule time zone

Data was received from a third party at 6:30 PM GMT. Automation is scheduled at 8:30 PM (GMT) Dublin, Edinburgh, Lisbon, London Business unit time zone : (GMT-05:00) Eastern Time (US & Canada) Query : SELECT…
0
votes
0 answers

SFMC Send SMS from JB with no phone in DE

I have a case when SFMC JB performed an SMS send to records, that did not have a phone number in DE for Entry Source, but there is a phone number assigned to them in the database. The Journey settings were set to "Use phone number attribute from…
0
votes
2 answers

Populating one column based on two columns in R

I have the below dataset, and I am trying to create a more meaningful…
user2845095
  • 465
  • 2
  • 9
0
votes
1 answer

Creating clickstream sequence from data frame

I have the following table: User ID Session ID Time…
user2845095
  • 465
  • 2
  • 9
0
votes
0 answers

Export Salesforce Marketing Cloud Journey in simple text/readable format

We have multiple journeys (some simple some complicated) created in Marketing Cloud. Do we have any way to get/download the journey (flowchart) in some readable (like XML or Json) format. The issue is our POs need to go through the journey and every…
granthik
  • 45
  • 6
0
votes
1 answer

How to find the shortest route to complete the journey?

Suppose we have an undirected graph: {A,B} 5 {A,C} 6 {A,D} 3 {A,E} 4 {B,C} 4 {B,D} 3 {B,E} 6 {C,D} 3 {C,E} 5 {D,E} 5 where numbers represent the weight. Lets say I am interested in starting from A and visiting B,C and E. How can I find the shortest…
0
votes
1 answer

Can I build a route recording app with flutter?

I’m hoping to build a map recording app. All I want to know is can I do this with flutter? Just a typical hiking app that will record my journey and then allow me to keep a record of the trip. With a screenshot. Would need to record key milestones…
0
votes
1 answer

How to display multi-line text in Visio Shape Data?

I'm looking for a way to fuse Customer Journey Mapping with Process Modeling to solve the problem of journey conditionality. Visio is so very close to being able to solve this problem, but... 1. You cannot nicely display multi-line text in Shape…
0
votes
1 answer

Contact Entry in Eloqua & the journey it involves?

Once a contact enters Eloqua via list upload (or) Form Submission ( or) Webvisits - what is the journey of contact activities taken place - Eg : he will be Globally Subscribed , in CDO the contact undergoes Global Privacy check - apart from these -…
0
votes
0 answers

Select one way without return

Working with the professional mobility of insee on more than 1m of entities, i seek to add up a field called ipondi only on the journeys from commune of residence to commune of work, and not of commune of work to residential commune. Let us assume…
Préliator
  • 71
  • 3
0
votes
1 answer

I am not able to send SMS from Journey builder

I have created test DE added few fields including LOCALE and PHONE. When I check Journey analytics it's passing but not getting SMS to my inbox.
0
votes
2 answers

Returning a count of and all complete paths in Neo4j

Being an absolute noob in neo4j and having had very generous help with a previous question, I thought I'd try my luck once again as I'm still struggling. The example scenario is that of students that enters a house and walks from one room to…
c95mbq
  • 584
  • 1
  • 11
  • 28
0
votes
0 answers

Journey blog engine written in Go (content/themes/[theme] #Error)

After a lot of attempts I am still getting a crash on journey blog engine (journey-windows-386)... I tried different themes supported by this platform. The only one that works is the default one [promenade]! Check the log files as reference :…
0
votes
1 answer

Unit tests with journey 1.0.4 result in ActionController::RoutingError: No route matches

The SO-thread Routing error when updating to Rails 3.2.6 or Rspec 2.11.0 explains the problem pretty well: With journey >= 1.0.4 (Rails 3.2.11), all routing-related unit tests fail, while the app itself continues to function just fine. Using Rails…