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 🙏

© 2025 – Pkg Stats / Ryan Hefner

@kadam-net/n8n-nodes-kadam

v1.5.4

Published

Kadam node for n8n to manage campaigns, creatives, and more.

Readme

n8n-nodes-kadam

NPM Version NPM Downloads Community Node

This is an n8n community node. It allows you to use the Kadam API within your n8n workflows.

Kadam is an advertising platform. This node helps you manage resources like campaigns, creatives, and retrieve statistics.

Installation

Follow the installation guide in the n8n community nodes documentation.

Search for @kadam-net/n8n-nodes-kadam in the community nodes section.

Operations

The node supports the following Kadam API resources and operations:

  • Campaigns: Create, Delete, Get, Update, Get Ad Formats, Get Categories, Update Placement Multiplier
  • Creatives: Create, Delete, Get, Update, Get Banner Sizes, Upload Media
  • Stats: Get Campaign Stats, Get Creative Stats By Campaign IDs, Get Creative Stats By Creative IDs, Get Placement Stats
  • Targeting: Get Browsers, Get Countries, Get Devices, Get Geo Countries, Get Languages, Get Platforms, Get Server Time

Credentials

You will need to configure Kadam API credentials in n8n to use this node. To obtain your API credentials:

  1. Log in to your Kadam admin panel or contact your account manager
  2. Request an API Token and App ID (Client ID)
  3. Use these credentials when setting up the node in n8n

Configuration

Credentials

  • API Token: Your authentication token (required)
  • App ID (Client ID): Your application identifier (required) - this is used across all operations

Node Configuration

  1. Select the Resource you want to work with (Campaign, Creative, Stats, or Targeting)
  2. Choose the Operation for the selected resource
  3. Configure the required parameters for the selected operation
  4. Connect the node to your workflow

Example Usage

Getting Campaign Statistics

  1. Add the Kadam node to your workflow
  2. Select Stats as the resource
  3. Choose Get Campaign Stats as the operation
  4. Select a campaign from the dropdown menu
  5. Configure the date range
  6. Run the workflow to retrieve the statistics

Working with Creatives

  1. Add the Kadam node to your workflow
  2. Select Creative as the resource
  3. Choose an operation (Create, Get, Update, or Delete)
  4. When selecting creatives, use the convenient dropdown menu that filters by ad format
  5. For creative creation or updates, fill in the required creative information
  6. Run the workflow to manage your creatives

Support

If you encounter any issues or have questions about this node, please:

  • Check the GitHub repository for known issues
  • Contact your Kadam account manager for API-specific questions
  • Open an issue on GitHub for node-specific problems

Resources

Contributing

Contributions are welcome! Please follow standard GitHub practices (fork, branch, pull request).

License

MIT License. See the LICENSE file for details.