Answer the question
In order to leave comments, you need to log in
Where do smartphone clicks go from ad networks?
Launched an advertising campaign. We started comparing the number of page requests from the server with js-tracking placed directly on the page itself (we placed the simplest script in the head tag)
<script>
(function() {
var xhr = new XMLHttpRequest();
xhr.open('GET', '<?php echo $trackUrl; ?>', true);
xhr.send();
})();
</script>
Answer the question
In order to leave comments, you need to log in
On JS it is incorrect to consider, then it is necessary to analyze server logs. There are many reasons:
1. JS is disabled
2. I closed the page before the counter loaded
3. The counter was blocked by an ad blocker
, etc.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question