Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

SL to Web, URL web-stats refferer tracking ?

MrLunk Voom
Registered User
Join date: 11 Jun 2007
Posts: 13
07-11-2007 09:44
Hello everyone,

I searched this forum thouroughly but could not find annything relating to this subject....

My question:

I would like to be able to show my clients the traffic their websites are getting from their SL locations...
Is there a way to give a goto URL script an extra value somehow that will show up in counterstats...

It would be cool if i could read in my stats something like:

Referrers today - From website:
4.20 http://parcelname,128,128,35,Fightingshop1

Or maybe a slurl ?
http://slurl.com/secondlife/parcelname/128/128/35/

With a extra addon maybe for recognizing wich object was clicked:
http://slurl.com/secondlife/parcelname/128/128/35/?object=Linksign01


Im not that tech on scripting so I was just spamming some ideas there...
Hoping it will spark some genious amongst you to come up with a solution or...
Simply tell me there is allready a very easy solution for this :)

Greetz,
MrLunk Voom
http://www.cannacabanna.nl
Ultralite Soleil
Registered User
Join date: 31 Aug 2006
Posts: 108
07-11-2007 10:07
Maybe try the Help Wanted forum?
http://forums.secondlife.com/forumdisplay.php?f=118
Mathieu Basiat
Wavemaster
Join date: 24 Apr 2006
Posts: 57
07-11-2007 11:59
yes


default
{
touch_start(integer total_number)
{
llLoadURL(llDetectedKey(0), "Visit site", "http://mysite.com/blah.html?fromSL=yes";);
}
}