SectionDailyTraffic Table

This table is used to store just the impressions that are recorded for each section each day. The Impression number is actually the sum of the recorded Impressions and ImpressionErrors, since this table is really a measure of demand for each section.

Note that there is an analogous table, SimSectionDailyTraffic, that is used during the inventory simulation. Projected traffic numbers are written to that table.

Column Type Default Extra Comment
Day date 0000-00-00    
SectionID int(11)      
Width smallint(5) unsigned      
Height smallint(5) unsigned      
Impressions int(11)