StoresynkPixelsConfig
Defined in: .pnpm/@[email protected]_graphql@[email protected]_typescript@6.0.3/node_modules/@storesynk/core/dist/config/types.d.ts:19
Client-side analytics/pixels behavior. Consumed by the pixels module.
Properties
Section titled “Properties”client?
Section titled “client?”
optionalclient?:string[]
Defined in: .pnpm/@[email protected]_graphql@[email protected]_typescript@6.0.3/node_modules/@storesynk/core/dist/config/types.d.ts:24
Pin which installed client pixels run (allow-list), e.g. ['meta','ga'].
Omit = all auto-detected. Mirrors track-client.
enabled?
Section titled “enabled?”
optionalenabled?:boolean
Defined in: .pnpm/@[email protected]_graphql@[email protected]_typescript@6.0.3/node_modules/@storesynk/core/dist/config/types.d.ts:21
Enable client-side pixels (the track-events attribute on the store).
relayEndpoint?
Section titled “relayEndpoint?”
optionalrelayEndpoint?:string
Defined in: .pnpm/@[email protected]_graphql@[email protected]_typescript@6.0.3/node_modules/@storesynk/core/dist/config/types.d.ts:30
Self-hosted relay endpoint override. Mirrors relay-endpoint.
requireConsent?
Section titled “requireConsent?”
optionalrequireConsent?:boolean
Defined in: .pnpm/@[email protected]_graphql@[email protected]_typescript@6.0.3/node_modules/@storesynk/core/dist/config/types.d.ts:33
Gate all tracking on Shopify customer-privacy consent. Mirrors
require-consent.
server?
Section titled “server?”
optionalserver?:string[]
Defined in: .pnpm/@[email protected]_graphql@[email protected]_typescript@6.0.3/node_modules/@storesynk/core/dist/config/types.d.ts:28
Providers also forwarded server-side via the relay beacon, e.g.
['meta','ga']. A present (even empty) array enables the relay. Mirrors
track-server.