GuidesAPI ReferenceRelease Notes
HomeLog InHome
Guides

Events - Moments

Use this reference to interpret moment-related events provided using the Experiences SDK onEventTriggered callback. It lists the moment event structure explains each.event_action and its associated values.

Events have the structure outlined in the table that follows

Table structure

  • Field: The field name.
  • Field data: For fields with a variant type, this column specifies the name of the field data within the variant
  • Type: The type of the field or field data (if the field is a variant). Possible types include Number, Varchar, or Boolean.
  • Example: A sample value or instance of the field.
  • Description: An explanation of the field's meaning, if necessary.
  • From version: The SDK version from which this field started being reported.
  • web/mobile: Indicates whether the field reports data only when a viewer is on web ("web"), mobile ("mobile"), or both (no entry).
  • Options: Lists possible values for the field if it has a finite set of options.

Moments events

FieldField dataTypeExampleDescriptionFrom versionweb/mobileOptions
Moment (Variant)moments_session_idVarchar7d5bc3f4-41c5-4353-a536-cf266e6b05b5The moment’s session unique id
Moment (Variant)moment_idVarchar6551fc95f81351d67b991eb1Moment unique id
Moment (Variant)moment_titleVarcharTop Fours from India vs. England
Moment (Variant)moment_indexNumber / Varchar1The moment’s index at the page.
Moment (Variant)moment_navigation_typeVarcharManualIndicates whether the user accessed the moment through automatic navigation or manual selection.Manual, null
Moment (Variant)moment_navigation_directionVarcharForwardIndicates whether the user navigated to the current moment by moving Forward from the previous moment or Backward.Backward, Forward, Close, null
Moment (Variant)moment_start_triggerVarcharWidgetThe reason how the user entered the momentDeeplink, Auto Play from Widget, Share, Widget, Entry Point, Notification, null
Moment (Variant)moment_exit_triggerVarcharBack ButtonThe reason how the user exited the momentBack Button, Close Button, Swipe, App Close, null
Moment (Variant)moment_durationNumber119.583Video duration
Moment (Variant)moment_duration_viewed_percentNumber86Percent of the video duration that the user saw
Moment (Variant)playback_action_methodVarcharClickClick, Press, null
Moment (Variant)audio_stateVarcharMuteIf the user saw the moment with or with out voiceUnmute, Mute
Moment (Variant)loop_NumberNumber0How many times the user saw this moment

In the table below, you'll find descriptions for each event_action, along with indicators showing whether the event_action reports a specific field (fields from the Moment variant only).

  • Note, that each event_action reports not only the fields listed in the table below, but also all generic fields, as described on the events page.

event_actionmoments_playlist_startmoments_playlist_exitmoment_startmoment_exitcta_clicklikeunlikeaudioshare_clickshare_selectshare_successplayback_pauseforced_playback_pauseplayback_playforced_playback_play
Descriptionwhen a user enter a moments playlistwhen a user exits a moments playlistwhen a user starts viewing a specific moment (including loops, i.e every loop should send a new event)when a user exits a specific moment (either leaves the entire playlist or move to the next/previous moment or clicks the CTA)This event is triggered when a user clicks on the CTA buttonThis event is triggered when a user changes the state of the audioThis event is triggered when a user clicks on button to share and if the share was successful then another event is triggeredThis event is triggered when a user paused/play the playback: dedicated button or press and hold the screen - pause or release the hold - playThis event is triggered when the app automatically pauses/plays the playbackThis event is triggered when a user paused/play the playback: dedicated button or press and hold the screen - pause or release the hold - playThis event is triggered when the app automatically pauses/plays the playback
moments_session_idVVVVVVVVVVVVVVV
moment_idVVVVVVVVVVVVVVV
moment_titleVVVVVVVVVVVVVVV
moment_indexVVVVVVVVVVVVVVV
moment_navigation_typeV
moment_navigation_directionV
moment_start_triggerV
moment_exit_triggerV
moment_durationV
iOS 1.2.5
Android 1.2.7
V
moment_duration_viewed_percentV
playback_action_methodVVVV
audio_stateVVVVVVVVVVVVVVV
loop_numberVVVVVVVVVVVVVVV

Did this page help you?