Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.affzero.com/llms.txt

Use this file to discover all available pages before exploring further.

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

  1. Log in to your Voluum account
  2. Click the profile icon in the top-right corner — your account data view opens
  3. Go to the Security tab and scroll down to the ACCESS KEYS section
  4. Click Add new key
  5. Enter a name for the key (e.g. “AffZero”)
  6. Enter your Voluum account password to confirm
  7. Click Save
  8. The Access Key ID and Secret Access Key are displayed — copy both immediately
  9. 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

FieldWhat to enter
PlatformVoluum
Access Key IDThe Access Key ID from Voluum → Security → ACCESS KEYS
Secret Access KeyThe 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 TypegroupBy dimensionWhat it shows
By CampaigncampaignIdVisits, clicks, conversions, revenue, cost, profit, ROI grouped by campaign
By OfferofferIdOffer-level performance breakdown
By Traffic SourcetrafficSourceIdPerformance grouped by traffic source
By CountrycountryCodeGEO breakdown
By DaydayDaily 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:
ActionTypeDescription
Get All CampaignsReadRetrieve the full list of campaigns
Get CampaignReadRetrieve details for a single campaign by ID
Edit CampaignWriteUpdate cost model, postback URL, traffic type, or tags
Get All OffersReadRetrieve the full list of offers
Get OfferReadRetrieve details for a single offer by ID
Edit OfferWriteUpdate offer URL, payout, tags, or vertical
Update Campaign CostsWritePost cost data for a campaign and date range
See Voluum Actions for full parameter details.

Troubleshooting

Double-check that you copied both the Access Key ID and the Secret Access Key exactly as shown in Voluum. They are case-sensitive. If you’re unsure, delete the key in Voluum → Security → ACCESS KEYS and generate a new one — the new secret will be displayed again.
Some Voluum API endpoints are not accessible when using an Access Key (e.g. password changes, billing, MFA settings). For the endpoints AffZero uses — /report, /campaign, /offer — Access Keys are fully supported.
Verify the date range contains data in Voluum’s own reporting UI. Also check the Include parameter in your Pull Stats step — the default TRAFFIC mode only returns rows with non-zero traffic, which is correct for most uses. Switch to ALL or ACTIVE if you want to see campaigns with no traffic in the period.
Voluum limits the number of API requests per minute. If you have many automations pulling stats from the same connection simultaneously, some may fail with a rate-limit error. Space out your automations or reduce the frequency of parallel runs.