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:
WebPixelInput! -
The web pixel settings in JSON format.
Returns
-
userErrors:
ErrorsWebPixelUserError!
The list of errors that occurred from executing the mutation.
-
webPixel:
WebPixel
The created web pixel settings.
Examples