Is this allowed? Preventing Ad Blindness

Discussion in 'Guidelines / Compliance' started by EV1L, Jun 16, 2007.

  1. #1
    You can use alternate colors for the links if it’s a forum, or a site that people come back often to prevent ad blindness. The format to rotate 3 colors randomly for the links is:

    google_color_link = [”0000CC”,”800000″,”005500″];

    This will rotate the colors in the bracket randomly.
     
    EV1L, Jun 16, 2007 IP
  2. ajsa52

    ajsa52 Well-Known Member

    Messages:
    3,426
    Likes Received:
    125
    Best Answers:
    0
    Trophy Points:
    160
    #2
    I never heard of that "array colors" option. Are you getting that code from your AdSense account ?

    Of course, on your sever you can make a simple script to fill that color randomly:
    google_color_link = "0000CC", or
    google_color_link = "800000", or
    google_color_link = "005500"
     
    ajsa52, Jun 16, 2007 IP
  3. urbanread.com

    urbanread.com Active Member

    Messages:
    128
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    63
    #3
    I think you can rotate the colors like that.It is effecient.
     
    urbanread.com, Jun 16, 2007 IP
  4. sachin410

    sachin410 Illustrious Member

    Messages:
    6,422
    Likes Received:
    573
    Best Answers:
    0
    Trophy Points:
    410
    #4
    Yes, it is allowed.

    That's what multiple palettes are all about.
     
    sachin410, Jun 16, 2007 IP
  5. alemcherry

    alemcherry Guest

    Best Answers:
    0
    #5
    I am not sure if it works, and even so if it is allowed.
    The best option would be to do the processing on server side and generate the color randomly. The generated code can look exactly like what is copied from adsense control panel.
     
    alemcherry, Jun 16, 2007 IP
  6. trichnosis

    trichnosis Prominent Member

    Messages:
    13,785
    Likes Received:
    333
    Best Answers:
    0
    Trophy Points:
    300
    #6
    yes, it's allowed with adsense. it's a good way to increase the ctr
     
    trichnosis, Jun 17, 2007 IP