OBJECT
Density
Defines ads management attributes for channel.
link GraphQL Schema definition
1 type Density { 2 3 # Ad schedule for ads management. 4 : [AdSlot!] 5 6 # Duration of auto ads. 7 : Int 8 9 # Period inbetween each auto ad. 10 : Int 11 12 # If channel is a custom contract partner. 13 : Boolean! 14 15 # Minutes elapsed since stream started. 16 : Int 17 18 # If contract is enforced on this channel. 19 : Boolean! 20 21 # Ad density target for a specific channel. 22 : Int 23 24 # Total amount of ad time. 25 : Int 26 27 }