{"id":51052350,"url":"https://github.com/191avi/meta-ads-intelligence","last_synced_at":"2026-06-22T18:02:36.120Z","repository":{"id":361837494,"uuid":"1255981189","full_name":"191Avi/meta-ads-intelligence","owner":"191Avi","description":"🎯 Complete Meta Ads Intelligence System — audience targeting, creative engine, tracking setup, campaign structure \u0026 2026 benchmarks. Built with React.","archived":false,"fork":false,"pushed_at":"2026-06-01T12:28:28.000Z","size":32,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-01T14:18:05.655Z","etag":null,"topics":["ads-intelligence","digital-marketing","facebook-ads","marketing","meta-ads","react","vercel"],"latest_commit_sha":null,"homepage":"https://meta-ads-intelligence-nine.vercel.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/191Avi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-01T10:55:26.000Z","updated_at":"2026-06-01T12:29:18.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/191Avi/meta-ads-intelligence","commit_stats":null,"previous_names":["191avi/meta-ads-intelligence"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/191Avi/meta-ads-intelligence","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/191Avi%2Fmeta-ads-intelligence","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/191Avi%2Fmeta-ads-intelligence/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/191Avi%2Fmeta-ads-intelligence/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/191Avi%2Fmeta-ads-intelligence/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/191Avi","download_url":"https://codeload.github.com/191Avi/meta-ads-intelligence/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/191Avi%2Fmeta-ads-intelligence/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34659897,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-22T02:00:06.391Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ads-intelligence","digital-marketing","facebook-ads","marketing","meta-ads","react","vercel"],"created_at":"2026-06-22T18:02:35.294Z","updated_at":"2026-06-22T18:02:36.085Z","avatar_url":"https://github.com/191Avi.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🎯 Meta Ads Intelligence System 2026\n\n\u003e A complete, interactive Meta Ads strategy guide built with React — covering audience targeting, creative formats, tracking setup, campaign structure, and real 2026 cost benchmarks.\n\n🔗 **Live Demo:** [meta-ads-intelligence-nine.vercel.app](https://meta-ads-intelligence-nine.vercel.app)\n\n---\n\n## 📖 About\n\nThis project is a single-page React application that serves as a comprehensive Meta Ads reference tool for marketers, entrepreneurs, and media buyers. It presents actionable frameworks for running profitable Meta (Facebook, Instagram, WhatsApp, Messenger) ad campaigns in 2026.\n\n---\n\n## ✨ Features\n\n- **🗺 System Overview** — Core problem vs. solution framework, campaign objective guide, and quick-start checklist\n- **🎯 Audience Layers** — 3-tier funnel (Cold → Warm → Hot) with 12+ targeting methods and impact ratings\n- **🎬 Creative Engine** — Top 6 ad formats ranked by effectiveness score with hooks, specs, and refresh schedule\n- **📡 Tracking Setup** — 8-step signal quality system (Meta Pixel + CAPI + EMQ optimization)\n- **🏗 Campaign Structure** — 3-layer funnel architecture with budget splits and bidding strategy guide\n- **💰 Budget \u0026 Costs** — 2026 industry benchmarks by category (CPC, CPM, CPA, ROAS) and budget tier strategies\n\n---\n\n## 🛠 Tech Stack\n\n| Tool | Purpose |\n|------|----------|\n| **React 18** | UI framework |\n| **Create React App** | Build tooling |\n| **Vercel** | Hosting \u0026 deployment |\n| **Google Fonts** | Typography (Playfair Display, DM Sans, DM Mono) |\n| **CSS-in-JS (inline styles)** | Styling |\n\n---\n\n## 🚀 Getting Started\n\n### Prerequisites\n- Node.js 18+\n- npm\n\n### Installation\n\n```bash\n# Clone the repository\ngit clone https://github.com/191Avi/meta-ads-intelligence.git\ncd meta-ads-intelligence\n\n# Install dependencies\nnpm install\n\n# Start development server\nnpm start\n```\n\nThe app will run at `http://localhost:3000`\n\n### Build for Production\n\n```bash\nnpm run build\n```\n\n---\n\n## 📁 Project Structure\n\n```\nmeta-ads-intelligence/\n├── public/\n│   └── index.html          # HTML entry point\n├── src/\n│   ├── App.jsx             # Main app component (all UI \u0026 data)\n│   └── index.js            # React DOM entry point\n├── package.json\n├── vercel.json             # Vercel deployment config\n└── README.md\n```\n\n---\n\n## 📊 What's Inside\n\n- **12+ audience targeting methods** with impact ratings across Cold, Warm, and Hot tiers\n- **6 creative ad formats** ranked by 2026 effectiveness score with proven hooks\n- **8-step tracking setup** guide covering Pixel, CAPI, EMQ, Advanced Matching, and Catalog\n- **Real 2026 benchmarks** — CPC, CPM, CPA, and ROAS across 7 industries\n- **Budget strategy** for $5/day to $500+/day spend levels\n\n---\n\n## 📄 License\n\nMIT License — free to use for educational and personal projects.\n\n---\n\n*Built with ❤️ for Meta advertisers who want real results, not guesswork.*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F191avi%2Fmeta-ads-intelligence","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F191avi%2Fmeta-ads-intelligence","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F191avi%2Fmeta-ads-intelligence/lists"}