CFN Marketing Analytics Data Skill

Retrieve marketing analytics data via authenticated n8n workflow HTTP POST.

14|2|Updated Sep 23, 2025
One-click install
npx skills add https://github.com/masharratt/claude-flow-novice --skill cfn-marketing-analytics-data-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: CFN Marketing Analytics Data Skill
Source: https://github.com/masharratt/claude-flow-novice/tree/main/.claude/cfn-extras/skills/marketing/cfn-marketing-analytics-data
Command: npx skills add https://github.com/masharratt/claude-flow-novice --skill cfn-marketing-analytics-data-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, curl, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the collection and consolidation of marketing data from multiple sources, eliminating hours spent manually pulling reports from Google Analytics, social platforms, and ad networks.

Core Features & Use Cases

  • Cross-Channel Analytics: Retrieve website traffic, social engagement, email performance, and ad metrics in one place.
  • Custom Date Ranges & Filters: Analyze specific time periods and filter by platforms, campaigns, or segments.
  • Conversion Funnel Analysis: Track user journeys and identify drop-off points in your conversion process.
  • Use Case: Generate a weekly performance report by pulling website traffic for the last 7 days, social engagement from Facebook and LinkedIn, and ad performance from Google Ads—all with a single, automated workflow.

Quick Start

Get website traffic analytics for October 2025, showing pageviews, sessions, and users broken down by page and source.

Frequently Asked Questions about CFN Marketing Analytics Data Skill

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

FAQPage Schema
How do I automate marketing analytics reporting across multiple channels?

Marketing analytics automation consolidates data from website traffic, social platforms, email, and ad networks into a single workflow. This Skill retrieves cross-channel metrics via n8n integration, eliminating manual report pulling and enabling weekly or daily automated performance summaries filtered by date range, platform, or campaign.

Can I pull website traffic, social engagement, and ad performance data together?

Yes. This Skill retrieves website traffic, social engagement, email performance, and ad metrics in one unified response. You specify start and end dates, then optionally filter by platforms, campaigns, segments, or dimensions—all resolved through a single n8n workflow call.

What data formats and filters does the analytics integration support?

The Skill accepts date ranges (required start-date and end-date), optional JSON array filters for metrics, dimensions, platforms, campaign-ids, funnel-id, and segment. It returns standardized JSON responses containing analytics data keyed by your filter selections.

How do I track conversion funnel drop-off points in my marketing data?

Conversion funnel analysis is built into this Skill. Retrieve funnel-specific metrics by passing a funnel-id filter, which surfaces user journey stages and identifies where visitors drop off during your conversion process.

What setup is required to connect this analytics workflow?

You need n8n running with an accessible N8N_BASE_URL and valid N8N_API_KEY configured as environment variables. The Skill also depends on jq and curl. Once configured, HTTP POST calls to n8n endpoints handle authentication and data retrieval automatically.

Can I use this for analyzing specific time periods or custom date ranges?

Yes. Custom date ranges are a core feature. Specify any start-date and end-date to analyze specific periods—weekly, monthly, or ad-hoc windows—across all supported channels in a single query.