Title: Adding AdSense not working
Last modified: October 27, 2020

---

# Adding AdSense not working

 *  [Timo](https://wordpress.org/support/users/timothywp/)
 * (@timothywp)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/adding-adsense-not-working/)
 * I tried to add the AdSense script but the plugin keeps removing my client id 
   from the script!? Why is that happening?
    Needless to say that no ads are shown
   after accepting the consent.
 * `<script data-ad-client="ca-pub-0123456789" async src="https://pagead2.googlesyndication.
   com/pagead/js/adsbygoogle.js"></script>`
 * “data-ad-client” is what gets removed after I save the settings.

Viewing 1 replies (of 1 total)

 *  [FeliceAntonio](https://wordpress.org/support/users/antonio_09/)
 * (@antonio_09)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/adding-adsense-not-working/#post-13597219)
 * Hi there,
    if you use the `functions.php` file in the child theme, this works:
 *     ```
       if ( function_exists('cn_cookies_accepted') && cn_cookies_accepted() ) {
           // Your third-party non functional code here
       }
       ```
   
 * as present in the [homepage plugin](https://wordpress.org/plugins/cookie-notice/).
   
   Or perhaps do you use `[COOKIE]your codex[/COOKIE]` ?

Viewing 1 replies (of 1 total)

The topic ‘Adding AdSense not working’ is closed to new replies.

 * ![](https://ps.w.org/cookie-notice/assets/icon-256x256.png?rev=3549327)
 * [Compliance by Hu-manity.co](https://wordpress.org/plugins/cookie-notice/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cookie-notice/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cookie-notice/)
 * [Active Topics](https://wordpress.org/support/plugin/cookie-notice/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cookie-notice/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cookie-notice/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [FeliceAntonio](https://wordpress.org/support/users/antonio_09/)
 * Last activity: [5 years, 7 months ago](https://wordpress.org/support/topic/adding-adsense-not-working/#post-13597219)
 * Status: not resolved