Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Pages not being marketed by the Ströer tag system MetaTag have the possibility to integrate CMP without using the current tag structure. Advertisings will not be shown and used.

If needed, we will provide a seperate JS Library for you to implement. This JS Library only contains the CMP module. Everything else is deactivated and will not step into action.

Every page specific setting must be saved in the Sourcepoint-UI.

The JS Library has to be integrated into the head of the page.

Integration of the JS Library


A JavaScript File will be implemented into every <HEAD> of every webpage. It will be saved in the domain of your website or it will be loaded via the CDN once the page is called by a user.

Call from CDN (Content Delivery Network)

The path is linked as JavaScript File in the <HEAD>.

Is the webpage a secured one, the protocoll can be easily changed to “https”. All calls from our side will be secured, even if the website is not.

Einbau

<!DOCTYPE html>

<html>

  <head>

    ...

    <script src="https://cdn.stroeerdigitalgroup.de/metatag/live/SDG_ConsentOnly/metaTag.min.js" type="text/javascript"></script>

    ...

  </head>

  <body>

    ...

  </body>

</html>

The File will be automatically saved into the cache of a browser. Therefor it does not need to be loaded by the user repeatedly.

  • No labels