Details
-
Type:
Bug
-
Status: Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 1.3.0
-
Fix Version/s: Web Pages Release
-
Component/s: Admin UI
-
Labels:None
Description
User is logged into Brand-Campaign UI, and in parallel, an updateCampaign request is sent to delete the default campaigns. On doing this, the logged in user is not thrown any warning/message, he can continue to create brand campaign and add keywords/ads (though nothing gets propagated to the search engine).
Steps:
• Login to Brand Campaign UI
• Enter valid CustomerID (SGS/ADS deployed for it) and click SUBMIT which moves it to Brand UI page.
• Delete all the campaigns (GT,GM,MO and Brand) from the search Engine (GoogleAdwords)
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:adm="http://www.thesearchagency.com/AdMaxDeploymentService/">
<soapenv:Header/>
<soapenv:Body>
<adm:updateCampaignStatusRequest>
<header>
<requestID>1</requestID>
</header>
<customerID>backendtesting1</customerID>
<!-1 or more repetitions:->
<campaignStatusList>
<campaignID>backend1</campaignID>
<campaignStatus>terminated</campaignStatus>
</campaignStatusList>
</adm:updateCampaignStatusRequest>
</soapenv:Body>
</soapenv:Envelope>
• Generate the Ads/Keywords and click on SAVE CHANGES.
Actual result:
Listener log shows Brand Campaign deployed with success message even though nothing is propagated to Search engine.
Expected result:
We can show warning message - No campaigns are present for this customer and redirects it "Customer Selection" window.