Netacea Verify
The following document outlines how to create a custom page for use with Netacea’s solution.
Prerequisites
HTML Page
Page Template
<!doctype html>
<html lang="en">
<head runat="server">
<meta charset="UTF-8" />
<meta
name="viewport"
content="initial-scale=1,width=device-width,maximum-scale=1"
/>
<meta
http-equiv="Cache-Control"
content="no-cache, no-store, must-revalidate"
/>
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<title>Verifying Device</title>
<link rel="stylesheet" href="https://p.toadmash.net/toadmash-1.0.11.css" />
</head>
<body>
<div class="text">Verifying your device, please wait</div>
<div id="verification-error">Verification failed. Please try again.</div>
<button id="verification-retry">Try Again</button>
<form class="monocle-enriched"></form>
<input
type="hidden"
name="IDs"
value="{{tScriptIdValue}},{{tScriptNValue}},{{randomisationIdValue}},{{hitidValue}},{{encodeKeyValue}},{{sampleMode}}"
/>
<div class="wrapper-values" style="display: none"></div>
<noscript
><div id="no-js-msg">
Verification failed. Please try again.
</div></noscript
>
<script src="https://p.toadmash.net/{{timestamp}}/{{randomisationIdValue}}.js"></script>
</body>
</html>Important things to remember
Last updated