Advertisement
  1. SEJ
  2.  ⋅ 
  3. PPC

Find Out If You’re Impacted by Google’s Changes to Exact Match

Do Google Ads' changes to exact match targeting impact your ad campaigns? Here are three ways to investigate using manual analysis and automation.

Find Out If You Are Impacted by Google’s Changes to Exact Match

Exact match hasn’t meant ‘exact’ for quite some time but last week Google announced that they are further expanding the broadening of exact match keywords.

Exact match keywords may now also start triggering ads for searches that match the intent of the keyword.

‘Intent’ can cover a pretty wide set of searches with different degrees of overlap, so advertisers need to pay closer attention than ever to what this change does to their accounts.

And as you know, I’m all about automation.

The analysis I’ll describe is trivial to do through a robust PPC management tool. Read on for a free Google Ads script that you can use to do the analysis quickly in one account or hundreds.

A Positive Impact (On Average)

While Google provides the usual reassurance that the typical account will see benefits from this change, we all know that no account is average.

So we need to make sure that the impact we’ll see for each of the unique accounts we manage will be a positive one.

What Is Changing About Exact Match?

In 2014, plurals and misspellings were added as ‘close variants’ to phrase and exact match keywords.

Now, Google has loosened the definition of exact match even further so that it may trigger ads when the machine learning systems believe that the intent of the searcher matches the keyword of the advertiser.

Examples provided by Google include scenarios where additional words are implied, where a term paraphrases the keyword, or where the words indicate the same intent.

Exact match changes in Google Ads

Whereas plurals and misspellings were fairly straightforward to understand and to some degree predict, similar intent is broader and may warrant paying closer attention.

The other part worth paying attention to is that similar intent may not equate to similar value.

For reasons that can be hard to grasp, even minor differences between keywords can equate to big differences in conversion rates.

This is even true for plurals and singulars so it’s definitely a good idea to confirm with your data that using the word ‘campsites’ vs ‘camping’ performs similarly. If not, then they should be managed as separate keywords with different bids.

Query Management Is a Must

Most of us have worked with Google long enough to understand that change is a constant for advertisers.

So rather than speculating about the real intent of Google, I think it’s more productive to take this change in stride and update our management processes to take advantage of the potentially high-quality traffic this change could bring.

Specifically, you need to make sure that your process of periodically evaluating queries continues to be done.

This process will help you find new negative keywords as well as high-quality queries that should be added as managed keywords.

Should You Be Worried? Let’s Find Out!

This type of change is causing some buzz.

Even if your process is ready to deal with any new queries that your ads start showing for, your boss or client may be uneasy.

Hey, maybe you’re even a bit uneasy because you’d like to look beyond those hypothetical examples we got from Google about keywords for “camping in Yosemite”.

So let’s take a look at how this change is impacting your account.

1. Using the Ads Interface to Investigate

To get a sense of the impact this change will have on your account, and how misspellings and plurals are already impacting your account since the change in 2014, you can refer to the Search Terms report in Google Ads.

Be sure to add the Keyword column so you can see which keyword triggered a particular search term.

Search terms analysis in Ads UIFind out what keywords triggered close variant exact matches in Google Ads in the Search Terms report

This Report Has a Few Shortcomings

The Match Type column refers to how the keyword matched the query, and not the match type of the keyword itself. This is one of those nuances in Google Ads; match type can refer to two very different things.

For example, a broad match keyword could be an exact match to a query when it is exactly the same as the broad keyword. While the broad match keyword is eligible to trigger ads for a wide range of searches, some subset of all those searches match the keyword exactly, and hence are reported as exact matches by Google.

So the only way to see the match type of the keyword is to look at the special characters in the Keyword column. For example, square brackets around the keyword mean it’s an exact match keyword.

