Remain 2 steps ahead in student's lifecycle
Engage better by recommending relevant courses based on their interest and website usage.
Overview:
Providing value to customers at all stages of their user's (student's) life cycle is important. Best way to optimise your recommendation strategy is by-
This Journey shows how you can automate flow post course completion to increase course purchase/completion frequency and LTV of the user. This workflow is not a recommendation engine but fetches data from your recommendation engine to personalise and contextually trigger recommendation messages across channels the user is reachable on.
Recommendation values needs to be passed as payload to the 'course completion' event. These values can be fetched via API call to personalise the message for each user.
Industry:
Edu-Tech
Use Case:
New course recommendation
Events:
Webengage.Track(“course_completed”, {
/*String*/
“Name” :
“Email” :
“Contact” :
“Page URL” :
“Occupation” :
“Gender” :
“Course name” :
“Level” :
“Industry” :
/*Date*/
“Start date” :
“End date” :
“Account_created_date” :
/*Time*/
“Start time” :
“End time” :
“Account_created_time” :
/*Number*/
“Sessions” :
“Number of purchases” :
“Course value” :
“Course duration days” :
/*Boolean*/
“Logged in” : 1
“Newsletter subcribed” : 0
/*array*/
“recommendation_on_course” : [“COURSE1”, “COURSE2”, “COURSE3”, “COURSE4” ]
“related_tests” : [“TEST1”, “TEST2”, “TEST3”, “TEST4” ]
})
Step by step explanation:
Pro tip: Set conversion tracking for the event 'course_purchased' to attribute your uplift numbers via retention workflows.