npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@basit_202/n8n-nodes-google-ads

v1.0.0

Published

n8n community node for Google Ads API integration

Readme

n8n-nodes-google-ads

This is an n8n community node that provides integration with the Google Ads API for advertising automation and campaign management.

n8n is a fair-code licensed workflow automation platform.

Installation
Operations
Credentials
Compatibility
Usage
Resources

Installation

Follow the installation guide in the n8n community nodes documentation.

Operations

Campaign

  • Get All: Retrieve all campaigns with optional GAQL query filtering
  • Get: Get a specific campaign by ID
  • Create: Create a new campaign
  • Update: Update campaign properties like status
  • Delete: Remove a campaign

Ad Group

  • Get All: Retrieve all ad groups with optional filtering
  • Get: Get a specific ad group by ID
  • Create: Create a new ad group under a campaign
  • Update: Update ad group properties

Keyword

  • Get All: Retrieve all keywords with optional filtering
  • Create: Add keywords to an ad group
  • Update: Modify keyword properties

Ad

  • Get All: Retrieve all ads with optional filtering
  • Create: Create new ads
  • Update: Modify ad properties

Customer

  • Get: Get customer account information
  • List Accessible Customers: List all accessible customer accounts

Credentials

You need to set up Google Ads API credentials with the following information:

  1. Developer Token: Your Google Ads API developer token
  2. Client ID: OAuth2 client ID from Google Cloud Console
  3. Client Secret: OAuth2 client secret from Google Cloud Console
  4. Refresh Token: OAuth2 refresh token for authentication
  5. Customer ID: Your Google Ads customer ID (without dashes)

Setting up credentials:

  1. Go to the Google Cloud Console
  2. Create a new project or select an existing one
  3. Enable the Google Ads API
  4. Create OAuth2 credentials
  5. Apply for a developer token in your Google Ads account
  6. Use the OAuth2 playground or your application to get a refresh token

Compatibility

This node is compatible with n8n version 1.0.0 and above.

Usage

  1. Add the Google Ads node to your workflow
  2. Configure your Google Ads API credentials
  3. Select the resource (Campaign, Ad Group, Keyword, Ad, or Customer)
  4. Choose the operation you want to perform
  5. Fill in the required parameters
  6. Execute the workflow

Example workflows:

  • Campaign Management: Create, pause, or activate campaigns based on performance data
  • Keyword Research: Add new keywords to ad groups automatically
  • Performance Monitoring: Retrieve campaign and ad group performance data
  • Budget Optimization: Adjust campaign budgets based on conversion data

Resources

License

MIT