public class BannerItem : object
| Member | Description | |
|---|---|---|
![]() |
Constructor | |
![]() |
GetBasicTrackedUrl | Returns the URL that will be used for tracking but without a unique timestamp and referring url public string GetBasicTrackedUrl();
|
![]() |
GetTrackedUrl | Returns the Url that will be used for tracking public string GetTrackedUrl();
|
![]() ![]() |
New | Creates a new instance of BannerItem that has a new GUID set public static BannerItem New();
|
![]() ![]() |
RenderGroupScriptInclude | The returned URL will retrieve a script include to pull the next banner from the specified group. public static string RenderGroupScriptInclude(string bannerGroup);
|
![]() |
RenderLink | Get the clickable Image link for this control. If TrackClicks is true the output links to the HttpHandler which serves the image and track the clicks. public string RenderLink();
|
![]() |
RenderScriptInclude | Renders a script tag that calls on the HTTP Handler to load a block of script code that embeds the banner image into the page. public string RenderScriptInclude();
|
![]() |
RenderSwf | public string RenderSwf();
|
![]() |
UpdateImageSize | Updates the image size by loading the image from the Web public bool UpdateImageSize();
|
![]() |
Active | Determines whether this item is active |
![]() |
BannerGroup | |
![]() |
BannerId | The unique ID for this Banner |
![]() |
BannerType | The type of banner to serve. Image, Swf, SilverLight etc. |
![]() |
Clicks | Total number of clicks on this banner if handled through the banner manager |
![]() |
Entered | The original time when this banner was enterd |
![]() |
Height | The pixel height of the banner. |
![]() |
Hits | The number of times the item was accessed. This counter is a total all time count. |
![]() |
ImageUrl | The URL where images are found |
![]() |
MaxHits | Maximum number of ResetHits before this item stops being displayed. |
![]() |
NavigateUrl | The explicit navigation Url that is used when the banner is clicked |
![]() |
ResetClicks | Number of clicks on this banner that is resettable for specific campaign tracking |
![]() |
ResetHits | A hit counter that can be reset to track specific time periods |
![]() |
SortOrder | An optional Sort order value - the higher will sort to the top of the list and be shown slightly more frequently. |
![]() |
Updated | The last time this banner was updated |
![]() |
Width | The pixel width of the banner. |