The Ad Rotator component automates the rotation of advertisement images on a Web page. Each time a user opens or reloads the Web page, the Ad Rotator component displays a new advertisement based on the information you specify in a Rotator Schedule File.
You can record how many users click each advertisement by setting the REDIRECT parameter in the Rotator Schedule file. When you specify this parameter, each jump to an advertiser's URL is recorded in the Web server activity logs. For more information on activity logs, see Microsoft® Internet Information Server documentation.
Adrot.dll |
The Ad Rotator component. |
An optional file that implements redirection and enables the Ad Rotator component to record how many users click on each advertisement. | |
A text file that contains the display schedule and file information for advertisements. This file must be available on a Web server virtual path. |
Set AdRotator = Server.CreateObject("MSWC.AdRotator")
AdRotator
Specifies the name of the object created by the call to Server.CreateObject.
None.
Specifies the size of the border around the advertisement. | |
Specifies whether the advertisement is a hyperlink. | |
Specifies the name of the frame in which to display the advertisement. |
Gets the specifications for the next scheduled advertisement from the data file and formats it as HTML. |
The following example displays a different advertisement each time a user views the Web page.
<% Set ad = Server.CreateObject("MSWC.AdRotator") %>
<%= ad.GetAdvertisement("/ads/adrot.txt") %>
The following HTML is generated by the GetAdvertisement method and added to the page's output, displaying the next advertisement in the Rotator Schedule file.
<A HREF="http://www.msn.com/isapi/adredir.asp?http://www.company.com/"> <IMG SRC="http://msnnt3web/ads/homepage/chlogolg.gif"
ALT="Check out the new Technology Center"
WIDTH=440 HEIGHT=60 BORDER=1></A>
© Microsoft Corporation. All rights reserved.
file: /Techref/language/asp/comp/compref_1.htm, 4KB, , updated: 1996/11/21 18:01, local time: 2024/11/5 06:44,
3.15.149.144:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/Techref/language/asp/comp/compref_1.htm"> Ad Rotator Component</A> |
Did you find what you needed? |