> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt # Resource: Campaign # Type: Campaign Object # Link: https://dev.wix.com/docs/api-reference/business-management/marketing/emails/email-marketing/campaign/campaign-object.md ## Schema: ```json Type: Campaign Object | type: Campaign - name: campaignId | type: string | description: Campaign ID. - name: title | type: string | description: Marketing campaign title. If you don't provide the value, the title automatically gets the value of an email subject. - name: value | type: string | description: - name: firstImageUrl | type: string | description: URL of the first image after the logo. - name: editorType | type: string | description: Editor type. enum: UNKNOWN, WEB, MOBILE, MJML - name: status | type: string | description: Campaign status. enum: UNKNOWN, ACTIVE, ARCHIVED, DELETED - name: visibilityStatus | type: string | description: Campaign visibility status. enum: UNKNOWN, DRAFT, PUBLISHED, TEMPLATE - name: distributionStatus | type: string | description: Campaign distribution status. enum: UNKNOWN, NOT_STARTED, SCHEDULED, IN_DETECTION, IN_MODERATION, SAMPLING, SENDING, REJECTED, TERMINATED, DISTRIBUTED, PAUSED - name: publishingData | type: PublishingData | description: Publishing data. The field is returned empty if the campaign isn't published. - name: landingPageUrl | type: string | description: Landing page URL. - name: statistics | type: CampaignStatistics | description: Marketing campaign statistics. - name: landingPage | type: LandingPageStatistics | description: Landing page statistics of a marketing campaign. - name: emailCampaign | type: DistributionStatistics | description: Email distribution statistics of a marketing campaign. - name: total | type: TotalStatistics | description: Combined statistics of landing page and email distribution. - name: datePublished | type: string | description: Marketing campaign publish date. - name: seconds | type: string | description: - name: nanos | type: number | description: - name: dateCreated | type: string | description: Date and time when the campaign was created. - name: dateUpdated | type: string | description: Date and time when the campaign was updated. - name: emailSubject | type: string | description: Email subject of the campaign (initially copied from the template). ```