From 526e31c79643df76c861f2e5a635d04f3c1adea6 Mon Sep 17 00:00:00 2001 From: Soner Yuksel Date: Wed, 3 Jan 2024 17:18:19 -0500 Subject: [PATCH] Campaign Identifier reals added --- Sources/Growth/URP/AttributionManager.swift | 29 +++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/Sources/Growth/URP/AttributionManager.swift b/Sources/Growth/URP/AttributionManager.swift index 1d83cb0cc2d..863121e3a2f 100644 --- a/Sources/Growth/URP/AttributionManager.swift +++ b/Sources/Growth/URP/AttributionManager.swift @@ -25,9 +25,34 @@ public enum FeatureLinkageType: CaseIterable { var campaignIds: [Int] { switch self { case .vpn: - return [1475635127] + return [1475635127, + 1475635126, + 1485804102, + 1480261455, + 1480274213, + 1480244775, + 1485313498, + 1480289866, + 1480327301, + 1480338501, + 1485590008, + 1485843602, + 1480298771, + 1480271827, + 1485600647, + 1484999295, + 1480285450, + 1480274211] case .playlist: - return [1475635128] + return [1487969368, + 1489240861, + 1489108255, + 1488070608, + 1487607318, + 1487610419, + 1487610395, + 1488162143, + 1489145748] default: return [] }