Enable SSP

Prev Next

To enable SSP in the IXM Platform configuration file, perform the following steps:

  1. Navigate to the configuration files on the server at: GVServer2\www\gv2\gf\GFWebHtmlCustomer\

  2. 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.

  3. Open the config.json file in your folder with a text editor like Notepad++.

  4. Change the following settings: 

    • Set enableDooh to DOOHPlatform or DOOHlite depending on which version you're using. This setting enables SSP.

    • Set enableCategoriesPerScreen to true.

    • Set enableLiveTags to true.

    • Set enableSpotPropertyInheritanceForUserType to Admin.

  5. Save your changes and close the config file.

"enableDooh": "DOOHPlatform",
"enableCategoriesPerScreen": true,
"enableLiveTags": true,
"enableSpotPropertyInheritanceForUserType": 
[
"Admin"
]

Note

For more information, see our SSP installation guide.