Lava Filters - AppendWatches

Category:Other

Description:

Returns information about whether the current person has watched various media files provided. This filter is highly customizable to work in various different scenarios.

Input:
Lava: {% contentchannelitem where:'ContentChannelId == 5' sort:'StartDateTime desc' limit:'3' %} {% assign messagesWithWatches = contentchannelitemItems | AppendWatches:'Media',30 %}
    {% for item in messagesWithWatches %}
  • {{ item.Title }}

    Has Watched: {{ item.HasWatched }}
    Watch Length: {{ item.WatchLength }}
    Watch Map: {{ item.WatchMap | ToJSON }}
    Watch Interaction Guid: {{ item.WatchInteractionGuid }}
    Media Id: {{ item.MediaId }}
    Media Guid: {{ item.MediaGuid }}
    Media Default Thumbnail URL: {{ item.MediaDefaultThumbnailUrl }}
    Media Default File URL: {{ item.MediaDefaultFileUrl }}
    Resume Percentage: {{ item.ResumePercentage }}
    Resume Location In Seconds: {{ item.ResumeLocationInSeconds }}

  • {% endfor %}
{% endcontentchannelitem %}
Output:
  • Of Myths and Money

    Has Watched: true
    Watch Length: 11.29
    Watch Map: "71,550"
    Watch Interaction Guid: 376ac970-b281-425f-860a-3f040ebae97c
    Media Id: 1
    Media Guid: 198a9b5a-32f0-43b0-89ac-996ef9e3d6b6
    Media Default Thumbnail URL: https://rockrms.blob.core.windows.net/videos/rock-sample-video.mp4
    Media Default Thumbnail URL: https://placehold.co/1920x1080
    Resume Percentage: 11.29
    Resume Location In Seconds: 7

  • Of Faith and Firsts

    Has Watched: true
    Watch Length: 25.81
    Watch Map: "121,200,41,260"
    Media Id: 2
    Media Guid: c36a0866-d172-4c6f-8ba2-a3d8c0c8b892
    Media Default Thumbnail URL: https://rockrms.blob.core.windows.net/videos/rock-sample-video.mp4
    Media Default Thumbnail URL: https://placehold.co/1920x1080
    Resume Percentage: 58.06
    Resume Location In Seconds: 36