Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: Mercury
-
Fix Version/s: Mercury
-
Component/s: Admax (bidding/budgeting)
-
Labels:None
-
Environment:
Mercury RC builds
-
Sprint:Sprint 24
Description
Global - Reseller ID has low priority than Global - No Reseller ID.
SELECT * FROM `st-tracker`.admaxSloshFactors;
id elementType elementID startDate endDate sloshFactor resellerID
1 global 0 2012-01-01 \N 0.4
2 distribution 147 2017-01-01 \N 0.8 33146f19-22f8-4b98-96f7-6cb4f0da283b
3 distribution 147 2017-07-15 \N 0.9
4 admaxCampaign 1341 2015-07-17 \N 0.7
5 account 962 2015-01-01 \N 0.5
6 global 0 2015-01-01 \N 0.2 33146f19-22f8-4b98-96f7-6cb4f0da283b
SELECT * FROM `st-tracker`.admaxCarryovers WHERE admaxCampaignID IN (1349,1350);
id admaxCampaignID type date dedicatedCarryover commonCarryover pooledCarryover
12215 1349 boosted 2016-05-09 0 0 0
12217 1349 boosted 2016-05-10 1.2 0.8 0.8
12216 1350 boosted 2016-05-09 0 0 0
12218 1350 boosted 2016-05-10 1.2 0.8 0.8
Slosh Factor applied => 0.4
Expected: Slosh Factor => 0.2
Global - Reseller ID should have higher priority over Global - No Reseller ID.