This topic presents a list of audio and video content data, including context data values, that Adobe collects via solution variables.
IMPORTANT
On February 7th, 2019, Adobe Analytics for Video and Audio released a metric name change. Media Initiates will now be called Media Starts. This change was made to reflect industry standards in metrics and reporting, and to make the metric easily identifiable in reporting.
NOTE
Beginning on September 13th, 2018 a change was made to the labels for some dimensions, metrics, and reports, to allow for cross-content tracking of video and audio analytics. The labels that have been changed include: video initiates to media initiates, video length to content length, and video name to content name. The video reports in Reports and Analytics have all been updated to use the name “Media” rather than “Video”. The label changes did not change data collection or historic data. Please take note of these changes in the case that you’re using them within Report Builder or in any other external automated data pulls that might be impacted by this change.
Table data description:
Implementation: Information on implementation values and requirements
Key - Variable, set either manually in your app, or automatically by the Adobe Media SDK.
Required - Indicates whether the parameter is required for basic audio and video tracking.
Type - Specifies the type of the variable to be set, string or number.
Sent With - Indicates when the data is sent: Media Start is the analytics call sent on media start, Ad Start is the analytics call sent on ad start, and so on; the Close calls are the compiled analytics calls sent directly from the heartbeat server to the analytics server at the end of the media session, or the end of the ad, chapter, etc. The close calls are not available in network packet calls.
Min. SDK Version - Indicates which SDK version you would need to access the parameter.
Sample Value - Provides example of common variable usage.
Network Parameters: Displays the values that are passed to Adobe Analytics or Heartbeat servers. This column shows the names of the parameters that are seen in the network calls generated by Adobe Media SDKs.
Reporting: Information on how to view and analyze the audio and video data.
Available - Indicates whether the data is available in reporting by default (Yes), or requires custom set-up (Custom)
Reserved Variable - Indicates whether the data is captured as an event, eVar, prop, or classification in a reserved variable.
Expiration - Indicates whether the data expires after each hit or after each visit.
Report Name - Name of Adobe Aanlytics report for variable
Context Data - Name of the Adobe Analytics context data passed to the reporting server and used in processing rules.
Data Feed - Column name for variable found in Clickstream or Live Stream data feeds
Audience Manager - Trait name found in Adobe Audience Manager
IMPORTANT
Do not change the classification names for any variables listed below that are described under Reporting/Reserved Variable as “classification”.
The media classifications are defined when a report suite is enabled for media tracking. From time to time, Adobe adds new properties, and, when this occurs, customers must re-enable their report suites to get access to the new media properties. During the update process Adobe determines whether the classifications are enabled by checking the names of the variables. If any of them is missing, Adobe adds the missing ones again.
Description: Clip Length/Runtime - This is the maximum length (or duration) of the content being consumed (in seconds). It equals the last value of l:asset:length from events of type Main. If l:asset:length is not set, then the last value of l:asset:duration is used. In reporting, Video Length is the classification, and Content Length (variable) is the eVAR. Important: This property is used to compute several metrics, such as progress tracking metrics and Average Minute Audience. If this is not set, or not greater than zero, then these metrics are not available. For Live media with an unknown duration, the value of 86400 is the default. Pre Version 1.5.1, this was l:asset:duration; after 1.5.1, this is l:asset:length. Release Date: 09/13/18
Adobe Analytics: (a.media.length)
Heartbeats: (l:asset:length)
Available: Yes
Reserved Variable: eVar
Expiration: On HIT
Report Name: Content Length (variable)
Context Data: (a.media.length)
Data Feed: videolength
Audience Manager: (c_contextdata. a.media.length)
XDM Field Path: media.mediaTimed.primaryAssetReference. xmpDM:duration
Collection XDM Field Path: mediaCollection.sessionDetails.length
Reporting XDM Field Path: mediaReporting.sessionDetails.length
Description: Clip Length/Runtime - This is the maximum length (or duration) of the content being consumed (in seconds). It equals the last value of l:asset:length from events of type Main. If l:asset:length is not set, then the last value of l:asset:duration is used. In reporting, Video Length is the classification, and Content Length (variable) is the eVAR. Important: This property is used to compute several metrics, such as progress tracking metrics and Average Minute Audience. If this is not set, or not greater than zero, then these metrics are not available. For Live media with an unknown duration, the value of 86400 is the default. Pre Version 1.5.1, this was l:asset:duration; after 1.5.1, this is l:asset:length. Release Date: 09/13/18
Adobe Analytics: (a.media.length)
Heartbeats: (l:asset:length)
Available: Yes
Reserved Variable: Classification
Expiration: On HIT
Report Name: Video Length
Context Data: (a.media.length)
Data Feed: video.videoclassificationlength
Audience Manager: (c_contextdata. a.media.length)
XDM Field Path: media.mediaTimed.primaryAssetReference. xmpDM:duration
Collection XDM Field Path: mediaCollection.sessionDetails.length
Reporting XDM Field Path: mediaReporting.sessionDetails.length
Description: Available values per Stream Type: Audio: “song”, “podcast”, “audiobook”, “radio” Video: “VoD”, “Live”, “Linear”, “UGC”, “DVoD” Customers can provide custom values for this parameter. This equals s:stream:type. If that is unset, this equals missing_content_type.
Adobe Analytics: (a.contentType)
Heartbeats: (s:stream:type)
Available: Yes
Reserved Variable: eVar
Expiration: On HIT
Report Name: Content Type
Context Data: (a.contentType)
Data Feed: videocontenttype
Audience Manager: (c_contextdata. a.contentType)
XDM Field Path: media.mediaTimed.primaryAssetViewDetails. broadcastContentType
Collection XDM Field Path: mediaCollection.sessionDetails.contentType
Reporting XDM Field Path: mediaReporting.sessionDetails.contentType
Description: This identifies an instance of a content stream unique to an individual playback.
Adobe Analytics: (a.media.vsid)
Heartbeat: (s:event:sid)
Available: Use processing rule
Reserved Variable: N/A
Report Name: Custom
Context Data: (a.media.vsid)
Data Feed: videosessionid
Audience Manager: (c_contextdata. a.media.vsid)
XDM Field Path: media.mediaTimed.primaryAssetViewDetails. @id
Reporting XDM Field Path: mediaReporting.sessionDetails.ID
Media Downloaded Flag
Implementation
Network Parameters
Reporting
SDK Key: config.downloadedcontent
API Key: Obtained from backend
Required: No
Type: boolean
Sent with: Media Start, Media Close
Min. SDK Version: Launch Android and iOS extension v1.1.0
Sample value: true
Description: Set to true when the hit is generated due to playing a downloaded content media session. Not present when downloaded content is not played.
XDM Field Path: media.mediaTimed.primaryAssetViewDetails. broadcastChannel
Collection XDM Field Path: mediaCollection.sessionDetails.channel
Reporting XDM Field Path: mediaReporting.sessionDetails.channel
Content Segment
Implementation
Network Parameters
Reporting
SDK Key: Automatically set
API Key: N/A
Required: Yes
Type: string
Sent with: Media Close
Min. SDK Version: Any
Sample value: “0-10”
Description: The interval that describes the part of the content that has been viewed (in minutes). The segment is computed as min and max of the playhead values during a playback session.
Description: This is the “friendly” (human-readable) name of the content, equal to the last value of s:asset:name. In reporting, Video Name is the classification, and Content Name (variable) is the eVAR. Release Date: 09/13/18
Description: This is the “friendly” (human-readable) name of the content, equal to the last value of s:asset:name. In reporting, Video Name is the classification, and Content Name (variable) is the eVAR. Release Date: 09/13/18
XDM Field Path: media.mediaTimed.primaryAssetReference. dc:title
Collection XDM Field Path: mediaCollection.sessionDetails.friendlyName
Reporting XDM Field Path: mediaReporting.sessionDetails.friendlyName
Video Path
Implementation
Network Parameters
Reporting
SDK Key: Automatically set
API Key: N/A
Required: No
Type: string
Sent with: Media Start
Min. SDK Version: Any
Sample value: “4586695ABC”
Description: Provides the ability to track the path of a viewer across a site and/or App, to see the path they took to view a particular video. Any integer and/or letter combination.
Adobe Analytics: (a.media.name)
Heartbeats: (s:asset:video_id)
Available: Yes
Reserved Variable: prop
Report Name: Video Path
Context Data: (a.media.name)
Data Feed: videopath
Audience Manager: (c_contextdata. a.media.name)
XDM Field Path: media.mediaTimed.primaryAssetReference. iptc4xmpExt:Series.iptc4xmpExt:Identifier
Collection XDM Field Path: mediaCollection.sessionDetails.name
Reporting XDM Field Path: mediaReporting.sessionDetails.name
XDM Field Path: media.mediaTimed.primaryAssetReference. iptc4xmpExt:Episode.iptc4xmpExt:Number
Collection XDM Field Path: mediaCollection.sessionDetails.episode
Reporting XDM Field Path: mediaReporting.sessionDetails.episode
Asset ID
Implementation
Network Parameters
Reporting
SDK Key: ASSET_ID
API Key: media.assetId
Required: No
Type: string
Sent with: Media Start, Media Close
Min. SDK Version: 1.5.7
Sample value: “89745363”
Description: This is the unique identifier for the content of the media asset, such as the TV series episode identifier, movie asset identifier, or live event identifier. Typically these IDs are derived from metadata authorities such as EIDR, TMS/Gracenote, or Rovi. These identifiers can also be from other proprietary or in-house systems.
Adobe Analytics: (a.media.asset)
Heartbeats: (s:meta: a.media.asset)
Available: Yes
Reserved Variable: Classification
Report Name: Asset ID
Context Data: (a.media.asset)
Data Feed: video.videoclassificationassetid
Audience Manager: (c_contextdata. a.media.asset)
XDM Field Path: media.mediaTimed.primaryAssetReference. @id
Collection XDM Field Path: mediaCollection.sessionDetails.assetID
Reporting XDM Field Path: mediaReporting.sessionDetails.assetID
Genre
Implementation
Network Parameters
Reporting
SDK Key: GENRE
API Key: media.genre
Required: No
Type: string
Sent with: Media Start, Media Close
Min. SDK Version: 1.5.7
Sample value: “Drama”, “Comedy”
Description: Type or grouping of content as defined by content producer. Values should be comma delimited in variable implementation. In reporting, the list eVar will split each value into a line item, with each line item receiving equal metrics weight.
Adobe Analytics: (a.media.genre)
Heartbeats: (s:meta: a.media.genre)
Available: Yes
Reserved Variable: List eVar
Expiration: On HIT
Report Name: Genre
Context Data: (a.media.genre)
Data Feed: videogenre
Audience Manager: (c_contextdata. a.media.genre)
XDM Field Path: media.mediaTimed.primaryAssetReference. iptc4xmpExt:Genre
Collection XDM Field Path: mediaCollection.sessionDetails.genre
Reporting XDM Field Path: mediaReporting.sessionDetails.genre
First Air Date
Implementation
Network Parameters
Reporting
SDK Key: FIRST_AIR_DATE
API Key: media.firstAirDate
Required: No
Type: string
Sent with: Media Start
Min. SDK Version: 1.5.7
Sample value: “2016-01-25”
Description: The date when the content first aired on television. Any date format is acceptable, but Adobe recommends: YYYY-MM-DD
Collection XDM Field Path: mediaCollection.sessionDetails.mvpd
Reporting XDM Field Path: mediaReporting.sessionDetails.mvpd
Authorized
Implementation
Network Parameters
Reporting
SDK Key: AUTHORIZED
API Key: media.pass.auth
Required: No
Type: string
Sent with: Media Start, Media Close
Min. SDK Version: 1.5.7
Sample value: “TRUE”
Description: The user has been authorized via Adobe authentication. Important: This can only be true if it is set. If it is not set, no value is returned.
Collection XDM Field Path: mediaCollection.sessionDetails. authorized
Reporting XDM Field Path: mediaReporting.sessionDetails. authorized
Day Part
Implementation
Network Parameters
Reporting
SDK Key: DAY_PART
API Key: media.dayPart
Required: No
Type: string
Sent with: Media Start, Media Close
Min. SDK Version: 1.5.7
Sample value:
Description: A property that defines the time of the day when the content was broadcast or played. This could have any value set as necessary by customers.
XDM Field Path: media.mediaTimed.primaryAssetReference. _id3.audio._id3.TPUB
Collection XDM Field Path: mediaCollection.sessionDetails.publisher
Reporting XDM Field Path: mediaReporting.sessionDetails.publisher
Streaming Media Metrics
Media Starts
Implementation
Network Parameters
Reporting
SDK Key: Automatically set
API Key: N/A
Type: string
Sent with: Media Start
Min. SDK Version: Any
Sample value: TRUE
Description: Load event for the media. (This occurs when the viewer clicks the Play button). This would count even if there are pre-roll ads, buffering, errors, and so on. Important: This can only be true if it is set. If it is not set, no value is returned. Release Date: 09/13/18
Adobe Analytics: (a.media.view)
Heartbeats: (s:event: type=start)
Available: Yes
Reserved Variable: event
Report Name: Media Starts
Context Data: (a.media.view)
Data Feed: videostart
Audience Manager: (c_contextdata. a.media.view)
XDM Field Path: media.mediaTimed.impressions.value
Reporting XDM Field Path: mediaReporting.sessionDetails.isViewed
Content Starts
Implementation
Network Parameters
Reporting
SDK Key: Automatically set
API Key: N/A
Type: string
Sent with: Media Close
Min. SDK Version: Any
Sample value: TRUE
Description: First frame of media is consumed. If the user drops during ad, buffering, etc., then there would be no “Content Start” event. Important: This can only be true if it is set. If it is not set, no value is returned.
Adobe Analytics: N/A
Heartbeats: N/A
Available: Yes
Reserved Variable: event
Report Name: Content Starts
Context Data: (a.media.play)
Data Feed: videoplay
Audience Manager: (c_contextdata. a.media.play)
XDM Field Path: media.mediaTimed.starts.value
Reporting XDM Field Path: mediaReporting.sessionDetails.isPlayed
Content Complete
Implementation
Network Parameters
Reporting
SDK Key: Automatically set
API Key: N/A
Type: string
Sent with: Media Close
Min. SDK Version: Any
Sample value: TRUE
Description: A stream that was watched to completion. This does not necessarily mean the user watched or listened to the whole stream; they could have skipped ahead. This only means that the user reached the end of the stream, 100%. Also see Session End Important: This can only be true if it is set. If it is not set, no value is returned.
Reporting XDM Field Path: mediaReporting.sessionDetails.isCompleted
Content Time Spent
Implementation
Network Parameters
Reporting
SDK Key: Automatically set
API Key: N/A
Type: number
Sent with: Media Close
Min. SDK Version: Any
Sample value: 105
Description: Sums the event duration (in seconds) for all events of type PLAY on the main content. The value will be displayed in the time format (HH:MM:SS) in Analysis Workspace and Reports & Analytics. In Data Feeds, Data Warehouse, and Reporting APIs the values will be displayed in seconds. Release Date: 09/13/18
Reporting XDM Field Path: mediaReporting.sessionDetails.timePlayed
Media Time Spent
Implementation
Network Parameters
Reporting
SDK Key: Automatically set
API Key: N/A
Type: number
Sent with: Media Close
Min. SDK Version: Any
Sample value: 120
Description: Sums the event duration (in seconds) for all events of type PLAY, both main and ad content. The value will be displayed in the time format (HH:MM:SS) in Analysis Workspace and Reports & Analytics. In Data Feeds, Data Warehouse, and Reporting APIs the values will be displayed in seconds. Release Date: 09/13/18
XDM Field Path: media.mediaTimed.totalTimePlayed.value
Reporting XDM Field Path: mediaReporting.sessionDetails. totalTimePlayed
Unique Time Played
Implementation
Network Parameters
Reporting
SDK Key: Automatically set
API Key: N/A
Type: number
Sent with: Media Close
Min. SDK Version: Any
Sample value: 94
Description: The value in seconds of the unique segments of content played during a session. Excludes time played on seek back scenarios in which a viewer is watching the same segment of the content multiple times. The value will be displayed in the time format (HH:MM:SS) in Analysis Workspace and Reports & Analytics. In Data Feeds, Data Warehouse, and Reporting APIs the values will be displayed in seconds. Release Date: 09/13/18
XDM Field Path: media.mediaTimed.uniqueTimePlayed.value
Reporting XDM Field Path: mediaReporting.sessionDetails. uniqueTimePlayed
Ten % Progress Marker
Implementation
Network Parameters
Reporting
SDK Key: Automatically set
API Key: N/A
Type: string
Sent with: Media Close
Min. SDK Version: Any
Sample value: TRUE
Description: Playhead passes the 10% marker of content based on length. The marker is only counted once, even if seeking backwards. If seeking forward, markers that are skipped are not counted. Important: This can only be true if it is set. If it is not set, no value is returned.
Reporting XDM Field Path: mediaReporting.sessionDetails.hasProgress10
Twenty-five % Progress Marker
Implementation
Network Parameters
Reporting
SDK Key: Automatically set
API Key: N/A
Type: string
Sent with: Media Close
Min. SDK Version: Any
Sample value: TRUE
Description: Playhead passes the 25% marker of content based on content length. Marker only counted once, even if seeking backwards. If seeking forward, markers that are skipped are not counted. Important: This can only be true if it is set. If it is not set, no value is returned.
Reporting XDM Field Path: mediaReporting.sessionDetails.hasProgress25
50% Progress Marker
Implementation
Network Parameters
Reporting
SDK Key: Automatically set
API Key: N/A
Type: string
Sent with: Media Close
Min. SDK Version: Any
Sample value: TRUE
Description: Playhead passes the 50% marker of content based on content length. Marker only counted once, even if seeking backwards. If seeking forward, markers that are skipped are not counted. Important: This can only be true if it is set. If it is not set, no value is returned.
Reporting XDM Field Path: mediaReporting.sessionDetails.hasProgress50
Seventy-five % Progress Marker
Implementation
Network Parameters
Reporting
SDK Key: Automatically set
API Key: N/A
Type: string
Sent with: Media Close
Min. SDK Version: Any
Sample value: TRUE
Description: Playhead passes the 75% marker of content based on content length. Marker only counted once, even if seeking backwards. If seeking forward, markers that are skipped are not counted. Important: This can only be true if it is set. If it is not set, no value is returned.
Reporting XDM Field Path: mediaReporting.sessionDetails.hasProgress75
Ninety-five % Progress Marker
Implementation
Network Parameters
Reporting
SDK Key: Automatically set
API Key: N/A
Type: string
Sent with: Media Close
Min. SDK Version: Any
Sample value: TRUE
Description: Playhead passes the 95% marker of content based on content length. Marker only counted once, even if seeking backwards. If seeking forward, markers that are skipped are not counted. Important: This can only be true if it is set. If it is not set, no value is returned.
Reporting XDM Field Path: mediaReporting.sessionDetails.hasProgress95
Average Minute Audience
Implementation
Network Parameters
Reporting
SDK Key: Automatically set
API Key: N/A
Type: number
Sent with: Media Close
Min. SDK Version: Any
Sample value: Greater than or equal to 1
Description: Average Minute Audience metric is computed as Total Content Time Spent, for one specific media item, divided by its length for all of its playback sessions:
XDM Field Path: media.mediaTimed. averageMinuteAudience.value
Reporting XDM Field Path: mediaReporting.sessionDetails. averageMinuteAudience
Seconds Since Last Call
Implementation
Network Parameters
Reporting
SDK Key: Automatically set
API Key: N/A
Type: number
Sent with: Media Close
Min. SDK Version: Any
Sample value: 600
Description: The seconds since last call metric is 0 if the stream was closed with a complete event or with an end event, and is usually 600 if it was closed due to timeout. This metric does not have a solution variable and auto processing rules, so you have to create a custom processing rule to save it.
XDM Field Path: media.mediaTimed.primaryAssetViewDetails. sessionTimeout
Reporting XDM Field Path: mediaReporting.sessionDetails. secondsSinceLastCall
Federated Data
Implementation
Network Parameters
Reporting
SDK Key: Automatically set
API Key: N/A
Type: boolean
Sent with: Media Close
Min. SDK Version: Any
Sample value: true
Description: Set to true when the hit is federated (i.e., received by the customer as part of a federated data share, rather than their own implementation).
Reporting XDM Field Path: mediaReporting.sessionDetails.isFederated
Estimated Streams
Implementation
Network Parameters
Reporting
SDK Key: Automatically set
API Key: N/A
Type: number
Sent with: Media Close
Min. SDK Version: Any
Sample value: 1 - For a 19 minutes playback; 2 - For a 31 minutes playback; 3 - For a 78 minutes playback.
Description: The estimated number of video or audio streams per each individual content. This value is increased for each 30 minutes of play time (content + ads). Customers must create their own processing rules to have the value available for reporting.
A stream is counted every 30 minutes, based on the ms_s (or totalTimePlayed = Video Total Time), similar to: estimatedStreams = FLOOR(ms_s/1800) + 1
XDM Field Path: media.mediaTimed.estimatedStreams.value
Reporting XDM Field Path: mediaReporting.sessionDetails. estimatedStreams
Paused Impacted Streams
Implementation
Network Parameters
Reporting
SDK Key: Automatically set
API Key: N/A
Type: string
Sent with: Media Close
Min. SDK Version: 1.5.6
Sample value: TRUE
Description: This value is either true or false. It is true if one or more pauses occurred during playback of a single media item. Important: This can only be true if it is set. If it is not set, no value is returned.
Adobe Analytics: N/A
Heartbeats: (s:event: type=pause)
Available: Yes
Reserved Variable: event
Report Name: Paused Impacted Stream
Context Data: (a.media.pause)
Data Feed: videopause
Audience Manager: (c_contextdata. a.media.pause)
XDM Field Path: media.mediaTimed. pauseImpactedStreams.value > 0 => “TRUE”
Reporting XDM Field Path: mediaReporting.sessionDetails. hasPauseImpactedStreams
Pause Events
Implementation
Network Parameters
Reporting
SDK Key: Automatically set
API Key: N/A
Type: number
Sent with: Media Close
Min. SDK Version: 1.5.6
Sample value: 2
Description: This metric is computed as a count of pause periods that occurred during a playback session.
Reporting XDM Field Path: mediaReporting.sessionDetails.pauseCount
Total Pause Duration
Implementation
Network Parameters
Reporting
SDK Key: Automatically set
API Key: N/A
Type: number
Sent with: Media Close
Min. SDK Version: 1.5.6
Sample value: 190
Description: Sums the duration (in seconds) of all events of type PAUSE. The value will be displayed in the time format (HH:MM:SS) in Analysis Workspace and Reports & Analytics. In Data Feeds, Data Warehouse, and Reporting APIs the values will be displayed in seconds. Release Date: 09/13/18
Reporting XDM Field Path: mediaReporting.sessionDetails.pauseTime
Content Resumes
Implementation
Network Parameters
Reporting
SDK Key: Automatically set
API Key: media.resume
Type: string
Sent with: Media Close
Min. SDK Version: 1.5.6
Sample value: TRUE
Description: A Resume is counted for each playback that resumes after more than 30 minutes of buffer, pause, or stall period OR if this value is set by the player on the VideoInfo trackPlay. Important: This can only be true if it is set. If it is not set, no value is returned.
Adobe Analytics: N/A
Heartbeats: (s:event: type=resume)
Available: Yes
Reserved Variable: event
Report Name: Content Resumes
Context Data: (a.media.resume)
Data Feed: videoresume
Audience Manager: (c_contextdata. a.media.resume)
XDM Field Path: media.mediaTimed.resumes.value > 0 => “TRUE”
Collection XDM Field Path: mediaCollection.sessionDetails.hasResume
Reporting XDM Field Path: mediaReporting.sessionDetails.hasResume
Content Segment Views
Implementation
Network Parameters
Reporting
SDK Key: Automatically set
API Key: N/A
Type: string
Sent with: Media Close
Min. SDK Version: Any
Sample value: TRUE
Description: The number of views of the main content. A Content Segment View is counted when there is at least one frame viewed. Important: This can only be true if it is set. If it is not set, no value is returned.
XDM Field Path: media.mediaTimed.chapterCount.value
Reporting XDM Field Path: mediaReporting.sessionDetails.chapterCount
California Consumer Privacy Act (CCPA) Parameters
Opt Out Server Side Forwarding
Implementation
Network Parameters
Reporting
SDK Key: N/A
API Key: analytics.optOutServerSideForwarding
Required: No
Type: boolean
Sent with: Media Start
Min. SDK Version: N/A
Sample value: true
Description: Set to true when the end user has opted out of their data being shared between Adobe Analytics and other Experience Cloud solutions (e.g. Audience Manager).
Adobe Analytics: (opt.dmp)
Heartbeats: (s:meta:cm.ssf)
Available: Yes
Reserved Variable: eVar
Expiration: On VISIT
Report Name: N/A
Context Data: N/A
Data Feed: N/A
Audience Manager: N/A
XDM Field Path:
Opt Out Share
Implementation
Network Parameters
Reporting
SDK Key: N/A
API Key: analytics.optOutShare
Required: No
Type: boolean
Sent with: Media Start
Min. SDK Version: N/A
Sample value: true
Description: Set to true when the end user has opted out of their data being federated (e.g. to other Adobe Analytics clients).