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

[feature] add support for Advanced Matching with the Pixel

Open
#173 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
367
Forks
158
PR merge metrics
No merged PRs in 30d

Description

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: ''
...
})
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.