Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Pages that are not being marketed by the Ströer tag managment system MetaTag “MetaTag” have the possibility to integrate our CMP without using the current tag structure. Advertisings any of the other features. Advertisments will not be shown and used.

If needed, we will can 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.

...

Integration of the JS Library

...

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

Call from CDN (Content Delivery Network)

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

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

EinbauExample

<!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 automatically be automatically saved into the cache of a your browser. Therefor it does not need to be loaded by the user repeatedly.