NielsCodes / ngx-pixel

An Angular library to simplify event tracking using a Facebook Pixel.
https://www.npmjs.com/package/ngx-pixel
13 stars 17 forks source link

Add mobileBridge to hybrid apps #17

Open m-borrajo opened 8 months ago

m-borrajo commented 8 months ago

Following this link Hybrid app events it's required add a new line in the script. fbq('set', 'mobileBridge', <YOUR_PIXEL_ID>, <YOUR_APP_ID>);

it's only necessary add the parameter appId in the module.

Add some unit test