OBJECT
SponsoredCheermoteChannelSettingsNode
The information associated with a given sponsored cheermote channel setting.
link GraphQL Schema definition
1 type SponsoredCheermoteChannelSettingsNode { 2 3 # Brand's image to display, in the form of a URL. 4 : String! 5 6 # Brand name to display. 7 : String! 8 9 # Time the campaign ends. 10 : Time! 11 12 # The campaign ID, which is unique. 13 : ID! 14 15 # The opt in status of the campaign. 16 : Boolean! 17 18 # Time the campaign starts. 19 : Time! 20 21 # Thresholds for matching on sponsored cheering. 22 : [CheermoteCampaignThreshold!]! 23 24 }