Skip to content

Commit cb7ef0e

Browse files
authored
Merge pull request #56 from SamerZurub/addition_of_new_campaign_types
Addition of new backstage campaign types.
2 parents 8c93145 + e47ae6b commit cb7ef0e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/main/java/com/taboola/backstage/model/CampaignType.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,7 @@
99
public enum CampaignType {
1010
PAID,
1111
NATIVE,
12-
EXCHANGE
12+
EXCHANGE,
13+
RTB_OPEN_EXCHANGE,
14+
PMP
1315
}

0 commit comments

Comments
 (0)