Details
-
Type: Bug
-
Status: Closed
-
Priority: Blocker
-
Resolution: Fixed
-
Affects Version/s: 2.0.2
-
Fix Version/s: 2.0.2
-
Component/s: Admax Deployment Service
-
Labels:None
-
Environment:
Build Details
UI - 2.0.2 Build 28
SAPI - Master Build 436
Core - Trunk Build 768
BidMgr - Trunk Build 793
-
Sprint:Sprint 2, Sprint 3 - 2.0.2
Description
Order status is not updating to "Deployed" in the reseller UI after deployment.In the merchant campaign screen it show "This merchant currently has an order in process. Account updates cannot be deployed until the previous order is successfully deployed. Changes may be saved as a Quote.".
Steps to Reproduce
1. Log into reseller UI and Create a valid merchant.
2. Create an order for the associated merchant in the merchant campaign screen.
3. Refer the Listener Log.
Observations:
After completion of the deployment (by referring listener Log) the status shows submitted in the Merchant campaign Page and even if we refresh it from the Merchant Order page it not getting updated and campaign status remains "paused" in the table and adwords(https://adwords.google.com/cm/CampaignMgmt?__u=9850535772&__c=1919082777&syncServiceIdentity=true#r.ONLINE&app=cm).
SELECT * FROM content_editor_google.gce_campaign where searchEngineUserID =257 ;
---------------------------------------------------------------------------------------------------------------------------------------------------------------------+
id | searchEngineUserID | searchEngineIdentifier | name | budgetAmount | budgetPeriod | contentTargeting | startDay | endDay | status |
---------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1477 | 257 | 104968873 | ba8a4f37-bd06-4193-aafe-bd3696781f99_10136_50_1085_GT | 0.070 | Daily | AllPlacements | 2013-02-11 | 2037-12-30 | Paused |
1478 | 257 | 104968993 | ba8a4f37-bd06-4193-aafe-bd3696781f99_10136_50_1085_GM | 0.070 | Daily | None | 2013-02-11 | 2037-12-30 | Paused |
1479 | 257 | 104969113 | ba8a4f37-bd06-4193-aafe-bd3696781f99_10136_50_1085_MO | 0.070 | Daily | AllPlacements | 2013-02-11 | 2037-12-30 | Paused |
---------------------------------------------------------------------------------------------------------------------------------------------------------------------+
Please find the attached screen shot.