Home > @infiniteobjects/shopify-data-manager > AdminTypes > ServerPixel
A server pixel stores configuration for streaming customer interactions to an EventBridge or PubSub endpoint.
Signature:
export interface ServerPixel extends Node
Extends: Node
Property | Modifiers | Type | Description |
---|---|---|---|
id | Scalars[‘ID’][‘output’] | A globally-unique ID. | |
status? | Maybe<ServerPixelStatus | `${ServerPixelStatus}`> | (Optional) The current state of this server pixel. | |
webhookEndpointAddress? | Maybe<Scalars[‘String’][‘output’]> | (Optional) Address of the EventBridge or PubSub endpoint. |