57356a5cdec9
latestOpenAPI 3.0.12026-08-12241391721.0 KBTracker
Retrieves a traffic source if all campaigns use the same one.
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.
post/traffic-source/common
Response
The shared Traffic Source, or an empty body if the campaigns do not share one.