Campaign Object


Properties
campaignIdstringformat GUID

Campaign ID.


titlestring

Marketing campaign title. For sent campaigns this will match the email subject if subject was not explicitly provided on sending. For published campaigns - the title will be the first line of text.


firstImageUrlstringformat WEB_URL

URL of the first image after the logo.


snapshotImageUrlstringdeprecated - use firstImageUrl insteadformat WEB_URL

Landing page snapshot URL.
This field is deprecated and snapshot images are no longer supported. Instead, use the firstImageUrl field. The value of this field will soon become the same as the value of the firstImageUrl field.


editorTypestring

Editor type. Either web app, or mobile app.


statusstring

Campaign status.


visibilityStatusstring

Campaign visibility status.


distributionStatusstring

Campaign distribution status.


publishingDataPublishingData

Publishing data (present only if campaign is published).


dateCreatedstringformat date-time

Campaign creation date.


dateUpdatedstringformat date-time

Campaign last update date.


emailSubjectstringdeprecatedmaxLength 1000

Email subject of the campaign (initially copied from the template). TODO: Deprecated (moved to "GetComposerResponse").

Did this help?