Who's hitting my website?
C0ppert0p
Registered Users Posts: 6 Beginner grinner
I'm interested in knowing who and where my hits are coming from and what they are looking at. The current graphs provided do not provide any information that is particularly useful for a business.
I'm assuming Smugmug is using some varient of Apache, possibly version 2. along with Tomcat, mod rewrite etc. some other app software and some db software.
Are the apache access logs available at all to somebody who knows how to use them? If not are there any plans to provide the pro customers with something like Webtrends reports, (well not Webtrends, because it is way overpriced.), but something like Webtrends that gives some decent reports.
I'm assuming Smugmug is using some varient of Apache, possibly version 2. along with Tomcat, mod rewrite etc. some other app software and some db software.
Are the apache access logs available at all to somebody who knows how to use them? If not are there any plans to provide the pro customers with something like Webtrends reports, (well not Webtrends, because it is way overpriced.), but something like Webtrends that gives some decent reports.
0
Comments
http://photos.mikelanestudios.com/
statcounter, right on.
Portfolio • Workshops • Facebook • Twitter
Good luck in your search.
Fred
I'm using StatCounter also and through the information on the log, I can get down to the IP address of the viewer - and know specifically what image they are viewing. I know where they came from, how long they stayed on my site, ... a lot of details. Granted the logsize of 100 for free subscription holds the detailed information for a short length of time. That's why they have paid subscriptions that increase your log size.
Capturing and creating fashion, film, festivals around Detroit
Wordpress-ed Fuzzytek
Bear
http://behr655.smugmug.com/gallery/2514206#132038106
Say that someone really liked your images and decided to hotlink them from another web site (or forum, or eBay, etc.). Statcounter would never be able to pick this up, yet it would certainly count against your Smugmug bandwidth.
If you're not familiar with hotlinking, it's when someone inserts an image tag in the HTML of a web page that directly references an image located on another web server somewhere. So to the average visitor, the image looks like part of the hotlinker's web site, yet the image does not exist on their web server and it uses up the original owner's bandwidth (not to mention violating their copyright). Granted, all of this can only happen if you have "external linking" turned on in your Smugmug galleries.
The other problem with Statcounter is that it's possible for people to "turn off" requests for tracking images in their browser. There probably aren't a huge number of people that do this, but some people see it as a security issue, and some security software will turn off these requests by default. So you won't be getting 100% accurate results.
All of that said, I always say that "There are lies, damn lies, statistics, and then there are web statistics". All of the methods for tracking web traffic have issues, you just have to know what they are so that you're not getting fooled.
Does the stat counter script go in the BODY tag box of smugmug co-branding?
Sebastian
SmugMug Support Hero
http://photos.mikelanestudios.com/
Sebastian
SmugMug Support Hero
To put it between <body> and </body>, like the statcounter guys advised you have to put it either into the footer html or header html (this will most likely disable the search bar and style selector of your homepage).
Hope this helps,
Sebastian
SmugMug Support Hero
Sebastian
SmugMug Support Hero
Dgrin FAQ | Me | Workshops
Matt
It is a simple matter of cutting and pasting from the body tag box to the footer html box.
EDIT: I see you did this... so nevermind.
http://photos.mikelanestudios.com/
On the other hand, that looks like a very interesting application for someone with dedicated hosting like...oh I don't know...me.
http://photos.mikelanestudios.com/
< div id="page_stats" title="Number of Unique Visits to Flying Dutchie's">
... insert your StatCounter HTML code here ...
< /div>
It produces a flat text or images (depending how you configured it at StatCounter) showing you a count. I chose flat text, so i can style it using the #page_stats selector.
And a nice thing about StatCounter is that you don't have to show it on your page. If you do #page_stats { display: none; } is fine with them
-- Anton.
When I hear the earth will melt into the sun,
in two billion years,
all I can think is:
"Will that be on a Monday?"
==========================
http://www.streetsofboston.com
http://blog.antonspaans.com
http://photos.mikelanestudios.com/
I had the {display:none;} on this element for a while and page-hits were registered by the StatCounter. Maybe the {display:none;} has this effect only on visual items (IMGs and elements with background-images, input type=image, etc)? Since < script> is non-visual, it is loaded and executed anyway...?<SCRIPT> is non-visual, it is loaded and executed anyway...?
-- Anton.
</div> <!-- / edit text area --> </td> <td class="controlbar"><fieldset id="smiliebox" title="Smilies"> <legend>Smilies</legend> <table cellpadding="4" cellspacing="0" border="0" align="center"> <!--<tr> <td class="smallfont" colspan="3" nowrap="nowrap">The basics</td></tr>--><tr align="center" valign="bottom"> <td>:):
</td> <td>:D
</td> <td><img src="https://us.v-cdn.net/6029383/emoji/umph.gif" border="0" alt="" >
</td></tr><tr align="center" valign="bottom"> <td><img src="https://us.v-cdn.net/6029383/emoji/eek7.gif" border="0" alt="" >
</td> <td><img src="https://us.v-cdn.net/6029383/emoji/rolleyes1.gif" border="0" alt="" >
</td> <td><img src="https://us.v-cdn.net/6029383/emoji/mwink.gif" border="0" alt="" >
</td></tr><tr align="center" valign="bottom"> <td><img src="https://us.v-cdn.net/6029383/emoji/ne_nau.gif" border="0" alt="" >
</td> <td><img src="https://us.v-cdn.net/6029383/emoji/iloveyou.gif" border="0" alt="" >
</td> <td><img src="https://us.v-cdn.net/6029383/emoji/headscratch.gif" border="0" alt="" >
</td></tr><tr align="center" valign="bottom"> <td><img src="https://us.v-cdn.net/6029383/emoji/rolleyes1.gif" border="0" alt="" >
</td> <td>:uhoh
</td> <td><img src="https://us.v-cdn.net/6029383/emoji/clap.gif" border="0" alt="" >
</td></tr><tr align="center" valign="bottom"> <td>:cry
</td> <td><img src="https://us.v-cdn.net/6029383/emoji/thumb.gif" border="0" alt="" >
</td> <td><img src="https://us.v-cdn.net/6029383/emoji/1drink.gif" border="0" alt="" >
</td></tr> <tr> <td class="smallfont" colspan="3">url="http://#"]More[/url</td> </tr> </table></fieldset> <script type="text/javascript"> <!-- // init the WYSIWYG smilie box wysiwyg_smiliebox_init(); //--> </SCRIPT>
When I hear the earth will melt into the sun,
in two billion years,
all I can think is:
"Will that be on a Monday?"
==========================
http://www.streetsofboston.com
http://blog.antonspaans.com
Working on the internet is so fully customizable that I would agree - you'll miss instances where people are taking counter-measures. I also see your point about hits on the IMAGE file rather than the page. The only place we can get that is from the log at SmugMug, which isn't currently offered.
I'm glad that I did add StatCounter to my site because I can now demonstrate to potential advertisers the traffic that my site gets. If I spend a little more I can offer better stats that would justify adjusting rates for advertising down the road also. Because then I can inform of more demographics.
Back to the SmugMug log - since images can be sold (via eBay, etc) without accessing the pages of the site we really are at a loss to demonstrate direct traffic (via links). I also link images into blog posts, so I'm at a loss to identify who has seen what I do through those, unless I run stats on that blog also and combine.
Ultimately I could use the same StatCounter on all sites with my images - blog, smugmug, ebay pages, etc. But it still fails to get images linked on other people's blogs and websites. What this fails to do is give traffic for the individual sites then.
Does it make sense to have TWO counters on a page (one for site, second for images across all sites)?
Capturing and creating fashion, film, festivals around Detroit
Wordpress-ed Fuzzytek
http://photos.mikelanestudios.com/
Hi, I have you gotten smut email since you put the starcounter on your web page?
http://www.google.com/analytics
Google Analytics tells you everything you want to know about how your visitors found you and how they interact with your site. You'll be able to focus your marketing resources on campaigns and initiatives that deliver ROI, and improve your site to convert more visitors.
Free.
Google Analytics gives us an opportunity to invest in our advertisers and everyone else who wants to create quality content on the web. Instead of spending money on web analytics, you can focus on creating targeted, ROI-driven marketing campaigns, and on improving your site design and content.
http://www.philmaland.com/
Kind of cool to look at.
Glass: >Sigma 17-35mm,f2.8-4 DG >Tamron 28-75mm,f2.8 >Canon 100mm 2.8 Macro >Canon 70-200mm,f2.8L IS >Canon 200mm,f2.8L
Flash: >550EX >Sigma EF-500 DG Super >studio strobes
Sites: Jim Mitte Photography - Livingston Sports Photos - Brighton Football Photos
gmail has a great filtering system though so mostly I don't even notice.
http://photos.mikelanestudios.com/
I'm trying to get the starcounter into my website but I don't think I did it right. I'm on a mac and I don't know exactly where to put the html. The directions seemed to be for PC users.. any suggestions?
www.mmrphoto.smugmug.com