-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample_ads.json
More file actions
32 lines (32 loc) · 1.03 KB
/
Copy pathexample_ads.json
File metadata and controls
32 lines (32 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[
{
"id": "broker-001",
"advertiser": "TradeZero",
"headline": "Commission-free stock trading",
"body": "Open an account in minutes. No minimums, no commissions on US equities.",
"cta_url": "https://example.com/tradezero?utm_source=aap",
"categories": ["finance", "trading"],
"cpm_cents": 250,
"daily_budget": 5000
},
{
"id": "data-001",
"advertiser": "Polygon.io",
"headline": "Real-time & historical market data APIs",
"body": "Tick-level data for stocks, options, forex, and crypto. Free tier available.",
"cta_url": "https://example.com/polygon?utm_source=aap",
"categories": ["finance", "data"],
"cpm_cents": 200,
"daily_budget": 10000
},
{
"id": "tech-001",
"advertiser": "Cursor",
"headline": "The AI code editor",
"body": "Write code faster with AI that understands your codebase. Free for individuals.",
"cta_url": "https://example.com/cursor?utm_source=aap",
"categories": ["technology"],
"cpm_cents": 150,
"daily_budget": 8000
}
]