Send weekly Google Ads performance reports with GPT-5.1 and Gmail
Automatically analyzes your Google Ads performance every Monday and sends a comprehensive report to your inbox with AI-powered insights, week-over-week comparisons, and prioritized recommendations to optimize your campaigns.
How it works
Step 1: Schedule Weekly Analysis
- Triggers automatically every Monday at midnight
- Can be customized to your preferred schedule
- Initiates the entire data collection and analysis process
Step 2: Collect Performance Data
- Fetches last 7 days of Google Ads data via API
- Retrieves previous 7 days of data (days 8-14) for comparison
- Extracts key metrics including impressions, clicks, cost, conversions, CTR, and CPA
- Calculates and summarizes performance for each week
- Identifies top performers, problem campaigns, and efficiency trends
- Merges data to create comprehensive week-over-week comparison
Step 3: AI-Powered Analysis
- Aggregates all performance data into a single view
- Sends data to AI Analyst powered by GPT-5.1
- AI analyzes trends, identifies insights, and spots anomalies
- Diagnoses root causes of performance changes
- Generates actionable, prioritized recommendations based on business impact
- Calculates efficiency metrics and budget optimization opportunities
Step 4: Deliver Insights Report
- Formats analysis into a professional HTML report
- Emails comprehensive insights directly to your inbox
- Includes executive summary, week-over-week comparison tables, and color-coded metrics
- Provides high/medium/low priority action items
- Ready for immediate action and strategy adjustments
What you'll get
The workflow delivers a comprehensive weekly analysis with:
- Performance Metrics: Impressions, clicks, CTR, conversions, cost, CPA, and efficiency trends
- Week-over-Week Comparison: Side-by-side analysis with percentage changes and visual indicators
- Top Performers Analysis: Detailed breakdown of your best-performing campaigns
- Issues & Performance Risks: Identification of campaigns with high spend but zero conversions, declining CTR, or rising CPA
- AI-Generated Insights: Intelligent pattern recognition and trend analysis with root cause diagnosis
- Actionable Recommendations: Prioritized action items (high/medium/low) with expected impact and risk levels
- Budget Efficiency Analysis: Spend allocation recommendations and wasted spend identification
- Campaign Intelligence: Clear understanding of what's working and what needs attention
- Data Confidence Assessment: Commentary on sample size adequacy and metric reliability
- Automated Delivery: Weekly HTML report sent directly to your email without manual effort
Why use this
- Save time on reporting: Eliminate 2-3 hours of manual weekly analysis and report creation
- Never miss insights: AI catches trends and patterns humans might overlook
- Consistent monitoring: Automated weekly reviews ensure you stay on top of performance
- Data-driven decisions: Make strategic adjustments based on comprehensive analysis with clear priorities
- Early problem detection: Spot performance issues and wasted spend before they impact your budget
- Optimize continuously: Regular insights enable ongoing campaign refinement
- Focus on strategy: Spend less time analyzing data, more time implementing improvements
- Scalable intelligence: Works whether you manage 1 campaign or 100
- Executive-ready reports: Professional HTML format suitable for sharing with stakeholders
Setup instructions
Before you start, you'll need:
-
Google Ads Account & API Access
- Go to your Google Ads account at https://ads.google.com
- Find your Customer ID (XXX-XXX-XXXX format in top-right corner)
- Get a Developer Token from Google Ads API Center
- Enable API access for your account
-
OpenAI API Key (for GPT-5.1 AI analysis)
- Sign up at https://platform.openai.com
- Navigate to API keys section and create a new key
- Ensure you have access to GPT-5.1 model
-
Gmail Account (for receiving reports)
- OAuth2 authentication will be used
- No app password needed
Configuration steps:
-
Replace Google Ads Customer ID:
- Open both "Get Last Week Data" and "Get Previous Week Data" HTTP Request nodes
- In the URL field, replace
[Customer ID]with your actual Customer ID (format: XXX-XXX-XXXX)
-
Add Developer Token:
- In both HTTP Request nodes, add your Google Ads Developer Token to the header parameters
-
Connect Google Ads OAuth2:
- In both HTTP Request nodes, authenticate with your Google Ads credentials
- Select your ad account
-
Connect OpenAI credentials:
- In the "OpenAI Chat Model" node, add your OpenAI API key
- Verify GPT-5.1 model is selected
-
Configure email delivery:
- In the "Email Report to User" node, connect your Gmail OAuth2 credentials
- Update the recipient email address (default: lee@sonalabs.com)
- Customize subject line if desired
-
Set your schedule (optional):
- In the "Weekly Trigger" node, configure your preferred day and time
- Default is Monday at midnight
-
Test the workflow:
- Click "Execute Workflow" to run manually
- Verify data pulls correctly from Google Ads
- Check that AI analysis provides meaningful insights
- Confirm email report arrives formatted correctly
-
Customize analysis focus (optional):
- Open the "AI Analyst" node
- Adjust the prompt to prioritize specific metrics or goals for your business
- Modify thresholds for "problem campaigns" in the calculation nodes
-
Activate automation:
- Enable the workflow to run automatically every Monday
- Monitor the first few reports to ensure accuracy
Note: The workflow analyzes the last 7 days vs. the previous 7 days, giving you rolling two-week comparisons every Monday. Adjust the date ranges in the HTTP Request nodes if you need different time periods.
Send Weekly Google Ads Performance Reports with GPT-5.1 and Gmail
This n8n workflow automates the generation and delivery of weekly Google Ads performance reports. It leverages an AI agent to analyze ad performance data and summarize it into a concise, human-readable email, which is then sent via Gmail.
What it does
This workflow streamlines the process of communicating Google Ads performance by:
- Triggering Weekly: The workflow is scheduled to run automatically on a recurring basis (e.g., weekly).
- Fetching Google Ads Data: It makes an HTTP request to retrieve Google Ads performance data.
- Preparing Data for AI: The raw data is processed and aggregated to be suitable for AI analysis.
- AI Analysis and Summary: An AI agent, powered by an OpenAI Chat Model and equipped with a Calculator tool, analyzes the Google Ads data. It then generates a summary of the performance.
- Email Generation: The AI-generated summary is used to compose a professional and informative email.
- Sending Email via Gmail: The prepared email, containing the performance report, is sent to the specified recipients using Gmail.
Prerequisites/Requirements
To use this workflow, you will need:
- n8n Instance: A running n8n instance.
- Google Ads API Access: Credentials and access to the Google Ads API to fetch performance data via an HTTP Request.
- OpenAI API Key: An API key for OpenAI to power the AI Agent and Chat Model.
- Gmail Account: A configured Gmail credential in n8n to send emails.
Setup/Usage
- Import the Workflow:
- Copy the provided JSON code.
- In your n8n instance, go to "Workflows" and click "New".
- Click the three dots in the top right corner, select "Import from JSON", and paste the workflow JSON.
- Configure Credentials:
- HTTP Request (Google Ads): Update the "HTTP Request" node (Node ID: 19) with your Google Ads API endpoint, authentication details, and any necessary query parameters to fetch your performance data.
- OpenAI Chat Model: Configure the "OpenAI Chat Model" node (Node ID: 1153) with your OpenAI API Key.
- Gmail: Set up a Gmail credential in n8n and select it in the "Gmail" node (Node ID: 356).
- Customize AI Agent:
- AI Agent: Review the "AI Agent" node (Node ID: 1119). You may need to adjust the prompt or instructions to guide the AI in summarizing the Google Ads data according to your specific reporting needs.
- Calculator: The "Calculator" tool (Node ID: 1195) is available for the AI agent to perform calculations if needed during its analysis.
- Configure Schedule Trigger:
- Adjust the "Schedule Trigger" node (Node ID: 839) to your desired frequency (e.g., weekly on a specific day and time).
- Customize Email Content:
- In the "Gmail" node (Node ID: 356), customize the email's recipient(s), subject, and body. Ensure it correctly references the output from the AI Agent for the performance summary.
- Activate the Workflow:
- Once configured, activate the workflow to start sending automated weekly Google Ads performance reports.
Related Templates
Auto-create TikTok videos with VEED.io AI avatars, ElevenLabs & GPT-4
π₯ Viral TikTok Video Machine: Auto-Create Videos with Your AI Avatar --- π― Who is this for? This workflow is for content creators, marketers, and agencies who want to use Veed.ioβs AI avatar technology to produce short, engaging TikTok videos automatically. Itβs ideal for creators who want to appear on camera without recording themselves, and for teams managing multiple brands who need to generate videos at scale. --- βοΈ What problem this workflow solves Manually creating videos for TikTok can take hours β finding trends, writing scripts, recording, and editing. By combining Veed.io, ElevenLabs, and GPT-4, this workflow transforms a simple Telegram input into a ready-to-post TikTok video featuring your AI avatar powered by Veed.io β speaking naturally with your cloned voice. --- π What this workflow does This automation links Veed.ioβs video-generation API with multiple AI tools: Analyzes TikTok trends via Perplexity AI Writes a 10-second viral script using GPT-4 Generates your voiceover via ElevenLabs Uses Veed.io (Fabric 1.0 via FAL.ai) to animate your avatar and sync the lips to the voice Creates an engaging caption + hashtags for TikTok virality Publishes the video automatically via Blotato TikTok API Logs all results to Google Sheets for tracking --- π§© Setup Telegram Bot Create your bot via @BotFather Configure it as the trigger for sending your photo and theme Connect Veed.io Create an account on Veed.io Get your FAL.ai API key (Veed Fabric 1.0 model) Use HTTPS image/audio URLs compatible with Veed Fabric Other APIs Add Perplexity, ElevenLabs, and Blotato TikTok keys Connect your Google Sheet for logging results --- π οΈ How to customize this workflow Change your Avatar: Upload a new image through Telegram, and Veed.io will generate a new talking version automatically. Modify the Script Style: Adjust the GPT prompt for tone (educational, funny, storytelling). Adjust Voice Tone: Tweak ElevenLabs stability and similarity settings. Expand Platforms: Add Instagram, YouTube Shorts, or X (Twitter) posting nodes. Track Performance: Customize your Google Sheet to measure your most successful Veed.io-based videos. --- π§ Expected Outcome In just a few seconds after sending your photo and theme, this workflow β powered by Veed.io β creates a fully automated TikTok video featuring your AI avatar with natural lip-sync and voice. The result is a continuous stream of viral short videos, made without cameras, editing, or effort. --- β Import the JSON file in n8n, add your API keys (including Veed.io via FAL.ai), and start generating viral TikTok videos starring your AI avatar today! π₯ Watch This Tutorial --- π Documentation: Notion Guide Need help customizing? Contact me for consulting and support : Linkedin / Youtube
Two-way property repair management system with Google Sheets & Drive
This workflow automates the repair request process between tenants and building managers, keeping all updates organized in a single spreadsheet. It is composed of two coordinated workflows, as two separate triggers are required β one for new repair submissions and another for repair updates. A Unique Unit ID that corresponds to individual units is attributed to each request, and timestamps are used to coordinate repair updates with specific requests. General use cases include: Property managers who manage multiple buildings or units. Building owners looking to centralize tenant repair communication. Automation builders who want to learn multi-trigger workflow design in n8n. --- βοΈ How It Works Workflow 1 β New Repair Requests Behind the Scenes: A tenant fills out a Google Form (βRepair Request Formβ), which automatically adds a new row to a linked Google Sheet. Steps: Trigger: Google Sheets rowAdded β runs when a new form entry appears. Extract & Format: Collects all relevant form data (address, unit, urgency, contacts). Generate Unit ID: Creates a standardized identifier (e.g., BUILDING-UNIT) for tracking. Email Notification: Sends the building manager a formatted email summarizing the repair details and including a link to a Repair Update Form (which activates Workflow 2). --- Workflow 2 β Repair Updates Behind the Scenes:\ Triggered when the building manager submits a follow-up form (βRepair Update Formβ). Steps: Lookup by UUID: Uses the Unit ID from Workflow 1 to find the existing row in the Google Sheet. Conditional Logic: If photos are uploaded: Saves each image to a Google Drive folder, renames files consistently, and adds URLs to the sheet. If no photos: Skips the upload step and processes textual updates only. Merge & Update: Combines new data with existing repair info in the same spreadsheet row β enabling a full repair history in one place. --- π§© Requirements Google Account (for Forms, Sheets, and Drive) Gmail/email node connected for sending notifications n8n credentials configured for Google API access --- β‘ Setup Instructions (see more detail in workflow) Import both workflows into n8n, then copy one into a second workflow. Change manual trigger in workflow 2 to a n8n Form node. Connect Google credentials to all nodes. Update spreadsheet and folder IDs in the corresponding nodes. Customize email text, sender name, and form links for your organization. Test each workflow with a sample repair request and a repair update submission. --- π οΈ Customization Ideas Add Slack or Telegram notifications for urgent repairs. Auto-create folders per building or unit for photo uploads. Generate monthly repair summaries using Google Sheets triggers. Add an AI node to create summaries/extract relevant repair data from repair request that include long submissions.
Automate invoice processing with OCR, GPT-4 & Salesforce opportunity creation
PDF Invoice Extractor (AI) End-to-end pipeline: Watch Drive β Download PDF β OCR text β AI normalize to JSON β Upsert Buyer (Account) β Create Opportunity β Map Products β Create OLI via Composite API β Archive to OneDrive. --- Node by node (what it does & key setup) 1) Google Drive Trigger Purpose: Fire when a new file appears in a specific Google Drive folder. Key settings: Event: fileCreated Folder ID: google drive folder id Polling: everyMinute Creds: googleDriveOAuth2Api Output: Metadata { id, name, ... } for the new file. --- 2) Download File From Google Purpose: Get the file binary for processing and archiving. Key settings: Operation: download File ID: ={{ $json.id }} Creds: googleDriveOAuth2Api Output: Binary (default key: data) and original metadata. --- 3) Extract from File Purpose: Extract text from PDF (OCR as needed) for AI parsing. Key settings: Operation: pdf OCR: enable for scanned PDFs (in options) Output: JSON with OCR text at {{ $json.text }}. --- 4) Message a model (AI JSON Extractor) Purpose: Convert OCR text into strict normalized JSON array (invoice schema). Key settings: Node: @n8n/n8n-nodes-langchain.openAi Model: gpt-4.1 (or gpt-4.1-mini) Message role: system (the strict prompt; references {{ $json.text }}) jsonOutput: true Creds: openAiApi Output (per item): $.message.content β the parsed JSON (ensure itβs an array). --- 5) Create or update an account (Salesforce) Purpose: Upsert Buyer as Account using an external ID. Key settings: Resource: account Operation: upsert External Id Field: taxid_c External Id Value: ={{ $json.message.content.buyer.tax_id }} Name: ={{ $json.message.content.buyer.name }} Creds: salesforceOAuth2Api Output: Account record (captures Id) for downstream Opportunity. --- 6) Create an opportunity (Salesforce) Purpose: Create Opportunity linked to the Buyer (Account). Key settings: Resource: opportunity Name: ={{ $('Message a model').item.json.message.content.invoice.code }} Close Date: ={{ $('Message a model').item.json.message.content.invoice.issue_date }} Stage: Closed Won Amount: ={{ $('Message a model').item.json.message.content.summary.grand_total }} AccountId: ={{ $json.id }} (from Upsert Account output) Creds: salesforceOAuth2Api Output: Opportunity Id for OLI creation. --- 7) Build SOQL (Code / JS) Purpose: Collect unique product codes from AI JSON and build a SOQL query for PricebookEntry by Pricebook2Id. Key settings: pricebook2Id (hardcoded in script): e.g., 01sxxxxxxxxxxxxxxx Source lines: $('Message a model').first().json.message.content.products Output: { soql, codes } --- 8) Query PricebookEntries (Salesforce) Purpose: Fetch PricebookEntry.Id for each Product2.ProductCode. Key settings: Resource: search Query: ={{ $json.soql }} Creds: salesforceOAuth2Api Output: Items with Id, Product2.ProductCode (used for mapping). --- 9) Code in JavaScript (Build OLI payloads) Purpose: Join lines with PBE results and Opportunity Id β build OpportunityLineItem payloads. Inputs: OpportunityId: ={{ $('Create an opportunity').first().json.id }} Lines: ={{ $('Message a model').first().json.message.content.products }} PBE rows: from previous node items Output: { body: { allOrNone:false, records:[{ OpportunityLineItem... }] } } Notes: Converts discount_total β per-unit if needed (currently commented for standard pricing). Throws on missing PBE mapping or empty lines. --- 10) Create Opportunity Line Items (HTTP Request) Purpose: Bulk create OLIs via Salesforce Composite API. Key settings: Method: POST URL: https://<your-instance>.my.salesforce.com/services/data/v65.0/composite/sobjects Auth: salesforceOAuth2Api (predefined credential) Body (JSON): ={{ $json.body }} Output: Composite API results (per-record statuses). --- 11) Update File to One Drive Purpose: Archive the original PDF in OneDrive. Key settings: Operation: upload File Name: ={{ $json.name }} Parent Folder ID: onedrive folder id Binary Data: true (from the Download node) Creds: microsoftOneDriveOAuth2Api Output: Uploaded file metadata. --- Data flow (wiring) Google Drive Trigger β Download File From Google Download File From Google β Extract from File β Update File to One Drive Extract from File β Message a model Message a model β Create or update an account Create or update an account β Create an opportunity Create an opportunity β Build SOQL Build SOQL β Query PricebookEntries Query PricebookEntries β Code in JavaScript Code in JavaScript β Create Opportunity Line Items --- Quick setup checklist π Credentials: Connect Google Drive, OneDrive, Salesforce, OpenAI. π IDs: Drive Folder ID (watch) OneDrive Parent Folder ID (archive) Salesforce Pricebook2Id (in the JS SOQL builder) π§ AI Prompt: Use the strict system prompt; jsonOutput = true. π§Ύ Field mappings: Buyer tax id/name β Account upsert fields Invoice code/date/amount β Opportunity fields Product name must equal your Product2.ProductCode in SF. β Test: Drop a sample PDF β verify: AI returns array JSON only Account/Opportunity created OLI records created PDF archived to OneDrive --- Notes & best practices If PDFs are scans, enable OCR in Extract from File. If AI returns non-JSON, keep βReturn only a JSON arrayβ as the last line of the prompt and keep jsonOutput enabled. Consider adding validation on parsing.warnings to gate Salesforce writes. For discounts/taxes in OLI: Standard OLI fields donβt support per-line discount amounts directly; model them in UnitPrice or custom fields. Replace the Composite API URL with your orgβs domain or use the Salesforce nodeβs Bulk Upsert for simplicity.