Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Won't Fix
-
Affects Version/s: 1.3.0
-
Fix Version/s: 1.3.0
-
Component/s: Admax Deployment Service
-
Labels:None
Description
Campaigns get deleted permanently from the search Engine.
1.Deploy SGS/ADS for a customer -backendtesting1
2.Deploy Brand Campaign for customer -backendtesting1.
3.Delete the campaigns by sending updateCampaignStatusRequest request
<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>
Actual result:
Campaigns get deleted permanently from Search Engine. — See the snapshot attached
Expected result:
Campaigns's status should change to "Deleted"