I hate "Manage Ads" !

Discussion in 'AdSense' started by poopie, Feb 27, 2008.

  1. #1
    I run a website that allows users to display their profile with custom text and background colors.

    With the old AdSense code, it was very easy to use PHP to generate Adsense Ads that matched the colors on those pages. But now the 'manage ads' feature killed that possibility.

    I am SURE this applies to a lot of other websites that run user-generated content regarding colors and display.

    New Adsense users (like me) are not given the old code. They can only use Manage Ads.

    Can someone give me a solution? :(
    (I'm not actually asking for the old codes. I want to know if there is a way to change my accout in adsense so as to generate the old codes)

    I even heard that old codes somehow drop your ecpm ?? :/
     
    poopie, Feb 27, 2008 IP
  2. Fka200

    Fka200 Guest

    Best Answers:
    0
    #2
    Nope. Your stuck.

    I also hate the new manage ads code. Having the final code on a seperate page just pisses me off.
     
    Fka200, Feb 27, 2008 IP
  3. Abhik

    Abhik ..:: The ONE ::..

    Messages:
    11,337
    Likes Received:
    606
    Best Answers:
    0
    Trophy Points:
    410
    Digital Goods:
    2
    #3
    Changing the color of the ads is now easier. And the most good part is that you don't have to edit all the pages to change the ad code.
     
    Abhik, Feb 27, 2008 IP
  4. poopie

    poopie Peon

    Messages:
    12
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Um .... please read my first post again.

    I'm saying I WANT to edit the colors in the code,
    because my pages are automatically generated with php, and may have different background & text colors (because each user chooses them).

    I refuse to believe I am the only one with this problem :rolleyes:
     
    poopie, Feb 27, 2008 IP
  5. Blackmane

    Blackmane Peon

    Messages:
    766
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Have a page (or what ever) set up with the colour combinations, and then use a php script to call the different ads to be loaded. A similar method to open ads.
     
    Blackmane, Feb 27, 2008 IP
  6. sandeepb

    sandeepb Peon

    Messages:
    109
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    orange-ad.php
    INSERT YOUR ADSENSE CODE HERE FOR ORANGE
    Code (markup):
    red-ad.php
    INSERT YOUR ADSENSE CODE HERE FOR RED
    Code (markup):
    main.php (your actual file to display the ads)
    
    if($orange){
    include("orange-ad.php");
    }
    else
    {
    if($red){
    include("red-ad.php");
    }
    }
    
    PHP:
    Something like that should work.
     
    sandeepb, Feb 27, 2008 IP
  7. thing2b

    thing2b Member

    Messages:
    45
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    48
    #7
    I have to agree. I really think that Google has made things hard here with managed ads.
     
    thing2b, Feb 27, 2008 IP
  8. poopie

    poopie Peon

    Messages:
    12
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    @sandeepb & @Blackmane

    Thanks for answering!
    I had contemplated doing something like that, however, by giving the users the choice of practically every hexadecimal color code, I would have to define thousands of ad codes !


    The only simple solution would be to use the old code, I'm afraid :(
    Does anyone know if new adsense users get penalized for doing this ??
     
    poopie, Feb 28, 2008 IP
  9. idelian

    idelian Peon

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    i have this problem too, its impossible :)
     
    idelian, Feb 28, 2008 IP
  10. theredgiant

    theredgiant Well-Known Member

    Messages:
    722
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    108
    #10
    You can. But you can't use channels. If that's OK with you, you can still use the old code.
     
    theredgiant, Feb 28, 2008 IP
  11. poopie

    poopie Peon

    Messages:
    12
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #11

    Well, I guess I am willing to pay that price. :rolleyes:
    I just hope there are no penalizations for doing this !
     
    poopie, Feb 29, 2008 IP
  12. theredgiant

    theredgiant Well-Known Member

    Messages:
    722
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    108
    #12
    I don't think so because support says using the new codes isn't mandatory. I'm still using the old codes in one channel. No problem till now. Even got paid.

    EDIT: I just discovered that you can use channels after all. The old code had a channel id remember? That id is still available. Go to Adsense setups>channels and get the channel id from the list. then use it in your old code. I'm sure it will work. But just mail google and ask them, just in case.
     
    theredgiant, Mar 1, 2008 IP
  13. poopie

    poopie Peon

    Messages:
    12
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #13
    hey you're right! if this works I'll love you forever :p
     
    poopie, Mar 1, 2008 IP
  14. wragge11

    wragge11 Guest

    Messages:
    2,222
    Likes Received:
    47
    Best Answers:
    0
    Trophy Points:
    0
    #14
    I prefer it, its much easier!
     
    wragge11, Mar 1, 2008 IP