Skip to main content
Log inSign up
Anchor to MarketingActivityUserError

MarketingActivityUserError

object

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

•

The error code.

•

The path to the input field that caused the error.

•
String!non-null

The error message.


Was this section helpful?

•
mutation

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.

•
mutation

Creates a new external marketing activity.

•
mutation

Deletes an external marketing activity.

•
mutation

Update an external marketing activity.

•
mutation

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.

•
mutation

Creates a new marketing engagement for a marketing activity or a marketing channel.

•
mutation

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.


Was this section helpful?


Was this section helpful?