Field |
Field Type |
Null |
Notes |
Description |
IMPRESSIONS |
int |
|
Default = 0 |
The number of impressions expected for this segment. |
INACTIVE |
bit |
|
Default = 0 |
Indicates that the segment is no longer active. |
SCHEDULESTARTTIME |
time |
 |
|
Indicates the start time of a time slot segment. |
SCHEDULEENDTIME |
time |
 |
|
Indicates the end time of a time slot segment. |
SCHEDULEDURATION |
int |
|
Default = 0 |
The length of the time slot in seconds. |
LOCATIONPOSTCODE |
nvarchar(12) |
|
Default = '' |
The marketing location's post code. |
LOCATIONCITY |
nvarchar(50) |
|
Default = '' |
The marketing location's city. |
LOCATIONADDRESSBLOCK |
nvarchar(150) |
|
Default = '' |
The marketing location's street address. |
DATEADDED |
datetime |
|
Default = getdate() |
Indicates the date this record was added. |
DATECHANGED |
datetime |
|
Default = getdate() |
Indicates the date this record was last changed. |
TS |
timestamp |
|
|
Timestamp. |
TSLONG |
bigint (Computed) |
 |
CONVERT(bigint, TS) |
Numeric representation of the timestamp. |
IMPRESSIONCALCULATIONMETHODCODE |
tinyint |
|
Default = 0 |
The method to be used to determine the total number of impressions contributed to a marketing effort by the segment. |
IMPRESSIONCALCULATIONMETHOD |
nvarchar(20) (Computed) |
 |
CASE [IMPRESSIONCALCULATIONMETHODCODE] WHEN 0 THEN N'Per day' WHEN 1 THEN N'Per marketing effort' END |
Provides a translation for the 'IMPRESSIONCALCULATIONMETHODCODE' field. |