Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Campaign Identifier reals added
Browse files Browse the repository at this point in the history
  • Loading branch information
soner-yuksel committed Jan 5, 2024
1 parent 5f14908 commit 526e31c
Showing 1 changed file with 27 additions and 2 deletions.
29 changes: 27 additions & 2 deletions Sources/Growth/URP/AttributionManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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 []
}
Expand Down

0 comments on commit 526e31c

Please sign in to comment.