To create the database table for ads
Column name | Data type | Description |
Ads_ID | int | Primary key. This column can have any name. |
ImageUrl | varchar(length) | The relative or absolute URL of the image to display for the ad. |
NavigateUrl | varchar(length) | The target URL for the ad. If you do not provide a value, the ad is not a hyperlink. |
AlternateText | varchar(length) | The text displayed if the image cannot be found. In some browsers, the text is displayed as a ToolTip. Alternate text is also used for accessibility so that users who cannot see the graphic can hear its description read out loud. |
Keyword | nvarchar(length) | A category for the ad on which the page can filter. |
Impressions | int(4) | A number that indicates the likelihood of how often the ad is displayed. The larger the number, the more often the ad will be displayed. The total of all impressions values in the XML file may not exceed |