EMUN1 ASP.NET

<back to all web services

GetCampaignReport

The following routes are available for this service:
All Verbs/service/GetCampaignReport
GetCampaignReport Parameters:
NameParameterData TypeRequiredDescription
CampaignIdquerystringNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml

HTTP + XML

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /service/GetCampaignReport HTTP/1.1 
Host: www.bernhardt.com 
Accept: application/xml
Content-Type: application/xml
Content-Length: length

<GetCampaignReport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mailchimp">
  <CampaignId>String</CampaignId>
</GetCampaignReport>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<Report xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MailChimp.Net.Models">
  <AbuseReports>0</AbuseReports>
  <Bounces>
    <HardBounces>0</HardBounces>
    <SoftBounces>0</SoftBounces>
    <SyntaxErrors>0</SyntaxErrors>
  </Bounces>
  <CampaignTitle>String</CampaignTitle>
  <Clicks>
    <ClickRate>0</ClickRate>
    <ClicksTotal>0</ClicksTotal>
    <LastClick>0001-01-01T00:00:00</LastClick>
    <UniqueClicks>0</UniqueClicks>
    <UniqueSubscriberClicks>0</UniqueSubscriberClicks>
  </Clicks>
  <DeliveryStatus>
    <CanCancel>false</CanCancel>
    <EmailsCanceled>0</EmailsCanceled>
    <EmailsSent>0</EmailsSent>
    <Enabled>false</Enabled>
    <Status>String</Status>
  </DeliveryStatus>
  <EmailsSent>0</EmailsSent>
  <FacebookLikes>
    <FacebookLikeCount>0</FacebookLikeCount>
    <RecipientLikes>0</RecipientLikes>
    <UniqueLikes>0</UniqueLikes>
  </FacebookLikes>
  <Forwards>
    <ForwardsCount>0</ForwardsCount>
    <ForwardsOpens>0</ForwardsOpens>
  </Forwards>
  <Id>String</Id>
  <IndustryStats>
    <AbuseRate>0</AbuseRate>
    <BounceRate>0</BounceRate>
    <ClickRate>0</ClickRate>
    <OpenRate>0</OpenRate>
    <Result>String</Result>
    <UnopenRate>0</UnopenRate>
    <UnsubRate>0</UnsubRate>
  </IndustryStats>
  <Links i:nil="true" />
  <ListStats>
    <ClickRate>0</ClickRate>
    <OpenRate>0</OpenRate>
    <SubRate>0</SubRate>
    <UnsubRate>0</UnsubRate>
  </ListStats>
  <Opens>
    <LastOpen>0001-01-01T00:00:00</LastOpen>
    <OpenRate>0</OpenRate>
    <OpensTotal>0</OpensTotal>
    <UniqueOpens>0</UniqueOpens>
  </Opens>
  <SendTime>String</SendTime>
  <ShareReport>
    <SharePassword>String</SharePassword>
    <ShareUrl>String</ShareUrl>
  </ShareReport>
  <SubjectLine>String</SubjectLine>
  <Timeseries i:nil="true" />
  <Type>Regular</Type>
  <Unsubscribed>0</Unsubscribed>
</Report>