# MarketingActivityUpdateExternalInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields required to update an externally managed marketing activity. ### Access Scopes ## Fields * [adSpend](/docs/api/admin-graphql/2024-10/input-objects/MoneyInput): MoneyInput - The amount spent on the marketing activity. * [budget](/docs/api/admin-graphql/2024-10/input-objects/MarketingActivityBudgetInput): MarketingActivityBudgetInput - The budget for this marketing activity. * [channel](/docs/api/admin-graphql/2024-10/enums/MarketingChannel): MarketingChannel - The medium through which the marketing activity and event reached consumers. This is used for reporting aggregation. * [end](/docs/api/admin-graphql/2024-10/scalars/DateTime): DateTime - The date and time at which the activity ended. * [marketingChannelType](/docs/api/admin-graphql/2024-10/enums/MarketingChannel): MarketingChannel - The medium through which the marketing activity and event reached consumers. This is used for reporting aggregation. * [referringDomain](/docs/api/admin-graphql/2024-10/scalars/String): String - The domain from which ad clicks are forwarded to the shop. * [remotePreviewImageUrl](/docs/api/admin-graphql/2024-10/scalars/URL): URL - The URL for a preview image that's used for the marketing activity. * [remoteUrl](/docs/api/admin-graphql/2024-10/scalars/URL): URL - The URL for viewing and/or managing the activity outside of Shopify. * [scheduledEnd](/docs/api/admin-graphql/2024-10/scalars/DateTime): DateTime - The date and time at which the activity is scheduled to end. * [scheduledStart](/docs/api/admin-graphql/2024-10/scalars/DateTime): DateTime - The date and time at which the activity is scheduled to start. * [start](/docs/api/admin-graphql/2024-10/scalars/DateTime): DateTime - The date and time at which the activity started. * [status](/docs/api/admin-graphql/2024-10/enums/MarketingActivityExternalStatus): MarketingActivityExternalStatus - The status of the marketing activity. * [tactic](/docs/api/admin-graphql/2024-10/enums/MarketingTactic): MarketingTactic - The method of marketing used for this marketing activity. The marketing tactic determines which default fields are included in the marketing activity. * [title](/docs/api/admin-graphql/2024-10/scalars/String): String - The title of the marketing activity. ## Input objects with this input object * [marketingActivityUpdateExternal](/docs/api/admin-graphql/2024-10/mutations/marketingActivityUpdateExternal) ## Examples