MarketingActivityCreateInput input object

Specifies the input fields required to create a marketing activity.


Input fields

  • budget ([MarketingActivityBudgetInput](https://shopify.dev/docs/admin-api/graphql/reference/discounts-and-marketing/marketingactivitybudgetinput))
    The budget for this marketing activity.
  • context ([String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    Encoded context containing marketing campaign id.
  • formData ([String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    The form data in JSON serialized as a string.
  • marketingActivityExtensionId ([ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)) REQUIRED
    The ID of the marketing activity extension.
  • marketingActivityTitle ([String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    The title of the marketing activity.
  • status ([MarketingActivityStatus!](https://shopify.dev/docs/admin-api/graphql/reference/discounts-and-marketing/marketingactivitystatus)) REQUIRED
    The current state of the marketing activity.
  • utm ([UTMInput](https://shopify.dev/docs/admin-api/graphql/reference/discounts-and-marketing/utminput))
    Specifies the Urchin Traffic Module (UTM) parameters that are associated with a related marketing campaign. UTMInput is required for all Marketing tactics except Storefront App.