ASP.NET 2.0 Application: Tracking clicks on banners in a generic way?

J

Jimmy

In the asp.net application I develop, we need to provide the marketing
department with the ability to insert small JavaScript code snippets
into predefined content areas on several pages. This code is supplied
from 3rd parties and may display banners, links and do various other
things. So far so good.

What I need is to track the clicks for each such banner in a generic
way. That is, whatever JS provided has to run inside some control (or
something else) which intercepts a click event and calls a web service
or whatever needed for tracking needs. Here I got lost and I'm looking
for a solution.

Thanks a lot for your help!
Jimmy
 
C

Cowboy \(Gregory A. Beamer\)

The JavaScript is client side, so you are stuck on generic implementations.
It will go where it goes. You can alter the JavaScript to go to your server
and then forward to the page requested, if you would like, but that might a
big job.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,777
Messages
2,569,604
Members
45,218
Latest member
JolieDenha

Latest Threads

Top