AffZeroAffZero Docs

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

  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