Skip to main content

Static Files

The CMP frontend is build with .js and .json - files. These files need to be downloaded manually from Usercentrics. Download and place the files in the following folder structure:

└─── static/
│ └─── aggregate/
└─── en
└─── [...]
│ └─── api/
└─── settings/
└─── {SETTING-ID}/
└─── latest/
└─── languages.json
└─── en.json
└─── [...]
└─── [...]
└─── translations/
└─── translations-en.json
└─── [...]
│ └─── app/
└─── browser-ui
└─── {VERSION-NUMBER}/
└─── {all script artefacts}.js
└─── latest/
└─── loader.js
└─── uc-block.bundle.js
└─── cmp/
└─── {Manually-Created loader files}
│ ...

How to Download

The static files can be downloaded by opening the "Preview"-Mode in Usercentrics Admin Interface and downloading all referenced files from the Network-Tab in the DevTools.