- 18 Dec 2023
- 1 Minute to read
- Print
HTML Wizard Spots
- Updated on 18 Dec 2023
- 1 Minute to read
- Print
The HTML Wizard allows you to configure HTML spots in the IXM Platform. You can upload an HTML Wizard spot into the IXM Platform as a ZIP file with the file extension .asc.zip. ASC stands for Advanced Spot Configurator.
This ZIP file must contain the following files at the top level:
index.html: is the entry point into the HTML Wizard spot. Other resources can be accessed relatively, as is common in websites.
ascData.json: contains all editable elements of this spot.
gfWizardBase.js: instantiate this file in the root scope of the spot. You can also store this file in a sub-directory if you prefer.
Note
Without the index.html and the ascData.json file, the spot can't play correctly.
Use JavaScript libraries
With every server update, we deliver the relevant JavaScript libraries. For the best possible compatibility, we recommend downloading the libraries directly from the customer server.
gfSpotBase: http://domain/gv2/gf/GFWebHtml/lib/gfSpotBase/src/gfSpotBase.js
gfWizardBase: http://domain/gv2/gf/GFWebHtml/lib/gfWizardBase/src/gfWizardBase.js
gfUdcConnector: http://domain/gv2/gf/GFWebHtml/lib/gfUdcConnector/src/gfUdcConnector.js
ascInterface: http://domain/gv2/gf/GFWebHtml/asc/ascInterface/ascInterface.html