Basic / Standard Integration
The question that naturally arises is: How do I link my website or online store to CCM19, or how do I add the banner to my site?
The solution is actually very simple—all you need to do is integrate a small piece of HTML code, provided by the CCM19 system, into your page.
You’ll find this snippet in the dashboard of your CCM19 installation at -, customized for your specific domain.
Most CMS and e-commerce systems have a built-in interface for this type of integration, so you can easily set it up through there. A number of systems are listed in the menu on the left.
Dashboard in CCM19
In your dashboard, you’ll find the following section.
If you want to use a specific language, you can select it using the “Language” dropdown menu.
Additionally, you can specify a theme to use instead of the default theme.
The completed code snippet is marked with the red arrow.
Embedding Code
The embedding code might look like this, for example.
<script src="http://CCM19ServerUrl/app.js?apiKey=1234&domain=1234&lang=de_DE"
referrerpolicy="origin">
</script>
Example Integration
Copy this code and embed it on your page as high up in the header as possible, preferably immediately after the first element
<html>
<head>
<script src="http://CCM19ServerUrl/app.js?apiKey=1234&domain=1234"
referrerpolicy="origin"></script>
</head>
<body>
</body>
<html>
All other integrations in various CMS and e-commerce systems follow this same pattern. Depending on the system you’re using, embedding this snippet may be slightly more or less complex.
Most CMS and e-commerce platforms have a ready-made interface for this, so you can easily integrate it through that.
