|
|
Can I conditionally exclude content from IntelliTXT?I noticed that you're currently running the Vibrant Media IntelliTXT system on your site and am curious: I'm also hooked up for my own weblog to their system, but I can't figure out how to exclude certain blocks of text from their processing. Is there some trick you use? Also, generally, how have you found Vibrant Media to work with? Thanks for your question. Yes, the random words in this entry that are in green are actually little in-line advert hotspots through Vibrant Media's IntelliTXT system. See for yourself; move your mouse to have the cursor hover over one of the green words. Neat, eh? This is all done dynamically and is a very low-key method of adding some additional advertising on a page without taking away from the readability of the page or having the ads sit there staring at you. Personally, I like it. :-) The way that I have figured out how to exclude blocks of text from their processing is to use the "nointelliTXT" id in a span block. It'd look like this: <span id="nointelliTXT">
text to exclude from processing </span> Indeed, that very block above with the sample code uses that exact notational convention to ensure that one of the words in the example isn't highlighted with an advert. In terms of the program itself, I've only been running it for about two weeks as I write this, so it's a bit soon to tell, but I'm really pleased with the ease of use, the accuracy of their ad pinpointing and the financial upside of my relationship with them. I won't share my exact figures, but my projected annual revenue is in the xx,xxx range. Sweet! Now, before you pop over to their site to sign up, please note that you need at least 500,000 page views/month to qualify and that they do have a referral program too: if you allow me to refer you to the IntelliTXT program, I'll share that referral commission by sending you a free signed copy of my book Growing Your Business with Google! In any case, what do you think of the system, dear reader? Are the green words in my articles heinous and a huge distraction from the value and utility of the content? Would you rather have the adverts be more overt? Or is it easy to ignore or check out, as the whim hits you? I will say that in the two weeks I have been running the system I have only had one reader complain about it, saying that it was akin to keyword spam on my site. I understand her perspective, but respond by observing that someone we all have to pay the mortgage and feed the kids, and generating some additional revenue from such a subtle advertising system is a terrific boon in my eyes...
More Useful Pay Per Click (PPC) Advertising Articles:
✔ How much money should I be making with AdSense?
Hey Dave, I get ~130.000 views per month and for 30 days of using AdSense I earned $60, is it a lot or...
✔ Add Po.st Social Media (Facebook, Google Plus) widgets to your blog?I really like the set of social media buttons you have on the pages of your AskDaveTaylor site, Dave. What are they, and...
✔ How is CPM calculated on Google AdWords YouTube Video?Have you bought Google AdWords Video [actually it's called "YouTube Promoted Videos" -dt] before? I'm confused about whether the CPM bid for 1000...
✔ How do I connect my Google AdSense and Analytics accounts?I'd like to connect up my Google AdSense account and my Google Analytics stats account. I understand that if you do this, you...
✔ Why doesn't AdSense earn me any money?I subscribe to any Google Adsense earnings but zero in the day, I do not know why: I hope you can advise me...
Let's stay in touch!
Sign up for my weekly AskDaveTaylor Newsletter and you'll receive even more tech and gadget help
right to your inbox, along with exclusive news and industry updates. It's good stuff. I promise!
Categorized:
Pay Per Click (PPC) Advertising
(Article 6803,
Written by Dave Taylor)
Tagged: contextual advertising, intellitxt, kontera, vibrant media Previous: How do I avoid snipers on my eBay auctions? Next: How do I make my Google Calendar shareable? Reader Comments To Date: 5Dave Taylor said, on September 4, 2006 9:57 AM:
Agreed. Seems like it'd be an interesting experiment... John Krystynak said, on September 8, 2006 11:14 PM:
Dave, please also check out a similar in-text ad system I've just put It focuses on underlining products that are mentioned in text, and It's called Texsy Ads - http://www.texsy.com After reading this post, I'll be adding exclusion of content via a carotids said, on September 19, 2006 7:54 AM:
Dave: Google Adsense told my company that it was against the TOS to run IntelliTXT with adsense. Have you tweaked one or the other to get around this? Jason Smith said, on October 13, 2006 1:07 PM:
Using a class instead of an id does work. There's also a method where you can add &sn={class/id, ...} to the end of the intellitxt JavaScript tag to filter out links within any other classes or id's you'd like.
I do have a comment, now that you mention it!Check This Out Too... |
Recent Entries
Look for Answers
Recommended
All Our Categories
Apple iPad Help
Articles and Reviews Auctions and Online Shopping Blogs and Blogging Building Web Site Traffic Business and Management Computer and Internet Basics d) None of the Above Facebook Help Google Gmail Help Google Plus Help HTML, JavaScript and Web Site Programming Industry News and Trade Shows iPhone and Cell Phone Help iPod, Sony PSP and MP3 Player Help Kindle Fire Help Mac OS X Help Pay Per Click (PPC) Advertising Pinterest Help Search Engine Optimization (SEO) Shell Script Programming Tech Support Video Help The Writing Business Twitter, LinkedIn and Social Network Help Unix and Linux Help Video Game Tips and Help Windows PC Help Find Me on Google+ ADT on G+ |
The only downside of a <span id="nointelliTXT"> is that you can really only have one of these blocks per page, as id's should be unique in any given HTML page. (see http://www.w3.org/TR/html4/struct/global.html#h-7.5.2 )
I don't have access to any IntelliTXT documentation, but I wonder if a <span class="nointelliTXT"> would work -- it would certainly seem to make more sense in this context.
Regards,
NeilS