|
A/B Testing AdsQuickly and effectively test two different AdSense ads at the same time to see which one generates the most revenue, as opposed to testing one at a time A/B testing ads is when two different AdSense units are placed in the same spot on a webpage. Each time a user visits the website, one of the two ads is randomly shown. With the run of time, combined with a decent amount of traffic, you can get a sense of how each ad performs in that spot...
A/B testing ads takes the guessing out of choosing just the right AdSense format to make more money. The template for A/B testing is some simple javascript code: <script type="text/javascript"> Normally, messing with AdSense code is a BIG no. But luckily, this specific bit of code is sponsored by Google themselves. So for example, say this is the usual code you have for a single AdSense unit: <script type="text/javascript"><!-- The part highlighted in red is the part that you would replace in //your first/second ad unit code goes here Now let's talk speculation. If you remember the alternating colors tip, making AdSense units change is a good way to avoid ad-blindness and increase CTR. Thus, in theory, alternating ads could have a similar effect...
|