Page tree
Skip to end of metadata
Go to start of metadata

Description

Returns the publishing status of a landing page. Because these pages are usually associated with the lifetime of a particular email campaign, they may have a differing publishing status. Previously published pages that have become inactive because they are no longer valid are sometimes redirected to another default page. Possible states are:

  • PUBLISHED

  • INACTIVE

  • SCHEDULED

Example request

<soapenv:Envelope
    xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ecm="http://ecircle.com/developer/ecmapi">
    <soapenv:Header/>
    <soapenv:Body>
        <ecm:landingpageGetStatus>
            <landingpageId>271000010</landingpageId>
        </ecm:landingpageGetStatus>
    </soapenv:Body>
</soapenv:Envelope>

  • No labels