Title: Asynchronous Adsense ad edits the code
Last modified: August 21, 2016

---

# Asynchronous Adsense ad edits the code

 *  [arslion](https://wordpress.org/support/users/arslion/)
 * (@arslion)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/asynchronous-adsense-ad-edits-the-code/)
 * when i put this asynchronous adsense code in quickadsense
 *     ```
       <ins class="adsbygoogle"
       style="display:inline-block;width:300px;height:600px"
       data-ad-client="ca-pub-6854259879671533"
       data-ad-slot="1804145128"></ins>
       <script>
       (adsbygoogle = window.adsbygoogle || []).push({});
       </script>
       ```
   
 * Its automatically changes to this code
 *     ```
       <ins class="adsbygoogle"<br/>
       style="display:inline-block;width:300px;height:600px"<br/>
       data-ad-client="ca-pub-6854259879671533"<br/>
       data-ad-slot="1804145128"></ins>
       <script>
       (adsbygoogle = window.adsbygoogle || []).push({});
       </script>
       ```
   
 * causing error and not showing ads.
 * [http://wordpress.org/plugins/quick-adsense/](http://wordpress.org/plugins/quick-adsense/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [joshuajcohen](https://wordpress.org/support/users/joshuajcohen/)
 * (@joshuajcohen)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/asynchronous-adsense-ad-edits-the-code/#post-3952980)
 * I’m having the same error. Did you have any luck on fixing?
 *  [joshuajcohen](https://wordpress.org/support/users/joshuajcohen/)
 * (@joshuajcohen)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/asynchronous-adsense-ad-edits-the-code/#post-3952981)
 * I think I may have found a solution. Just put everything in the <ins> tag on 
   the same line. Then cut and paste it into Quick Adsense. Like this:
 * <ins class=”adsbygoogle” style=”display:inline-block;width:300px;height:600px”
   data-ad-client=”ca-pub-6854259879671533″ data-ad-slot=”1804145128″></ins>
    <script
   > (adsbygoogle = window.adsbygoogle || []).push({}); </script>
 *  [6784272](https://wordpress.org/support/users/6784272-1/)
 * (@6784272-1)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/asynchronous-adsense-ad-edits-the-code/#post-3952987)
 * I have a similar problem. The asynchronous code is copied correctly from adsense
   to quickadsense, but ads simply don’t show on my website, not even blank ads.
 * Synchronous code works just fine but I’d like to use asynchronous code as I hear
   is more reliable.
 * My website is in good standings and verified with webmaster tools. Can someone
   please help me!?
 * Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Asynchronous Adsense ad edits the code’ is closed to new replies.

 * ![](https://ps.w.org/quick-adsense/assets/icon-256x256.png?rev=2682075)
 * [Quick Adsense](https://wordpress.org/plugins/quick-adsense/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/quick-adsense/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/quick-adsense/)
 * [Active Topics](https://wordpress.org/support/plugin/quick-adsense/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/quick-adsense/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/quick-adsense/reviews/)

## Tags

 * [asynchronous](https://wordpress.org/support/topic-tag/asynchronous/)

 * 3 replies
 * 3 participants
 * Last reply from: [6784272](https://wordpress.org/support/users/6784272-1/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/asynchronous-adsense-ad-edits-the-code/#post-3952987)
 * Status: not resolved