Enable tag matching
- 27 Sep 2024
- 1 Minute to read
- Print
Enable tag matching
- Updated on 27 Sep 2024
- 1 Minute to read
- Print
Article summary
Did you find this summary helpful?
Thank you for your feedback
The IXM Platform can match spot and playlist tags. If you enable this setting, the system will check the tags and decide whether a spot can be on a playlist or not.
To enable tag matching, 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 enableSpotTagPlaylistMatching to true.
- Save your changes and close the file.
"cms": {
"enableSpotTagPlaylistMatching": true,
}