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

Pixel ID with 16 digits #3

Closed vicenthy closed 3 years ago

vicenthy commented 3 years ago

the validation rule not permit initialiazy pixel with 16 digits. how disable this rule?

NielsCodes commented 3 years ago

I'm working on a new update for Angular 12 and I'll update this check as well. I'd tried to find documentation about valid Pixel ID's, but I don't think Facebook shares this. For this reason I'll remove the length check altogether. Sorry to hear this caused issues for you.

Planning on getting the new update out in the coming days.