# ## analytics Provides access to Shopify's [customer event API](/docs/api/web-pixels-api/standard-events) [View analytics](/docs/api/web-pixels-api//standard-api/analytics) ## browser Provides access to specific browser methods that asynchronously execute in the top frame (`cookie`, `localStorage`, `sessionStorage`) [View browser](/docs/api/web-pixels-api//standard-api/browser) ## customerPrivacy Provides access to the [customerPrivacy API](/api/web-pixels-api/pixel-privacy#customer-privacy-api) to track whether or not customers have given consent. [View customerPrivacy](/docs/api/web-pixels-api//standard-api/customerprivacy) ## 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. [View init](/docs/api/web-pixels-api//standard-api/init) ## settings Provides access to the settings JSON object as set by the [GraphQL Admin API](https://shopify.dev/docs/apps/marketing/pixels/getting-started#step-5-create-a-web-pixel-setting-for-the-store) **(Web pixel app extensions only)**. The structure of this object is a string keyed hash map: `Record<string, any>`. [View settings](/docs/api/web-pixels-api//standard-api/settings)