Reputation: 43
fbq("track","Purchase",{value:140.96,currency:'TL'});
Facebook is giving pixel error. But I do not see any problems. Do you see any problems?
Upvotes: 0
Views: 1915
Reputation: 756
fbq("track","Purchase",{value:140.96,currency:'TRY'});
All supported currency should be 3 chars. I hope when you specify TL, you mean Turkish Lira (i.e. TRY)
Upvotes: 3