I followed the guide but it is not working for me
I created a module which I called "Google Ad 1"
I put it in module position "fb_msg_1"
From google I got the following code which I inserted into the Custom Output space using the HTML input
<script type="text/javascript"><!--
google_ad_client = "pub-150924xxxxxxx084";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_ad_channel = "";
google_color_border = "000000";
google_color_bg = "F0F0F0";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "008000";
//-->
</script>
<script type="text/javascript"
src="
pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
Unfortunately nothing comes out
How exactly do I make the module?