Allow Composer spot creation

Prev Next

You can specify which IXM One user type is allowed to create HTML Composer spots.

To do so, 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. Set allowHTMLComposerSpotCreationForUserType to one or more of the following options:

    • Admin: admin users can create HTML Composer spots.

    • StandardUser: standard users can create HTML Composer spots.

    • LocationUser: location users can create HTML Composer spots.

  5. Save your changes and close the file.

"cms": {
   	"allowHTMLComposerSpotCreationForUserType": [
			"Admin",
			"StandardUser",
			"LocationUser"
		],
}
JSON