1. ArchiPro Support
  2. Analytics
  3. ArchiPro Pixel - Cross-site Performance

Tracking Errors with Pixel Tracker

I'm experiencing incomplete data tracking, but there are no errors. What could be the problem?

If ArchiPro Pixel installation appears correct and there are no immediate errors, yet tracking data is incomplete, the issue may relate to your website's Content Security Policy (CSP).

CSP is a security measure that helps to detect and mitigate certain types of attacks, including Cross Site Scripting (XSS) and data injection attacks. However, it can also block legitimate scripts like those from ArchiPro Pixel if not properly configured.

To resolve this, ensure your website's CSP includes *.archipro.co.nz or *.archipro.com.au in the whitelist.

This allows the ap-analytics.js script, used by ArchiPro Pixel, to execute correctly and track user behaviours across pages by storing a cookie (__apid) in the user's browser.

Updating your CSP to include ArchiPro can be done by your web development team or consultant.

For detailed guidance on modifying your CSP, refer to the official documentation: Mozilla Developer Network - CSP