This is the most popular content on Martech Zone.
Martech Zone’s Most Popular Articles
-
Why Learning is a Leading Engagement Tool for Marketers
We’ve seen incredible growth in content marketing in recent years—nearly everyone is getting onboard. In fact, according to the Content Marketing Institute, 86% of B2B marketers and 77% of B2C marketers use content marketing. But smart organizations are taking their content marketing strategy to the next level and incorporating online learning content. Why? People are hungry for educational content, eager…
-
The Do’s and Don’ts of Holiday Branding According to 99designs
The nights are silent, the dreidels are drying, and your customers are opening their wallets. If you can make your brand part of their holiday season in a natural and charming way, they’ll remember you well into the New Year. Here are some helpful Do’s and Don’ts to help you navigate the season. Do: maintain your authenticity If your typical…
-
What Elements Should You Be Testing in Your Email Campaigns?
Using our inbox placement platform, we did a test a couple of months ago where we reworded our newsletter subject lines. The result was incredible – our inbox placement increased by over 20% across the seed list that we created. The fact is that email testing is well worth the investment – as are the tools to help you get…
-
ApexChat: Respond To Your Webchat 24/7 With Knowledgable Chat Agents
A few clients of ours were pretty happy with the chat they’d integrated into their sites… until we revealed some terrible news. When we analyzed the chat leads, we found that the leads that had direct contact with a representative typically closed after scheduling an appointment with the client. The Problem With Web Chat The clients only responded to chat…
-
PHP: Using Is.gd API to Shorten URL
Just read an article on the benefits and pitfalls of shortening URLs over at SEOmoz. I utilize the Is.gd API to do this: function doCurlRequest($url, $variable, $value) { $api = $url."?".$variable."=".$value; $session = curl_init(); curl_setopt($session, CURLOPT_URL, $api); curl_setopt($session, CURLOPT_RETURNTRANSFER, 1); $data = curl_exec($session); curl_close($session); return $data; } function doShortenURL($longurl) { $url = "http://is.gd/api.php"; $variable = "longurl"; $shorturl = doCurlRequest($url, $variable,…
-
Important Web Design Techniques to Incorporate on your Law Firm Website
Today’s legal marketplace is increasingly competitive. As a result, this puts a lot of pressure to a lot of lawyers and law firms to stand out from the rest of the competition. It’s tough it is to strive for a professional presence online. If your site isn’t compelling enough, clients move on to your competitors. That’s why, your brand (and that…