Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: Mars
-
Fix Version/s: Mars
-
Component/s: Reseller UI
-
Labels:None
-
Environment:
QA4
-
Sprint:Sprint 8
Description
Steps:
---------
1. Create an order with a BA/BL, select Facebook distribution and deploy the order.
2. On next day, verify carryover for the Facebook in Reseller UI.
For Ex: if carryover was 2.84
3. Clear the carryover by adjusting manually. insert into carryover adjustment table with the date you are redeploying.
INSERT INTO tp.monthlyCarryoverAdjustments(searchEngineUserId,DATE,carryoverAdjustment,TYPE) VALUES (3887,'2019-01-23','normal');
4. Redeploy the order from Reseller UI.
5. Verify Facebook carryover. Carryover will become 0 in Reseller UI for Facebook.
6. After 2 minutes, Switch between merchants and verify Facebook carryover for the merchant for which we cleared carryover.
Issue: We are fetching carryover again for the campaign for which we manually adjusted carryover and displaying in UI.