Google Tech Experts introduced the new "Feed Segmenter Solution" earlier this week.
Feed Segmenter for BigQuery is a Google Spreadsheet-based tool that segments BigQuery tables and creates supplemental feeds via Cloud Storage. Users clone the repository, deploy the spreadsheet, configure parameters, and set up automated transfers to the Merchant Center. The solution is experimental and unsupported, provided "as is" without warranties.
Key Points
- Feed Segmenter: A high-level solution combining a spreadsheet, BigQuery, and a script.
- Automation: Automates the creation of custom labels via subfeed in the Google Merchant Center.
- Campaign Optimization: Facilitates segmenting and optimizing Standard Shopping and PMax campaigns.
- Looker Studio Integration: Enables easy creation of SKU reports based on custom labels.
Implementation
This repository, feed-segmenter
, is a Google Spreadsheet-based tool designed to segment BigQuery tables and create supplemental feeds via Cloud Storage. It is not an officially supported Google product and is provided "as is" without warranty.
- The Spreadsheet outputs a supplemental feed to a Cloud Storage bucket.
- Configure an automated transfer of this file to the Merchant Center bucket.
- Enable feeds via Cloud Storage in the Merchant Center.
- Set up a Data Transfer within Google Cloud Project to copy the feed file using the Merchant Center Service Account.
Using the Solution
- Open the Spreadsheet and initialize sheets via
Feed Segmenter > Initialize sheets
. - Load entities from BigQuery using
Feed Segmenter > Load Entities
. - Update the supplemental feed using
Update supplemental feed
.