Uploaded image for project: 'AdMaxLocal'
  1. AdMaxLocal
  2. AML-108

ADS: updateCampaignStatus - mobile campaigns don't change status

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: 1.3.0
    • Fix Version/s: 1.3.0
    • Labels:
      None
    • Environment:

      optus jboss7 dev environment

      Description

      // original deploy soap request

      <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:adm="http://www.thesearchagency.com/AdMaxDeploymentService/">
      <soapenv:Header/>
      <soapenv:Body>
      <adm:deployCampaignsRequest>
      <header>
      <requestID>817cd</requestID>
      <retryID>1</retryID>
      </header>
      <customer>
      <customerID>Brand-Campaign-Test1</customerID>
      <domainName>www.tsa-test-domain.thesearchagency.net</domainName>
      <budget>5</budget>
      <anniversaryDate>2012-06-19</anniversaryDate>
      <currencyID>1</currencyID>
      </customer>
      <!-1 or more repetitions:->
      <campaignList>
      <campaignID>Brand-Campaign-Test1-1</campaignID>
      <businessAreaID>2000084</businessAreaID>
      <businessLocationID>112</businessLocationID>
      </campaignList>
      <campaignList>
      <campaignID>Brand-Campaign-Test1-2</campaignID>
      <businessAreaID>2000084</businessAreaID>
      <businessLocationID>112</businessLocationID>
      </campaignList>
      </adm:deployCampaignsRequest>
      </soapenv:Body>
      </soapenv:Envelope>

      // updateCampaignStatus 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>Brand-Campaign-Test1</customerID>
      <!-1 or more repetitions:->
      <campaignStatusList>
      <campaignID>Brand-Campaign-Test1-1</campaignID>
      <campaignStatus>terminated</campaignStatus>
      </campaignStatusList>
      <campaignStatusList>
      <campaignID>Brand-Campaign-Test1-2</campaignID>
      <campaignStatus>terminated</campaignStatus>
      </campaignStatusList>
      </adm:updateCampaignStatusRequest>
      </soapenv:Body>
      </soapenv:Envelope>

      Expected behavior: mobile campaign would be deleted

      Actual behavior: mobile campaign remains paused (see attachment of AdWords)

      // ADS log (shows no indication of error; I think it's just not implemented)

      2012-06-19 04:05:57.927 (3) [pool-3-thread-3]: Finished UPDATE request for Brand-Campaign-Test1-1: SUCCEEDED

      2012-06-19 04:05:57.931 (3) [pool-3-thread-3]: Finished UPDATE request for Brand-Campaign-Test1-2: SUCCEEDED

        Attachments

          Activity

            People

            • Assignee:
              caitlyn Caitlyn Duggan (Inactive)
              Reporter:
              caitlyn Caitlyn Duggan (Inactive)
            • Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: