Welcome to City-Data.com Forum!
U.S. CitiesCity-Data Forum Index
Go Back   City-Data Forum > General Forums > Science and Technology
 [Register]
Please register to participate in our discussions with 2 million other members - it's free and quick! Some forums can only be seen by registered members. After you create your account, you'll be able to customize options and access all our 15,000 new posts/day with fewer ads.
View detailed profile (Advanced) or search
site with Google Custom Search

Search Forums  (Advanced)
 
Old 01-26-2016, 08:58 PM
 
58 posts, read 83,061 times
Reputation: 60

Advertisements

Does anyone know how much time and the cost if given access to a Google Analytics account to replicate and code it, but populate it mock data?
Reply With Quote Quick reply to this message

 
Old 01-30-2016, 06:11 PM
 
41,813 posts, read 51,023,289 times
Reputation: 17864
If you describe in better detail what you are trying to accomplish you might get better responses.

If you are trying to replicate a web page just for display you can start with some of the web developer tools included in browsers. They'll let you change the source code right in the browser.

If you are looking for something that is fully functional that's a whole other ball game but you don't need to reinvent the wheel. Look into AWStats. That examines server log files and will produce statistics for you.
Reply With Quote Quick reply to this message
 
Old 01-31-2016, 12:12 AM
 
58 posts, read 83,061 times
Reputation: 60
Quote:
Originally Posted by thecoalman View Post
If you describe in better detail what you are trying to accomplish you might get better responses.

If you are trying to replicate a web page just for display you can start with some of the web developer tools included in browsers. They'll let you change the source code right in the browser.

If you are looking for something that is fully functional that's a whole other ball game but you don't need to reinvent the wheel. Look into AWStats. That examines server log files and will produce statistics for you.
I am trying to replicate the functionalities of GA itself on a completely separate site that would be coded, but also contain mock data. Duplicating an existing page with one of GA's tool is only useful if you already have existing data.
Reply With Quote Quick reply to this message
 
Old 01-31-2016, 08:16 AM
 
41,813 posts, read 51,023,289 times
Reputation: 17864
I'm not familiar with Google analytics and specifically what type of data they provide but AWStats can provide a lot of that information specific to your site. Visits, browsers, OS's, popular pages, country origins etc. It's limitations are whatever is logged by the server.

If GA is providing demographic information it will not provide that. There is no way to duplicate that unless you have access to the huge amount of data about the user that Google has. The only information you will have to analyze is the data from your own server, Google can analyze information from searches, other sites the user visitor, blah, blah blah....
Reply With Quote Quick reply to this message
 
Old 01-31-2016, 01:32 PM
 
24,488 posts, read 41,124,502 times
Reputation: 12920
Google Analytics has been replicated by companies like Microsoft, Facebook, and Amazon. It's hard to say how much, exactly, it would cost. I suspect not much more than $100 million over several years of effort for real data. Since you want simply mock data... I believe you could probably pull that off with approximately 4000 man-hours. At $250/hr, that's about $1 million.
Reply With Quote Quick reply to this message
 
Old 01-31-2016, 02:58 PM
 
58 posts, read 83,061 times
Reputation: 60
Quote:
Originally Posted by NJBest View Post
Google Analytics has been replicated by companies like Microsoft, Facebook, and Amazon. It's hard to say how much, exactly, it would cost. I suspect not much more than $100 million over several years of effort for real data. Since you want simply mock data... I believe you could probably pull that off with approximately 4000 man-hours. At $250/hr, that's about $1 million.
I just want to practice but don't have enough data within my existing. I am not looking to sell a similar platform or rip of GA at all. No way i can compete or do I have the desire too.
Reply With Quote Quick reply to this message
 
Old 02-01-2016, 07:38 AM
 
Location: (six-cent-dix-sept)
6,639 posts, read 4,567,370 times
Reputation: 4730
not quite sure what google-analytics does but based on some of the responses it seems to give high-level information about the visitors to a website. here is information from my apache logs; not sure what webserver you are using but perhaps you can do something like awk out the web browser/operating system statistics. there are probably databases online where you can resolve an ip-address to a specific country ? for extra credit you can analyze the referring page to make guesses as to their gender and age group ?

[stanley@hyper ~]$ sudo cat /var/log/httpd/access_log
220.178.252.141 - - [01/Feb/2016:04:03:39 -0500] "GET /manager/html HTTP/1.1" 404 210 "-" "Mozilla/3.0 (compatible; Indy Library)"
192.168.1.1 - - [01/Feb/2016:09:12:17 -0500] "GET /temp/ HTTP/1.1" 200 2450 "-" "Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0"
192.168.1.1 - - [01/Feb/2016:09:12:17 -0500] "GET /favicon.ico HTTP/1.1" 404 209 "-" "Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0"
192.168.1.1 - - [01/Feb/2016:09:12:18 -0500] "GET /favicon.ico HTTP/1.1" 404 209 "-" "Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0"
192.168.1.1 - - [01/Feb/2016:09:18:37 -0500] "GET /temp/ HTTP/1.1" 200 2450 "-" "Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0"
192.168.1.1 - - [01/Feb/2016:09:23:17 -0500] "GET / HTTP/1.1" 200 2849 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36 OPR/34.0.2044.98679"
192.168.1.1 - - [01/Feb/2016:09:23:18 -0500] "GET /icons/apache_pb2.gif HTTP/1.1" 200 4234 "http://stanley.noip.me/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36 OPR/34.0.2044.98679"
192.168.1.1 - - [01/Feb/2016:09:23:18 -0500] "GET /icons/poweredby.png HTTP/1.1" 200 2811 "http://stanley.noip.me/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36 OPR/34.0.2044.98679"
206.213.x.y - - [01/Feb/2016:09:24:29 -0500] "GET / HTTP/1.1" 200 2849 "-" "Mozilla/5.0 (Windows NT 6.1; rv:44.0) Gecko/20100101 Firefox/44.0"
206.213.x.y - - [01/Feb/2016:09:24:29 -0500] "GET /icons/apache_pb2.gif HTTP/1.1" 200 4234 "http://stanley.noip.me/" "Mozilla/5.0 (Windows NT 6.1; rv:44.0) Gecko/20100101 Firefox/44.0"
206.213.x.y - - [01/Feb/2016:09:24:30 -0500] "GET /icons/poweredby.png HTTP/1.1" 200 2811 "http://stanley.noip.me/" "Mozilla/5.0 (Windows NT 6.1; rv:44.0) Gecko/20100101 Firefox/44.0"
206.213.x.y - - [01/Feb/2016:09:24:30 -0500] "GET /favicon.ico HTTP/1.1" 404 209 "-" "Mozilla/5.0 (Windows NT 6.1; rv:44.0) Gecko/20100101 Firefox/44.0"
206.213.x.y - - [01/Feb/2016:09:24:31 -0500] "GET /favicon.ico HTTP/1.1" 404 209 "-" "Mozilla/5.0 (Windows NT 6.1; rv:44.0) Gecko/20100101 Firefox/44.0"
Reply With Quote Quick reply to this message
 
