OBJECT
PathToAffiliate
Associated metrics for the "Path to Affiliate" quest.
link GraphQL Schema definition
1 type PathToAffiliate { 2 3 # Average viewers needed to complete the quest. 4 : QuestGoalFloat 5 6 # Image URL for the quest's badge. 7 : String 8 9 # Time that this quest was completed. 10 : Time 11 12 # Number of followers needed to complete the quest. Evaluated at a 6 month period. 13 # All other metrics are evaluated in 30 day periods. 14 : QuestGoalInt 15 16 # Number of hours streamed needed to complete the quest. 17 : QuestGoalFloat 18 19 # Number of unique days needed to complete the quest. 20 : QuestGoalInt 21 22 # Current state of the user's affiliate invitation. 23 : AffiliateInvitationStatus 24 25 }