I built a simpel indexer using CasperJS. I would like Google Analytics to ignore my agent, so all requests will not be part of every day statistic.
How should I set the Casper agent variable (header)?
|
I built a simpel indexer using CasperJS. I would like Google Analytics to ignore my agent, so all requests will not be part of every day statistic. How should I set the Casper agent variable (header)? |
||||
|
|
|
Why don't you just not execute the Google JS code? Just edit your hosts file:
(on the machine the indexer will be running from) Failing that, executing this code on page load should stop the request:
|
|||||||||||
|
|
You can probably set your user agent to some bot like Yahoo or Bing, and Google Analytics will ignore it. |
|||
|
|