Home > @infiniteobjects/shopify-data-manager > AdminTypes > MarketingActivityCreateInput
The input fields required to create a marketing activity.
Signature:
export interface MarketingActivityCreateInput
Property | Modifiers | Type | Description |
---|---|---|---|
budget? | InputMaybe<MarketingActivityBudgetInput> | (Optional) The budget for this marketing activity. | |
context? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) Encoded context containing marketing campaign id. | |
formData? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) The form data in JSON serialized as a string. | |
marketingActivityExtensionId | Scalars[‘ID’][‘input’] | The ID of the marketing activity extension. | |
marketingActivityTitle? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) The title of the marketing activity. | |
status | MarketingActivityStatus | `${MarketingActivityStatus}` | The current state of the marketing activity. | |
utm? | InputMaybe<UtmInput> | (Optional) Specifies the [Urchin Traffic Module (UTM) parameters](https://en.wikipedia.org/wiki/UTM_parameters) that are associated with a related marketing campaign. UTMInput is required for all Marketing tactics except Storefront App. |