webPixelUpdate - admin-graphql - MUTATION
Version: 2024-10
Description:
Updates the web pixel settings.
Access Scopes
`write_pixels` access scope. Also: The app requires read_customer_events access scope and user access permission.
Arguments
-
id:
ID! -
The ID of the web pixel to update.
-
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 updated web pixel settings.
Examples