A/B Testing With Supplemental Feeds
Find out how to make changes and additions to your Shopping feed on the fly using supplemental feeds. Plus, a bit additional material on how you can even run a/b tests with your feed too.
Introduction
If you are not using a shopping feed provider, then odds are you need another way to manage your shopping feed and make changes to it. If that is the case, we high recommend you look at Google Shopping’s supplemental feeds!
At this point, we’ve written pretty extensively about optimizing attributes for Shopping Feeds. If you need some further information, I’ve linked some our other articles below!
Custom Labels
Bundles
Product Title
Product Images
Now, where were we? Supplemental feeds provide additional or supplemental data that can be connected to existing product data in the primary feed. Supplemental feeds cannot add or remove products, or be used as a standalone feed, and instead, are used to update existing product data. That being said, they can provide additional information to multiple primary feeds.
To use a supplemental feed, you are going to need to connect it to existing primary (shopping) feed through the id attribute. They will only update your product data when the supplemental feed contains IDs that already exist and correspond to a primary feed. The id attribute is your connection and key between these two feeds.
How Supplemental Feeds Work
When creating a supplemental feed, you’ll change your selection to indicate you’d like to join your feeds with the id attribute. Each supplemental feed must have an id attribute column, along with at least one additional column with the data you would like to connect to a primary feed.
For example:
Primary feed:
id | title | price | brand |
1 | jumper | 80 | Brand A |
2 | boots | 90 | Brand B |
3 | slippers | 50 | Brand C |
4 | pants | 125 | Brand D |
Supplemental feed that uses the id attribute to match to the primary feed:
id | custom_label |
1 | SALE |
4 | SALE |
Resulting feed:
id | title | price | brand | custom_label |
1 | jumper | 80 | Brand A | SALE |
2 | boots | 90 | Brand B | |
3 | slippers | 550 | Brand C | |
4 | pants | 125 | Brand D | SALE |
Now that you know how to update data in your primary feed, you may be wondering, “What are some common use cases for supplemental feeds?” Well, they include but are not certainly limited to the following:
- Add or override custom labels for campaign management
- Add or override promotion IDs for retail promotions
- Override product titles
- Exclude specific products (via the excluded_destination attribute)
- Add missing GTINs to your feed on the fly
Creating Supplemental Feeds
To create a supplemental feed, go to the Products > Feeds section in your Merchant Center. At the top of the supplemental feeds table, click Add a supplemental feed to create a new supplemental feed. Now, follow the instructions on the screen and provide the following pieces of information about your data:
- Supplemental feed name: Enter a descriptive name that helps you identify the supplemental feed. The supplemental feed name doesn’t need to match the name of the file you’re submitting.
- Input method: Select the one that fits your needs best:
- Google Sheets: You can upload your data using a generated Google Sheets template, or with an existing Google Sheet with your product data.
- Scheduled fetch: Google can fetch your feed directly from your server.
- Upload: Upload files directly to Merchant Center via SFTP, FTP, Google Cloud Storage, or manually.
- File name: Depending on what input method you select, you may be prompted to enter the name of the file you’ll be submitting. This name should exactly match the name of the file you created and include a valid extension.
- Linking to primary feed: Select any primary feed and country / language combination to which the supplemental feed belongs
- Fetch schedule: set a scheduled fetch for your product data. This lets Merchant Center get fresh feeds without you needing to manually upload your data.
To manually upload or fetch a feed, click on the 3-dot icon in the processing tab of your feed and select your upload preference from the dropdown.
Once your supplemental feed is created and linked to a primary feed, Merchant Center will automatically create a rule, which you can find in the “feed rules” section of Merchant Center. The rule will connect the product data from the two feeds based on the id value provided and will connect attribute data from the supplemental feed.
Running Tests With Supplemental Feeds
One of the coolest uses cases for a supplemental feed is a/b testing your product titles to try and get more sales from your shopping campaigns. What two product title tests are you going to run you may ask. Here are two easy one’s to implement.
Add Your Brand Name At The Back Of Product Titles
Consider the following hypothetical:
You are searching for your products on shopping, because, who doesn’t do that? You notice that your company name is so long that you can barely see the name of your SKU in SERP. The thought that this could be why some people don’t click on your products (over other competitors) crosses your mind. So, you test it, using your handy dandy supplemental feed. You take a set of SKUs that don’t convert as well and put your brand name at the back of your product title. Run your shopping ads for 30 or 60 days and await your results.
Update Your Product Titles With New Keywords
You notice some of your products are not getting as much traffic as you would like. After doing some research, you notice 2 to 5 competitors have longer product titles than you do. With this new found understanding, you decide to update your product titles with new keywords to see if that helps you capture more traffic that can turn into sales.
Both of the above situations are really easy to take care of with access to a shopping feed management tool. It’s not so easy if you are connecting your Shopify store with Google Merchant Center through the API connection, though. Now you can create a Supplemental Feed and update your shopping feed with more and better data to turn around your shopping campaigns! Go forth and prosper!
That is it for this week. See you next time.