Class AdInsight.Events

java.lang.Object
com.brightcove.player.analytics.insights.AdInsight.Events
Enclosing class:
AdInsight

public static class AdInsight.Events extends Object
  • Field Details

    • AD_MODE_BEGIN

      public static final String AD_MODE_BEGIN
      ad_mode_begin event property. Sent when control is handed over to an advertising agency by the playback platform.
      See Also:
    • AD_MODE_COMPLETE

      public static final String AD_MODE_COMPLETE
      ad_mode_complete event property. Sent when control is handed back from the advertising agent to the playback platform.
      See Also:
    • AD_ERROR

      public static final String AD_ERROR
      ad_error event property. Sent when there is an error with the ad.
      See Also:
    • AD_BEGIN

      public static final String AD_BEGIN
      ad_begin event property. Sent when an ad within the pod has begun.
      See Also:
    • AD_VIEWABLE_IMPRESSION

      public static final String AD_VIEWABLE_IMPRESSION
      ad_viewable_impression event property. Sent when an ad within the pod has been seen for at least two seconds.
      See Also:
    • AD_COMPLETE

      public static final String AD_COMPLETE
      ad_complete event property. Sent when an ad within the pod has ended.
      See Also:
    • VIDEO_RESUMED

      public static final String VIDEO_RESUMED
      video_resumed event property. Sent when an ad within the pod has ended.
      See Also:
  • Constructor Details

    • Events

      public Events()