High-volume popunder monetization via XML feed. Single HTTP endpoint, real-time demand routing, instant fill — for mainstream and adult traffic.
Mainstream and adult inventory are handled in completely separate pipelines via the source-type parameter.
General-audience popunder traffic. Highest CPMs for Tier 1 GEOs. Suitable for all general-content publishers.
Fully separated adult-only demand pipeline. Age-gated publisher sites required. Dedicated adult advertiser pool.
Simple HTTP GET request. No SDK needed. Your publisher ID and feed credentials are provided on account approval.
Send a GET request to your assigned endpoint with the required parameters. Two data centers available — US and EU.
GET http://us-east-nasrev.exchange.com/pop ?pubid=YOUR_PUB_ID // Required — your publisher ID &feedid=YOUR_FEED_ID // Optional — specific zone/feed ID &ip={user_ip} // Required — user's actual IP, not server &useragent={user_agent} // Required — URL-encoded user agent &source-type=1 // Required — 1=mainstream, 2=adult &domain={page_url} // Required — URL-encoded referrer page &lang=en // Optional — ISO 639-1 language code &iab_category=IAB3-1 // Optional — IAB content category &impression-number=1 // Optional — serial # per unique user/24h &bidfloor=0.001 // Optional — minimum CPM floor in USD &max-banners=1 // Optional — number of ads per request &format=json // Optional — omit for XML (default)
The feed returns ad destination URL, CPM bid, and tracking pixels. Default format is XML; pass format=json for JSON.
<?xml version="1.0" encoding="UTF-8"?> <r> <record> <strid>993852</strid> <!-- ad record ID --> <title>Campaign Title</title> <url>https://landing-page.com</url> <!-- open this URL in popunder --> <description>Ad description</description> <bid>0.00245</bid> <!-- CPM in USD --> <click>https://track.nasrev.com/click?...</click> </record> </r>
pubidRequiredstringYour publisher ID issued on account creationfeedidOptionalintegerSpecific zone/feed ID within your accountipRequiredstringUser's actual IP address — NOT the server IP. Format: x.x.x.xuseragentRequiredstringURL-encoded User-Agent string from the user's HTTP headersource-typeRequiredinteger1 = Mainstream, 2 = Adult (18+). Separate demand pipelinesdomainRequiredstringURL-encoded full page URL where the popunder fires (referrer)langOptionalstringUser language, ISO 639-1 alpha-2 (e.g., en, de, fr)iab_categoryOptionalstringIAB content category of your page (e.g., IAB3-1)impression-numberOptionalintegerSerial count of impressions per unique user in 24h (1 to N)bidfloorOptionalfloatMinimum acceptable CPM bid in USDmax-bannersOptionalintegerNumber of ad responses per request (for multi-ad placement)formatOptionalstringResponse format: omit for XML (default), or pass json for JSONSign up as a publisher and receive your feed credentials within 24 hours.