OBJECT

CheermoteCampaignThreshold

Threshold for sponsored cheermote campaign matching.

link GraphQL Schema definition

1type CheermoteCampaignThreshold {
2
3# Id for threshold, generated using the campaign id and the minimum bits field.
4id: ID!
5
6# Percentage for matching.
7matchedPercent: Float!
8
9# Minimum number of bits to get this level of matching.
10minimumBits: Int!
11
12}