--- title: ServerPixel - GraphQL Admin description: >- A server pixel stores configuration for streaming customer interactions to an EventBridge or PubSub endpoint. api_version: 2026-01 api_name: admin type: object api_type: graphql source_url: html: 'https://shopify.dev/docs/api/admin-graphql/latest/objects/ServerPixel' md: 'https://shopify.dev/docs/api/admin-graphql/latest/objects/ServerPixel.md' --- # Server​Pixel object Requires `read_pixels` access scope. Also: The app must have the read\_server\_pixels access scope. A server pixel stores configuration for streaming customer interactions to an EventBridge or PubSub endpoint. ## Fields * id * status * webhookEndpointAddress *** ## Map No referencing types *** ## Queries * serverPixel *** ## ServerPixel Queries ### Queried by * [server​Pixel](https://shopify.dev/docs/api/admin-graphql/latest/queries/serverPixel) *** ## Mutations * eventBridgeServerPixelUpdate * pubSubServerPixelUpdate * serverPixelCreate *** ## ServerPixel Mutations ### Mutated by * [event​Bridge​Server​Pixel​Update](https://shopify.dev/docs/api/admin-graphql/latest/mutations/eventBridgeServerPixelUpdate) * [pub​Sub​Server​Pixel​Update](https://shopify.dev/docs/api/admin-graphql/latest/mutations/pubSubServerPixelUpdate) * [server​Pixel​Create](https://shopify.dev/docs/api/admin-graphql/latest/mutations/serverPixelCreate) *** ## Interfaces * Node *** ## ServerPixel Implements ### Implements * [Node](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/Node)