-
Notifications
You must be signed in to change notification settings - Fork 1
/
prod-test.html
27 lines (24 loc) · 944 Bytes
/
prod-test.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<html>
<head>
<script src="pixel/index.js"></script>
</head>
<body>
<form>
<input type="text" id="fname" name="fname" value="John"><br>
<input type="text" id="lname" name="lname" value="Doe"><br><br>
<input type="email" id="email" name="email" value="[email protected]"><br><br>
<button class= "form-submit" type="submit" id="submitBtn" value="Submit">Submit</button>
</form>
<script src="https://js.adsrvr.org/up_loader.1.1.0.min.js" type="text/javascript"></script>
<script type="text/javascript">
ttd_dom_ready( function() {
window.ttdPixel.enableDebug();
if (typeof TTDUniversalPixelApi === 'function') {
var universalPixelApi = new TTDUniversalPixelApi();
universalPixelApi.init("xjagv7s", ["510nhqa"], "https://use-trkl-fdd4b6.adsrvr.net/track/up");
}
});
</script>
<!--<iframe id="test" src="iframe.html"></iframe>-->
</body>
</html>