We’re taking it back to the basics in this article. Why? The day of a Digital Marketer is busy. We’re pulled in all sorts of different directions and are responsible for a lot of different things. In my personal experience, it’s easy to get caught up in non-stop execution and forget that taking the time … Continue reading "Exploring a…
Read Article
If you’ve ever spent any time in a Google Analytics account, you’re all too familiar with the fact that the data isn’t always pretty. One exceptionally common scenario that us marketers run into all the time is page data being split up due to query parameters in the URL. It’s not uncommon for a landing … Continue reading "Strip Query…
Read Article
If you’ve been following along with our Python for Digital Marketing posts, you’ve imported data from Google Analytics into a Jupyter Notebook and may have even combined it with another dataset. If you’ve never been here in your entire life but are starting at a large dataset, you’re probably still in the right place. So … Continue reading "Pandas Groupby…
Read Article
Working in digital marketing, there are several reasons why you might want to combine two datasets from two different sources together. It could be combining Google Analytics data from two different accounts or properties, or turning two different reports into one super report – such as combining page data from Screaming Frog with data from … Continue reading "Using Python…
Read Article
To utilize the power of Python to manipulate and analyze your Google Analytics data, the first step is to transform your data into a clean DataFrame that’s ready for analysis. In this article, I’m going to show you how to do just that. After reading, you’ll be ready to get your data out of Google … Continue reading "Python &…
Read Article
Data Studio Advanced Techniques: Introduction If you’re running any digital marketing campaigns, then you’re probably tracking their performance and the impact they have on the sales and/or marketing goals of your company as a whole. Most often, performance is tracked by manually entering multiple fields for each digital platform into an Excel or Google Sheets … Continue reading "Google Data…
Read Article
Not all site visitors are created equal. Some folks might come to your site because their mother sent them a link to something “interesting” (eye-roll Mom, I’m so not into that), while others might be doing some initial research on products like yours. Others still might be on the hunt for exactly what you sell, … Continue reading "Taking Ad-vantage…
Read Article
What is Google Tag Manager? Google Tag Manager (GTM) is a tool that gives users a way to add code to a website without having to log in to the backend and manually add to the source code every time. This takes web development and coding skills out of the equation, and is an easy … Continue reading "Getting Started…
Read Article
When it comes to analyzing conversions on your site, keep in mind that not everyone makes decisions the same way. Some people may visit your site, find what they’re looking for, and convert in one visit — that is, they make a purchase, subscribe to a newsletter, or fill out a contact form. For example: … Continue reading "How to…
Read Article
The beauty of Google products is just how well they work together. However, many times getting products to speak with each other can be a beast. Every time we set up a new AdWords account we make sure to track via Google Analytics by using the “Auto-tagging” feature in AdWords. This allows for full data … Continue reading "How To…
Read Article