reddit-ads

Automate Reddit Ads campaign, ad group, and ad management via OAuth2.

1|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/aberrantCode/llm_skills --skill reddit-ads-aberrantcode
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reddit-ads
Source: https://github.com/aberrantCode/llm_skills/tree/main/claude/skills/reddit-ads
Command: npx skills add https://github.com/aberrantCode/llm_skills --skill reddit-ads-aberrantcode

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates Reddit Ads management by providing ready-to-use patterns for campaigns, ad groups, ads, and conversions.

Core Features & Use Cases

  • Campaign lifecycle automation: create campaigns, ad groups, and ads with targeting and bidding rules.
  • Conversions & reporting: track conversions via the Conversions API and generate performance reports.
  • End-to-end workflows: manage accounts, campaigns, ad groups, ads, and custom audiences using Python and Node.js clients.

Quick Start

Authenticate with Reddit via OAuth2 and use the Reddit Ads client to create a new campaign, ad group, and ad.

Frequently Asked Questions about reddit-ads

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Reddit Ads campaign creation and management via API?

Automate Reddit Ads campaign management by using ready-to-use patterns for campaigns, ad groups, and ads. You can apply targeting and bidding rules programmatically to streamline campaign creation across your Reddit Ad accounts.

Can I track Reddit Ads conversions using the Conversions API in Python or Node.js?

Track Reddit Ads conversions by integrating the Conversions API using provided Python and Node.js client libraries. This enables you to monitor conversion events and generate performance reports for your ad campaigns.

What authentication is required to connect to the Reddit Ads API?

Connecting to the Reddit Ads API requires OAuth2 authentication. You must authenticate your account via OAuth2 before using the REST-like endpoints to manage ad groups, creatives, and custom audiences.

Does this approach support managing custom audiences and ad groups for Reddit campaigns?

Managing custom audiences and ad groups is fully supported for Reddit campaigns. You can configure targeting parameters and bidding rules for ad groups programmatically using the provided Node.js and Python clients.

What is the best way to generate performance reports for Reddit Ads campaigns?

The best way to generate Reddit Ads performance reports is by querying the REST-like endpoints via the Python or Node.js clients. This allows you to retrieve conversion data and campaign metrics automatically for analysis.

Are there limitations to using REST-like endpoints for Reddit Ads automation?

When using REST-like endpoints for Reddit Ads automation, you must handle OAuth2 token management and adhere to Reddit's API rate limits. The provided patterns cover standard workflows but complex custom audience rules may require additional logic.