Block 1 - Sticky Note12
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
Description This workflow automates the daily reporting of Google Ads campaign performance. It pulls click and conversion data from the Google Ads API, merges both datasets, and stores the results ...
n8n-nodes-base.stickynote, n8n-nodes-base.httprequest, n8n-nodes-base.notion, n8n-nodes-base.googlesheets, n8n-nodes-base.code, n8n-nodes-base.merge, n8n-nodes-base.scheduletrigger, n8n-nodes-base.set
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Aziz dev.
Original n8n.io sourceThis workflow automates the daily reporting of Google Ads campaign performance. It pulls click and conversion data from the Google Ads API, merges both datasets, and stores the results into Notion databases and Google Sheets.
It includes a campaign-level log and a daily performance summary. The workflow is triggered automatically every day at 08:00 AM, helping marketing teams maintain a consistent and centralized reporting system without manual effort.
Scheduled Trigger at 08:00 AM
The workflow begins with a Schedule Trigger node that runs once per day at 08:00.
Set Yesterday’s Date
The Set node defines a variable for the target date (yesterday), which is used in the API queries.
Query Google Ads API – Clicks & Cost
The first HTTP request pulls campaign-level metrics:
campaign.id, campaign.name metrics.clicks, metrics.impressions, metrics.cost_microsQuery Google Ads API – Conversions
The second HTTP request pulls conversion-related data:
metrics.conversions, segments.conversion_action_nameSplit and Merge
Both responses are split into individual campaign rows and merged using:
campaign.id segments.dateStore Campaign-Level Data
Generate Daily Summary
A code node calculates daily totals across all campaigns:
Schedule Trigger nodeSet Yesterday Date nodedeveloper-tokenlogin-customer-idContent-Type: application/jsonCreate two databases in Notion:
Campaign Name, Campaign ID, Impressions, Clicks, Cost, Conversion Type, Conversions, DateDate, Total Impressions, Total Clicks, Total Conversions, Total Cost, Conversion TypesCampaign Daily Report → for campaign-level rowsSummary Report → for daily aggregated metricsNotion Databases:
Google Ads Campaign Tracker: stores individual campaign metricsGoogle Ads Daily Summary: stores daily totals and conversion typesGoogle Sheets Tabs:
Campaign Daily Report: per-campaign dataSummary Report: aggregated daily performanceThis catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Daily Google Ads performance to Notion and Google Sheets |
|---|---|
| Complexity | advanced |
| Nodes | 19 |
| Categories | Market Research, Multimodal AI |
| Author | Aziz dev |
| Published | 07 Aug 2025 |
Use the JSON export at /data/workflows/7133/7133.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.
Description This workflow automates the daily reporting of Google Ads campaign performance. It pulls click and conversion data from the Google Ads API, merges both datasets, and stores the results ...
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.