adopted-ember-addons / adopted-ember-addons/ember-metrics

[feature] add support for Advanced Matching with the Pixel

Abierto
#173 0 comentarios 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
TypeScript
Estrellas
367
Forks
158
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

The Facebook pixel has an advanced matching feature that enables you to send your customer data through the pixel but to enable this feature, we need to modify the default FB pixel code to pass data into the pixel init call. see https://developers.facebook.com/docs/facebook-pixel/pixel-with-ads/conversion-tracking#advanced_match
```js
fbq('init', '', {
em: '',
ph: '',
fn: ''
...
})
```

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.