Reddit Ads API Skill Purpose: Automate Reddit advertising campaigns using the Reddit Ads API. Create, manage, and optimize campaigns, ad groups, and ads programmatically. --- API Overview --- Authentication Step 1: Create Reddit Developer App 1. Go to https://www.reddit.com/prefs/apps/ 2. Click "Create App" or "Create Another App" 3. Fill in: - Name: Your app name - Type: Select for server-side automation - Redirect URI: Your callback URL (e.g., ) 4. Note your Client ID (under app name) and Client Secret Step 2: Authorization Flow Python OAuth2 Flow Required Scopes | Scope | Access Level | |-…