manifest / integrations / pip-google-sheets
PIP Google Sheets
Appends WooCommerce order line items to a Google Sheet via Service Account.
by Carkeek Studios · github.com/carkeek-studios/pip-google-sheets · website
★ 0stars
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/carkeek-studios/pip-google-sheets/releases/download/v1.0.0/pip-google-sheets-1.0.0.zipDeclares an update source (https://github.com/Carkeek-Studios/pip-google-sheets), so updates arrive through the plugin's own updater.
From the readme
PIP Google Sheets
A WordPress plugin that syncs WooCommerce orders and Tribe Events attendee data to Google Sheets. Two independent exports are included:
- Orders export — for each paid WooCommerce order, one row per line item is appended in real time, including product data, Tribe event ticket details, order/customer info, and a configurable "How did you hear about us?" attribution breakdown.
- Attendee export — a nightly cron-driven export that writes one row per attendee for every Tribe event that ended the previous day. Sheet tabs are created automatically per year (e.g. "Attendees 2026").
Requirements
- WordPress 6.4+
- WooCommerce 8.0+
- PHP 8.1+
- A Google Cloud service account with the Google Sheets API enabled
- The Events Calendar + Event Tickets (required for attendee export)
- WP Crontrol (recommended for triggering backfill and nightly export jobs)
Installation
1. Download the latest release zip from GitHub Releases.
2. In WordPress admin go to Plugins → Add New → Upload Plugin and install the zip.
3. Activate the plugin.
4. Go to Settings → PIP Google Sheets and configure credentials and sheet URLs.
Automatic updates via Git Updater
Install Git Updater and the
Read the full README on GitHub →