MarketingActivityUpdateInput input object

Specifies the input fields required to update a marketing activity.


Input fields

  • adSpend ([MoneyInput](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/moneyinput))
    The cumulative amount spent on this marketing activity. This argument is deprecated: Use MarketingEngagementCreate.MarketingEngagementInput.adSpend GraphQL to send the ad spend.
  • 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 provided by Shopify during the update marketing activity callback. This argument is deprecated: This context is no longer needed by Shopify in the callback.
  • errors ([JSON](https://shopify.dev/docs/admin-api/graphql/reference/scalar#json-2021-01))
    Error messages generated when app was trying to complete this activity.
  • formData ([String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    The form data of the marketing activity.
  • id ([ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)) REQUIRED
    The id for this marketing activity.
  • marketedResources ([[ID!]](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01))A list of the items that were marketed in this marketing activity. Valid types for these items are:
    • Product
    • Shop (Must be your current shop).
  • marketingRecommendationId ([ID](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01))
    The ID of the recommendation this marketing activity was created from, if one exists.
  • status ([MarketingActivityStatus](https://shopify.dev/docs/admin-api/graphql/reference/discounts-and-marketing/marketingactivitystatus))
    The current state of the marketing activity.
  • targetStatus ([MarketingActivityStatus](https://shopify.dev/docs/admin-api/graphql/reference/discounts-and-marketing/marketingactivitystatus))
    The target state of the marketing activity.
  • title ([String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    The title of this 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. This utm param can be only set once and never modified.