This is the most popular content on Martech Zone.
Martech Zone’s Most Popular Articles
-
Content Marketing
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,…
-
Content Marketing
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…
-
Marketing Infographics
SEO: 5 Trends to Optimize for Google Organic Search
A question that I’ve fielded at two events I spoke at regionally was how companies should be dividing their marketing budget for maximum impact. There’s no easy answer to this. It requires that companies fully comprehend the impact of their current marketing dollars, understanding how each channel impacts the other, and still have some funds for testing and innovation on…
-
E-commerce and Retail
Where To Order Custom Eco-Friendly, Sustainable Packaging For Your E-commerce Products
Rarely does a week go by that I’m not getting some kind of delivery to my home. I have a very busy life so the convenience of getting an Amazon Key delivery of items or groceries inside my garage is too hard to pass up. That said, I am quite conscious of the fact that there’s a lot of waste…
-
Email Marketing & Automation
ToutApp: Sales Tracking, Templates and Analytics
For the large sales organization, outbound sales representatives have the unenviable position of having to communicate with piles of leads sometimes to connect with those one or two prospects that will convert. New marketing automation systems such as our sponsor Right On Interactive manage lead scoring and nurturing communications for the masses, but the sales staff still needs to produce…
-
E-commerce and Retail
EKOM: Predict Non-Branded E-commerce Keyword Trends To Optimize For Demand
Today’s e-commerce landscape is fiercely competitive. Businesses face numerous challenges regarding search engine optimization (SEO). The process is often slow, labor-intensive, and yields unpredictable results. Many online retailers find themselves trapped in a cycle of constant adaptation, struggling to keep up with algorithm changes and emerging trends. The need for a more responsive, data-driven approach to e-commerce SEO has never…