is this allowed as per adsense TOS?

Discussion in 'AdSense' started by link_dev, Mar 21, 2007.

  1. #1
    Based on the background color of my dynamic page, iam changing the bgcolor of adsense advrt block.
    Is this allowed?

    All, iam doing is is placing a variable inside the bgcolor parameter value which has the right hexadecimal value for color. I am using this for Link Units.

    Please advise.
     
    link_dev, Mar 21, 2007 IP
  2. 8everything

    8everything Peon

    Messages:
    16,350
    Likes Received:
    903
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Yes you are allowed to use the same background color of your site on your adsense ads (makes better blending ;))
     
    8everything, Mar 21, 2007 IP
  3. link_dev

    link_dev Peon

    Messages:
    292
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #3
    To be specific,
    My page background color changes and so, iam changing the bgcolor of my link unit dynamically.

    Ex code:
    google_color_bg = "<?=$strHeaderBarColor1?>";

    is this allowed?

     
    link_dev, Mar 21, 2007 IP
  4. Nick_Mayhem

    Nick_Mayhem Notable Member

    Messages:
    3,486
    Likes Received:
    338
    Best Answers:
    0
    Trophy Points:
    290
    #4
    Yes it is because you are playing around with the code in your PHP.

    PHP outputs the Google adsense code.

    Which should be the same format as before. You can play with the google code in your php and assign the colors as per your wish. But when it outputs the HTML to the user it must be perfect.
     
    Nick_Mayhem, Mar 21, 2007 IP
  5. link_dev

    link_dev Peon

    Messages:
    292
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #5
    thank you all. Iam bit relaxed now.
     
    link_dev, Mar 21, 2007 IP
  6. koolasia

    koolasia Banned

    Messages:
    1,413
    Likes Received:
    59
    Best Answers:
    0
    Trophy Points:
    0
    #6
    well if the output is the color code then i think it is allowed
     
    koolasia, Mar 21, 2007 IP