--- title: WebPixelInput - GraphQL Admin description: The input fields for creating or updating a web pixel. api_version: 2024-10 api_name: admin type: input_object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/WebPixelInput md: >- https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/WebPixelInput.txt --- # Web​Pixel​Input input\_object The input fields for creating or updating a web pixel. ## Fields * settings [JSON!](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/JSON) non-null The [settings object](https://shopify.dev/docs/apps/build/marketing-analytics/build-web-pixels#step-2-define-your-web-pixel-settings) for the web pixel. This object specifies configuration options that control the web pixel's functionality and behavior. You can find the settings for a web pixel in `extensions//shopify.extension.toml`. *** ## Mutations using this input * [web​Pixel​Create.​web​Pixel](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/webPixelCreate#argument-webPixel) MUTATION * [web​Pixel​Update.​web​Pixel](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/webPixelUpdate#argument-webPixel) MUTATION *** ## Map ### Mutations using this input * <\~>[web​Pixel​Create.webPixel](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/webPixelCreate#argument-webPixel) * <\~>[web​Pixel​Update.webPixel](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/webPixelUpdate#argument-webPixel)