Ad Radar documentation
Integrate Ad Radar in minutes — REST API, WordPress plugin, and embed widgets.
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 ကို ထည့်သွင်းသည်။
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 များတွင် ထည့်သွင်းခြင်းကို ရှောင်ကြဉ်ပါ။
Authorization: Bearer YOUR_API_KEY
Endpoints
Base URL: https://adradar.api.jetweb.app
/api/projects
/api/projects/:id/ads
/api/scans
/api/insights
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.