| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -316,4 +316,14 @@ trait CommercialSwitches { | |||
| 316 | 316 | sellByDate = new LocalDate(2018, 2, 21), | |
| 317 | 317 | exposeClientSide = true | |
| 318 | 318 | ) | |
| 319 | + | ||
| 320 | + val OrielAnalyticsSwitch: Switch = Switch( | ||
| 321 | + group = Commercial, | ||
| 322 | + name = "oriel-analytics", | ||
| 323 | + description = "Include TrustX adapter in Prebid auctions", | ||
| 324 | + owners = group(Commercial), | ||
| 325 | + safeState = Off, | ||
| 326 | + sellByDate = new LocalDate(2018, 2, 21), | ||
| 327 | + exposeClientSide = true | ||
| 328 | + ) | ||
| 319 | 329 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments