Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.5.0
-
Fix Version/s: 1.5.0
-
Component/s: AdMax Deployment Service
-
Labels:None
-
Environment:
QA Environment
Bidmgr : P715
Service :optus-ear-1.5.0-SNAPSHOT-p888-t20121113-175700-CI.ear
Description
Sitelinks associated with deleted Campaigns are not deleting.
Steps to reproduce:
1.Deploy SGS and ADS having campaigns (BA-BLs) more than 10 ---> Requests are attached
2.Delete the 3 Campaigns
<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>QAMultipleSitelink-testing1</customerID>
<!-1 or more repetitions:->
<campaignStatusList>
<campaignID>mulsite-22</campaignID>
<campaignStatus>terminated</campaignStatus>
</campaignStatusList>
<campaignStatusList>
<campaignID>mulsite-21</campaignID>
<campaignStatus>terminated</campaignStatus>
</campaignStatusList>
<campaignStatusList>
<campaignID>mulsite-20</campaignID>
<campaignStatus>terminated</campaignStatus>
</campaignStatusList>
</adm:updateCampaignStatusRequest>
</soapenv:Body>
</soapenv:Envelope>
3)Login to Adwords UI and Check the Ad extensions>Sitelinks.
See the snapshot attached.
Deleted BAs are :
mysql> select * from businessAreas where id IN (2000001,2000008,2000015);
-----------------------------------------
id | description | status |
-----------------------------------------
2000001 | Airport Transfers | active |
2000008 | Group Hotel Accommodations | active |
2000015 | Taxis | active |
-----------------------------------------
3 rows in set (0.00 sec)
Expected Result:
Sitelinks associated with the deleted campaigns should get deleted.