-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Hi team,
I’m trying to review the client-side library referenced in the documentation:
<script src="https://capi-automation.s3.us-east-2.amazonaws.com/public/client_js/capiParamBuilder/clientParamBuilder.bundle.js"></script>
However, I cannot find the corresponding readable src/ folder or source files for this bundle in the GitHub repository.
Currently, the repo shows the compiled/minified bundle, but not the original source code.
Questions:
Is the full source code for clientParamBuilder.bundle.js open-source and available somewhere?
If yes, where can we find the readable (non-minified) implementation?
If no, is it possible to publish the source so that developers can audit it (for security, privacy, and GDPR compliance), since this script handles cookies and identifiers (fbc, fbp, IP, etc.)?
This would be helpful for teams who need to perform compliance checks before deploying this on production, especially in regulated industries.
Thank you!