Field Mapping Between Vimeo and SearchUnify
This article visualizes the mapping between the fields found on the Vimeo frontend and the SearchUnify fields under the tab Vimeo Content Source > Edit > Rules. Using this document you can pick the right fields for crawling and indexing in SearchUnify.
Here's an example: The highlighted area in the image is called "view" in Vimeo but its name in SearchUnify is "privacy_status".
To index the data stored in "view" pick the "privacy_status" field while choosing Vimeo fields for indexing.
Search Field Name | Fields from API Response & Description | Visual Representation at Vimeo Frontend |
id | id (The unique address of vimeo videos) | |
title | name (Name of the video) | |
post_time | ||
body | Description of video (The content that describes the video) | |
tags | tags | We get all the tags related to the video from the channel and video API |
view_href | link (Path of the channel) | |
channel_id | uri (Unique identifier of channels) | We get the Id of the channel Id from the channelName API |
channel_name | Channel Name (the name of channels ) | |
user_id | User ID (Unique user ID) | |
comments | text (Reviews left by the users) | |
subtitle | Subtitle of the video | |
thumbnail | base_link (thumbnail image that shows before a user plays the video) | |
privacy_status | view (public or private video status) |