• Hello everyone,

    I am a VERY new wordpress user. I already have an approved Adsense account set up for my YouTube. I have since started a blog and decided to request approval for my website. After doing so, I received this message “In order to complete your request to show ads on your own website, you need to implement the ad code on https://www.wahjobqueen.com. Your upgrade request can only be reviewed once your ad code has impressions on that domain.” I created the ad and placed it on my website, that was a few days ago. I am beginning to think I placed the ad wrong or something, because from my assumption it takes 24-48 hours for approval.. sometimes longer. However, I am just concerned that I didn’t add something correctly, or put it in the wrong place. Is there a way I can check? My website is listed above https://www.wahjobqueen.com

Viewing 1 replies (of 1 total)
  • Thread Starter NewbieGirl1

    (@newbiegirl1)

    Here is where I currently have the code.

    <?php get_header(); ?>
    <script async src=”//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js”></script>
    <!– Ad 3 –>
    <ins class=”adsbygoogle”
    style=”display:block”
    data-ad-client=”ca-pub-9003294595850854″
    data-ad-slot=”2709768654″
    data-ad-format=”auto”></ins>
    <script>
    (adsbygoogle = window.adsbygoogle || []).push({});
    </script>

    <div id=”wrap” class=”clearfix”>

    <section id=”content” class=”primary” role=”main”>

    <?php if ( function_exists( ‘themezee_breadcrumbs’ ) ) themezee_breadcrumbs(); ?>

    <?php if (have_posts()) : while (have_posts()) : the_post();

    get_template_part( ‘content’, ‘page’ );

    endwhile;

    endif; ?>

    <?php comments_template(); ?>

    </section>

    <?php get_sidebar(); ?>

    </div>

    <?php get_footer(); ?>

Viewing 1 replies (of 1 total)
  • The topic ‘PLEASE HELP! Adsense code in html’ is closed to new replies.