Skip to main content
Anchor to analyticsTargetUpdate

analyticsTargetUpdate

mutation

Requires write_reports access scope.

Updates an existing analytics target. Only the fields provided in the input argument are modified; omitted fields remain unchanged. Setting a nullable field to null clears its value.

Use analyticsTargetCreate to create a new target, or analyticsTargetsDelete to remove targets.

•ID!
required

The ID of the analytics target to update.

•AnalyticsTargetUpdateInput!
required

The input fields for updating an analytics target.


Was this section helpful?

Anchor to AnalyticsTargetUpdatePayload returnsAnalyticsTargetUpdatePayload returns

•AnalyticsTarget

The updated analytics target.

•[AnalyticsTargetUpdateUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?