Preliminary monitoring
This commit is contained in:
24
tests/pixel.html
Normal file
24
tests/pixel.html
Normal file
@@ -0,0 +1,24 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>Pixel test</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<noscript>
|
||||
<img src="http://localhost:8000/ingress/fc4008d3-f2fa-4500-9968-d96719e3819c/pixel.gif">
|
||||
</noscript>
|
||||
<script>
|
||||
var shynetSessionMetadata = {
|
||||
session: "this is some session metadata",
|
||||
};
|
||||
var shynetHitMetadata = {
|
||||
hit: "this is some hit metadata",
|
||||
};
|
||||
</script>
|
||||
<script src="http://localhost:8000/ingress/fc4008d3-f2fa-4500-9968-d96719e3819c/identifier/script.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user