{
  "$schema": "https://adcp.dev/schema/v1/ad-context.json",
  "$comment": "Ad Context Protocol (AdCP) v1 — machine-readable exchange manifest for AI agents and programmatic buyers",
  "version": "1.0",
  "generated": "2026-01-01T00:00:00Z",

  "exchange": {
    "name": "Nasrev",
    "domain": "nasrev.com",
    "type": "independent-rtb-exchange",
    "description": "Independent RTB exchange and XML feed provider. 5B+ daily ad requests across web, in-app, CTV and POP inventory — mainstream and adult.",
    "established": 2018,
    "headquarters": {
      "city": "Jersey City",
      "state": "NJ",
      "country": "US",
      "address": "34 Giles Ave, Jersey City, NJ 07306"
    }
  },

  "endpoints": {
    "rtb_bid": {
      "url": "https://bid.nasrev.com/rtb/bid",
      "protocol": "openrtb-2.5",
      "method": "POST",
      "content_type": "application/json",
      "encoding": "gzip",
      "timeout_ms": 100,
      "regions": ["us-east", "eu-west"]
    },
    "xml_feed_mainstream": {
      "url": "http://us-east-nasrev.exchange.com/pop",
      "protocol": "xml-feed",
      "method": "GET",
      "source_type": 1,
      "description": "Mainstream popunder XML feed"
    },
    "xml_feed_adult": {
      "url": "http://us-east-nasrev.exchange.com/pop",
      "protocol": "xml-feed",
      "method": "GET",
      "source_type": 2,
      "description": "Adult (18+) popunder XML feed — age-gated publishers only"
    }
  },

  "capabilities": {
    "ad_formats": [
      { "type": "banner",     "channels": ["web"],          "content": ["mainstream","adult"] },
      { "type": "video",      "channels": ["web","in-app","ctv"], "content": ["mainstream","adult"] },
      { "type": "popunder",   "channels": ["xml"],          "content": ["mainstream","adult"] },
      { "type": "interstitial","channels":["in-app"],       "content": ["mainstream"] }
    ],
    "protocols": ["openrtb-2.5", "vast-3.0", "vast-4.0", "vpaid"],
    "auction_types": [
      { "id": 1, "name": "first-price" },
      { "id": 2, "name": "second-price" }
    ],
    "deal_types": ["open-auction", "pmp", "preferred-deal"],
    "content_streams": ["mainstream", "adult-18+"],
    "daily_requests": 5000000000,
    "dsp_connections": 100,
    "uptime_sla": 0.999,
    "avg_latency_ms": 80
  },

  "inventory": {
    "supply_types": ["publisher-direct", "aggregated"],
    "traffic_quality": {
      "ivt_filtering": true,
      "traffic_scoring": true,
      "brand_safety": true,
      "compliance": ["GDPR", "CCPA", "COPPA"]
    }
  },

  "geo": {
    "tier1": {
      "countries": ["US","GB","CA","AU","DE","FR","NL"],
      "priority": "high",
      "description": "Highest CPMs, premium demand"
    },
    "tier2": {
      "countries": ["BR","MX","ES","IT","JP","SG","KR","IN"],
      "priority": "standard"
    },
    "global": true
  },

  "pricing": {
    "currency": "USD",
    "billing_model": "CPM",
    "publisher": {
      "min_payout_usd": 50,
      "payment_terms": ["net-30", "net-60", "upon-invoice"],
      "payment_methods": ["wire", "paypal", "cryptocurrency"]
    },
    "advertiser": {
      "min_deposit_usd": 50,
      "billing": "prepaid-CPM"
    }
  },

  "contact": {
    "general": "contact@nasrev.com",
    "phone": "+1-201-918-9984",
    "telegram": "@nas_rev",
    "whatsapp": "+917569463631",
    "linkedin": "https://www.linkedin.com/company/nasrev/",
    "support_hours": "24/7"
  },

  "publisher_requirements": {
    "min_monthly_impressions_rtb": 100000,
    "min_daily_clicks_pop": 50000,
    "traffic_types_accepted": ["direct", "seo", "social", "email"],
    "traffic_types_rejected": ["incentivized", "bot", "proxy"],
    "adult_requires_age_gate": true
  },

  "machine_readable": {
    "openapi": "https://nasrev.com/api/openapi.json",
    "robots": "https://nasrev.com/robots.txt",
    "sitemap": "https://nasrev.com/sitemap.xml"
  }
}
