Home > @infiniteobjects/shopify-data-manager > AdminTypes > ServerPixelStatus
The current state of a server pixel.
Signature:
export declare enum ServerPixelStatus
| Member | Value | Description |
|---|---|---|
| Connected | "CONNECTED" |
This server pixel is connected: it will stream customer events to the endpoint if it is configured properly. |
| DisconnectedConfigured | "DISCONNECTED_CONFIGURED" |
This server pixel is disconnected: it does not stream events to the endpoint and an endpoint address has been added to the server pixel. |
| DisconnectedUnconfigured | "DISCONNECTED_UNCONFIGURED" |
This server pixel is disconnected and unconfigured: it does not stream events to the endpoint and no endpoint address had been added to the server pixel. |