code wiki / _hdl_build / nx_brand_conversion.nx
nx_brand_conversion.nx
buildroot/runtime/_hdl_build/nx_brand_conversion.nx
about
nx_brand_conversion.nx -- measure the CONVERSION PATH of a built page: a focused primary CTA (the conversion
entry), a clear journey/funnel (steps), and repetition that is present-but-not-spammy. bc_conv_score 0..3.
This is the measurable core of conversion/journey optimization; full A/B-funnel experimentation is nx_cms_abtest.
Library, standalone. 100% sovereign. license_tier: ORIGINAL
dependencies 1 imports · 2 importers
imports: nx_syscalls.nx
imported by: nx_brand_conversion_gate.nxnx_brand_exceed3_gate.nx
structs
| none |
consts
| none |
functions
| 7 | func bc_strlen(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} return n } called by 1: bc_count |
| 8 | func bc_match_at(s: *u8, i: i64, n: i64, pat: *u8, plen: i64) -> i64 called by 1: bc_count |
| 14 | func bc_count(s: *u8, n: i64, pat: *u8) -> i64 |
| 22 | func bc_cta_count(html: *u8, n: i64) -> i64 { return bc_count(html, n, "class=\"cta\"" as *u8) } |
| 24 | func bc_conv_score(html: *u8, n: i64) -> i64 |