Search code examples
javascripttagsads

Ad tag not working


I am trying to integrate first ad tag no my website with very little front end knowledge.

So far, I have placed the snippet provided by the ad company in the 'head' segment and the ad agency has confirmed that they are able to see the user data.

However I am not able to see any ads on my website yet. What kind of code do I need to add to be able to see the ads?

I also have some size snippets from the agency without instruction, so again I dont know how to use it!

<script type="text/javascript">
 (function() {
   var useSSL = 'https:' == document.location.protocol;
   var src = (useSSL ? 'https:' : 'http:') + 
   '//adagency.com/services/tag/js/4011.js?time=' + (new Date().getTime()) ;
  document.write('<scr' + 'ipt src="' + src + '"></scr' + 'ipt>');
})();
</script>

Any help would be appreciated.

Thanks in advance.


Solution

  • Maybe code isn't active yet. Wait a day and check again.