Can App Extension Web Pixels access both fetch and customer data?

Hi,

I’m trying to understand if, for the purpose of marketing and analytics, using web pixels, I can:

  • Track movement around the web store
  • Access the customer’s email
  • Send events, including a unique hash of the customer’s email, to my app server

For this, I probably need access to: cookies, fetch and the customer object, at the same time.

Will creating an app with a web pixel extension allow me to do this? I wasn’t sure if each of these three components are present at the same time and within the same scope of custom JS that I would add to the web pixel.