Voluum macros
Voluum is a performance tracking platform. Postback parameters use curly-bracket tokens {like_this}. The core postback parameter is cid= which must receive the Voluum click ID.
👋 Quick tip: Every macro below has a "Here's what I'd do" section — a plain-English note on exactly when and how to use it. If you're ever unsure, that's the bit to read.
Attribution
{clickid} Voluum's unique click ID. Pass this in your offer URL so the affiliate network can return it in the postback.
cid= The mandatory postback parameter. The affiliate network passes the Voluum click ID back here to register a conversion.
{externalid} The traffic source's click ID that was passed to Voluum. Used in traffic source postback URLs to relay the click ID back.
txid= Optional postback parameter for a unique transaction ID. Used to track upsells and secondary conversion steps.
et= Event type parameter. Used to track different custom conversion types.
Financial
{payout} Revenue amount per conversion. Used in traffic source postback URLs that Voluum fires outbound.
{cost} Cost per click or conversion. Used in traffic source postback URLs.
Sub IDs
param1= Additional data parameter 1. Pass any affiliate network token here to record extra conversion data.
param2= Additional data parameter 2.
param3= Additional data parameter 3.
param4= Additional data parameter 4.
param5= Additional data parameter 5.
IDs
{campaignid} Voluum campaign ID.
{offerid} Offer ID within Voluum.
Geography
{countrycode} Two-letter country code of the visitor.
Device
{devicetype} Device type (Desktop, Mobile, Tablet).
{os} Operating system of the visitor's device.
{browser} Browser name of the visitor.
{ip} IP address of the visitor.
{useragent} Full user agent string of the visitor's device.
{language} Browser language of the visitor.
Timestamps
{timestamp} UNIX timestamp of the click event.
Custom Variables
{var1} Custom variable 1. Maps to traffic source custom parameters for outbound postbacks.
{var2} Custom variable 2.
{var3} Custom variable 3.
Data sourced from Voluum's official documentation on 2026-04-18.