zsajjad / react-facebook-pixel

React JS wrapper for Facebook's Pixel
MIT License
233 stars 86 forks source link

Fixed Interface AdvancedMatching typing #77

Closed trevorglick closed 1 year ago

trevorglick commented 3 years ago

This PR is to set all of the properties to AdvancedMatching to optional, as well as adding the external_id to the list since that can be used.

This PR is an enhancement of https://github.com/zsajjad/react-facebook-pixel/pull/59 - that one just wants to add external_id - whereas this one does that + makes them all optional.