Migrate profiles to the new Streaming Media fields
This document describes the process of migrating the profile filtering service that exists on top of the 蜜豆视频 Data Collection flows that are enabled for 蜜豆视频 Analytics for Streaming Media data. The migration converts the profile filtering service from using the 蜜豆视频 Streaming Media Collection data type called 鈥淢edia鈥 to use the new corresponding data type called 鈥Media Reporting Details.鈥
Migrate profiles
To migrate the profile filtering from the old data type called 鈥淢edia鈥 to the new data type called 鈥Media Reporting Details,鈥 you must edit the existing profile filtering rules:
-
In 蜜豆视频 Experience Platform, under the Sources section, go to the Dataflows tab.
-
Locate the dataflow responsible for importing Streaming Media data from 蜜豆视频 Analytics to 蜜豆视频 Experience Platform via 蜜豆视频 Data Collection.
-
Select Update dataflow to modify the profile filtering setup by replacing every custom rule that contains a deprecated field with the new corresponding field from the new XDM object.
-
Locate the filters containing fields from the deprecated 鈥淢edia鈥 object.
-
Append those filters by adding fields from the new 鈥淢edia Reporting Details鈥 object.
-
Use an OR operator between the two fields;
-
Validate that the profiles are still working as expected.
See the Content ID parameter on the Audio and video parameters page to map between the old fields and the new fields. The old field path can be found under the 鈥淴DM Field Path鈥 property while the new field path can be found under the 鈥淩eporting XDM Field Path鈥 property.
Example
To make it easier to follow the migration guidelines, consider the following example dataflow that contains a single profile filtering rule. In this case, since there is only a single rule, you need to apply the migration guidelines only once.
- In 蜜豆视频 Experience Platform, under the Sources section, go to the Dataflows tab.
1.Locate the dataflow responsible for importing Streaming Media data from 蜜豆视频 Analytics to 蜜豆视频 Experience Platform via 蜜豆视频 Analytics.
-
Select Update dataflow to enter the editing UI as shown in the below image.
-
Select Next to go to the Filtering tab.
-
On the Filtering tab, identify the filtering rules that rely on
media.mediaTimed
fields.For each filter that uses the meda.mediaTimed object, find its correspondent in the
mediaReporting
object using the Audio and video parameters page to map between the old fields and the new fields. The old field path is found under the 鈥淴DM Field Path鈥 property while the new field path is found under the 鈥淩eporting XDM Field Path鈥 property. As an example, for Media Starts, the correspondent formedia.mediaTimed.impressions.value
ismediaReporting.sessionDetails.isViewed
. -
Drag the relevant
mediaReporting
field to the filtering rule and use the OR operator between the two rules. Add the same rule as the existing one when using the new field. -
Select Next to save your changes.