# webPixelCreate - admin-graphql - MUTATION Version: 2024-10 ## Description Creates a new web pixel settings. ### Access Scopes `write_pixels` access scope. Also: The app requires read_customer_events access scope and user access permission. ## Arguments * [webPixel](/docs/api/admin-graphql/2024-10/input-objects/WebPixelInput): WebPixelInput! - The web pixel settings in JSON format. ## Returns * [userErrors](/docs/api/admin-graphql/2024-10/objects/ErrorsWebPixelUserError): ErrorsWebPixelUserError! The list of errors that occurred from executing the mutation. * [webPixel](/docs/api/admin-graphql/2024-10/objects/WebPixel): WebPixel The created web pixel settings. ## Examples