For AI agents: visit https://docs.developers.convert.com/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
over 2 years ago
Improved
View on GitHub
Adding optional property for: Adding optional property for deciding whether to send tracking event upon bucketing visitors when using ExperiencManager directly
Gracefully handle config server-side: Gracefully handle config server-side errors
over 2 years ago
Improved
View on GitHub
Introduce Context.updateVisitorProperties and Context.getConfigEntity
Optionally update in-memory visitorProperties: Optionally update in-memory visitorProperties on running experience(s)/feature(s)
Always include report segments: Always include report segments with visitorProperties for rule matching
Filter report segments on: Filter report segments on Context.setDefaultSegments
Rename Context.setCustomSegments to Context.runCustomSegments
over 2 years ago
Fixed
View on GitHub
Require either SDk Key: Require either SDk Key or data for initializing config
over 2 years ago
Fixed
over 2 years ago
Fixed
View on GitHub
Correct types declarations at: Correct types declarations at built time
over 2 years ago
Improved
View on GitHub
Extract js-sdk-api, js-sdk-rule, js-sdk-bucketing: Extract js-sdk-api, js-sdk-rule, js-sdk-bucketing, js-sdk-event, js-sdk-data, js-sdk-experience, js-sdk-segments, js-sdk-logger, js-sdk-enums, js-sdk-types, and js-sdk-utils as peer dependencies
Extract js-sdk-api, js-sdk-rule, js-sdk-bucketing: Extract js-sdk-api, js-sdk-rule, js-sdk-bucketing, js-sdk-event, js-sdk-data, js-sdk-experience, js-sdk-segments, js-sdk-logger, js-sdk-enums, js-sdk-types, and js-sdk-utils as peer dependencies
over 2 years ago
Fixed
View on GitHub
Allow optional environment per: Allow optional environment per experience when bucketing visitors
Handle the case of: Handle the case of no audience restrictions when bucketing visitors
Only show invalid dataStore: Only show invalid dataStore error when provided
Skip tracking conversion event: Skip tracking conversion event if goal already triggered
about 3 years ago
Added