Feedjit is a real-time based traffic tracker.
It tracks visitors’ geographical location, where did they come from (for other words, which site they bump into to visit your site), and which link did he leave (for other words, which link he clicked on your site to leave).
Of course, Google’s Analytics is cool but I prefer Feedjit for small sites like blogspot.
The problem with implementing Feedjit on your site is… you get to see this shitty ugly widget on your site:
Of course, when your visitor sees that they will feel uncomfortable – they feels that their privacy has been intruded and will feel unsafe to buy any products on your site. You know… dumb web surfers who suspect your site can track their confidential info (CC no., etc) and such.
Anyway, the method is to create a DIV tag to hide that shit.
Here’s the code:
So when you get your freshly-made feedjit widget code, it will be like this:
Delete the red-colored code… you don’t want Google to think you’re cloaking links!
So the final end result code will be:
Now you may ask:
“If I do that, how the hell do I see who’s visiting my site and who’s not?”
Just visit your Feedjit Live url:
It tracks visitors’ geographical location, where did they come from (for other words, which site they bump into to visit your site), and which link did he leave (for other words, which link he clicked on your site to leave).
Of course, Google’s Analytics is cool but I prefer Feedjit for small sites like blogspot.
The problem with implementing Feedjit on your site is… you get to see this shitty ugly widget on your site:
Anyway, the method is to create a DIV tag to hide that shit.
Here’s the code:
Code:
<div style="height:0;width:0;overflow:hidden;">
<!-- your feedjit code here-->
</div>
Code:
<script type="text/javascript" src="http://feedjit.com/serve/?bc=FFFFFF&tc=494949&brd1=336699&lnk=494949&hc=336699&ww=160"></script><noscript><a href="http://feedjit.com/">Feedjit Live Blog Stats</a></noscript>
So the final end result code will be:
Code:
<div style="height:0;width:0;overflow:hidden;">
<script type="text/javascript" src="http://feedjit.com/serve/?bc=FFFFFF&tc=494949&brd1=336699&lnk=494949&hc=336699&ww=160"></script><noscript>
</div>
“If I do that, how the hell do I see who’s visiting my site and who’s not?”
Just visit your Feedjit Live url:
Code:
http://live.feedjit.com/live/your-url-here
0 komentar:
Speak up your mind
Tell us what you're thinking... !