Class AdInsight.Events
java.lang.Object
com.brightcove.player.analytics.insights.AdInsight.Events
- Enclosing class:
- AdInsight
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
ad_begin event property.static final String
ad_complete event property.static final String
ad_error event property.static final String
ad_mode_begin event property.static final String
ad_mode_complete event property.static final String
ad_viewable_impression event property.static final String
video_resumed event property. -
Constructor Summary
-
Method Summary
-
Field Details
-
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
ad_mode_complete event property. Sent when control is handed back from the advertising agent to the playback platform.- See Also:
-
AD_ERROR
ad_error event property. Sent when there is an error with the ad.- See Also:
-
AD_BEGIN
ad_begin event property. Sent when an ad within the pod has begun.- See Also:
-
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
ad_complete event property. Sent when an ad within the pod has ended.- See Also:
-
VIDEO_RESUMED
video_resumed event property. Sent when an ad within the pod has ended.- See Also:
-
-
Constructor Details
-
Events
public Events()
-