PC Review


Reply
Thread Tools Rate Thread

adrotator control using SQL.. how to know what add was displayed

 
 
Aussie Rules
Guest
Posts: n/a
 
      2nd Oct 2007
Hi,

I have a few adrotators on a page, each bound to a sql dataset from my
database

The function works fine, but as we are going to charge for the advertising
impression and click throughs I would like to be able to capture details
about what add is displayed.

The image name the adrotator is using would be good enough, but what would
be better is a field that is in the Dataset called "ADD-ID"

I can't find any properties of the adrotator to tell me the add details
being used.

Thanks

 
Reply With Quote
 
 
 
 
Mark Fitzpatrick
Guest
Posts: n/a
 
      2nd Oct 2007
You would actually be better to handle this within the database. If you're
using a stored procedure, you could fetch the ID of the add that is about to
be shown then record that using an insert into some sort of traffic table.
You may also want to pass more information to make this useful, such as the
IP address of the user viewing the add for geographic tracking, and maybe
even the browser information to help sort out if this ad is being seen by a
real user or by a search engine spider.

Keep in mind, the AdRotator is only meant to display the resulting ad, the
additional operations such as recording the impression must be done
seperately since it's not a function of rendering a displayed add but a
function of the data routine used to generate the displayed ad.

--
Hope this helps,
Mark Fitzpatrick
Microsoft MVP - Expression


"Aussie Rules" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi,
>
> I have a few adrotators on a page, each bound to a sql dataset from my
> database
>
> The function works fine, but as we are going to charge for the advertising
> impression and click throughs I would like to be able to capture details
> about what add is displayed.
>
> The image name the adrotator is using would be good enough, but what would
> be better is a field that is in the Dataset called "ADD-ID"
>
> I can't find any properties of the adrotator to tell me the add details
> being used.
>
> Thanks



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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
Exteding the AdRotator Control and Advert.xml file to track advertstats MC Microsoft ASP .NET 6 4th Oct 2007 12:37 AM
adrotator? =?Utf-8?B?RGFuaWVs?= Microsoft ASP .NET 0 26th Sep 2005 06:44 AM
AdRotator Control / Flash Banner Question? Leon Microsoft ASP .NET 0 15th Nov 2004 04:50 PM
AdRotator C Downey Microsoft ASP .NET 1 17th Jun 2004 07:26 AM
AdRotator control kdmath Microsoft Dot NET 0 27th Aug 2003 05:29 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:11 AM.