Interface AdDetailsResponseRowOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder
    All Known Implementing Classes:
    AdDetailsResponseRow, AdDetailsResponseRow.Builder

    public interface AdDetailsResponseRowOrBuilder
    extends com.google.protobuf.MessageLiteOrBuilder
    • Method Detail

      • getEventId

        long getEventId()
        uint64 event_id = 1 [json_name = "eventId"];
        Returns:
        The eventId.
      • getQuestionId

        java.lang.String getQuestionId()
        string question_id = 2 [json_name = "questionId"];
        Returns:
        The questionId.
      • getQuestionIdBytes

        com.google.protobuf.ByteString getQuestionIdBytes()
        string question_id = 2 [json_name = "questionId"];
        Returns:
        The bytes for questionId.
      • getPlatform

        java.lang.String getPlatform()
         breakdown
         
        string platform = 10 [json_name = "platform"];
        Returns:
        The platform.
      • getPlatformBytes

        com.google.protobuf.ByteString getPlatformBytes()
         breakdown
         
        string platform = 10 [json_name = "platform"];
        Returns:
        The bytes for platform.
      • getTotalAdImpressions

        int getTotalAdImpressions()
         counts 
         
        uint32 total_ad_impressions = 20 [json_name = "totalAdImpressions"];
        Returns:
        The totalAdImpressions.
      • getTotalDisplayImpressions

        int getTotalDisplayImpressions()
        uint32 total_display_impressions = 21 [json_name = "totalDisplayImpressions"];
        Returns:
        The totalDisplayImpressions.
      • getTotalAdVideoImpressions

        int getTotalAdVideoImpressions()
        uint32 total_ad_video_impressions = 22 [json_name = "totalAdVideoImpressions"];
        Returns:
        The totalAdVideoImpressions.
      • getTotalAdVideoPlayed

        int getTotalAdVideoPlayed()
        uint32 total_ad_video_played = 23 [json_name = "totalAdVideoPlayed"];
        Returns:
        The totalAdVideoPlayed.
      • getTotalAdClicks

        int getTotalAdClicks()
        uint32 total_ad_clicks = 24 [json_name = "totalAdClicks"];
        Returns:
        The totalAdClicks.
      • getTotalAdInteractions

        int getTotalAdInteractions()
        uint32 total_ad_interactions = 25 [json_name = "totalAdInteractions"];
        Returns:
        The totalAdInteractions.
      • getAdVideoQ25

        int getAdVideoQ25()
        uint32 ad_video_q25 = 26 [json_name = "adVideoQ25"];
        Returns:
        The adVideoQ25.
      • getAdVideoQ50

        int getAdVideoQ50()
        uint32 ad_video_q50 = 27 [json_name = "adVideoQ50"];
        Returns:
        The adVideoQ50.
      • getAdVideoQ75

        int getAdVideoQ75()
        uint32 ad_video_q75 = 28 [json_name = "adVideoQ75"];
        Returns:
        The adVideoQ75.
      • getAdVideoComplete

        int getAdVideoComplete()
        uint32 ad_video_complete = 29 [json_name = "adVideoComplete"];
        Returns:
        The adVideoComplete.
      • getAdReplays

        int getAdReplays()
        uint32 ad_replays = 30 [json_name = "adReplays"];
        Returns:
        The adReplays.
      • getAdUnmutes

        int getAdUnmutes()
        uint32 ad_unmutes = 31 [json_name = "adUnmutes"];
        Returns:
        The adUnmutes.
      • getAdTotalReach

        int getAdTotalReach()
         reach + engaged/conversions
         
        uint32 ad_total_reach = 40 [json_name = "adTotalReach"];
        Returns:
        The adTotalReach.
      • getAdEngagedViews

        int getAdEngagedViews()
        uint32 ad_engaged_views = 41 [json_name = "adEngagedViews"];
        Returns:
        The adEngagedViews.
      • getAdConversions

        int getAdConversions()
        uint32 ad_conversions = 42 [json_name = "adConversions"];
        Returns:
        The adConversions.
      • getTotalEventViewers

        int getTotalEventViewers()
        uint32 total_event_viewers = 43 [json_name = "totalEventViewers"];
        Returns:
        The totalEventViewers.
      • getAverageCtr

        double getAverageCtr()
         rate fields
         
        double average_ctr = 50 [json_name = "averageCtr"];
        Returns:
        The averageCtr.
      • getAdInteractionRate

        double getAdInteractionRate()
        double ad_interaction_rate = 51 [json_name = "adInteractionRate"];
        Returns:
        The adInteractionRate.
      • getVideoCompletionRate

        double getVideoCompletionRate()
        double video_completion_rate = 52 [json_name = "videoCompletionRate"];
        Returns:
        The videoCompletionRate.
      • getAdReplayRate

        double getAdReplayRate()
        double ad_replay_rate = 53 [json_name = "adReplayRate"];
        Returns:
        The adReplayRate.
      • getAdViewRate

        double getAdViewRate()
        double ad_view_rate = 54 [json_name = "adViewRate"];
        Returns:
        The adViewRate.
      • getAdFrequency

        double getAdFrequency()
        double ad_frequency = 55 [json_name = "adFrequency"];
        Returns:
        The adFrequency.
      • getAdUnmuteRate

        double getAdUnmuteRate()
        double ad_unmute_rate = 56 [json_name = "adUnmuteRate"];
        Returns:
        The adUnmuteRate.
      • getAdReachPct

        double getAdReachPct()
        double ad_reach_pct = 57 [json_name = "adReachPct"];
        Returns:
        The adReachPct.
      • getAdConversionRate

        double getAdConversionRate()
        double ad_conversion_rate = 58 [json_name = "adConversionRate"];
        Returns:
        The adConversionRate.