Each Geo Content service you create will come with it's own JavaScript code and HTML tag.
The provided JavaScript code needs to be placed in your website just before the closing body tag </body> or in your website footer and the HTML tag is to be placed where the geo content needs to render.
<head>
<!-- Your website head -->
</head>
<body>
<!-- Other content -->
<!-- Start Geo Content HTML Tag -->
<div class='geotargetlygeocontent1556689537225_default'>
<!-- Default content will render here when JavaScript is blocked -->
</div>
<div class='geotargetlygeocontent1556689537225'>
<!-- Geo-targeted content will render here -->
</div>
<!-- End Geo Content HTML Tag -->
<!-- Other content -->
<!-- Start Geo Content JavaScript code -->
<script>
(function(g,e,o,t,a,r,ge,tl,y){
s=function(){var def='geotargetlygeocontent1556689537225_default',len=g.getElementsByClassName(def).length;
if(len>0){for(i=0;i<len;i++){g.getElementsByClassName(def)[i].style.display='inline';}}};
t=g.getElementsByTagName(e)[0];y=g.createElement(e);
y.async=true;y.src='https://YOUR-DOMAIN/gc?winurl='+encodeURIComponent(window.location)+'&refurl='+g.referrer+'&id=YOUR-ID&navigatorlang='+(navigator.language || navigator.userLanguage || '');
t.parentNode.insertBefore(y,t);y.onerror=function(){s()};
})(document,'script');
</script>
<noscript><style>.geotargetlygeocontent1556689537225_default{display:inline !important}</style></noscript>
<!-- End Geo Content JavaScript code -->
</body>
