Friday 9 January 2015

How to Make The Analytics ROBOT to send virtual traffic To Any Site or Track Visits to Your Physical Rooms!!!

Ever wondered how traffic bots work? How come you put any URL in this simple app and you receive thousands and thousands of hits (seen on Analytics) with any parameters or metrics you like.
You can identify which pages receive the traffic, session duration, used device, screen res., even IP, medium, source, etc. So you can actually see in your traffic reports on GA that you've received your traffic from CNN, NY Times, Yahoo, or even Google.

The way such traffic bots work is very simple and straightforward and can used to trigger traffic signals from almost anything.

Here is the HOW it Works:

It sends a 'get request' through the Measurement HTTP Protocol using to GA servers on its URL:

For Example:

http://www.google-analytics.com/collect
?v=1
&tid=UA-xxxxxxxx-x
&cid=123456789
&t=pageview
&dp=/anysubpage





All what you have to do is to put this in the address bar of your browser and press Enter:

http://www.google-analytics.com/collect?v=1&tid=UA-XXXX-Y&cid=555&sr=800x600&t=pageview&dh=mydemo.com&dp=/home&dt=homepage

You can find all the Parameters here: 
https://developers.google.com/analytics/devguides/collection/protocol/v1/parameters 


Now you understood the logic, you can run this request through a very simple app that changes the CID and sends the request automatically via a list of proxies, or instead you can build this small device and... 






YOU CAN TRACK YOUR HOME VISITS WITH GOOGLE ANALYTICS and see how many rooms are visited the most!!



Full details are here: http://nicomiceli.com/tracking-your-home-with-google-analytics/


Resources:

  1. https://developers.google.com/analytics/devguides/collection/protocol/v1/devguide
  2. https://developers.google.com/analytics/devguides/collection/protocol/v1/reference
  3. https://developers.google.com/analytics/devguides/collection/analyticsjs/
  4. http://www.optimizesmart.com/understanding-universal-analytics-measurement-protocol/
  5. http://www.koozai.com/blog/analytics/google-analytics-and-cookies/
  6. http://www.koozai.com/blog/analytics/universal-analytics-and-cookies/