Uploaded image for project: 'AdMaxLocal'
  1. AdMaxLocal
  2. AML-3313

actualSEBudget does not get rounded up properly on running ABU

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Major
    • Resolution: Cannot Reproduce
    • Affects Version/s: Rushmore
    • Fix Version/s: Rushmore
    • Labels:
      None
    • Environment:

      bidmgr # 547
      core # 274

    • Sprint:
      Sprint 3

      Description

      actualSEBudget does not get rounded up properly on running ABU

      1) Create an order with monthly budget $108.53 and run abu
      SELECT * FROM `st-tracker`.admaxSearchEngineAccountActualDailyBudgets WHERE searchEngineAccountID IN (3924,3925)
      searchEngineAccountID date budget actualSEBudget budgetStatus
      3924 2015-01-13 1.75048 1.749 Active
      3924 2015-01-14 3.50097 3.501 Active
      3925 2015-01-13 1.75048 1.749 Active
      3925 2015-01-14 3.50097 3.501 Active
      2) Made actualSEBudget as 0 and budgetStatus as Paused
      Ran update command
      SELECT * FROM `st-tracker`.admaxSearchEngineAccountActualDailyBudgets WHERE searchEngineAccountID IN (3924,3925)
      searchEngineAccountID date budget actualSEBudget budgetStatus
      3924 2015-01-13 1.75048 1.75 Active
      3924 2015-01-14 3.50097 3.5 Active
      3925 2015-01-13 1.75048 1.75 Active
      3925 2015-01-14 3.50097 3.5 Active

      Expected: After running ABU (step 1), expected actualSEBudget and budgetStatus should be the one as in step 2.

        Attachments

          Activity

            People

            • Assignee:
              rgardner Ross Gardner
              Reporter:
              varshini.padmanabhan Varshini Padmanabhan (Inactive)
            • Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: