How to fix the error
Set up manual advanced matching
1. Open your website's code2. Search fbq ("init"...) to find places where you are using the Meta pixel3. Update the code block to include advanced matching data as the third parameter.
For example, your pixelID is 1027936908866575 – you should add this to your website's code:
fbq('init', '1027936908866575', {
em: '[email protected]', // Values will be hashed automatically by the pixel using SHA-256
ph: '1234567890',
...
});
Learn more [https://developers.facebook.com/docs/meta-pixel/advanced/advanced-matching/]
How to fix the error
Review details and how to fix this issue or send instructions to someone who can fix it for you.
[Event name | % affected | Issue details | Integration]
-----------------------------------------------------
ViewContent | 100 | Value field is missing | Meta pixel
Sampled activities
[Integration | Event parameters | URL]
------------------------------------
Conversions API | 1 parameter | https://superstarbd.com/
Conversions API | 1 parameter | https://superstarbd.com/
Conversions API | 1 parameter | https://superstarbd.com/
Conversions API | 1 parameter | https://superstarbd.com/
Conversions API | 1 parameter | https://superstarbd.com/
How to set value (price)
In Meta pixel:
1. Open your website's code.
2. Search fbq("track", "ViewContent") to locate your ViewContent event.
3. Update the value field.
The value field information:
* Must be a numeric value that is greater than 0.
* May include the decimal point. For example, 9.99 or 9.
If connected through a partner app:Find and update the value in the app settings or contact the partner for support.
Learn more Set value and currency in the Meta pixel [https://www.facebook.com/business/help/392174274295227?id=1205376682832142] Test events using the events test tool [https://business.facebook.com/business/help/2040882565969969?id=1205376682832142]