Interface DashboardOverviewResponseDataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
DashboardOverviewResponseData,DashboardOverviewResponseData.Builder
public interface DashboardOverviewResponseDataOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetActiveWps()Total Watch Parties w/ WP 2+ People (EMetric.TotalActiveWps)doublegetAvgActiveWpDuration()Average Minutes on WP 2+ (EMetric.AvgActiveWpSessionDuration)doublegetAvgUsersActiveWp()Average Participants per active WP (2+ participants per WP) (EMetric.AvgParticipantsWp2plus)doublegetInteractionsPerEngagedUser()round(EMetric.TotalEngagedOverlaySession / EMetric.TotalEngagedDevices, 2)intgetLiveActiveWps()LIVE WP 2+ People (live EMetric.TotalActiveWps)intgetLiveEngagedViewers()live EMetric.TotalEngagedDevicesintgetLiveRegistredViewers()int32 live_registred_viewers = 30 [json_name = "liveRegistredViewers"];intgetLiveUsersEngagedWithActiveWp()LIVE Participants in WP 2+ People (live EMetric.TotalUsersEngagedWithWp2plus)intgetLiveViewers()live EMetric.TotalDevicesintgetTotalEngagedViewers()EMetric.TotalEngagedDevicesintgetTotalInteractions()EMetric.TotalEngagedOverlaySessiondoublegetTotalMinWp2Users()Total minutes in WP 2+ with X ParticipantsdoublegetTotalMinWp3Users()double total_min_wp3_users = 17 [json_name = "totalMinWp3Users"];doublegetTotalMinWp4Users()double total_min_wp4_users = 18 [json_name = "totalMinWp4Users"];doublegetTotalMinWp5Users()double total_min_wp5_users = 19 [json_name = "totalMinWp5Users"];doublegetTotalMinWp6Users()double total_min_wp6_users = 20 [json_name = "totalMinWp6Users"];doublegetTotalMinWp7Users()double total_min_wp7_users = 21 [json_name = "totalMinWp7Users"];doublegetTotalMinWp8Users()double total_min_wp8_users = 22 [json_name = "totalMinWp8Users"];doublegetTotalMinWp9Users()double total_min_wp9_users = 23 [json_name = "totalMinWp9Users"];intgetTotalRegistredViewers()EMetric.TotalUsersintgetTotalUsersStartedWp()Total Users that Started a WP (EMetric.TotalUsersStartedWp)intgetTotalViewers()Overview pageintgetTotalWpSessionsStarted()Total amount of WP sessionsintgetTotalWpStarted()WP/FWP metricsintgetUsersEngagedWithActiveWp()Total Users that Engaged w/ WP 2+ (EMetric.TotalUsersEngagedWithWp2plus)intgetUsersEngagedWithWp()Total Users that Engaged w/ WP (EMetric.TotalUsersEngagedWithWp)
-
-
-
Method Detail
-
getTotalViewers
int getTotalViewers()
Overview page
int32 total_viewers = 1 [json_name = "totalViewers"];- Returns:
- The totalViewers.
-
getTotalRegistredViewers
int getTotalRegistredViewers()
EMetric.TotalUsers
int32 total_registred_viewers = 2 [json_name = "totalRegistredViewers"];- Returns:
- The totalRegistredViewers.
-
getTotalEngagedViewers
int getTotalEngagedViewers()
EMetric.TotalEngagedDevices
int32 total_engaged_viewers = 3 [json_name = "totalEngagedViewers"];- Returns:
- The totalEngagedViewers.
-
getTotalInteractions
int getTotalInteractions()
EMetric.TotalEngagedOverlaySession
int32 total_interactions = 4 [json_name = "totalInteractions"];- Returns:
- The totalInteractions.
-
getLiveViewers
int getLiveViewers()
live EMetric.TotalDevices
int32 live_viewers = 5 [json_name = "liveViewers"];- Returns:
- The liveViewers.
-
getLiveEngagedViewers
int getLiveEngagedViewers()
live EMetric.TotalEngagedDevices
int32 live_engaged_viewers = 6 [json_name = "liveEngagedViewers"];- Returns:
- The liveEngagedViewers.
-
getInteractionsPerEngagedUser
double getInteractionsPerEngagedUser()
round(EMetric.TotalEngagedOverlaySession / EMetric.TotalEngagedDevices, 2)
double interactions_per_engaged_user = 7 [json_name = "interactionsPerEngagedUser"];- Returns:
- The interactionsPerEngagedUser.
-
getLiveRegistredViewers
int getLiveRegistredViewers()
int32 live_registred_viewers = 30 [json_name = "liveRegistredViewers"];- Returns:
- The liveRegistredViewers.
-
getTotalWpStarted
int getTotalWpStarted()
WP/FWP metrics
int32 total_wp_started = 8 [json_name = "totalWpStarted"];- Returns:
- The totalWpStarted.
-
getTotalWpSessionsStarted
int getTotalWpSessionsStarted()
Total amount of WP sessions
int32 total_wp_sessions_started = 45 [json_name = "totalWpSessionsStarted"];- Returns:
- The totalWpSessionsStarted.
-
getUsersEngagedWithWp
int getUsersEngagedWithWp()
Total Users that Engaged w/ WP (EMetric.TotalUsersEngagedWithWp)
int32 users_engaged_with_wp = 9 [json_name = "usersEngagedWithWp"];- Returns:
- The usersEngagedWithWp.
-
getUsersEngagedWithActiveWp
int getUsersEngagedWithActiveWp()
Total Users that Engaged w/ WP 2+ (EMetric.TotalUsersEngagedWithWp2plus)
int32 users_engaged_with_active_wp = 10 [json_name = "usersEngagedWithActiveWp"];- Returns:
- The usersEngagedWithActiveWp.
-
getActiveWps
int getActiveWps()
Total Watch Parties w/ WP 2+ People (EMetric.TotalActiveWps)
int32 active_wps = 11 [json_name = "activeWps"];- Returns:
- The activeWps.
-
getAvgUsersActiveWp
double getAvgUsersActiveWp()
Average Participants per active WP (2+ participants per WP) (EMetric.AvgParticipantsWp2plus)
double avg_users_active_wp = 12 [json_name = "avgUsersActiveWp"];- Returns:
- The avgUsersActiveWp.
-
getAvgActiveWpDuration
double getAvgActiveWpDuration()
Average Minutes on WP 2+ (EMetric.AvgActiveWpSessionDuration)
double avg_active_wp_duration = 13 [json_name = "avgActiveWpDuration"];- Returns:
- The avgActiveWpDuration.
-
getLiveUsersEngagedWithActiveWp
int getLiveUsersEngagedWithActiveWp()
LIVE Participants in WP 2+ People (live EMetric.TotalUsersEngagedWithWp2plus)
int32 live_users_engaged_with_active_wp = 14 [json_name = "liveUsersEngagedWithActiveWp"];- Returns:
- The liveUsersEngagedWithActiveWp.
-
getLiveActiveWps
int getLiveActiveWps()
LIVE WP 2+ People (live EMetric.TotalActiveWps)
int32 live_active_wps = 15 [json_name = "liveActiveWps"];- Returns:
- The liveActiveWps.
-
getTotalMinWp2Users
double getTotalMinWp2Users()
Total minutes in WP 2+ with X Participants
double total_min_wp2_users = 16 [json_name = "totalMinWp2Users"];- Returns:
- The totalMinWp2Users.
-
getTotalMinWp3Users
double getTotalMinWp3Users()
double total_min_wp3_users = 17 [json_name = "totalMinWp3Users"];- Returns:
- The totalMinWp3Users.
-
getTotalMinWp4Users
double getTotalMinWp4Users()
double total_min_wp4_users = 18 [json_name = "totalMinWp4Users"];- Returns:
- The totalMinWp4Users.
-
getTotalMinWp5Users
double getTotalMinWp5Users()
double total_min_wp5_users = 19 [json_name = "totalMinWp5Users"];- Returns:
- The totalMinWp5Users.
-
getTotalMinWp6Users
double getTotalMinWp6Users()
double total_min_wp6_users = 20 [json_name = "totalMinWp6Users"];- Returns:
- The totalMinWp6Users.
-
getTotalMinWp7Users
double getTotalMinWp7Users()
double total_min_wp7_users = 21 [json_name = "totalMinWp7Users"];- Returns:
- The totalMinWp7Users.
-
getTotalMinWp8Users
double getTotalMinWp8Users()
double total_min_wp8_users = 22 [json_name = "totalMinWp8Users"];- Returns:
- The totalMinWp8Users.
-
getTotalMinWp9Users
double getTotalMinWp9Users()
double total_min_wp9_users = 23 [json_name = "totalMinWp9Users"];- Returns:
- The totalMinWp9Users.
-
getTotalUsersStartedWp
int getTotalUsersStartedWp()
Total Users that Started a WP (EMetric.TotalUsersStartedWp)
int32 total_users_started_wp = 24 [json_name = "totalUsersStartedWp"];- Returns:
- The totalUsersStartedWp.
-
-