Old 02-03-2016, 11:25 PM
 
24,488 posts, read 41,124,502 times
Reputation: 12920
Quote:
Originally Posted by stanley-88888888 View Post
not quite sure what google-analytics does but based on some of the responses it seems to give high-level information about the visitors to a website. here is information from my apache logs; not sure what webserver you are using but perhaps you can do something like awk out the web browser/operating system statistics. there are probably databases online where you can resolve an ip-address to a specific country ? for extra credit you can analyze the referring page to make guesses as to their gender and age group ?

[stanley@hyper ~]$ sudo cat /var/log/httpd/access_log
220.178.252.141 - - [01/Feb/2016:04:03:39 -0500] "GET /manager/html HTTP/1.1" 404 210 "-" "Mozilla/3.0 (compatible; Indy Library)"
192.168.1.1 - - [01/Feb/2016:09:12:17 -0500] "GET /temp/ HTTP/1.1" 200 2450 "-" "Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0"
192.168.1.1 - - [01/Feb/2016:09:12:17 -0500] "GET /favicon.ico HTTP/1.1" 404 209 "-" "Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0"
192.168.1.1 - - [01/Feb/2016:09:12:18 -0500] "GET /favicon.ico HTTP/1.1" 404 209 "-" "Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0"
192.168.1.1 - - [01/Feb/2016:09:18:37 -0500] "GET /temp/ HTTP/1.1" 200 2450 "-" "Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0"
192.168.1.1 - - [01/Feb/2016:09:23:17 -0500] "GET / HTTP/1.1" 200 2849 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36 OPR/34.0.2044.98679"
192.168.1.1 - - [01/Feb/2016:09:23:18 -0500] "GET /icons/apache_pb2.gif HTTP/1.1" 200 4234 "http://stanley.noip.me/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36 OPR/34.0.2044.98679"
192.168.1.1 - - [01/Feb/2016:09:23:18 -0500] "GET /icons/poweredby.png HTTP/1.1" 200 2811 "http://stanley.noip.me/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36 OPR/34.0.2044.98679"
206.213.x.y - - [01/Feb/2016:09:24:29 -0500] "GET / HTTP/1.1" 200 2849 "-" "Mozilla/5.0 (Windows NT 6.1; rv:44.0) Gecko/20100101 Firefox/44.0"
206.213.x.y - - [01/Feb/2016:09:24:29 -0500] "GET /icons/apache_pb2.gif HTTP/1.1" 200 4234 "http://stanley.noip.me/" "Mozilla/5.0 (Windows NT 6.1; rv:44.0) Gecko/20100101 Firefox/44.0"
206.213.x.y - - [01/Feb/2016:09:24:30 -0500] "GET /icons/poweredby.png HTTP/1.1" 200 2811 "http://stanley.noip.me/" "Mozilla/5.0 (Windows NT 6.1; rv:44.0) Gecko/20100101 Firefox/44.0"
206.213.x.y - - [01/Feb/2016:09:24:30 -0500] "GET /favicon.ico HTTP/1.1" 404 209 "-" "Mozilla/5.0 (Windows NT 6.1; rv:44.0) Gecko/20100101 Firefox/44.0"
206.213.x.y - - [01/Feb/2016:09:24:31 -0500] "GET /favicon.ico HTTP/1.1" 404 209 "-" "Mozilla/5.0 (Windows NT 6.1; rv:44.0) Gecko/20100101 Firefox/44.0"
Logs do not have enough information to replace Google Analytics.
Reply With Quote Quick reply to this message
Please register to post and access all features of our very popular forum. It is free and quick. Over $68,000 in prizes has already been given out to active posters on our forum. Additional giveaways are planned.

Detailed information about all U.S. cities, counties, and zip codes on our site: City-data.com.


Reply
Please update this thread with any new information or opinions. This open thread is still read by thousands of people, so we encourage all additional points of view.

Quick Reply
Message:


Over $104,000 in prizes was already given out to active posters on our forum and additional giveaways are planned!

Go Back   City-Data Forum > General Forums > Science and Technology
Similar Threads

All times are GMT -6. The time now is 05:51 PM.

© 2005-2024, Advameg, Inc. · Please obey Forum Rules · Terms of Use and Privacy Policy · Bug Bounty

City-Data.com - Contact Us - Archive 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37 - Top