Douglas Karr's Articles on Martech Zone
- Analytics & Testing
GroupSolver: Harnessing AI and NLP for Real-Time Quant-Qual Market Research
Quickly gathering and interpreting market research data to make informed decisions is critical for brands today. Traditional research methods can be time-consuming and expensive and often fail to capture the full context behind the numbers. To succeed in this competitive landscape, companies need a solution leveraging cutting-edge technology to deliver quantitative and qualitative insights efficiently. GroupSolver GroupSolver is an online…
- Content Marketing
Lumavate: A Product Experience Management Platform for Exceptional Product Experiences
Product manufacturers face significant challenges when managing vast amounts of product data and delivering exceptional digital experiences to their customers. Scattered spreadsheets, disconnected systems, and reliance on IT resources often hinder productivity and lead to inconsistent product information across various touchpoints. This results in a disconnected customer experience and makes it difficult for manufacturers to showcase their products effectively and…
- Marketing Tools
Income Change Calculator: How I Learned to Code
Over 25 years ago, I shifted my career from an industrial electrician to an analyst. While I had already accumulated a ton of networking and PC experience and had to periodically program PLCs, I didn’t have any experience with modern development languages. Modern programming languages utilize new paradigms like object-oriented, procedural, or functional programming. They use text-based syntax with keywords,…
- Analytics & Testing
Google Analytics: Dynamically Appending UTM Query Strings to Outgoing Links
Adding UTM query string parameters to outgoing URLs can provide valuable insights when tracking marketing campaigns and referral traffic sources. However, relying on content authors to manually add these parameters is error-prone and often incomplete. A better approach is to dynamically append UTM parameters to external links using JavaScript after loading the page. jQuery: Append UTM Campaign Querystrings Here’s a…