mktg_creative_size Table
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
The mktg_creative_size table in the marketing database contains information about the display size of various creatives.
The following table describes the columns in the mktg_creative_size table.
Column name |
Type |
Allow null |
Description |
---|---|---|---|
i_creative_size_id |
int |
no |
The ID of this creative size. This is the primary key. |
u_size_name |
nvarchar(50) |
no |
A friendly name to associate with this creative size, for use in the user interface. |
u_size_tag |
nvarchar(25) |
no |
A short tag used when filtering for a particular creative size at run-time. |
i_size_width |
smallint |
no |
The width of this creative size, in pixels. |
i_size_height |
smallint |
no |
The height of this creative size, in pixels. |