Query parameter name for passing Personalize variants to the origin server from your edge function. You can customize this parameter by passing a different parameter when initializing the SDK with init(projectUid, options).
init(projectUid, options)
url.searchParams.set(Personalize.VARIANT_QUERY_PARAM, variantParam); Copy
url.searchParams.set(Personalize.VARIANT_QUERY_PARAM, variantParam);
Query parameter name for passing Personalize variants to the origin server from your edge function. You can customize this parameter by passing a different parameter when initializing the SDK with
init(projectUid, options)
.