Need to trigger a meta pixel event on specific page

Hi every, i need to trigger event(custom) on a specific page when ever it is loaded.

how can this be achived? thru javascript? but how to i get it to trigger onload?

help would be very much appriciated

Hello Holtis

Hope you are doing well.

You want to trigger events in your theme. Maybe you get the page details using this Shopify standard method ShopifyAnalytics.meta.page. You can run this command in the chrome console so you can get the info like (home page, collection, product). I’ll attach the screenshot so you can write in your js and get the page details.