In order to automate your ad-breaks you can use the PAL Script below, set to trigger ads every 30 minutes
PAL.Loop := True;
Pal.WaitForTime(T['XX:15:00']);
CAT['Advertisements (All)'].QueueTop(smRandom, NoRules);
Pal.WaitForTime(T['XX:45:00']);
CAT['Advertisements (All)'].QueueTop(smRandom, NoRules);
Comments
0 comments
Article is closed for comments.