zsajjad / react-facebook-pixel

React JS wrapper for Facebook's Pixel
MIT License
241 stars 85 forks source link

fixed some typing, and added specific types for dynamic ads, #39

Closed mattgenious closed 4 years ago

mattgenious commented 4 years ago

The reason for changing from string[] | string to object[] | object for content_ids is because they can be of both type string or int.