- 27 Sep 2024
- 1 Minute to read
- Print
Enable DOOH
- Updated on 27 Sep 2024
- 1 Minute to read
- Print
To enable DOOH in the IXM Platform configuration file, 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++.
Change the settings as follows:
Set enableDooh to DOOHPlatform or DOOHlite. This depends on which DOOH version you're going to use.
Set enableCategoriesPerScreen to true.
Set enableLiveTags to true.
Set enableSpotPropertyInheritanceForUserType to Admin.
Save your changes and close the config file.
"enableDooh": “DOOHPlatform”,
"enableCategoriesPerScreen": true,
"enableLiveTags": true,
"enableSpotPropertyInheritanceForUserType":
[
"Admin"
]
Note
For more information, see our DOOH installation guide.