- 27 Sep 2024
- 1 Minute to read
- Print
Enable tags
- Updated on 27 Sep 2024
- 1 Minute to read
- Print
You can use different types of tags in the IXM Platform to manage content and playback. For example, live tags can filter content according to live data such as weather data.
To enable tags, perform the following steps:
Navigate to the configuration files on the server at: GVServer2\www\gv2\gf\GFWebHtmlCustomer\
Open one of the following folders:
00000: edit configurations for the entire server, which means for all customers.
000xxx: edit customer-specific settings. xxx is the customer ID.
Open the config.json file in your folder with a text editor like Notepad++.
Set the tags that you want to use to true:
enableSOCTags: enable to keep spot content invisible until a specified time.
enableLiveTags: enable to filter content on the player in real time, for example, based on weather data.
enableSyncTags: enable for synchronized playback of leader and follower spots.
enableMediaTags: enable to assign tags to media files.
enableSpotTags: enable to assign tags to all instances of a spot.
Save your changes and close the file.
"cms": {
"enableSOCTags": true,
"enableLiveTags": true,
"enableSyncTags": true,
"enableMediaTags": true,
"enableSpotTags": true,
}