This is the most popular content on Martech Zone.
Martech Zone’s Most Popular Articles
- Marketing Tools
Deltek ConceptShare: Streamline Your Creative Review Process and Deliver Exceptional Content Faster
The need to swiftly and efficiently review and approve creative content is paramount. Juggling multiple projects, feedback from various stakeholders, and looming deadlines can make the review process a stressful bottleneck. Miscommunication and a lack of clarity can lead to costly revisions and delays, impacting your team’s productivity and potentially hindering client satisfaction. Deltek ConceptShare Deltek ConceptShare is an online…
- Content Marketing
How To Program a Days Until Message in PHP (or WordPress Shortcode)
If you’re in retail or e-commerce, you’re likely always counting down to the upcoming retail holiday to provide a sense of urgency for your audience. Years ago, I implemented a solution like this for a client and wanted to share how easy it is. PHP: Days Until Below is a PHP function where you can pass the month, day, and…
- 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,…
- 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…
- 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…
- Content Marketing
Is Your Startup’s Brand Ready for CES? Essential Branding Checklist for First-Timers
Sure you’ve heard tales from the front lines and even heeded warnings from helpful friends and colleagues. But if you’re one of the thousands of entrepreneurs registered to attend the annual January madness better known as CES (Consumer Electronics Show) in Las Vegas for the first time this year (January 9-12th), it may be difficult to truly envision what lies…
- Artificial Intelligence
How Taking a Mindful Approach to AI Cuts Down on Biased Data Sets
AI-powered solutions need data sets to be effective. And the creation of those data sets is fraught with an implicit bias problem at a systematic level. All people suffer from biases (both conscious and unconscious). The biases can take any number of forms: geographic, linguistic, socio-economic, sexist, and racist. And those systematic biases are baked into data, which can result…