You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Config File Renaming: The config file is now named meta-pixel to better reflect its purpose.
Environment Variables Update: Prefixes for environment variables have been changed from FACEBOOK_ to META_. For example, FACEBOOK_PIXEL_ID is now META_PIXEL_ID.
Advanced Matching Feature: A new feature, advanced_matching_enabled, has been added to the config file and is enabled by default to improve tracking accuracy.
Middleware Update: The middleware has been renamed to MetaPixelMiddleware for a more intuitive naming convention.
Facade Updates: All facade calls should now be made using MetaPixel to simplify the codebase.
HTML Tag Updates: Head and body tags in your HTML should use the new <x-metapixel-head/> and <x-metapixel-body/> tags for improved integration.