Skip to main content
ENS Ads is an API service that enables platforms to integrate campaign delivery and performance tracking. With three straightforward endpoints, you can fetch campaigns tailored to your users’ location and device, display them in the right placement, and report every impression and click back to advertisers.

Quick Start

Make your first API call in minutes — fetch campaigns, display them, and start tracking.

Authentication

Learn how to authenticate every request using your Bearer API key.

Integration Guide

Follow a step-by-step walkthrough to integrate ENS Ads into your platform.

API Reference

Explore the full API reference for campaigns, impressions, and clicks.

How it works

1

Get your API key

Sign up and retrieve your API key from the ENS Ads dashboard.
2

Fetch campaigns

Call GET /api/v1/campaigns/fetch with your placement and targeting parameters to retrieve available campaigns.
3

Display campaigns

Render fetched campaigns in the correct placement on your platform.
4

Track impressions and clicks

Report every display with POST /api/v1/campaigns/impression and every interaction with POST /api/v1/campaigns/click.