Skip to main content

Returning to finish setup problem: site name already exists

Completed

Comments

7 comments

  • Support
    • Journey Support Team

    Hi Janine,

    Could you try logging out and logging back in to your Grow Publisher Portal?  Once you do that and click Start Your Journey or Finish Journey Setup, it should take you back to the ad verification step.  I've looked on your site and I don't see AdSense ads either.  So if it's still telling you that AdSense ads are present, just update us in here and we'll see what we can do!

    0
  • Janine

    Thanks Jacob, logging out and back in got me back to the ad verification step at least, but I'm still seeing the “We found conflicting ad code running on your site.” message unfortunately. 

    I'd already disabled all my cache and optimization plugins earlier and can't see any adsense code in the source. Can you help?

    Thanks, Janine.

    0
  • Support
    • Journey Support Team

    Hey Janine! Could you let us know what your site is? It's possible there's server side or CDN caching at play, but we can also check if we can see any ad code on our end.

    0
  • Janine

    Thanks Rachel. As a future feature, it would be great if certain info could be shared privately  so that only support staff can see it thanks

    0
  • Support
    • Journey Support Team

    Thank you! It looks like we're picking up a reference to AdSense in your WordPress Custom CSS section. This is the code:

    @media print {
    .print-only { display: block; }
    .main-navigation,.code-block, ins.adsbygoogle,.disclosure, .yikes-mailchimp-container,#ez-toc-container, .scriptlesssocialsharing, footer.entry-meta,.comments-area, .site-footer,.sidebar, .google-revocation-link-placeholder, .generate-back-to-top, ins, div.code-block, .inline-subscribe { display: none !important; }
    .header-print { margin-bottom: 1rem; }
    #content { padding: 0; display: block; }
    .site-content .content-area { width: 100%; }
    }

    If you replace the above with the following code that removes the adsbygoogle class, that should do the trick: 

    @media print {
    .print-only { display: block; }
    .main-navigation,.code-block, .disclosure, .yikes-mailchimp-container,#ez-toc-container, .scriptlesssocialsharing, footer.entry-meta,.comments-area, .site-footer,.sidebar, .google-revocation-link-placeholder, .generate-back-to-top, ins, div.code-block, .inline-subscribe { display: none !important; }
    .header-print { margin-bottom: 1rem; }
    #content { padding: 0; display: block; }
    .site-content .content-area { width: 100%; }
    }
    0
  • Janine

    Thanks so much Rachel. I've been able to complete setup now. I never even thought of checking CSS as that's just visual!

    I've edited my previous response to remove my domain & would really appreciate it if you could approve that because these threads are public & show in google results etc. Thanks again, Janine.

    0
  • Julie Moorhouse

    I also can't get past this screen as it is saying my site already exists.

    0

Journey is Self Supported

Our support staff is monitoring this forum everyday for bugs related to ad delivery, the display and functionality of the Journey dashboard, and any bugs related to the onboarding process. We are typically unable to assist with non-bug related issues like RPM performance expectations, issues setting up the ads.txt file, and questions already answered by our existing help docs. Read here for a more detailed breakdown of how Journey is self-supported and our recommendations for how to find answers to common issues.

Please sign in to leave a comment.

Powered by Zendesk