Events
Ad Break Start
event
Released in version 1.86
Definition: Fired at the beginning of an advertising break, signifies that content has been delayed while the advertisements are played.
Technical Name: ad_break_start
Supported Ad Networks: Google IMA
Applicable for: Live, VOD, Ad
Node Location: event.type
Ad Break End
event
Released in version 1.86
Definition: Fired at the end of an advertising break, signifies that the advertisements have ended and content is ready to resume.
Technical Name: ad_break_end
Supported Ad Networks: Google IMA
Applicable for: Live, VOD, Ad
Node Location: event.type
Ad Click
event
Released in version 1.85
Definition: Triggered when the user interacts with an advertisement
Use Case
How many users clicked on a call-to-action link for a given ad?
Technical Name: ad_click
Supported Ad Networks: Google IMA
Applicable for: Live, VOD, Ad
Node Location: event.type
Ad Impression
event
Released in version 1.74
Definition: Fired when an Ad impression is recorded by the video player.
Use Case
Count how many times a single ad was presented to a user.
Technical Name: ad_impression
Supported Ad Networks: Google IMA
Applicable for: Live, VOD, Ad
Node Location: event.type
Ad Skip
event
Released in version 1.74
Definition: This event is triggered when a user chooses to skip the currently playing ad and go directly to the content..
Use Case
Calculate a percentage of users who completed entire playback of the ad vs those who chose not to watch it.
Technical Name: ad_skip
Supported Ad Networks: Google IMA
Applicable for: Live, VOD, Ad
Node Location: event.type
Buffer Start
event
Released in version 1.84
Definition: Buffer Start identifies anytime the player has to wait for the video buffer to fill with video segments . This event includes all visible buffering activity including during playback startup, connectivity issues or buffering that may occur when resuming after seek or pause.
Use Case
Monitor the number of delays of user playback caused by waiting for video to load.
Technical Name: buffer_start
Applicable for: Ad, Content, Live, VOD
Node Location: event.type
Buffer End
event
Released in version 1.84
Definition: Event is fired when video starts playing again after a buffer is completed.
Use Case
Compare the number of times video successfully resumed playing after buffering with the total number of Buffering events to see what percentage of buffers were irrecoverable.
Technical Name: buffer_end
Applicable for: Content, Live, VOD, Ad
Node Location: event.type
Cast Start
event
Released in version 1.74
Definition: Fired when a user sends a stream from their local device to a remote screen.
Use Case
Calculate how often users of the application choose to watch their video on a remote device.
Technical Name: cast_start
Applicable for: Ad, Content, Live, VOD
Node Location: event.type
Cast End
event
Released in version 1.74
Definition: Fired when a user ends streaming on a remote screen & returns playback to their local device.
Use Case
Calculate how long a video session was streamed on a remote device.
Technical Name: cast_end
Applicable for: Ad, Content, Live, VOD
Node Location: event.type
Custom Event
event
Released in version 1.73
Definition: Add any user or system behavioral event to the Datazoom data stream. Requires custom coding on the page or in the app by customer developer.
Use Case
Record that a user entered a comment on the video during playback. Capture a button from outside the player that was pressed by the user during video playback.
Technical Name: {custom_event_name}
Applicable for: Ad, Content, Live, VOD
Node Location: event.type
Datazoom Loaded
event
Released in version 1.72
Definition: Signifies that the Datazoom SDK has been loaded and activated. At this point, the video player can be instantiated or custom events can be sent by the application.
Technical Name: datazoom_loaded
Applicable for:
Node Location: event.type
Error
event
Released in version 1.83
Definition: Thrown if an error occurs during content playback or retrieval of the video
Use Case
How many errors occurred in the video player during content playback?
Technical Name: error
Applicable for: Content, Live, VOD, Ad
Node Location: event.type
Heartbeat
event
Released in version 1.85
Definition: Periodic event that provides updated insight into all of the selected FluxData metrics fired at the specified Heartbeat interval.
Use Case
This heartbeat event can be used for creating time-series charts tracking a user's quality of experience during their playback session.
Technical Name: heartbeat
Applicable for: Content, Live, VOD, Ad
Node Location: event.type
Media Loaded
event
Released in version 1.76
Definition: Fired when the video is fully loaded into the player & ready to begin playback.
Use Case
Part of the startup sequence of video playback so you can identify time taken to complete each step.
Technical Name: media_loaded
Supported Ad Networks: Google IMA
Applicable for: Content, Live, VOD, Ad
Node Location: event.type
Media Request
event
Released in version 1.74
Definition: Event signifies the video player requests the video from the server. The could be triggered by the user clicking on a play button of a thumbnail. If the video is played automatically, this may be fired when the player starts loading.
Use Case
Identify problems that may be occurring in the video player which prevent successful playback after a user requests a video
Technical Name: media_request
Supported Ad Networks: Google IMA
Applicable for: Content, Live, VOD, Ad
Node Location: event.type
Milestone
event
Released in version 1.90
Definition: Fired when the playheadPosition passes a predetermined percentile milestone of the video's duration. This event is used for both Ads & Content. Current milestones are fired at the 10, 25, 50, 75, 90 & 95 percentiles.
Use Case
What percentage of users made it to various checkpoints in the video timeline.
Technical Name: milestone
Applicable for: Ad, Content, VOD
Node Location: event.type
Mute
event
Released in version 1.74
Definition: Triggered when the player volume has been reduced to zero.
Technical Name: mute
Applicable for: Ad, Content, Live, VOD
Node Location: event.type
Pause
event
Released in version 1.83
Definition: Pause event is fired when the player enters a paused state. This can be triggered when the user hits the Pause button to temporarily halt video playback or it can occur as part of the player's normal state changes as media is loading, resuming or concluding.
Technical Name: pause
Applicable for: Content, Live, VOD, Ad
Node Location: event.type
Playback Start
event
Released in version 1.86
Definition: This event is fired when the video starts playing for the user, also known as First Frame.
Use Case
Use this to determine the period of time between a user pressing play and the same user viewing their content
Technical Name: playback_start
Supported Ad Networks: Google IMA
Applicable for: Ad, Content, Live, VOD
Node Location: event.type
Playback Complete
event
Released in version 1.86
Definition: This event signifies that the video player has reached the end of the currently playing content.
Use Case
Compare the number of Play Requests with the number of Playback Complete events to get a percentage of users who watched the entire video.
Technical Name: playback_complete
Supported Ad Networks: Google IMA
Applicable for: Content, VOD, Ad
Node Location: event.type
Player Ready
event
Released in version 1.76
Definition: Signifies when the player has been initialized and is ready for playback.
Technical Name: player_ready
Applicable for:
Node Location: event.type
Playing
event
Released in version 1.76
Definition: The media is no longer blocked from playback, and has started playing. Fired when playback resumes from Stall, Buffering or Seek.
Technical Name: playing
Supported Ad Networks: Google IMA
Applicable for: Content, Live, VOD, Ad
Node Location: event.type
Resume
event
Released in version 1.83
Definition: This event is fired when the user begins playing again after pausing the video during playback.
Use Case
Compare the amount of time elapsed between user hitting the Pause event and then resuming playback.
Technical Name: resume
Applicable for: Content, Live, VOD, Ad
Node Location: event.type
Seek Start
event
Released in version 1.88
Definition: This event records when the user interacts with time controls within the player to move forward or backward in the video timeline. It can be triggered by dragging the scrub bar or auto advancing using controls exposed by the app.
Use Case
Count the number of times users choose to seek to another part of the video.
Technical Name: seek_start
Applicable for: Ad, Content, Live, VOD
Node Location: event.type
Seek End
event
Released in version 1.88
Definition: Event is fired when the player stops moving the playhead position to jump to a specific point on the timeline. This event includes attributes Seek Start Point & Seek End Point to mark the starting & ending points of a seek event.
Use Case
Determine what parts of a video were skipped over or re-watched frequently.
Technical Name: seek_end
Applicable for: Ad, Content, Live, VOD
Node Location: event.type
Unmute
event
Released in version 1.74
Definition: Triggered when the player audio has been reactivated.
Technical Name: unmute
Applicable for: Ad, Content, Live, VOD
Node Location: event.type
Volume Change
event
Released in version 1.73
Definition: Triggered when the player increases or decreases the audio level of the video.
Technical Name: volume_change
Applicable for: Ad, Content, Live, VOD
Node Location: event.type
FluxData
Content Session Start Timestamp
fluxdata
Released in version 1.72
Definition: Start time of a new Content Session for the current user session. Typically a new Content Session begins with a Playback Request.
Technical Name: content_session_start_ts_ms
Applicable for: Ad, Content, Live, VOD
Field Type: number
Node Location: event.metrics
Permitted Values: any
Example Value: 1589903189
Unit: milliseconds
Max Decimals: 0
Current Subtitles
fluxdata
Released in version 1.73
Definition: Identifies which available subtitle or closed captioning track has been selected by the user. Multiple captioning tracks are usually used for alternate languages. Values returned may vary by content publisher & player.
Technical Name: current_subtitles
Applicable for: Ad, Content, Live, VOD
Field Type: string
Node Location: event.metrics
Permitted Values: any
Example Value: Spanish
Player State
fluxdata
Released in version 1.84
Definition: Returns the player's current playback state. (Idle, buffering, playing, paused)
Use Case
Correlate the current state of the video player with other activities or actions that are occurring with the user during a session.
Technical Name: player_state
Applicable for: Ad, Content, Live, VOD
Field Type: string
Node Location: event.metrics
Permitted Values: any
Example Value: playing
Playhead Position
fluxdata
Released in version 1.83
Definition: Returns the current point in the video timeline in seconds.
Technical Name: playhead_position_sec
Applicable for: Ad, Content, Live, VOD
Field Type: number
Node Location: event.metrics
Permitted Values: any
Example Value: 10.135
Unit: seconds
Max Decimals: 3
Time Since Content Started
fluxdata
Released in version 1.85
Definition: Time interval since current content playback began.
Technical Name: time_since_started_content_ms
Applicable for: Content, Live, VOD
Field Type: number
Node Location: event.metrics
Permitted Values: any
Example Value: 37
Unit: milliseconds
Max Decimals: 0
Time Since Content Request
fluxdata
Released in version 1.85
Definition: Time interval since content playback was requested.
Technical Name: time_since_request_content_ms
Applicable for: Content, Live, VOD
Field Type: number
Node Location: event.metrics
Permitted Values: any
Example Value: 37
Unit: milliseconds
Max Decimals: 0
Time Since Last Buffer Start - Content
fluxdata
Released in version 1.85
Definition: Time interval since Buffer Start event began during content playback, reported in milliseconds. Value is reset to zero at the start of a new video View or when another Buffer Start event occurs.
Technical Name: time_since_last_buffer_start_content_ms
Applicable for: Content, Live, VOD
Field Type: number
Node Location: event.metrics
Permitted Values: any
Example Value: 1234
Unit: milliseconds
Max Decimals: 0
Time Since Last Heartbeat
fluxdata
Released in version 1.85
Definition: Time interval since Heartbeat was last sent for the current content session.
Technical Name: time_since_last_heartbeat_ms
Applicable for: Ad, Content, Live, VOD
Field Type: number
Node Location: event.metrics
Permitted Values: any
Example Value: 10000
Unit: milliseconds
Max Decimals: 0
Time Since Last Milestone - Content
fluxdata
Released in version 1.75
Definition: Time interval since Milestone event was last sent for content.
Technical Name: time_since_last_milestone_content_ms
Applicable for: Ad, Content, VOD
Field Type: number
Node Location: event.metrics
Permitted Values: any
Example Value: 7500
Unit: milliseconds
Max Decimals: 0
Time Since Last Pause
fluxdata
Released in version 1.85
Definition: Time interval since content playback was paused., reported in milliseconds
Technical Name: time_since_last_pause_ms
Applicable for: Content, Live, VOD
Field Type: number
Node Location: event.metrics
Permitted Values: any
Example Value: 37
Unit: milliseconds
Max Decimals: 0
Time Since Last Seek Start
fluxdata
Released in version 1.85
Definition: Time interval since the occurrence of a Seek Start event.
Technical Name: time_since_last_seek_start_ms
Applicable for: Ad, Content, Live, VOD
Field Type: number
Node Location: event.metrics
Permitted Values: any
Example Value: 1234
Unit: milliseconds
Max Decimals: 0
Volume Level
fluxdata
Released in version 1.72
Definition: The current playback volume as a whole number percentage.
Technical Name: volume_level_percent
Applicable for: Ad, Content, Live, VOD
Field Type: number
Node Location: event.metrics
Permitted Values: any
Example Value: 85.2
Unit: percentage
Max Decimals: 0
Scale: 0 .. 100
Event Count
fluxdata
Released in version 1.84
Definition: Incremental counter of the events generated during a user session. This field is valuable for ensuring proper sequencing of events and detecting any potential data loss.
Technical Name: event_count
Applicable for: Ad, Content, Live, VOD
Field Type: number
Node Location: event.metrics
Permitted Values: any
Example Value: 1
Unit: count
Event Attributes
ABS Shift
metadata
Released in version 1.73
Definition: Describes the direction of the rendition change that occurred during Adaptive Bitrate Streaming. Values ‘up’ or ‘down’ depends on the value of the previous rendition. 'absShift' is an attribute of the Rendition Change event.
Use Case
Monitor how often the video player is downshifting video quality to account for network conditions.
Technical Name: abs_shift
Applicable for: Ad, Content, Live, VOD
Field Type: string
Node Location: event.attributes
Permitted Values: value list
Example Value: up
Value List: up, down
Error Code
metadata
Released in version 1.83
Definition: Error object representing a code explicitly identified by the player
Technical Name: error_code
Applicable for: Ad, Content, Live, VOD
Field Type: string
Node Location: event.attributes
Permitted Values: any
Example Value: 1001
Error Message
metadata
Released in version 1.83
Definition: Error object representing a message about the error explicitly identified by the player
Technical Name: error_msg
Applicable for: Ad, Content, Live, VOD
Field Type: string
Node Location: event.attributes
Permitted Values: any
Example Value: Player failed to launch
Milestone Percent
metadata
Released in version 1.85
Definition: Number indicating the percentage milestone represented by the event fired. Attribute of Milestone events.
Technical Name: milestone_percent
Supported Ad Networks: Google IMA
Applicable for: Ad, Content, VOD
Field Type: number
Node Location: event.attributes
Permitted Values: any
Example Value: 0.75
Unit: percentage
Max Decimals: 2
Scale: 0 .. 1
Seek Start Point
metadata
Released in version 1.72
Definition: The starting point of a seek event, representing the content timecode in milliseconds. Value will appear as an attribute on Seek End events
Use Case
Determine where in the video timeline a user began a seek.
Technical Name: seek_start_point_ms
Applicable for: Ad, Content, Live, VOD
Field Type: number
Node Location: event.attributes
Permitted Values: any
Example Value: 5678
Unit: milliseconds
Max Decimals: 0
Seek End Point
metadata
Released in version 1.72
Definition: The ending point of a seek event, representing the content timecode in milliseconds. Value will appear as an attribute on Seek End events
Use Case
Determine how much video time was covered during a user's seek event or if the seek was forward or backwards.
Technical Name: seek_end_point_ms
Applicable for: Ad, Content, Live, VOD
Field Type: number
Node Location: event.attributes
Permitted Values: any
Example Value: 8910
Unit: milliseconds
Max Decimals: 0
Message Metadata
Configuration ID
metadata
Released in version 1.72
Definition: Datazoom Collector configuration ID. Allows customers to differentiate data on the Connector from different Collectors. This could be useful for separating test content from production data.
Technical Name: configuration_id
Applicable for: Ad, Content, Live, VOD
Field Type: string
Node Location: root
Permitted Values: UUID
Example Value: 3bba4192-8105-4498-ae34-587154d56fa6
Event ID
metadata
Released in version 1.72
Definition: Unique identifier for each event message fired by a Collector or log file received by Datazoom. The string includes an incremental counter at the end to allow for sequencing the events from a user session.
Use Case
Provides a UUID that can be used for de-dupping records in the data platform or Connector.
Technical Name: event_id
Applicable for: Ad, Content, Live, VOD
Field Type: string
Node Location: root
Permitted Values: any
Example Value: ddee8570-3dd5-4cfa-aeac-04d694c4c22a_00.00001
User Details
App Session Start Timestamp
metadata
Released in version 1.74
Definition: Start time of the current user session
Technical Name: app_session_start_ts_ms
Applicable for: Ad, Content, Live, VOD
Field Type: number
Node Location: user_details
Permitted Values: any
Example Value: 1535971954488
Unit: milliseconds
Max Decimals: 0
App Session ID
metadata
Released in version 1.72
Definition: Unique identifier for the user's current Datazoom session. Session will persist as long as the user is viewing content uninterrupted. A 20 minute pause in activity will close the session.
Use Case
This is the primary identifier for grouping events generated by Datazoom for analysis and unique user counts.
Technical Name: app_session_id
Applicable for: Ad, Content, Live, VOD
Field Type: string
Node Location: user_details
Permitted Values: any
Example Value: 43DHE-EROILKER-EREOATE
Client IP Address
metadata
Released in version 1.72
Definition: IP address of the user's device
Technical Name: client_ip
Applicable for: Ad, Content, Live, VOD
Field Type: string
Node Location: user_details
Permitted Values: IP address
Example Value: 173.19.65.222
Content Session ID
metadata
Released in version 1.74
Definition: A unique id for the current video playback session.
Technical Name: content_session_id
Applicable for: Ad, Content, Live, VOD
Field Type: string
Node Location: user_details
Permitted Values: UUID
Example Value: 3bba4192-8105-4498-ae34-587154d56fa6
User Agent
metadata
Released in version 1.72
Definition: Contains a number of tokens that refer to aspects of the user device, including the user's browser name and version, rendering engine, device’s model number, operating system and its version, etc.
Technical Name: user_agent
Applicable for: Ad, Content, Live, VOD
Field Type: string
Node Location: user_details
Permitted Values: any
Example Value: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36
Player
Casting
metadata
Released in version 1.74
Definition: Is the player currently in casting mode where the content selected will be played on an external device?
Technical Name: casting
Applicable for: Ad, Content, Live, VOD
Field Type: bool
Node Location: player
Permitted Values: value list
Example Value: true
Value List: true, false
Controls
metadata
Released in version 1.72
Definition: Whether the controls are available for user interaction in the player. (i.e. Play/Pause/Seek)
Technical Name: controls
Applicable for: Ad, Content, Live, VOD
Field Type: bool
Node Location: player
Permitted Values: value list
Example Value: false
Value List: true, false
Default Playback Rate
metadata
Released in version 1.72
Definition: Sets or returns the default speed of the audio/video playback. Describes the speed that the video is played back to the user in relation to normal playback time. .5x, 1x, 1.5x, 2x
Technical Name: default_playback_rate
Applicable for: Ad, Content, Live, VOD
Field Type: number
Node Location: player
Permitted Values: any
Example Value: 0.5
Unit: percentage
Max Decimals: 2
Fullscreen
metadata
Released in version 1.72
Definition: Is the player in fullscreen mode?
Technical Name: fullscreen
Applicable for: Ad, Content, Live, VOD
Field Type: bool
Node Location: player
Permitted Values: value list
Example Value: true
Value List: true, false
Muted
metadata
Released in version 1.74
Definition: Returns True if player is muted.
Technical Name: muted
Applicable for: Ad, Content, Live, VOD
Field Type: bool
Node Location: player
Permitted Values: value list
Example Value: true
Value List: true, false
Player Name
metadata
Released in version 1.73
Definition: States which video player generated the event
Technical Name: player_name
Applicable for: Ad, Content, Live, VOD
Field Type: string
Node Location: player
Permitted Values: any
Example Value: JW Player
Player Version
metadata
Released in version 1.73
Definition: States the version of the video player that generated the event
Technical Name: player_version
Applicable for: Ad, Content, Live, VOD
Field Type: string
Node Location: player
Permitted Values: any
Example Value: 8.01
Streaming Protocol
metadata
Released in version 1.74
Definition: What streaming format is being used for the content?
Technical Name: streaming_protocol
Applicable for: Ad, Content, Live, VOD
Field Type: string
Node Location: player
Permitted Values: value list
Example Value: HLS
Value List: MPEG-DASH, HLS, HDS, Smooth, WebRTC, RTMP, RTSP, Flash, MP4, MPEG2-TS, 3GPP, Quicktime, AVI, Windows Media
Streaming Type
metadata
Released in version 1.73
Definition: Describes if the content being streamed is Live or On Demand.
Technical Name: streaming_type
Applicable for: Ad, Content, Live, VOD
Field Type: string
Node Location: player
Permitted Values: value list
Example Value: Live
Value List: Live, VOD
Subtitles
metadata
Released in version 1.76
Definition: Describes if subtitles are currently enabled for playback.
Technical Name: subtitles
Applicable for: Ad, Live, Content, VOD
Field Type: bool
Node Location: player
Permitted Values: value list
Example Value: true
Value List: true, false
Device
Advertising ID
metadata
Released in version 1.73
Definition: Advertising ID is a user resettable ID assigned by the device or operating environment for advertising purposes (e.g. targeting, frequency capping). The key difference between a Device ID and an Advertising ID is that advertising IDs can be reset by the user at any time. Examples include Apple's IDFA and Android's AAID.
Technical Name: advertising_id
Applicable for: Live, VOD, Ad
Field Type: string
Node Location: device
Permitted Values: any
Example Value: 75ee75da-9aa3-4a40-a6b8-6d2aa64c90d6
Device ID
metadata
Released in version 1.72
Definition: Unique identifier of the user's device.
Use Case
This can be used as a proxy for User if user is anonymous.
Technical Name: device_id
Applicable for: Ad, Content, Live, VOD
Field Type: string
Node Location: device
Permitted Values: any
Example Value: 93fb4310be52415e
Device Manufacturer
metadata
Released in version 1.73
Definition: Manufacturer of the user's device.
Technical Name: device_mfg
Applicable for: Ad, Content, Live, VOD
Field Type: string
Node Location: device
Permitted Values: any
Example Value: Apple
Device Name
metadata
Released in version 1.73
Definition: Name of the device model used by the viewer.
Technical Name: device_name
Applicable for: Ad, Content, Live, VOD
Field Type: string
Node Location: device
Permitted Values: any
Example Value: iPad Mini 4
Device Type
metadata
Released in version 1.72
Definition: Describes the type of device category being used during the session such as phone, tablet, desktop, connected device, game console, etc.
Use Case
Can be used to group attributes by device platform type for better understanding of app performance on different platforms.
Technical Name: device_type
Applicable for: Ad, Content, Live, VOD
Field Type: string
Node Location: device
Permitted Values: value list
Example Value: pc
Value List: pc, mobile, tablet, ott device, tv, game console, wearable
Orientation
metadata
Released in version 1.73
Definition: The directional orientation that the user is holding their mobile device.
Technical Name: orientation
Applicable for: Ad, Content, Live, VOD
Field Type: string
Node Location: device
Permitted Values: value list
Example Value: portrait
Value List: landscape, portrait
OS Name
metadata
Released in version 1.72
Definition: Operating System of the user's device
Technical Name: os_name
Applicable for: Ad, Content, Live, VOD
Field Type: string
Node Location: device
Permitted Values: any
Example Value: OS X
OS Version
metadata
Released in version 1.72
Definition: Version of Operating System being used during the session
Technical Name: os_version
Applicable for: Ad, Content, Live, VOD
Field Type: string
Node Location: device
Permitted Values: any
Example Value: 10.14
Video
Duration
metadata
Released in version 1.73
Definition: The total length of the media file, reported in decimal seconds
Technical Name: duration_sec
Applicable for: Ad, Content, VOD
Field Type: number
Node Location: video
Permitted Values: any
Example Value: 25.49
Unit: seconds
Max Decimals: 3
Media Type
metadata
Released in version 1.76
Definition: Specifies whether the event relates to an Ad or Content asset.
Technical Name: media_type
Supported Ad Networks: Google IMA
Applicable for: Ad, Content, Live, VOD, Ad
Field Type: string
Node Location: video
Permitted Values: value list
Example Value: Ad
Value List: Ad, Content
Source
metadata
Released in version 1.73
Definition: Returns the URL of the current media file
Technical Name: source
Applicable for: Ad, Content, Live, VOD
Field Type: string
Node Location: video
Permitted Values: URL
Example Value: http://...
Title
metadata
Released in version 1.72
Definition: Provides the title of current asset being played
Technical Name: title
Applicable for: Ad, Content, Live, VOD
Field Type: string
Node Location: video
Permitted Values: any
Example Value: What About Bob?
Location
City
metadata
Released in version 1.72
Definition: The city or town where the user is located
Technical Name: city
Applicable for: Ad, Content, Live, VOD
Field Type: string
Node Location: geo_location
Permitted Values: any
Example Value: Santa Rosa Beach
Country
metadata
Released in version 1.72
Definition: Full name of the user's country
Technical Name: country
Applicable for: Ad, Content, Live, VOD
Field Type: string
Node Location: geo_location
Permitted Values: any
Example Value: United States
Country Code
metadata
Released in version 1.72
Definition: The country from which the browser initiated the event. For a list of country codes, see ISO 3166-1 alpha-2 .
Technical Name: country_code
Applicable for: Ad, Content, Live, VOD
Field Type: string
Node Location: geo_location
Permitted Values: 2 letter code
Example Value: US
Latitude
metadata
Released in version 1.72
Definition: Location information for the user
Technical Name: latitude
Applicable for: Ad, Content, Live, VOD
Field Type: number
Node Location: geo_location
Permitted Values: any
Example Value: 30.3659
Unit: degrees
Max Decimals: 4
Scale: -90 .. 90
Longitude
metadata
Released in version 1.72
Definition: Location information for the user
Technical Name: longitude
Applicable for: Ad, Content, Live, VOD
Field Type: number
Node Location: geo_location
Permitted Values: any
Example Value: -86.2458
Unit: degrees
Max Decimals: 4
Scale: -180 .. 180
Postal Code
metadata
Released in version 1.73
Definition: The specific administrative division within a country where the event occurred. In the United States, zip codes correspond to postal region locator
Technical Name: postal_code
Applicable for: Ad, Content, Live, VOD
Field Type: string
Node Location: geo_location
Permitted Values: any
Example Value: 32459
Region
metadata
Released in version 1.72
Definition: The specific administrative division within a country where the event occurred. In the United States, regions correspond to state names ; for example, Washington or New York.
Technical Name: region
Applicable for: Ad, Content, Live, VOD
Field Type: string
Node Location: geo_location
Permitted Values: any
Example Value: Florida
Region Code
metadata
Released in version 1.72
Definition: The specific administrative division within a country where the event occurred. In the United States, regions correspond to state codes ; for example, WA or NY.
Technical Name: region_code
Applicable for: Ad, Content, Live, VOD
Field Type: string
Node Location: geo_location
Permitted Values: 2 letter code
Example Value: FL
Network
ASN
metadata
Released in version 1.73
Definition: Autonomous System Number: a unique number identifying a group of IP networks that serves the content to the end-user. Client ASN as determined from a lookup of the client IP
Use Case
ASN is a proxy for the customer's ISP which can be used for analyzing usage by ISP to identify problems that might be related a specific part of the ISP infrastructure.
Technical Name: asn
Applicable for: Ad, Content, Live, VOD
Field Type: string
Node Location: network
Permitted Values: any
Example Value: AS30036 Mediacom Communications Corp
ASN Org
metadata
Released in version 1.72
Definition: The organization that owns the Autonomous System Number. Often an ISP, sometimes a private company or institution.
Use Case
ASN is a proxy for the customer's ISP which can be used for analyzing usage by ISP to identify problems that might be related to the ISP
Technical Name: asn_org
Applicable for: Ad, Content, Live, VOD
Field Type: string
Node Location: network
Permitted Values: any
Example Value: MEDIACOM
Page
DZ SDK Version
metadata
Released in version 1.73
Definition: Version number of the Datazoom SDK that generated the event message.
Use Case
Used for troubleshooting data issues or isolating data differences stemming from alternate versions of the SDK used.
Technical Name: dz_sdk_version
Applicable for: Ad, Content, Live, VOD
Field Type: string
Node Location: page
Permitted Values: Any
Example Value: 1.40
Site Domain
metadata
Released in version 1.73
Definition: URL Domain of the site hosting the video player.
Technical Name: site_domain
Applicable for: Ad, Content, Live, VOD
Field Type: string
Node Location: page
Permitted Values: any
Example Value: espn.com
Ad Data
Ad Creative ID
metadata
Released in version 1.76
Definition: Creative ID of the ad shown.
Use Case
Creative ID is used to identify the same ad displayed across different sites.
Technical Name: ad_creative_id
Supported Ad Networks: Google IMA
Applicable for: Live, VOD, Ad
Field Type: string
Node Location: ad
Permitted Values: any
Example Value: E1lDoiRb
Ad Duration
metadata
Released in version 1.76
Definition: The length of the advertisement in seconds.
Technical Name: ad_duration_sec
Applicable for: Ad, Live, VOD
Field Type: number
Node Location: ad
Permitted Values: any
Example Value: 30
Unit: seconds
Max Decimals: 0
Ad ID
metadata
Released in version 1.76
Definition: Identifier of the ad asset shown.
Technical Name: ad_id
Supported Ad Networks: Google IMA
Applicable for: Live, VOD, Ad
Field Type: string
Node Location: ad
Permitted Values: any
Example Value: 123456
Ad Position
metadata
Released in version 1.86
Definition: Where the ad appears in relation to the video content. Pre-roll ads run before the content, mid-roll ads run during the middle of the content & post-roll ads run after the content has completed streaming.
Technical Name: ad_position
Supported Ad Networks: Google IMA
Applicable for: Live, VOD, Ad
Field Type: string
Node Location: ad
Permitted Values: value list
Example Value: pre
Value List: pre, mid, post
Ad Session ID
metadata
Released in version 1.89
Definition: A Datazoom generated UUID to denote the specific ad asset playback. This can be used to tie events together that occurred during a specific ad item.
Technical Name: ad_session_id
Applicable for: Ad
Field Type: string
Node Location: ad
Permitted Values: UUID
Example Value: FFBD8A96-4CA7-4D5E-AF3C-D69345E29BE1
Ad System
metadata
Released in version 1.76
Definition: The source ad server information included in the ad response.
Technical Name: ad_system
Supported Ad Networks: Google IMA
Applicable for: Ad
Field Type: string
Node Location: ad
Permitted Values: any
Example Value: Innovid Ads
Ad Time Offset
metadata
Released in version 1.86
Definition: Returns the point in time during the content playback at which the current ad pod was scheduled to appear. For pods in VOD streams with dynamically inserted ads, stream time is returned.
Technical Name: ad_time_offset_sec
Supported Ad Networks: Google IMA
Applicable for: Ad
Field Type: number
Node Location: ad
Permitted Values: any
Example Value: 30
Unit: seconds
Max Decimals: 3
Advertiser Name
metadata
Released in version 1.76
Definition: The advertiser name as defined by the serving party.
Technical Name: advertiser_name
Supported Ad Networks: Google IMA
Applicable for: Ad
Field Type: string
Node Location: ad
Permitted Values: any
Example Value: Ford
Skip Time Offset
metadata
Released in version 1.76
Definition: The number of seconds of playback before the ad becomes skippable. -1 is returned for non skippable ads or if this is unavailable.
Technical Name: skip_time_offset_sec
Supported Ad Networks: Google IMA
Applicable for: Ad
Field Type: number
Node Location: ad
Permitted Values: any
Example Value: 5
Unit: seconds
Max Decimals: 3
Wrapper Creative IDs
metadata
Released in version 1.76
Definition: Selected creative IDs used for wrapper ads. The creative IDs returned starts at the inline ad and traverses to the outermost wrapper ad.
Technical Name: wrapper_creative_ids
Supported Ad Networks: Google IMA
Applicable for: Ad
Field Type: array of string
Node Location: ad
Permitted Values: any
Example Value: 123456
Wrapper ID
metadata
Released in version 1.76
Definition: Ad IDs used for wrapper ads. The IDs returned starts at the inline ad (innermost) and traverses to the outermost wrapper ad.
Technical Name: wrapper_id
Supported Ad Networks: Google IMA
Applicable for: Ad
Field Type: array of string
Node Location: ad
Permitted Values: any
Example Value: 123456
Wrapper Systems
metadata
Released in version 1.76
Definition: Ad systems used for wrapper ads. The ad systems returned starts at the inline ad and traverses to the outermost wrapper ad.
Technical Name: wrapper_systems
Supported Ad Networks: Google IMA
Applicable for: Ad
Field Type: array of string
Node Location: ad
Permitted Values: any
Example Value: 123456
Custom
Custom Metadata
metadata
Released in version 1.76
Definition: Customers can add any user or system data to the Datazoom data stream. Requires custom coding on the page or in the app by customer developer.
Technical Name: {custom_metadata_name}
Applicable for: Ad, Content, Live, VOD
Node Location: custom
Permitted Values: any
|
Comments
0 comments
Article is closed for comments.