Appearance
Advertiser API
The Advertiser API exposes the existing Nexus member backend for owned campaign statistics and campaign management.
| Item | Value |
|---|---|
| Base URL | https://example.com/api/v1 |
| Authentication | Member JWT or secure same-origin member session |
| API key support | Search/XML publisher keys are not accepted |
| Ownership | Tenant and advertiser UID come from the authenticated member |
Capabilities
- Retrieve advertiser statistics and filter by one or more owned campaigns.
- List campaigns owned by the member.
- Load complete campaign edit data.
- Update a campaign using the backend validator.
- Change status for owned campaigns.
Member identity
Never accept a UID from user input for these operations. The backend determines the owner from the authenticated member and rejects missing or foreign campaign IDs.
The machine-readable specification is available from the API host at Advertiser OpenAPI JSON.