# ErrorsWebPixelUserError - admin-graphql - OBJECT Version: 2024-07 ## Description An error that occurs during the execution of a web pixel mutation. ### Access Scopes `read_pixels` access scope. ## Fields * [code](/docs/api/admin-graphql/2024-07/enums/ErrorsWebPixelUserErrorCode): ErrorsWebPixelUserErrorCode - The error code. * [field](/docs/api/admin-graphql/2024-07/scalars/String): String - The path to the input field that caused the error. * [message](/docs/api/admin-graphql/2024-07/scalars/String): String! - The error message. ## Connections ## Related queries ## Related mutations * [webPixelCreate](/docs/api/admin-graphql/2024-07/mutations/webPixelCreate) Activate a [web pixel extension](https://shopify.dev/docs/apps/build/marketing-analytics/build-web-pixels) by creating a web pixel record on the store where you installed your app. When you run the `webPixelCreate` mutation, Shopify validates it against the settings definition in `shopify.extension.toml`. If the `settings` input field doesn't match the schema that you defined, then the mutation fails. Learn how to define [web pixel settings](https://shopify.dev/docs/apps/build/marketing-analytics/build-web-pixels#step-2-define-your-web-pixel-settings). * [webPixelDelete](/docs/api/admin-graphql/2024-07/mutations/webPixelDelete) Deletes the web pixel shop settings. * [webPixelUpdate](/docs/api/admin-graphql/2024-07/mutations/webPixelUpdate) Activate a [web pixel extension](https://shopify.dev/docs/apps/build/marketing-analytics/build-web-pixels) by updating a web pixel record on the store where you installed your app. When you run the `webPixelUpdate` mutation, Shopify validates it against the settings definition in `shopify.extension.toml`. If the `settings` input field doesn't match the schema that you defined, then the mutation fails. Learn how to define [web pixel settings](https://shopify.dev/docs/apps/build/marketing-analytics/build-web-pixels#step-2-define-your-web-pixel-settings). ## Related Unions ## Examples