Variables
Server-side access
const apiKey = params.secrets.API_KEY
const endpoint = params.secrets.WEBHOOK_URLExposing a variable to the browser
// browser/tag
if (window.fbq) {
window.fbq('init', params.manifestVariables.PIXEL_ID)
window.fbq('track', params.eventName, { value: params.data.value })
}Redaction in Simulation
Last updated
Was this helpful?

