In my website, I am trying to track video viewers and I have installed Facebook pixel code and used following code below pixel code.
fbq('track', 'ViewContent', {
content_name: AudienceId,
content_ids: [AudienceId],
content_category: AudienceId,
value: 1.50,
currency: 'USD',
referrer: document.referrer,
userAgent: navigator.userAgent,
language: navigator.language
});
I have created customer audience from Ads manager > Audiences > Create a custom audience > Website traffic.
After 5 days, In my website log and Google analytic, unique views were 241 but in Facebook , it is still showing "Audience too small" is there any specific limit after that It will come out from this message or is there something else?
How I can verify "custom Audience pixel has 9 standard events" installed and working properly in case of custom tag event?