Search

Banner Blindness Beyond the Banner

0 views

When looking at the difference between a profitable business model and an unprofitable one you really need to look at the math. I recently ran many graphic ads that I bought through Google on a CPM site targeting basis. Here is a look at one campaign:

Banner Blindness.' /><br />
<br />
Notice that the 468 by 60 got a much lower click-through rate than the text ad or other image ad. Why? Some of it may have been up to ad positioning, but part of it is also due to 468 by 60 being the default banner ad size. If it looks like an ad people ignore it.
<p>Low value sites that feature targeted ads as the content (with in content text links) will earn more than high value content which has obvious ad units located in obvious ad spots.</p>
<p>And just how people grow sick of advertising they also grow sick and tired of abused methods and formats, such as:</p>
<ul>
<li>pop ups and other intrusive ads</li>
<br />
<li>red headlines</li>
<br />
<li>squeeze pages</li>
<br />
<li>sensational headlines
</ul>                </div>
                
                <script>
                (function() {
                    function initCopyableSections() {
                        document.querySelectorAll('.article-content .copyable-section').forEach(function(section) {
                            if (section.querySelector('.copyable-section__btn')) return;
                            var btn = document.createElement('button');
                            btn.type = 'button';
                            btn.className = 'copyable-section__btn';
                            btn.setAttribute('aria-label', 'Copy to clipboard');
                            var label = section.getAttribute('data-copy-label');
                            btn.textContent = label ? 'Copy ' + label : 'Copy';
                            section.appendChild(btn);
                            btn.addEventListener('click', function() {
                                var contentEl = section.querySelector('.copyable-section__content');
                                var text;
                                if (contentEl) {
                                    text = contentEl.textContent.trim();
                                } else {
                                    var clone = section.cloneNode(true);
                                    var btnClone = clone.querySelector('.copyable-section__btn');
                                    if (btnClone) btnClone.parentNode.removeChild(btnClone);
                                    text = clone.textContent.trim();
                                }
                                if (!text) return;
                                navigator.clipboard.writeText(text).then(function() {
                                    var t = btn.textContent;
                                    btn.textContent = 'Copied!';
                                    btn.classList.add('copied');
                                    setTimeout(function() {
                                        btn.textContent = t;
                                        btn.classList.remove('copied');
                                    }, 2000);
                                });
                            });
                        });
                    }
                    if (document.readyState === 'loading') {
                        document.addEventListener('DOMContentLoaded', initCopyableSections);
                    } else {
                        initCopyableSections();
                    }
                })();
                </script>
                
                <!-- Tags -->
                                
                <!-- Correction Form -->
                <div class=

Suggest a Correction

Found an error or have a suggestion? Let us know and we'll review it.

Share this article

Comments (0)

Please sign in to leave a comment.

No comments yet. Be the first to comment!