Block 1 - Run Daily at 9 AM
- Type / Role
- n8n-nodes-base.scheduleTrigger - scheduleTrigger
- Config choices
- Version 1.2
This workflow is provided as-is. Please review and test before using in production.
This workflow transforms your Meta Ads creatives into a rich dataset of actionable insights. It's designed for data driven marketers, performance agencies, and analysts who want to move beyond basi...
n8n-nodes-base.scheduletrigger, n8n-nodes-base.facebookgraphapi, n8n-nodes-base.if, n8n-nodes-base.httprequest, n8n-nodes-base.set, n8n-nodes-base.splitout, n8n-nodes-base.code, n8n-nodes-base.extractfromfile
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Kirill Khatkevich.
Original n8n.io sourceThis workflow transforms your Meta Ads creatives into a rich dataset of actionable insights. It's designed for data-driven marketers, performance agencies, and analysts who want to move beyond basic metrics and understand the specific visual and textual elements that drive ad performance. By automatically analyzing every video and image with Google's powerful AI (Video Intelligence and Vision APIs), it systematically deconstructs your creatives into labeled data, ready for correlation with campaign results.
You know some ads perform better than others, but do you know why? Is it the presence of a person, a specific object, the on-screen text, or the spoken words in a video? Answering these questions manually is nearly impossible at scale. This workflow automates the deep analysis process, allowing you to:
The workflow is triggered on a schedule and follows a clear, structured path:
1. Configuration & Ad Ingestion:
Set Campaign ID node.2. Intelligent Branching (Video vs. Image):
3. The Video Analysis Pipeline:
LABEL_DETECTION, SPEECH_TRANSCRIPTION, and TEXT_DETECTION.4. The Image Analysis Pipeline:
5. Data Logging & Robust Error Handling:
errors sheet in your Google Sheet, ensuring no data is lost and problems are easy to track.To use this template, you need to configure a few key nodes.
1. Credentials:
2. The Set Campaign ID Node:
Set node and replace the placeholder value with the ID of the Meta Ads campaign you want to analyze.3. Google Sheets Nodes: You need to configure two Google Sheets nodes:
Add Segments data:campaign_id, ad_id, creative_id, video_id, file_name, image_url, source, annotation_type, label_or_text, category, full_transcript, confidence, start_time_s, end_time_s, language_code, processed_at_utc.Add errors:error_type, error_message, campaign_id, ad_id, creative_id, file_name, processed_at_utc.4. Activate the Workflow:
Run Weekly on Monday at 10 AM (Schedule Trigger) node.This workflow provides the "what" inside your creatives. The next step is to connect it to performance.
ad_id from the Meta Ads API, and merges the two datasets. This will allow you to see which labels correlate with the best performance.This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
Showing the first 24 of 32 workflow blocks. Download the JSON for the full node graph.
| Workflow | Analyze Meta ads creatives with Google Vision & Video Intelligence APIs |
|---|---|
| Complexity | advanced |
| Nodes | 32 |
| Categories | Market Research, Multimodal AI |
| Author | Kirill Khatkevich |
| Published | 12 Aug 2025 |
Use the JSON export at /data/workflows/7303/7303.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
This workflow transforms your Meta Ads creatives into a rich dataset of actionable insights. It's designed for data driven marketers, performance agencies, and analysts who want to move beyond basi...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Market Research, Multimodal AI use case.