data-export

Export marketing metrics, contacts, campaigns, and performance snapshots to BigQuery, Google Sheets, or Supabase.

Updated May 18, 2026
One-click install
npx skills add https://github.com/ajayatwal1105-emerson/digital-marketing-pro --skill data-export-ajayatwal1105-emerson
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: data-export
Source: https://github.com/ajayatwal1105-emerson/digital-marketing-pro/tree/main/skills/data-export
Command: npx skills add https://github.com/ajayatwal1105-emerson/digital-marketing-pro --skill data-export-ajayatwal1105-emerson

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the problem of getting messy marketing data into a reliable format you can analyze, report on, and integrate—without manual spreadsheet wrangling.

Core Features & Use Cases

  • Export structured marketing datasets: Move metrics, contacts, campaigns, and performance snapshots into BigQuery, Google Sheets, or Supabase with clear schema documentation.
  • Data transformation & normalization: Convert raw JSON/records into clean, flat, tabular rows with consistent naming, date formats, currencies, and derived KPIs (e.g., CTR, ROAS, CPA, conversion rates, deltas).
  • PII-safe contact exports: Apply redaction, hashing, anonymization, or column removal when exporting contact/identity data to shared destinations.

Quick Start

Run /digital-marketing-pro:data-export to export campaign performance for the last 30 days into BigQuery as a table with cleaned, derived KPI columns and PII redaction if contacts are included.

Frequently Asked Questions about data-export

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I export marketing campaign data to BigQuery or Google Sheets?

You can export marketing metrics, campaigns, and performance snapshots to BigQuery, Google Sheets, or Supabase by selecting a date range, applying optional filters, and choosing append-or-replace modes. The data is transformed into clean tabular rows with derived KPIs.

Can I automatically redact PII when exporting contact data to Supabase?

Yes, exporting contact data to Supabase supports PII handling through redaction, hashing, anonymization, or column removal. This ensures identity data remains safe when shared across downstream reporting destinations.

How do I calculate derived KPIs like ROAS and CPA during a data export?

Derived KPIs such as CTR, ROAS, CPA, conversion rates, and deltas are calculated automatically during the data export process. Raw records are normalized into flat tabular structures with consistent naming and formats.

Does this data export tool support schema validation for Google Sheets?

Yes, the data export process includes destination schema validation and schema documentation. It ensures reliable transformation into flat tabular structures while validating the destination schema before completing the export.

What is the best way to schedule recurring marketing data exports to BigQuery?

You can configure recurring exports to BigQuery by specifying date ranges, setting optional filters, and using append-or-replace export modes. Post-export integrity checks and execution logging verify each run completes successfully.

Are there limitations when exporting raw JSON marketing records to Google Sheets?

Raw JSON records must be converted into clean, flat, tabular rows with consistent naming, date formats, and currencies before reaching Google Sheets. Approval gating and post-export integrity checks ensure the flattened structure remains accurate.