Home » questions » How can i know when user click on a advertising link?Can you help me?Thanks?

How can i know when user click on a advertising link?Can you help me?Thanks?

2006-08-17 09:46:09, Category: Programming & Design
My webpage have space for advertising.But i dont know when and time that user click on links. May i use javascript? function userClick(){ alert ("User clicked!"); } ... And How about other website ? How did they do? Thank you so much.

Answers

  1. Raj

    On 2006-08-17 10:39:00


    Yes, You can do it on both the ends: Server End or Client End (browser). Depending on the Web Server where you have hosted your website (IIS or Apache), you can add scripts to your page which you can call while user clicks on the advertisement. Rajeev