ENUM

PresignDevInsightsReportURLReportType

Type of dev insights report.

link GraphQL Schema definition

1enum PresignDevInsightsReportURLReportType {
2
3# Default report type, used for games and extensions.
4OVERVIEW_V2
5
6# Drops report that returns top 10 streamers for campaigns.
7DROPS_CAMPAIGNS_TOP_STREAMERS
8
9# Drops report that returns overview of campaigns.
10DROPS_CAMPAIGNS_OVERVIEW
11
12# Drops report that returns overview of drops.
13DROPS_CAMPAIGNS_DROPS_OVERVIEW
14}