- The mediaInfo parameter is a cryptograph info that can be got in any methods that return the media url. ( see PlaybackService -> [[getMediaUrl]] ).
: "MediaInfo": "eyJNb3ZpZUlkIjozNTkzNiwiTWVkaWFJZCI6 … XlsaXN0SWQiOjAsIk1lZGlhVHlwZSI6MSwiRHVyYXRpb24iOjU4MjB9",
This encrypted string has: MovieID, MediaID, AccessReason, SubscriptionID, PlaylistID, MediaType, Duration.
- The eventData is the object that has all information wants storage about the action. It has the time that the event was generated, the name of the event want to be grouped and all the other data about the event, like the pressed button, time recurred, position of navigation, and others.All values sent in the Data should be sent in key:value format separated by comma and each pair will create a new column in the table of Mongo data base. |
To visualize the data, a tool will be developed to access on the MIB Tools, graphics, summarize, statistics and more. Predict to 2.4.6 GVP version.
|ParamType=[[AnalyticsEventItem]]
|ParamRequired=required
|ParamDescription=The eventData parameter is an Object from [[AnalyticsEvenItem ]] object type and represent a set of data to register the event in the Mongo data base.
: e.g.
:: {
|ParamType=String
|ParamRequired=optional
|ParamDescription=This parameter can be found in the GetMediaURL and has all information about the Movie. Is passed, it will be used to assign the eventData with the movie.: e.g.:: "MediaInfo": "eyJNb3ZpZUlkIjozNTkzNiwiTWVkaWFJZCI6 … XlsaXN0SWQiOjAsIk1lZGlhVHlwZSI6MSwiRHVyYXRpb24iOjU4MjB9"
}}
|Returns=