Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: unspecified
-
Fix Version/s: Premium Portal 2
-
Component/s: AdMax
-
Labels:None
-
Environment:
Operating System: Linux
Platform: PC
-
Bugzilla Id:3599
Description
The when addBudget call fails, there are several issues:
1) Rerunning the content editor manually, or sending a redeploy should retry the
add budget call, but doesn't because of a bug.
2) The addBudget call should have more retries, and we should space them out
further apart if necessary because this call occasionally fails with a
SaxParseException because Google returns an HTML page.
3) The AdMaxListener is not notified that the addBudget call failed, and it
continues to create campaigns. We need to save the error to the
gce_googleAccountError table and add code to allow the AdMaxListener to get the
errors associated with a Google Account.