# MarketingActivityUserError - admin-graphql - OBJECT
Version: 2025-01

## Description
An error that occurs during the execution of marketing activity and engagement mutations.

### Access Scopes



## Fields
* [code](/docs/api/admin-graphql/2025-01/enums/MarketingActivityUserErrorCode): MarketingActivityUserErrorCode - The error code.
* [field](/docs/api/admin-graphql/2025-01/scalars/String): String - The path to the input field that caused the error.
* [message](/docs/api/admin-graphql/2025-01/scalars/String): String! - The error message.

## Connections



## Related queries

## Related mutations
* [marketingActivitiesDeleteAllExternal](/docs/api/admin-graphql/2025-01/mutations/marketingActivitiesDeleteAllExternal) Deletes all external marketing activities. Deletion is performed by a background job, as it may take a bit of time to complete if a large number of activities are to be deleted. Attempting to create or modify external activities before the job has completed will result in the create/update/upsert mutation returning an error.
* [marketingActivityCreateExternal](/docs/api/admin-graphql/2025-01/mutations/marketingActivityCreateExternal) Creates a new external marketing activity.
* [marketingActivityDeleteExternal](/docs/api/admin-graphql/2025-01/mutations/marketingActivityDeleteExternal) Deletes an external marketing activity.
* [marketingActivityUpdateExternal](/docs/api/admin-graphql/2025-01/mutations/marketingActivityUpdateExternal) Update an external marketing activity.
* [marketingActivityUpsertExternal](/docs/api/admin-graphql/2025-01/mutations/marketingActivityUpsertExternal) Creates a new external marketing activity or updates an existing one. When optional fields are absent or null, associated information will be removed from an existing marketing activity.
* [marketingEngagementCreate](/docs/api/admin-graphql/2025-01/mutations/marketingEngagementCreate) Creates a new marketing engagement for a marketing activity or a marketing channel.
* [marketingEngagementsDelete](/docs/api/admin-graphql/2025-01/mutations/marketingEngagementsDelete) Marks channel-level engagement data such that it no longer appears in reports.
          Activity-level data cannot be deleted directly, instead the MarketingActivity itself should be deleted to
          hide it from reports.

## Related Unions

## Examples