FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Use current date in Prebid bidder perf query · devhttps/frontend@a435914 · GitHub

Commit a435914

Browse files
Use current date in Prebid bidder perf query
Instead of using date when query was first run!
1 parent cdebc15 commit a435914

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎admin/app/jobs/CommercialDfpReporting.scala‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ object CommercialDfpReporting extends Logging {
3333
teamKPIReport -> 10060521970L // This report is accessible by the DFP user: "NGW DFP Production"
3434
)
3535

36-
private val prebidBidderPerformanceQry = {
36+
private def prebidBidderPerformanceQry = {
3737
def toGoogleDate(date: LocalDate) = new Date(date.getYear, date.getMonthValue, date.getDayOfMonth)
3838
val prebidBegan = LocalDate.of(2018, 1, 22)
3939
val qry = new ReportQuery()

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL