stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > ServerPixelStatus

AdminTypes.ServerPixelStatus enum

The current state of a server pixel.

Signature:

export declare enum ServerPixelStatus 

Enumeration Members

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.