I want to add OneSpot script tag and CSS tag through a custom container

Gold Contributor
Gold Contributor

I need to load the OneSpot tag along with its CSS. Generally they advise to put the following on the site pages directly in the <head> section. - 


<!--START ONESPOT SCRIPT-->

<link rel="dns-prefetch" href="https://something.cloudfront.net" />
<script src="https://something.cloudfront.net/better.bundle.js" async></script>

<!--END ONESPOT SCRIPT-->


<!--START ONESPOT CSS-->
<link rel="stylesheet" type="text/css" href="https://something.cloudfront.net/better.css" />
<!--END ONESPOT CSS-->

But i want to implement it through Tealium.

How i can use custom container to configure this specially when tealium says that you have to remove all <script? tags from the teamplate?

Any help would be helful!

1 REPLY 1

I want to add OneSpot script tag and CSS tag through a custom container

Gold Contributor
Gold Contributor

This is resolved now.

Public