landscape
Display Ad Server
Serve ads in standard fixed-size ad units
api
Native Ad Server
Serve native ads on your web page or app
ondemand_video
Video Ad Server
Serve MP4 video ads as pre/mid/post-rolls
laptop_chromebook
For Publishers
Maximize revenue for direct deals.
campaign
For Advertisers
Optimize campaigns, real-time insights.

Zones

Endpoint

get
/zones
cURL
curl "https://{yourname}.api.adglare.app/v2/zones"
  -H "Content-Type: application/json"
  -H "x-api-key: your_api_key_here"
Example Response
{
    "items": [{
        "account_id_created": 685576430,
        "account_id_modified": 764685530,
        "ad_format": "display",
        "campaign_ids": [279481212],
        "created": 1687148279,
        "data": {
            "auto_refresh": {
                "interval": 20,
                "times": 24
            },
            "lazy_loading": false
        },
        "event_counts": {
            "ad_requests": 10230781,
            "clicks": 8214,
            "filled_impressions": 10217567,
            "impressions": 10209912,
            "measurable_impressions": 9755528,
            "unfilled_impressions": 12486,
            "viewable_impressions": 6076664
        },
        "folder_id": 796278613,
        "is_active": true,
        "metadata": [],
        "modified": 1727763923,
        "name": "Dashboard",
        "notes": "",
        "pricing": {
            "model": null,
            "value": null
        },
        "watchlist": [],
        "zone_id": 433441350
    },
    {
        "account_id_created": 645685730,
        "account_id_modified": 685764530,
        "ad_format": "display",
        "...": "..."
    }
}