๐งพ Template: Extract Ad Creatives from Google's Ads Transparency Center
This n8n workflow pulls ad creatives from Google's Ads Transparency Center using SerpApi, filtered by a specific domain and region. It extracts, filters, categorizes, and exports ads into neatly formatted CSV files for easy analysis.
๐ค Who's it for?
-
Marketing Analysts researching competitive PPC strategies
-
Ad Intelligence Teams monitoring creatives from specific brands
-
Digital Marketers gathering visual and copy trends
-
Journalists & Watchdogs reviewing activity transparency
โ
Features
-
Fetch creatives using SerpApi's
google_ads_transparency_center
engine
-
Filter results to include only ads with an exact match to your target domain
-
Categorize by ad format: text, image, or video
-
Export CSVs : Generates a downloadable file for each format under the
/files/
directory
๐ How to Use
-
Edit the โSet Domain & Regionโ node
-
domain
: e.g. example.com
-
region
: SerpApi numeric region code โ See codes
-
Add your SerpApi API key
- In the โGet Ads Page 1โ node's credentials section.
-
Run the workflow
- Click "Test workflow" to initiate the process.
-
Download your results
๐ Notes
- Only the first page (up to 50 creatives) is fetched; pagination is not included.
- Sticky Notes inside the workflow nodes offer helpful internal annotations.
- CSV files include creative-level details: ad copy, images, video links, etc.