This table contains segment information specific to media outlets, time slots and marketing locations.
Fields
Field |
Field Type |
Null |
Notes |
Description |
IMPRESSIONS
|
int
|
false
|
|
The number of impressions expected for this segment.
|
INACTIVE
|
bit
|
false
|
|
Indicates that the segment is no longer active.
|
SCHEDULESTARTTIME
|
time
|
true
|
|
Indicates the start time of a time slot segment.
|
SCHEDULEENDTIME
|
time
|
true
|
|
Indicates the end time of a time slot segment.
|
SCHEDULEDURATION
|
int
|
false
|
|
The length of the time slot in seconds.
|
LOCATIONPOSTCODE
|
nvarchar(12)
|
false
|
|
The marketing location's post code.
|
LOCATIONCITY
|
nvarchar(50)
|
false
|
|
The marketing location's city.
|
LOCATIONADDRESSBLOCK
|
nvarchar(150)
|
false
|
|
The marketing location's street address.
|
DATEADDED
|
datetime
|
false
|
|
Indicates the date this record was added.
|
DATECHANGED
|
datetime
|
false
|
|
Indicates the date this record was last changed.
|
TS
|
timestamp
|
false
|
|
Timestamp.
|
TSLONG
|
bigint (Computed)
|
true
|
|
Numeric representation of the timestamp.
|
IMPRESSIONCALCULATIONMETHODCODE
|
tinyint
|
false
|
|
The method to be used to determine the total number of impressions contributed to a marketing effort by the segment.
|
IMPRESSIONCALCULATIONMETHOD
|
nvarchar(20) (Computed)
|
true
|
|
Provides a translation for the 'IMPRESSIONCALCULATIONMETHODCODE' field.
|