Standard API
analytics
Provides access to Shopify's customer event API
browser
Provides access to specific browser methods that asynchronously execute in the top frame (cookie
, ,
)
customer
Provides access to the customerPrivacy API to track whether or not customers have given consent.
init
A JSON object containing a snapshot of the page at time of page render. It will always have the present Context
of the page, as well as the Data
field, which provides access to the Cart
and Customer
objects.
settings
Provides access to the settings JSON object as set by the GraphQL Admin API (Web pixel app extensions only). The structure of this object is a string keyed hash map: Record<string, any>
.