Note that there is an analogous table, SimDailyTargets, that is used during the inventory simulation.
Column | Type | Default | Extra | Comment |
![]() |
int(11) | |||
Target | int(11) | The number of impressions this creative should get during the current day. | ||
Weight | int(11) | 1 | The weight assigned to the creative. This weight is relative to all other active creatives. It only matters for delivery purposes if Target=0. | |
Remaining | int(11) | The number of impressions remaining to be served. This starts out equal to Target, and is decremented from there. | ||
HoursOfDay | mediumint(8) unsigned | 16777215 | A bitmask indicating which hours of the day the campaign should run; low bit is hour 0, high bit is hour 23. This value is computed by ANDing Creatives.HoursOfDay with the Campaigns.HoursOfDay. |