Errors Server Pixel User Error
Requires access scope. Also: The app must have the read_server_pixels access scope.
An error that occurs during the execution of a server pixel mutation.
Anchor to FieldsFields
- Anchor to codecode•Errors
Server Pixel User Error Code The error code.
- Anchor to fieldfield•[String!]
The path to the input field that caused the error.
- Anchor to messagemessage•String!non-null
The error message.
Anchor to MutationsMutations
- •mutation
Updates the server pixel to connect to an EventBridge endpoint. Running this mutation deletes any previous subscriptions for the server pixel.
- •ARN!required
The ARN for the EventBridge endpoint to which customer events are to be sent.
Arguments
- Anchor to serverPixelserver•Server
Pixel Pixel The server pixel as configured by the mutation.
- Anchor to userErrorsuser•[Errors
Errors Server Pixel User Error!]!non-null The list of errors that occurred from executing the mutation.
Fields
- •mutation
Updates the server pixel to connect to a Google PubSub endpoint. Running this mutation deletes any previous subscriptions for the server pixel.
- Anchor to pubSubProjectpub•String!required
Sub Project The Google PubSub project ID.
- Anchor to pubSubTopicpub•String!required
Sub Topic The Google PubSub topic ID.
Arguments
- Anchor to serverPixelserver•Server
Pixel Pixel The server pixel as configured by the mutation.
- Anchor to userErrorsuser•[Errors
Errors Server Pixel User Error!]!non-null The list of errors that occurred from executing the mutation.
Fields
- •mutation
Creates a new unconfigured server pixel. A single server pixel can exist for an app and shop combination. If you call this mutation when a server pixel already exists, then an error will return.
- Anchor to serverPixelserver•Server
Pixel Pixel The new server pixel.
- Anchor to userErrorsuser•[Errors
Errors Server Pixel User Error!]!non-null The list of errors that occurred from executing the mutation.
- •mutation
Deletes the Server Pixel associated with the current app & shop.
- Anchor to deletedServerPixelIddeleted•ID
Server Pixel Id The ID of the server pixel that was deleted, if one was deleted.
- Anchor to userErrorsuser•[Errors
Errors Server Pixel User Error!]!non-null The list of errors that occurred from executing the mutation.