Understanding Composable CDP's

Understanding Composable CDP’s One of the new hot topics in tech is the “Composable CDP.” Databricks is sharing a good definition of a Composable CDP in their article written together with Hightouch and Snowplow Analytics. “A Composable CDP consists of the same components as their off-the-shelf counterparts; Data Collection, Data Storage and Modeling, and Data Activation. By implementing a best-in-class product at each layer of the Composable CDP, organizations can achieve a far more extensible CDP solution that can solve problems well beyond the common use cases of off-the-shelf CDPs. Read More

What's happening in Digital Analytics

What’s happening in Digital Analytics in 2023 When you go online or to conferences you can find a ton of resources about Digital Analytics. The vast majority of content seems to be related to marketing technology. The transition from Google Universal Analytics to Google Analytics 4 is an instigator for martech providers and consultants to focus on technology in digital analytics. I appreciate the value of collecting quality data in a technical solution for analysis and configuring tools to get the most out of them, but don’t be fooled, there’s more going on in the digital analytics space. Read More

Google Tag Manager Server-side

Google Tag Manager Server-side Google Tag Manager server-side is a way of running Google Tag Manager on a server instead of in the browser (client-side). It can potentially have a huge impact on the way you collect data for the user. This article is not going to be a how-to guide to using Google Tag Manager server-side. Instead, it will be an outline of some of the most important advantages and concerns related to this new product. Read More

Understanding retention with customer feedback data

Understanding retention with customer feedback data To get a better understanding of customer behavior in relation to the quality of the product and services a company provides, we often use customer feedback forms. We all know the concepts of NPS, CES or other ways of getting an understanding of customer satisfaction. What are the biggest differences and which one predicts retention most reliably? Let’s find out. To get started, let’s run by the most popular methods available to measure customer satisfaction. Read More

How to add Google Tag Manager to Hugo static website

How to add Google Tag Manager to a Hugo static website In this article I will provide a step-by-step instruction and code samples on how to implement Google Tag Manager and a datalayer to your Hugo static website. As a digital analytics consultant I can appreciate the value a good Google Tag Manager (GTM) implementation can have for your business or even to optimize your user’s blog experience. How to add the standard Google Tag Manager container to a Hugo website To make sure that Google Tag Manager is enabled, we will have to include the Google Tag Manager container. Read More

10 Things you need to know about the new Google Analytics 4

10 Things you need to know about the new Google Analytics 4 On July 31st 2019, Google introduced a “new” analytics solution they called Google Analytics 4. Google Analytics 4 is Google’s answer to the changing digital landscape we are dealing with as analysts. Google Analytics 4 will replace the current Google Universal Analytics in the future. In this article I will share 10 things you need to know about the new Google Analytics 4 tool. Read More

Hugo shortcode to serve images in next-gen formats

Hugo shortcode to serve images in next-gen formats In my last blogpost I shared 10 ways to improve your Hugo website performance. My last tip was to serve images in next-gen formats. This could improve the performance of your website significantly. Eventhough there are multiple next-gen formats you can integrate, the best browser compatibility will come by using WebP, created by Google. Unfortunately, not all browsers support this format yet (looking at you, Safari! Read More

10 Ways to improve your (Hugo) website performance

10 Ways to improve your (Hugo) website performance Website performance matters. Even if I would selfishly ignore all other human visitors to my website, I would be supporting Google’s mission to make the web faster and help myself climb the ranks of Google. In this article I describe 10 ways to make your Hugo website (or any other website) faster and give users a better experience. These are the 10 tips I will be discussing: Read More

How to create Google Tag Manager documentation with R

Create Google Tag Manager documentation with R Creating digital data documentation can be a painstaking, boring, but extremely useful endeavor. Knowing what digital data is available to you and others can be helpful to understand the potential of your data set, as well as provide context to analysis, reporting and other ways to leverage data. To take some of the effort out of creating documentation about the contents of your Google Tag Manager account, I have created a script that pulls data out of the environment and outputs a simple Excel file, which you can share with stakeholders. Read More

Optimizing the Youtube Shortcode for Hugo

How to optimize the Youtube Shortcode for Hugo The Youtube embed shortcode for Hugo allows you to embed Youtube videos in your Hugo pages. Which is a pretty neat feature they provide to you out-of-the-box. The shortcode allows you to add two additional parameters that can be managed from the standard settings: Unique Youtube video ID allowfullscreen (which you can set to “true”, which allows users to show the video in full screen mode) However, there are a ton of additional parameters you can include to customize your Youtube video embed. Read More