Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: Fuji
-
Fix Version/s: Fuji
-
Component/s: Admax Deployment Service
-
Labels:None
-
Environment:
Builds
SAPI:811
BidMgr:368
Core:206
Reseller UI:208
-
Sprint:Sprint 9
Description
For initial deployments, initial bid value is set to 1 instead of default value
Steps:
1.Deploy new order having high budget (11900)
2.Check the bid value on Yahoo sponsored UI and database
Actual Result:
Bid value is setting to 1 for initial deployment even though default value is 30 and daily budget is greater than default value . (Please see the attached screenshot)
Note:
====================
Yahoo! Japan
====================
#Global Yahoo! Japan bidding values
com.thesearchagency.admax.algorithms.sabb.biddingEnabled.yahoojapan=true
com.thesearchagency.admax.algorithms.sabb.bouncePosition.yahoojapan=1.1
com.thesearchagency.admax.algorithms.sabb.lowSpendBudgetRatioThreshold.yahoojapan=90
com.thesearchagency.admax.algorithms.sabb.highSpendBudgetRatioThreshold.yahoojapan=100
#JPY Yahoo! Japan bidding values
com.thesearchagency.admax.algorithms.sabb.defaultBid.yahoojapan.JPY=30
com.thesearchagency.admax.algorithms.sabb.minBid.yahoojapan.JPY=1
com.thesearchagency.admax.algorithms.sabb.maxBid.yahoojapan.JPY=100000.00
com.thesearchagency.admax.algorithms.sabb.bounceBidAdjustment.yahoojapan.JPY=-5
com.thesearchagency.admax.algorithms.sabb.maxLowSpendBudgetBidAdjustment.yahoojapan.JPY=50
com.thesearchagency.admax.algorithms.sabb.maxHighSpendBudgetBidAdjustment.yahoojapan.JPY=-5
com.thesearchagency.admax.algorithms.sabb.defaultBidAdjustment.yahoojapan.JPY=-5
com.thesearchagency.admax.algorithms.sabb.bidAdjustmentThreshold.yahoojapan.JPY=1
mysql> SELECT * FROM `st-tracker`.admaxBids WHERE accountID=96;
-----------------------------------------------------------------------------------------------+
accountID | elementType | elementID | currentBid | currentBidSetDate | newBid | newBidSetDate | retryCount |
-----------------------------------------------------------------------------------------------+
96 | searchEngineAccount | 1482 | 30 | 2014-10-07 | NULL | NULL | 0 |
96 | searchEngineAccount | 1483 | 30 | 2014-10-07 | NULL | NULL | 0 |
-----------------------------------------------------------------------------------------------+
2 rows in set (0.00 sec)
Expected result:
Bid value should set default value from Algorithm property file - 30 (which less than daily budget)