Ad Radar documentation

Integrate Ad Radar in minutes — REST API, WordPress plugin, and embed widgets.

https://adradar.api.jetweb.appREST APIEU-hosted

Overview

Ad Radar သည် Google Ads, Meta Ads, TikTok Ads, LinkedIn Ads နှင့် Pinterest တို့မှ spend နှင့် performance data များကို dashboard တစ်ခုတည်းတွင် စုစည်းပေးပြီး သင့်ပြိုင်ဖက်များကို scan လုပ်ကာ ၎င်းတို့ run သည့်အရာများနှင့် ခန့်မှန်းခြေ spend ကို ဖော်ပြပေးနိုင်သည်။

Quick start

သင်ခြေရာခံလိုသော ad account နှင့် ပြိုင်ဖက် domain များစာရင်းပါသော project တစ်ခုကို ဖန်တီးပါ။ ပထမဆုံး scan သည် အလိုအလျောက် run ပြီး လွန်ခဲ့သော 30 ရက်အတွင်း data ကို ထည့်သွင်းသည်။

bash
curl -X POST https://adradar.api.jetweb.app/api/projects \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "name": "My Google Ads account",
    "competitors": ["example.com", "competitor.com"]
  }'

Authentication

API endpoint တိုင်းတွင် Bearer token လိုအပ်ပါသည်။ သက်ဆိုင်ရာ ထုတ်ကုန်အတွက် Dashboard ရှိ "API Keys" အောက်တွင် token တစ်ခုကို ထုတ်လုပ်ပါ။ Token များကို server-side တွင် သိမ်းဆည်းပါ — public repositories များသို့ commit လုပ်ခြင်း သို့မဟုတ် frontend bundles များတွင် ထည့်သွင်းခြင်းကို ရှောင်ကြဉ်ပါ။

bash
Authorization: Bearer YOUR_API_KEY

Endpoints

Base URL: https://adradar.api.jetweb.app

POST
/api/projects
Tracking project အသစ်တစ်ခုကို ဖန်တီးပါ။
GET
/api/projects/:id/ads
List the active ads currently running for a project, across all supported platforms.
POST
/api/scans
Trigger an on-demand scan for a project.
GET
/api/insights
Return AI-generated insights about spend efficiency, creative fatigue, and competitive gaps.

Integrations

Connect your Google Ads and Meta Ads accounts via OAuth in the dashboard; TikTok, LinkedIn, and Pinterest connectors are available on the Business plan. Call the REST API for custom pipelines and BI exports.