Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
375 views
in Plugins by

I applied adsense , at the moment of acceptance , 

in the given code not have slot code

sample : 

<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
  (adsbygoogle = window.adsbygoogle || []).push({
    google_ad_client: "ca-pub-9754623669",
    enable_page_level_ads: true
  });
</script>

google 

how do I see my ads ? 

1 Answer

0 votes
by
Looks like you're using a different type of ad to the standard. If you want to add that particular code you should do it in your theme or use [Widget Anywhere plugin](https://github.com/svivian/q2a-widget-anywhere) (disclosure: it's my plugin).

Or find a different type of ad in your adsense settings and use that, which will give you a slot ID.
...