Conversions API parameter builder to help enhance the parameter qualities for Conversions API events
by facebookJavaScript
4 of 6 standards met
Hi team, I’m trying to review the client-side library referenced in the documentation: `` 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!
Hey there! 1. Is there a reason why isn't available as a package on NPM like the version is? Having it as a package we can bundle ourselves would make it much easier to use. 2. If you can't do the above - is the package actually dependent on any node specifics? Meaning - could it not run in any JS runtime (node, browsers, Deno, Bun etc.)? 3. It'd be great if you could ship TS type definitions with the NPM package(s)!
Repository: facebook/capi-param-builder. Description: Conversions API parameter builder to help enhance the parameter qualities for Conversions API events Stars: 12, Forks: 4. Primary language: JavaScript. Languages: JavaScript (46.9%), PHP (37.5%), Java (6.7%), Python (4.2%), Ruby (3.9%). Open PRs: 0, open issues: 2. Last activity: 3w ago. Community health: 75%. Top contributors: hongj-src, bowiechen, facebook-github-bot, witzenX.
Last 12 weeks · 30 commits
Hi there, Could you please provide a explanation of what the appendix value of the generated _fbc value is good for? The official docs only list 4 parts of the fbc value - you generate 5 with the js client library. For privacy reasons, it is important to understand: How you generate it (input parameters and algroithm) What it is used for in further processing Cheers
【com.facebook.capi.sdk】Does there have a SDK version for JAVA8?