Ad System Offline?

Discussion in 'Digital Point Ads' started by teamcoltra, Jan 22, 2013.

  1. #1
    teamcoltra, Jan 22, 2013 IP
  2. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,334
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #2
    No it's fine, but a.dpstatic.com is from the pre site migration... the new banner builder was missed when updating the JavaScript... it's been updated on our end (might need to flush browser cache since it's a JS file update), or you can just replace a.dpstatic.com with x.dpstatic.com
     
    digitalpoint, Jan 22, 2013 IP
  3. teamcoltra

    teamcoltra Active Member

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    56
    #3
    Would this cause any problems with the adsense fallback? If you go to http://tuebl.ca there seem to be no ads in the slots (the long coloured blue box should have an ad inside it, and between the "staff picks" and "user picks" should be one, as well as one to the left of that under the list of latest books. All are just coming up with a blank space. It's been a few hours, and adsense had already generated a page before.

    Sorry if that should go in a new thread :p as you can imagine dealing with ads on a live site makes me nervous and more prone to just ask dumb questions than waiting it out.
     
    teamcoltra, Jan 23, 2013 IP
  4. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,334
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #4
    I just double checked it, everything seems okay on this end... but Google is throwing a "error 400 Bad Request" when the browser attempts to get the AdSense ad from Google. My first thought would be to double/triple check your AdSense publisher ID, the ad ID and also make sure the SIZE of your Google AdSense ad you are trying to put in that area is the right size (should be the same size as the Digital Point Ad slot).
     
    digitalpoint, Jan 23, 2013 IP
  5. teamcoltra

    teamcoltra Active Member

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    56
    #5
    Yeah I am getting that same error... I just checked the git repo to look at my difference report and I don't really see a difference (this is only one of the different ads but this one isn't working either):

    <script type="text/javascript"><!--
    - google_ad_client = "ca-pub-8934019665451305";
    - /* Book Box */
    - google_ad_slot = "5107517113";
    - google_ad_width = 250;
    - google_ad_height = 250;
    - //-->
    - </script>
    - <script type="text/javascript"
    - </script>
    + <script type="text/javascript"><!--
    +dp_ad_width = 250;
    +dp_ad_height = 250;
    +dp_ad_color_title = "#000000";
    +dp_ad_color_desc = "#000000";
    +dp_ad_fallback = "ca-pub-8934019665451^5107517113";
    +//--></script><script type="text/javascript" src="//x.dpstatic.com/s/ad.js"></script>
     
    Last edited: Jan 24, 2013
    teamcoltra, Jan 24, 2013 IP
  6. teamcoltra

    teamcoltra Active Member

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    56
    #6
    I have also tried changing it from ca-pub to just pub-
     
    teamcoltra, Jan 24, 2013 IP
  7. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,334
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #7
    digitalpoint, Jan 24, 2013 IP