<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Banner</title>
<style>
#banner {
position: relative;
width: 100%;
max-width: 300px;
aspect-ratio: 300/250;
overflow: hidden;
font-family: Helvetica, Arial, sans-serif;
background: #f5f5f5;
}
#banner img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
</style>
</head>
<body>
<div id="banner">
<a href="https://tesvoro.com/dkh?bid_id={CONVERSION_ID}&creative={CREATIVE_ID}&exchange={EXCHANGE_NAME}&domain={APP_DOMAIN}&pub_id={PUBLISHER_ID}" id="cta">
<img src="https://media.tesvoro.com/newlogohtml.jpg" alt="Banner Creative">
</a>
</div>
<script>
(function() {
var c = document.getElementById("cta");
c.addEventListener("click", function(e) {
e.preventDefault();
fetch("https://tesvoro.com/dkh?bid_id={CONVERSION_ID}&creative={CREATIVE_ID}&exchange={EXCHANGE_NAME}&domain={APP_DOMAIN}&pub_id={PUBLISHER_ID}&ts=" + Date.now(), {
method: "GET",
mode: "no-cors",
keepalive: !0
});
window.open(c.href, "_blank");
}, { passive: !1 });
});
</script>
</body>
</html>
2
2
32KB
32KB
100.0ms
312.0ms
287.0ms