How to Blend Data in Google Data Studio

Do you want to present data from multiple sources in a single report?

Google Data Studio (now called Looker Studio) is a free dashboarding software used for converting data into informative reports. This tool allows you to combine all your tracking data and synthesize them into a customized data report that you can share with your clients and colleagues.

This guide will show you how to blend data in Google Data Studio.

Here is an overview of what we’ll cover:

What is Data Blending in Google Data Studio?

Data blending in Google Data Studio is the process of merging data from multiple sources into one dataset that can be analyzed and presented in a single report.

If you wanted to have data from Meta Ads or Google Analytics in one table or one visualization, you can simply connect those data sources to Data Studio and create a blend.

Why is Data Blending Important?

Previously, individuals and businesses that needed to compare data from different sources had to manually export raw files from each platform. Only after combining them in a spreadsheet like Google Sheets or Excel could the data be imported to Data Studio.

This process provided a lot of flexibility, but it was also time-consuming, and inefficient. Every time newer data needs to be presented or compared, the manual export and combination process had to be repeated.

With data blending, you can directly import data from various data sources using Google Data Studio connectors.  

There are connectors available for Google products like Google Ads, Google Analytics, and Google Sheets. For other platforms, there are partner connectors that allow you to connect to many different data sources like Bing, Meta, and LinkedIn.

Setting Up a Table Without Data Blending

Let’s start our journey of learning how to blend data in Google Data Studio by creating a new report.

On your Google Data Studio homepage, click on the + button.

Creating a new report in Google Data Studio

A list of the connected Google data sources is available on the right side of the page.

Connected data sources

If you haven’t connected your data sources to Data Studio yet, follow the steps outlined in our Google Data Studio connectors guide.

Next, we’ll choose our primary data source for the entire report. We can add other data sources later, but the first one we choose will be the default data source for our charts, tables, and controls. Let’s start with Facebook (now Meta) Ads.

Select Facebook Ads, then click Add to Report

Adding the Facebook Ads data source to the report

Next, create a data picker by selecting the Date range button, then create a box.

Creating a date picker

In our data range properties, click on Select date range.

Selecting the date range

Select the dates you want to work with, then click Apply.

Configuring the date range

If you are new to Data Studio, read our guide on Google Data Studio charts to learn about the different chart types and their properties. This will help you better navigate and understand the Data Studio interface.

Next, let’s create a table to present our data.

Click on the Table icon, then select the area where you would like to put this table.

Inserting a table

Instead of the campaign name, we want to group our data by date. We also want to find out how many clicks we had on our ad campaign.  Therefore, we need to change the dimensions and add a metric to the table properties. 

Remove the Campaign name dimension by clicking on the ✖ button, then click Add dimension here.

Configuring the data dimensions

Click on Time → Date.

Adding the date dimension

Next, we want to show the actual clicks that we had on our campaigns.

Click on Add metric here.

Adding a new table metric

Click on Clicks → Link clicks.

Adding the link clicks metric

Next, we also want to know how many conversions we have for our ad campaign. 

If you have enabled Meta Pixel conversion tracking, you know that the Facebook Conversion API gives a lot of data to look into. You may need to check how you have tagged the conversion to know which metric to select.

For this example, the conversion we want is listed as a custom conversion.

Click on Website (Facebook Pixel) → Website custom conversions.

Adding the conversions metric

This shows the number of conversions Meta records from the Meta Pixel. How does this value differ from the one recorded by Google Analytics?

Blending Meta Ads and Google Analytics Data

Let’s discuss why these two platforms record different values for the same variable.

Meta counts the number of people that go to your website and does a conversion that you want to track. If there was any contact point with Meta, this conversion will be attributed to the ad. 

For example, a user viewed an ad for your product but did not click. They later visit your website through organic search and make a purchase. Meta will attribute this conversion to the ad the user saw despite having no direct interaction with your ads.

Meanwhile, Google Analytics uses the last-click attribution model where it attributes all credit to the last source or marketing touchpoint the user clicked on or engaged with. 

