# ServerPixel - admin - OBJECT
Version: 2025-01

## Description
A server pixel stores configuration for streaming customer interactions to an EventBridge or PubSub endpoint.

### Access Scopes
`read_pixels` access scope. Also: The app must have the read_server_pixels access scope.


## Fields
* [id](/docs/api/admin/2025-01/scalars/ID): ID! - A globally-unique ID.
* [status](/docs/api/admin/2025-01/enums/ServerPixelStatus): ServerPixelStatus - The current state of this server pixel.
* [webhookEndpointAddress](/docs/api/admin/2025-01/scalars/String): String - Address of the EventBridge or PubSub endpoint.

## Connections



## Related queries
* [serverPixel](/docs/api/admin/2025-01/queries/serverPixel) The server pixel configured by the app.

## Related mutations
* [eventBridgeServerPixelUpdate](/docs/api/admin/2025-01/mutations/eventBridgeServerPixelUpdate) Updates the server pixel to connect to an EventBridge endpoint.
Running this mutation deletes any previous subscriptions for the server pixel.
* [pubSubServerPixelUpdate](/docs/api/admin/2025-01/mutations/pubSubServerPixelUpdate) Updates the server pixel to connect to a Google PubSub endpoint.
Running this mutation deletes any previous subscriptions for the server pixel.
* [serverPixelCreate](/docs/api/admin/2025-01/mutations/serverPixelCreate) Creates a new unconfigured server pixel. A single server pixel can exist for an app and shop combination. If you call this mutation when a server pixel already exists, then an error will return.

## Related Unions

## Examples