Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Referrals

Reply
Thread Tools

Referrals

 
 
Carlos C
Guest
Posts: n/a
 
      09-21-2007
I have a website with some client banners, the problem is that they are not
gerring the referral information when someone clics on any of the banners,
they use different statistics services and none log those visits as referred
from my website.

I am just doing a response.redirect(http://www.clientswebsite.com)

TIA!


 
Reply With Quote
 
 
 
 
ace_away
Guest
Posts: n/a
 
      09-21-2007
Have the clicks call a program that will write to a database that someone
clicked on XYZ (e.g. banner.asp?id=xyz), then same program redirects them to
XYZ's web site (data stored in another table in same database)


"Carlos C" <> wrote in message
news:%23kkDftH$...
>I have a website with some client banners, the problem is that they are not
>gerring the referral information when someone clics on any of the banners,
>they use different statistics services and none log those visits as
>referred from my website.
>
> I am just doing a response.redirect(http://www.clientswebsite.com)
>
> TIA!
>
>



 
Reply With Quote
 
 
 
 
Carlos C
Guest
Posts: n/a
 
      09-21-2007
I already do that, so I register in my database all the clicks, but the have
stats services that do not show the users i redirect to their website as
coming from my website...no referral.

TIA!


"ace_away" <> wrote in message
news:%23OsX$hI$...
> Have the clicks call a program that will write to a database that someone
> clicked on XYZ (e.g. banner.asp?id=xyz), then same program redirects them
> to XYZ's web site (data stored in another table in same database)
>
>
> "Carlos C" <> wrote in message
> news:%23kkDftH$...
>>I have a website with some client banners, the problem is that they are
>>not gerring the referral information when someone clics on any of the
>>banners, they use different statistics services and none log those visits
>>as referred from my website.
>>
>> I am just doing a response.redirect(http://www.clientswebsite.com)
>>
>> TIA!
>>
>>

>
>



 
Reply With Quote
 
Alexey Smirnov
Guest
Posts: n/a
 
      09-23-2007
On Sep 21, 10:29 pm, "Carlos C" <tcord...@hotmail.com> wrote:
> I already do that, so I register in my database all the clicks, but the have
> stats services that do not show the users i redirect to their website as
> coming from my website...no referral.
>
> TIA!
>
> "ace_away" <a...@away.com> wrote in message
>
> news:%23OsX$hI$...
>
>
>
> > Have the clicks call a program that will write to a database that someone
> > clicked on XYZ (e.g. banner.asp?id=xyz), then same program redirects them
> > to XYZ's web site (data stored in another table in same database)

>
> > "Carlos C" <tcord...@hotmail.com> wrote in message
> >news:%23kkDftH$...
> >>I have a website with some client banners, the problem is that they are
> >>not gerring the referral information when someone clics on any of the
> >>banners, they use different statistics services and none log those visits
> >>as referred from my website.

>
> >> I am just doing a response.redirect(http://www.clientswebsite.com)

>
> >> TIA!- Hide quoted text -

>
> - Show quoted text -



Try to create a special page e.g. redirect.aspx and use it to redirect
users:

response.redirect("redirect.aspx?url=http://www.clientswebsite.com")

The page should have a form

....
<body onLoad="document.forms[0].submit()">
<form method=post action=<%=Request.QueryString("url")%>>
</form>
.....

and a script to submit it (document.forms[0].submit())

Hope this helps

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
New Ipod Nano Just Released, Free (with only 2 referrals) Vmialik@gmail.com Digital Photography 2 09-16-2005 02:14 AM
New Ipod Nano Just Released, Free (with only 2 referrals) blackboomer@gmail.com DVD Video 0 09-15-2005 11:45 PM
!!!!Best website to get free prizes online - 5 steps 2 do it withouta credit card - LOOK only 10 referrals for $500 Mac mini! reading this thendo this now!.txt this works man Computer Support 1 02-04-2005 08:09 AM
Will pay $15 each for last 3 "free photo ipod" referrals johngraham2@hotmail.com Digital Photography 5 02-02-2005 05:09 AM
Surreptitious referrals in site html Jared Computer Security 2 10-15-2003 07:06 PM



Advertisments