Google just announced a new countdown widget that makes it easy for advertisers to place countdown times within their ad copy dynamically.
With a countdown widget, you can create a sense of urgency for customers to buy what you have now versus later. This includes the ability to set the following messaging in your ad copy:
- the number of days, hours, or minutes left to ship their holiday presents in time
- daily discounts or promotions for your hottest deals
- most-up-to date inventory availability on your products
To use this new feature simply type “{=” into any line of ad text as you’re creating text ads in the ‘Ads’ tab. You can preview what the countdown will look like in your ads before making them live.
Personally, I think this is a nice additional to Google Adwords. Many of our customers have special deals that are only good for a month, or even a week, so it might be helpful to drive additional traffic to their sites and hopefully create conversions.
Signed up For ClickTale
We are always looking for better ways to get data from the web. Clicktale is a pretty cool product that allows you to generate heatmaps of you site and find out what people are doing. There is a free trial. Check it out. www.clicktale.com
Adding WordPress 3.0 Menu support to your older site
I have come across this a few times when updating older sites to WordPress 3.0 that the fancy new menu system in WP3.0 doesn’t work. Fortunately, this is an easy fix. First off, you will be editing your functions.php file, so make a backup! Now, add this code to your funtions.php file: add_action( ‘init’, ‘register_my_menus’…
Having Multiple Footers in wordpress
Sometimes I like to have multiple footers for a site, or at least one for the homepage and one for the rest of the site. Fortunetly, wordpress makes this really easy to do. WordPress has a special template tag for including them into your theme: This function will accept only one parameter, a string, which…