This limitation makes it a bit harder to do a quick analysis of how exact match keywords are getting matched to close variants. And if you try to filter the keywords that contain the text ‘[‘, Google says there are no matches since the brackets are not technically part of the keyword text.

The other limitation I see is that the report only contains the performance metrics of the queries. And while you can certainly use this data to weed out low performing queries, I like doing a slightly deeper analysis that also takes into account the relative performance of the query compared to that of the keyword.

2. Doing the Analysis in Spreadsheets

As is usually the case, the analysis we really want to do takes us into spreadsheets. And you wonder why spreadsheets remain the favorite tool of many PPC marketers?!

The methodology is as follows:

  • Download a keyword performance report (including the keyword match type).
  • Download the search terms performance report.
  • Do a VLOOKUP to match every search term to the keyword that triggered it.
  • Get all the keyword and query data for each query into individual rows.
  • Filter the data to do the analysis.

There’s nothing particularly difficult about doing this analysis in a spreadsheet but all these manual steps are a bit tedious.

So let’s go and automate this.

3. Analyze the Close Variant Impact on Your Ads with Google Ads Scripts

Thanks to Google Ads Scripts, you can automate the analysis so that you can easily replicate it for other accounts you manage.

And as Google rolls out more changes to the algorithm, you can periodically check in to make sure that the impact is still positive. Just put the script on a monthly cycle so that you’ll get a new spreadsheet with the latest data to review.

Another nice benefit of scripts is that if you find the need to add negative keywords, you can automate that by adding a few more lines of code to the script.

The script also adds a match subtype column where I consider BMM (broad match modifier) to be a unique match type that is different from broad match. (Google doesn’t consider BMM to be its own match type).

Grab a copy of the script code here:

Script Settings

Really the only things you should edit are the email addresses that need to get an email when a report is ready and the usernames of everyone who should be allowed to access the report that is generated in Google Sheets.

So update the variables ‘emailAddresses’ and ‘accountManagers’ and leave everything else as-is unless you’re familiar with scripts and you know what you’re doing.

var time = ‘LAST_30_DAYS’;

var reportVersion = ‘v201802’;

var emailAddresses = ‘frederick@example.com’;

var accountManagers = ‘frederick@example.com’;

var spreadsheetUrl = ‘new’;

The Output of the Script

Here’s an example of the data you’ll get:

spreadsheet with close variant ads dataThis Google spreadsheet is generated by an Ads Script that merges query and keyword data to make it easy to see which close variants Google is expanding to for phrase and exact match keywords.

I’ve already used filters in Sheets to see only exact match keywords that were matched to a close variant. In this account the only variants are typos and plurals.

I’m going to continue monitoring this account with the script to find out what words Google considers as having the same intent.

Counting the Proximity Between the Query & Keyword

In the output, I wanted a way to more easily see how aggressive close variants are. In other words, how far they are from the keyword.

I figured one way to do this analysis is by counting the number of differences between the query and the keyword.

The Levenshtein distance seemed like a good measure to use as it counts the number of characters that need to be changed to transform one string (the keyword) into another string (the query).

In a pluralization, you would expect the difference to usually be one character (the addition or removal of the letter ‘s’ in English). Typos will usually consist of somewhere between 1 and 3 incorrectly typed characters.

So by looking at variants where the Levenshtein distance is in the range of 1 to 3, I can find the typical close match variants Google has now been doing for several years.

By looking for higher distances, I will be able to find where the words have been changed to ones with similar intent.

Conclusion

As Google is always updating its ad system, it’s critical for the humans overseeing the accounts to take on the role of the pilot who oversees that the automation is doing its job well.

Tools like Google Ads scripts are a great way to make that job easier by pointing out potential issues so that the account manager doesn’t need to merely trust the automation, nor check it manually.

I hope my script helps you do your job better and in less time.

More Paid Search Resources:


Image Credits

All screenshots taken by author, September 2018

Category Tools PPC
ADVERTISEMENT
VIP CONTRIBUTOR Frederick Vallaeys Optmyzr

Frederick Vallaeys is a Co-Founder of Optmyzr.com which offers a Historical Quality Score Tracker, One-Click AdWords Optimizations, a custom report ...

Find Out If You’re Impacted by Google’s Changes to Exact Match

Subscribe To Our Newsletter.

Conquer your day with daily search marketing news.