stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > MarketingActivityUpdateExternalInput

AdminTypes.MarketingActivityUpdateExternalInput interface

The input fields required to update an externally managed marketing activity.

Signature:

export interface MarketingActivityUpdateExternalInput 

Properties

Property Modifiers Type Description
adSpend?   InputMaybe<MoneyInput> (Optional) The amount spent on the marketing activity.
budget?   InputMaybe<MarketingActivityBudgetInput> (Optional) The budget for the marketing activity.
channel?   InputMaybe<MarketingChannel | `${MarketingChannel}`> (Optional) The channel that your marketing event will use.
end?   InputMaybe<Scalars[‘DateTime’][‘input’]> (Optional) The date and time when the activity ended.
referringDomain?   InputMaybe<Scalars[‘String’][‘input’]> (Optional) The referring domain.
remotePreviewImageUrl?   InputMaybe<Scalars[‘URL’][‘input’]> (Optional) The preview image URL for the marketing activity.
remoteUrl?   InputMaybe<Scalars[‘URL’][‘input’]> (Optional) The URL for managing the activity outside of Shopify.
scheduledEnd?   InputMaybe<Scalars[‘DateTime’][‘input’]> (Optional) The date and time when the activity is scheduled to end.
scheduledStart?   InputMaybe<Scalars[‘DateTime’][‘input’]> (Optional) The date and time when the activity is scheduled to start.
start?   InputMaybe<Scalars[‘DateTime’][‘input’]> (Optional) The date and time when the activity started.
tactic?   InputMaybe<MarketingTactic | `${MarketingTactic}`> (Optional) The settings for the marketing platform and ad format. The selection of the marketing tactic also determines which default fields are included in the marketing activity.
title?   InputMaybe<Scalars[‘String’][‘input’]> (Optional) The title 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 the storefront app.