Voluum

This guide describes how to add and configure Voluum integration.

Voluum is a cloud-based ad tracker that integrates with multiple ad platforms and connects all the elements of your campaigns together. It collects detailed data about your visitors and conversions and helps you discover the most profitable combinations of traffic, ads, landing pages, and offers.

🚧

Requirements

Integration is available on iOS (requires Apphud SDK 3.2.3 or higher) and Android (requires Apphud SDK 2.7.0 or higher).

How to Add Integration?

Step 1 - Install SDKs

  • Install Apphud SDK (iOS 3.2.3+ / Android 2.7.0+).
  • Set up Voluum tracking and obtain your Voluum postback URL domain prefix.
  • Pass the Voluum Click ID to Apphud — see Pass Click ID to Apphud below.

Step 2 - Preparations in Voluum

In your Voluum account, get the domain prefix of your postback URL for production (and, optionally, sandbox).

Step 3 - Authentication

In Apphud, open Connections → Integrations (the All or Attribution tab). Click Add Connection for Voluum and choose a Source in the pop-up.

Enter the domain prefix of your postbacks URL for the production environment and, optionally, for the sandbox environment.

Apphud - Voluum domain prefix configuration

Step 4 - Additional Configuration

Environment and Revenue

Configure generic Environment and Revenue settings as described on Integrations overview → Configuration tab.

Set up filters (optional)

Navigate to Filters tab. Set up filters if needed as described on Integrations overview → Filters tab.

Step 5 - Set up Events list

Open the Events tab of the configuration. You can enter custom event names or disable some.

Apphud - Voluum events configuration

Step 6 - Test connection (optional)

Save the connection.

For the general integration configuration testing flow see Integrations overview → Test connection.

Step 7 - Enable and save

Once you confirmed the connection works — Enable integration and Save.

Pass Click ID to Apphud

To attribute events correctly, pass the Voluum Click ID to Apphud:

Apphud.setAttribution(data: ApphudAttributionData(rawData: ["voluum_click_id": "your-click-id"]), from: .custom, callback: nil)


Did this page help you?