-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (25 loc) · 852 Bytes
/
index.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
28
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Tracking Example</title>
</head>
<body>
<form method="post" action="" data-conversion="Loginfield" data-fields="{'user': 'username', 'pass': 'password'}">
<input type="text" name="username" id="username" placeholder="Username" />
<input type="password" name="password" id="password" placeholder="Password" />
<input type="submit" value="submit" />
</form>
<script>
var settings = {
phsrid: 13245,
mailingid: 1,
anonymizeip: false,
phsrserver: "http://phsr-backend.de"
};
(function(p, h, s, r) {
r=p.createElement(s);r.src=h;p.body.appendChild(r);
})(document, 'http://phsr-backend.de/src/tracking.js', 'script');
</script>
</body>
</html>