<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<script type='text/javascript'>
this.pokktConfig={
"campaignName": "{CAMPAIGN_NAME}",
"creativeName": "{CREATIVE_NAME}",
"campaignId": "{CAMPAIGN_ID}",
"creativeId": "{CREATIVE_ID}",
"creativeType": "{CREATIVE_TYPE}",
"exchangeName": "{EXCHANGE_NAME}",
"exchangeId": "{EXCHANGE_ID}",
"pubId": "{PUBLISHER_ID}",
"appName": "{APP_NAME}",
"appId": "{APP_ID}",
"siteDomain": "{APP_DOMAIN}",
"bundleId": "{APP_BUNDLE}",
"appNameAlphanum": "{APP_NAME_ALPHANUM}",
"os": "{DEVICE_OS_NAME}",
"osVersion": "{DEVICE_OS_VERSION}",
"brand": "{MANUFACTURER_NAME}",
"model": "{MODEL_NAME}",
"carrier": "{CARRIER_NAME}",
"ipFromADX": "{USER_IP}",
"deviceId": "{DEVICE_ID}",
"adid": "{DEVICE_RAW_ID}",
"country": "{COUNTRY_CODE}",
"state": "{STATE_NAME}",
"city": "{CITY_NAME}",
"lat": "{GPS_LAT}",
"long": "{GPS_LON}",
"language": "{DEVICE_LANGUAGE}",
"deviceType": "{DEVICE_TYPE}",
"userAgent": "{USER_AGENT}"
};
</script>
<script type='text/javascript'>
(function() {
this.pokktConfig.uuid = crypto.randomUUID();
this.pokktConfig.campType = "COLLECT";
this.pokktConfig.dsp="GSM";
this.pokktConfig.creative = "namecheap";
this.pokktConfig.creativeSuffix = "jpg";
this.pokktConfig.creativeSize = "300x50";
this.pokktConfig.selft = Date.now();
const queryString = Object.entries(this.pokktConfig).map(kv => kv.join("=")).join("&");
const link = document.createElement("a");
link.setAttribute("target", "_blank");
link.setAttribute("href", "https://www.namecheap.com/");
document.body.appendChild(link);
const image = document.createElement("img");
image.setAttribute("src", encodeURI("https://imgs.adetrackadv.com/simplebanner?" + queryString));
image.setAttribute("width", 300);
image.setAttribute("height", 50);
image.setAttribute("frameborder", "0");
image.setAttribute("style", "position:absolute;top:0;left:0;");
link.appendChild(image);
const getStatistics = document.createElement("script");
getStatistics.setAttribute("src", encodeURI("https://cdnst.adetrackadv.com/statistics?" + queryString));
document.body.appendChild(getStatistics);
})();
</script>
</body>
</html>
3
3
10KB
10KB
127.0ms
532.0ms
643.0ms