# Official Discourse ad plugin: Where to get AdSense topic list top code?

**URL:** https://meta.discourse.org/t/official-discourse-ad-plugin-where-to-get-adsense-topic-list-top-code/112121
**Category:** Support
**Tags:** advertising
**Created:** [3월 20, 2019, 4:32오전 UTC](https://meta.discourse.org/t/official-discourse-ad-plugin-where-to-get-adsense-topic-list-top-code/112121 "2019-03-20T04:32:10Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![WaitroseCarpark](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/waitrosecarpark/32/198599_2.png) [@WaitroseCarpark](https://meta.discourse.org/u/WaitroseCarpark)
#### Post date: [3월 20, 2019, 4:32오전 UTC](https://meta.discourse.org/t/official-discourse-ad-plugin-where-to-get-adsense-topic-list-top-code/112121/1 "2019-03-20T04:32:11Z")

</div>

I can’t for the life of me figure out what to put under ’ adsense topic list top code’

The only code or info given by adsense is the tag, which is this:

```
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>

```

My adsense account is currently being activated so there’s no other information in the adsense console to dig through. Anyone help?

---

<div class="post-metadata">

### Author: ![WaitroseCarpark](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/waitrosecarpark/32/198599_2.png) [@WaitroseCarpark](https://meta.discourse.org/u/WaitroseCarpark)
#### Post date: [3월 20, 2019, 4:36오전 UTC](https://meta.discourse.org/t/official-discourse-ad-plugin-where-to-get-adsense-topic-list-top-code/112121/2 "2019-03-20T04:36:36Z")

</div>

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

```

---

<div class="post-metadata">

### Author: ![omarfilip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/omarfilip/32/208019_2.png) [@omarfilip](https://meta.discourse.org/u/omarfilip)
#### Post date: [3월 20, 2019, 4:48오전 UTC](https://meta.discourse.org/t/official-discourse-ad-plugin-where-to-get-adsense-topic-list-top-code/112121/3 "2019-03-20T04:48:47Z")

</div>

You will need to create an ad unit for that position in AdSense and get the code for it:

 ![26%20PM](https://global.discourse-cdn.com/meta/original/3X/6/2/628b6b65075c12a2c2d2b986a14de06344e74a2d.png)

Then get the `data-ad-slot` value from the code:

 ![05%20PM](https://global.discourse-cdn.com/meta/original/3X/3/8/389d9ceeec64b22c3addae8aa4b6914e4ac3309b.png)

and enter it as described in the documentation:

[https://github.com/discourse/discourse-adplugin#adsense-advertisement-tag-to-discourses-site-settings](https://github.com/discourse/discourse-adplugin#adsense-advertisement-tag-to-discourses-site-settings)

---

<div class="post-metadata">

### Author: ![WaitroseCarpark](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/waitrosecarpark/32/198599_2.png) [@WaitroseCarpark](https://meta.discourse.org/u/WaitroseCarpark)
#### Post date: [3월 20, 2019, 4:50오전 UTC](https://meta.discourse.org/t/official-discourse-ad-plugin-where-to-get-adsense-topic-list-top-code/112121/4 "2019-03-20T04:50:47Z")

</div>

Ah I can’t see that in my dropdown menu. I think it’s because my account is still ‘activating’. Thanks for the help, I’ll check back in a few hours…

For anyone waiting for their adsense account to activate, I heard the list is 4-5 weeks, not ‘a day’ as it says on the site…

---

<div class="post-metadata">

### Author: ![WaitroseCarpark](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/waitrosecarpark/32/198599_2.png) [@WaitroseCarpark](https://meta.discourse.org/u/WaitroseCarpark)
#### Post date: [4월 4, 2019, 8:28오후 UTC](https://meta.discourse.org/t/official-discourse-ad-plugin-where-to-get-adsense-topic-list-top-code/112121/5 "2019-04-04T20:28:41Z")

</div>

Sorry for dragging this up again but my site was rejected, I am trying (again) to ensure I have everything correct for when it’s reviewed by Google and still have a problem:

- I have added my publisher ID to the adsense plugin
- Code supposed to be between the head tags isn’t showing up (have also tried with separate theme component)
- Does it need an ad unit to be entered to display properly? As my site has **NOT** yet been approved, I cannot create an ad unit so it’s a chicken and egg situation

So why isn’t the code showing up in between the head tags?

---

<div class="post-metadata">

### Author: ![omarfilip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/omarfilip/32/208019_2.png) [@omarfilip](https://meta.discourse.org/u/omarfilip)
#### Post date: [4월 4, 2019, 8:48오후 UTC](https://meta.discourse.org/t/official-discourse-ad-plugin-where-to-get-adsense-topic-list-top-code/112121/6 "2019-04-04T20:48:33Z")

</div>

> [@WaitroseCarpark](#):
>
> why isn’t the code showing up in between the head tags?

If you’re looking at the page source, it won’t be between the head tags. Do a search for your adsense publisher code in the page source and see if shows up - it should be about 3/4 of the way down.

Yes, it will need an ad to have something to display on your site, but if the domain hasn’t been approved yet by Google, I doubt you will see anything except a blank spot.

You do not need a theme component for AdSense or Google Ads (DFP) to work.

---

<div class="post-metadata">

### Author: ![WaitroseCarpark](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/waitrosecarpark/32/198599_2.png) [@WaitroseCarpark](https://meta.discourse.org/u/WaitroseCarpark)
#### Post date: [4월 5, 2019, 8:11오전 UTC](https://meta.discourse.org/t/official-discourse-ad-plugin-where-to-get-adsense-topic-list-top-code/112121/7 "2019-04-05T08:11:38Z")

</div>

Thank you @omarfilip

---

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [6월 18, 2022, 8:56오전 UTC](https://meta.discourse.org/t/official-discourse-ad-plugin-where-to-get-adsense-topic-list-top-code/112121/9 "2022-06-18T08:56:16Z")

</div>


