Voluum
Connect your Voluum account to AffZero using an Access Key for secure, password-free API access.
Overview
Voluum is a cloud-based affiliate tracking platform. AffZero connects to Voluum's REST API (api.voluum.com) using an Access Key — a permanent credential you generate once in your Voluum account, so you never have to hard-code your password anywhere.
What You Need
- A Voluum Access Key ID and Secret Access Key — generated in your Voluum account's Security settings
The Access Key is shown only once when you create it. Copy and save both the ID and the secret before closing the dialog.
How to Generate a Voluum Access Key
- Log in to your Voluum account
- Click the profile icon in the top-right corner — your account data view opens
- Go to the Security tab and scroll down to the ACCESS KEYS section
- Click Add new key
- Enter a name for the key (e.g. "AffZero")
- Enter your Voluum account password to confirm
- Click Save
- The Access Key ID and Secret Access Key are displayed — copy both immediately
- Click Close
The Secret Access Key is shown only once. If you close the dialog without copying it, you will need to delete the key and generate a new one.
What to Enter in AffZero
| Field | What to enter |
|---|---|
| Platform | Voluum |
| Access Key ID | The Access Key ID from Voluum → Security → ACCESS KEYS |
| Secret Access Key | The Secret Access Key shown once when you created the key |
AffZero connects to Voluum's fixed API gateway (https://api.voluum.com) automatically — you don't need to enter a base URL.
Both credentials are encrypted with AES-256-GCM before being stored. AffZero exchanges them for a session token at runtime and never logs the raw values.
What Stats Can You Pull?
With a Voluum connection, AffZero can fetch:
| Stat Type | groupBy dimension | What it shows |
|---|---|---|
| By Campaign | campaignId | Visits, clicks, conversions, revenue, cost, profit, ROI grouped by campaign |
| By Offer | offerId | Offer-level performance breakdown |
| By Traffic Source | trafficSourceId | Performance grouped by traffic source |
| By Country | countryCode | GEO breakdown |
| By Day | day | Daily performance timeline |
All stat types return the standard metrics: visits, clicks, conversions, revenue, cost, profit, ROI, CR, CV.
What Tracker Actions Are Available?
In addition to pulling stats, AffZero can perform API actions on your Voluum account:
| Action | Type | Description |
|---|---|---|
| Get All Campaigns | Read | Retrieve the full list of campaigns |
| Get Campaign | Read | Retrieve details for a single campaign by ID |
| Edit Campaign | Write | Update cost model, postback URL, traffic type, or tags |
| Get All Offers | Read | Retrieve the full list of offers |
| Get Offer | Read | Retrieve details for a single offer by ID |
| Edit Offer | Write | Update offer URL, payout, tags, or vertical |
| Update Campaign Costs | Write | Post cost data for a campaign and date range |
See Voluum Actions for full parameter details.