fribah.
Dec 18, 2023

Recreating Search Console Insights in Looker

The new Search Console Insights (Beta) from Google ⤴ , gives you some nice tables to look at.

The insights can be found at the top of your GSC reports.

Search console Insights is the first thing that pops up when going to the overview panel of your GSC reports.

I wanted to recreate them but couldn't find a guide on how to get the same tables in Looker, but after some workaround I think i got something useful:

1. Shortening URLs

To reduce how long the URLs were going to be I wanted to start off by removing the domain from each URL string, only leaving the path URL.

You can remove the domain from the URL by adding this formula:

Or this one if you're using GSC through Supermetrics:

'landing page' might be different when using GSC through Supermetrics. In this example I've used GSC's own data source.

2. Supermetrics data source

When using GSC' own data source in Looker, I got some data that didn't match my reports in GSC.

Adding search console through supermetrics gave me the correct data with the same amount of clicks and impressions that I saw in my GSC reports.

3. Recreating the tables

When recreating the tables I placed them next to eachother and added some simple styling.

How i recreated the tables in Looker.

Your most Popular Content

Adding the "Your Most Popular Content" table was quite straightforward. I added a table with a GSC/Supermetrics data source, Landing page and then sorted by Clicks.

Your growing content

Emulating the "Your Growing Content" table was slightly more challenging. I started by adding a table with page and clicks.

I then merged two different search consoles data sources, with different time periods. 1 for last the 30 days, a second one for the 30 days before that, then blending them with ‘inside to the left’.

The blending looked something like this.

Next, I wanted to add two more columns in my table.

To get the 'clicks compared to last period', I added a new calculation with this formula.

And to get the last column in the table; 'Click trend', I added this other calculation with this formula:

Lastly, I sorted the table by 'clicks compared to last period', to get a true representation of what content is really growing and not just a list of newly published content.

I now had a table that would show me:

How People Find You

Recreating the "How People Find You" feature involves sorting queries by clicks, which was also quite straightforward. Here it can be a good idea to filter out any brand-related terms through the filter function.

Disclaimer

Keep in mind that the clicks compared to the previous period in the table where I blended two data sources, won't be updated automatically because the time period is custom. This means it needs to be manually updated once in a while to reflect the most accurate data.