Proxy traffic not showing up in Analytics?

Abstroose

Elite Member
Joined
Nov 20, 2008
Messages
2,181
Reaction score
3,633
As per the title, I'm testing a bot on one of my sites. I've tested the bot with dedicated SOCKS and HTTP proxies, but traffic is failing to show up in Google Analytics (I'm checking real-time data). Is this a known thing? Do I need elite proxies?
 
depends from which program you run them, your program must be able to run javascript
 
depends from which program you run them, your program must be able to run javascript

Yep, Google's Analytics snippet (ga.js) registers real time visits with javascript, which can't be loaded through a server-side bot using proxies with cURL, telnet, etc.

Try using a server-side webkit to load javascript, such as PhantomJS.
 
Yes, javascript and google enabled proxies will be shown in analytics, tested it.
 
Back
Top