> 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: Marketing Plan V1

# Type: Marketing Plan Object

# Link: https://dev.wix.com/docs/api-reference/business-management/marketing/marketing-plan/marketing-plan-v1/marketing-plan-object.md

## Description: A marketing plan is a per-site, AI-generated collection of marketing activities scheduled from
today through the end of next month. Each site has at most one plan at a time. Generating a plan
creates activities across the whole plan period, but social posts are generated automatically only
for the near-term activities (through the end of next week). To generate posts for the remaining
activities, call `GenerateSocialPosts` with their activity IDs. Posts are created as drafts in the
Publisher and can later be scheduled for publishing. A plan can also include blog activities
derived from SEO keyword research. Use `GetSocialMarketingPlan` to read the plan and its
activities, and the generate and regenerate methods to create or refresh it.

## Schema:

```json
 Type: Marketing Plan Object | type: MarketingPlan
 Description: A marketing plan is a per-site, AI-generated collection of marketing activities scheduled from
today through the end of next month. Each site has at most one plan at a time. Generating a plan
creates activities across the whole plan period, but social posts are generated automatically only
for the near-term activities (through the end of next week). To generate posts for the remaining
activities, call `GenerateSocialPosts` with their activity IDs. Posts are created as drafts in the
Publisher and can later be scheduled for publishing. A plan can also include blog activities
derived from SEO keyword research. Use `GetSocialMarketingPlan` to read the plan and its
activities, and the generate and regenerate methods to create or refresh it.
       - name: id  | type: string | description: Unique plan ID.
           - name: value  | type: string | description: 

```