Skip to main content

Predict competitor ad launch cycles with Adyntel, OpenAI, and Google Sheets

Workflow preview

Workflow preview
100%
Predict competitor ad launch cycles with Adyntel, OpenAI, and Google Sheets preview
Open on n8n.io

1. Workflow Overview

Quick Overview This scheduled workflow reads pending competitors from Google Sheets, pulls their recent ads from Meta, Google, and LinkedIn via Adyntel, uses OpenAI to predict launch timing and sea...

Best for

  • Market Research automation workflows
  • AI Summarization automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.scheduletrigger, n8n-nodes-base.googlesheets, n8n-nodes-base.splitinbatches, n8n-nodes-adyntel.adyntel, n8n-nodes-base.merge, n8n-nodes-base.code, n8n-nodes-base.stickynote

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Zain Khan.

Original n8n.io source

1.1 Workflow description

Title
Predict competitor ad launch cycles with Adyntel, OpenAI, and Google Sheets
Workflow name
Predict competitor ad launch cycles with Adyntel, OpenAI, and Google Sheets

Quick Overview

This scheduled workflow reads pending competitors from Google Sheets, pulls their recent ads from Meta, Google, and LinkedIn via Adyntel, uses OpenAI to predict launch timing and seasonality, and appends the resulting timeline and predictions to a launch calendar sheet.

How it works

  1. Runs on a schedule and loads competitors from Google Sheets where the status is set to Pending.
  2. Processes each competitor one at a time and searches their ads on Meta, Google Ads, and LinkedIn using Adyntel based on the competitor domain.
  3. Combines the ad results from all platforms into a single dataset.
  4. Extracts a normalized timeline (titles, start/end dates, active status) and generates a compact summary of the competitor’s ad history.
  5. Sends the summary to OpenAI to identify peak season, describe the launch pattern, and predict the next major campaign launch date.
  6. Parses the AI output, expands it into per-ad rows with durations and seasons, and appends the rows to the Google Sheets launch_calendar tab.
  7. Updates the competitor’s status to Done in Google Sheets and continues with the next pending competitor.

Setup

  1. Add Google Sheets OAuth credentials and point the workflow to your spreadsheet and the competitors (input) and launch_calendar (output) tabs.
  2. Create an Adyntel API credential and ensure each competitor row includes a domain value that Adyntel can query.
  3. Add an OpenAI API key (Chat Model) and keep or adjust the analysis prompt and model selection as needed.
  4. In the competitors sheet, include columns for competitor_name, domain, status, and row_number, and set status to Pending for rows you want processed.
  5. Set the schedule interval in the trigger to your desired cadence and run a test with a small competitor list before enabling the workflow.

1.2 Logical Blocks

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.

2. Block-by-Block Analysis

Block 1 - Schedule Trigger

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.3

Block 2 - Read Competitors

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 3 - Loop Over Competitors

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 3

Block 4 - Search Facebook Ads

Type / Role
n8n-nodes-adyntel.adyntel - adyntel
Config choices
Version 1

Block 5 - Search Google Ads

Type / Role
n8n-nodes-adyntel.adyntel - adyntel
Config choices
Version 1

Block 6 - Search LinkedIn Ads

Type / Role
n8n-nodes-adyntel.adyntel - adyntel
Config choices
Version 1

Block 7 - Merge All Platform Results

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3.2

Block 8 - Extract Timeline

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 9 - Parse & Build Rows

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 10 - Append to Launch Calendar

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 11 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 12 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 13 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 14 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 15 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Predict competitor ad launch cycles with Adyntel, OpenAI, and Google Sheets
Complexity advanced
Nodes 15
Categories Market Research, AI Summarization
Author Zain Khan
Published 12 Jun 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/16306/16306.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

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.

Frequently asked questions

What does Predict competitor ad launch cycles with Adyntel, OpenAI, and Google Sheets do?

Quick Overview This scheduled workflow reads pending competitors from Google Sheets, pulls their recent ads from Meta, Google, and LinkedIn via Adyntel, uses OpenAI to predict launch timing and sea...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

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, AI Summarization use case.