Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Not a Bug
-
Affects Version/s: Mercury
-
Fix Version/s: Mercury
-
Component/s: Admax (bidding/budgeting)
-
Labels:None
-
Environment:
Bid Manager #929
Core #385
Sapi #1098
Tested on QA4
-
Sprint:Sprint 10
Description
ABU failed to set the next day budget.
when I ran ABU for an account, I am seeing the ERROR that is attached in the ABU_Error.txt
ABU Run: ./admax.sh -d3 -S147 -a854 -T2015-09-29
monthly budget on deployment,
mysql> SELECT * FROM `st-tracker`.admaxNominalMonthlyBudgets WHERE admaxCampaignID=1419;
--------------------------------------------
id | admaxCampaignID | startDate | endDate | budget |
--------------------------------------------
5729 | 1419 | 2015-09-28 | NULL | 186 |
--------------------------------------------
1 row in set (0.00 sec)
After running ABU daily budget is as follows,
mysql> SELECT * FROM `st-tracker`.admaxActualDailyBudgets WHERE admaxCampaignID=1419;
--------------------------------------------
id | admaxCampaignID | type | date | budget |
--------------------------------------------
7448 | 1419 | boosted | 2015-09-29 | 0 |
7449 | 1419 | boosted | 2015-09-30 | 0 |
--------------------------------------------
2 rows in set (0.00 sec)
the carryover table is as follows,
mysql> SELECT * FROM `st-tracker`.admaxCarryovers WHERE admaxCampaignID=1419;
--------------------------------------------------------------------------------------
id | admaxCampaignID | type | date | dedicatedCarryover | commonCarryover | pooledCarryover |
--------------------------------------------------------------------------------------
7498 | 1419 | boosted | 2015-09-29 | 0 | 0 | 0 |
7499 | 1419 | boosted | 2015-09-30 | 0 | 0 | 0 |
--------------------------------------------------------------------------------------
2 rows in set (0.00 sec)
Before ABU run the daily budget for the GM and GT campaign in BingAds is $3.
After running ABU, the daily budget for GM has changed to $0.05 in BIngAds and the campaign status is paused. Please see the attached screenshot which shows the same.
Note: No spend data.