---
title: "Retrieves a traffic source if all campaigns use the same one."
method: POST
path: "/traffic-source/common"
tags: ["Tracker"]
---

# Retrieves a traffic source if all campaigns use the same one.

`POST /traffic-source/common`

Takes a list of campaign ids and returns their traffic source, but only when every campaign in the list uses the same one. Responds 200 with an empty body when they do not — and also when the request body omits the 'ids' key, so an empty response can mean a malformed body rather than a genuine mismatch. Send exactly {"ids": ["<campaign uuid>", ...]}; other key names are ignored rather than rejected.

## Response `200`

The shared Traffic Source, or an empty body if the campaigns do not share one.

---

[API](https://skmtc.net/voluum/apis/voluum-api.md) · [All operations](https://skmtc.net/voluum/apis/voluum-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/voluum/voluum-api/revisions/57356a5cdec9/schema)