In the earlier example, Google Analytics will not be able to capture the conversion because it has attributed all credit to the organic search.

Since Meta and Google Analytics have different attribution models, expect to have different recorded data from these two tools. Let’s now compare these two values.

Blending Your Data Sources

Let’s create our blend.

Click on Blend Data. This opens a new menu. Next, click on Add Another Data Source.

Adding another data source to the blend

As of February 2022, the terminology for the data sources column in the blend is changed to Table. With this, the add another data source option is changed to join another table.

Select your Google Analytics account, then click Add to Report.

Adding the Google Analytics data source to the blend

Choosing a Join Condition

Next, to join the data with each other, you need to specify the join condition (previously join key). The join condition determines which rows in a pair of tables are considered to be matching.

In our case, the date dimension would suffice for the join condition. It is present in both Meta Ads and Google Analytics and would match up correctly.

If you want to use the source/medium or the landing page dimension as the join condition, the UTM parameters in your Meta Ads should be tagged correctly. This ensures that the data from these data sources can be aligned correctly.

Adding Metrics to Your Table

Now, let’s add a metric from our Google Analytics data source.

Select the equivalent variable of the conversion inputted earlier. In this case, we will select the email sign-up goal completion.

Search for your variable in the available fields. Click and drag this to the Additional dimensions and metrics section, then click Save.

Adding a metric from the Google Analytics data source

Looking at the values in our table, there are dates where the number of email sign-ups is greater than the number of link clicks. Some rows even have a much higher difference than what we would expect – less than 5 link clicks having 40+ conversions.

Conversion column values greater than link clicks

When you pull data from a second data source, the values are not automatically filtered based on the primary data source. 

Our Google Analytics account may have obtained email sign-ups from other sources than Meta. The currently displayed values in our table are the total goal completions from various sources.

Therefore, we need to implement a filter.

Click on the brush icon beside our blend.

Editing the blend properties

Click on Add a Filter from our Google Analytics table.

Adding a filter

Create a name for the filter, which is specified to Include Source/Medium Contains facebook.com. Finally, click Save.

Creating a Facebook traffic filter

Next, click Save, then Close.

Saving blend properties

Our email sign-up data should now be filtered down.

Custom Metrics with Blended Data

Now, we want to know the conversion rates between link clicks and website conversions. 

Since neither of our tools is set up to calculate the conversion rate, we need to make a custom metric or a calculated field.

The process of creating a calculated field for blends is similar to the one for a native data source. Follow the steps outlined in our Google Data Studio calculated fields guide to create the conversion rate. Simply divide the conversions by link clicks.

Note that there are some key differences.

Custom metrics in a native data source require the data source editor rights, can be included in other calculated fields, and can be used in other reports and charts. All these do not apply to custom metrics for blends, as they are specific to the chart. 

If you have created a table where your dimensions are the source/medium or the landing page, our guide on the conversion rate in Google Data Studio for two metrics may be more helpful.

Keep in mind that although we have blended two data sources in one chart, only the metrics specified can be used in creating a calculated field. 

The list of all metrics in the blend can be seen in the Available Fields at the right.

Available fields in the blend

If you want to create other custom metrics in your blend using other data from your data sources, you have to go back to the blend properties and import those additional metrics.

Summary

That’s how to blend data in Google Data Studio. We have discussed how to create a table, import another data source, and add metrics to the blend.

Upgrade your reports by checking out our guides on how to make your Google Data Studio dashboards interactive and the best custom report types from the Google Data Studio community visualizations.

Which platforms will you blend data from? What metrics will you compare using blended data? Let us know in the comments below!

JOIN US!

Master Data & Analytics with Measuremasters

Exclusive Courses & Workshops | Ongoing Troubleshooting | Support Resources, Tools & much more

Related Posts

guest
0 Comments
Inline Feedbacks
View all comments

Blog Categories

Subscribe & Master the Basics with our FREE Course

Google Data Studio for Beginners Course

now it's time to

Start measuring like a master

Itching to jump into the world of MeasureMasters? This is what you have to look forward to.