Lead-in Page
Exploring Lead-in Pages and how to configure within the UI.
What is a Lead-in Page?
What is supported?
Requirements
<!DOCTYPE html>
<html>
<head>
<title>Hello Friend - Sample Lead-in Page</title>
<style>
hr {
margin: 15px 0px;
}
</style>
<script>
concedeToLaunch = function () {
window.parent.postMessage({
'message': ""
}, "*");
}
</script>
</head>
<body>
<p>
This is a sample landing page for a Lead-in Page.
</p>
<br>
<input type="button" value="Return to Launch" onclick="concedeToLaunch();">
<br>
</body>
</html>Administration vs Account
How to configure a Lead-in Page
Administration Configuration
Navigating to Administration Lead-in Page settings
Configuring the Administration Lead-in Page
Account Configuration
Navigating to Account Lead-in Page settings
Configuring the Account Lead-in Page
What happens if I have both Admin and Account set?
Last updated
Was this helpful?