stack

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

AdminTypes.ServerPixel interface

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

Signature:

export interface ServerPixel extends Node 

Extends: Node

Properties

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.