Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: Goa
-
Fix Version/s: Goa
-
Component/s: Admax (bidding/budgeting)
-
Labels:None
-
Environment:
Goa bidmgr build: bidmgr-distribution-2.3.1-SNAPSHOT-BUILD_24-t20140210111630-bin.tar.gz
Goa SAPI build: aml-sapi-2.3.1-20140120.154846-24.war
Goa Core build: smb-ear-2.3.1-SNAPSHOT-p4-t20140120-145014-CI.ear
-
Sprint:Goa Sprint 3
Description
Adwords displays wrong budget when a campaign is added to an existing account that has an existing campaign
Steps:
1) I created an order with 1 campaign and set budget as $112 and deployed.
2) SELECT * FROM `st-tracker`.admaxNominalMonthlyBudgets WHERE admaxCampaignID IN (676)
id admaxCampaignID startDate endDate budget
4185 676 2014-02-12 \N 112
3) After deploying, Adwords shows budget as $1.81/day for today (Expected)
screenshot1
4) I add another campaign without changing the budget and deployed on the same date 2014-02-12
5) SELECT * FROM `st-tracker`.admaxNominalMonthlyBudgets WHERE admaxCampaignID IN (676,677)
id admaxCampaignID startDate endDate budget
4185 676 2014-02-12 2014-02-12 112
4186 676 2014-02-13 \N 56
4187 677 2014-02-12 2014-02-12 0
4189 677 2014-02-13 \N 56
6) After deploying, Adwords shows the following budget
screenshot2
Note: ABU is not run in both the cases.
In the MonthlyBudget table I have the budget set to 0 (as per aml-2567) for the newly added admaxCampaignID 677.
After deployment, the new campaign added shows $0.90/day which is the budget for tomorrow (2014-02-13).
Attachments
Issue Links
- cloned to
-
AML-2567 When campaigns are added to an existing account, the first days' budget total is too high
- Closed