| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent cdebc15 commit a435914
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -33,7 +33,7 @@ object CommercialDfpReporting extends Logging { | |||
| 33 | 33 | teamKPIReport -> 10060521970L // This report is accessible by the DFP user: "NGW DFP Production" | |
| 34 | 34 | ) | |
| 35 | 35 | ||
| 36 | - private val prebidBidderPerformanceQry = { | ||
| 36 | + private def prebidBidderPerformanceQry = { | ||
| 37 | 37 | def toGoogleDate(date: LocalDate) = new Date(date.getYear, date.getMonthValue, date.getDayOfMonth) | |
| 38 | 38 | val prebidBegan = LocalDate.of(2018, 1, 22) | |
| 39 | 39 | val qry = new ReportQuery() | |
| Back | FazBrowse Home | New Git URL |
0 commit comments