Help Center Reporting Visitor Reports
How are technical specifications collected from visitors?
When a visitor views an ad, our system records certain technical specifications of the ad request such as anonymized IP address, timezone, screen resolution, browser type, and operating system. The information collected is limited and does not reveal any personal information. For example:Source Code
The tracking is done with the following JavaScript code:<script type="text/javascript"> //<![CDATA[ var a=new Date(); var tz=a.getTimezoneOffset()/60; var ck=navigator.cookieEnabled?'Yes':'No'; var jv=navigator.javaEnabled()?'Yes':'No'; var scr=screen.width+'x'+screen.height+'x'+screen.colorDepth; document.write('<ul>'); document.write("<li>Your time zone: GMT "+(tz<0?'+':'-')+Math.abs(tz)+'</li>'); document.write("<li>Screen: "+scr+"</li>"); document.write("<li>Accept cookie? "+ck+"</li>"); document.write("<li>Support Java? "+jv+"</li>"); document.write('</ul>'); //]]> </script>
Other Articles in Visitor Reports
Reporting on ad performance and tracking by visitors
- Visitor Report - Crawlers and Bots
- Visitor Report - Detailed Clicks
- Visitor Report - Detailed Views
- What are anonymized visitor records?
- What are popular browsers and operating systems?
Cannot find an answer for your question? Ask our Customer Care team
Related
- Campaign
"Documentation for API methods to manage your campaigns in our ad server. API Version1.4.6 (build 20240530). This page was updated ..."
- Website
"Documentation for API methods to manage one or multiple websites. API Version1.4.6 (build 20240530). This page was updated on Mon, ..."
- How can I avoid document.write warning in Chrome?
"If you see a warning about document.write in Google Chrome like the one below for the ad server's request, it ..."
- Why don't ads show? What is the system status?
"If ads on your website suddenly stop showing, or are loading very slow, please read the following instructions. Test Ads ..."
- What is "Object Expected" error in Internet Explorer?
"If an ad shows up properly in Firefox, Safari, Opera but it shows an error "Object Expected" in Internet Explorer, ..."