Summary
Customers may question the specific methodology used to identify and exclude bot traffic from their analytics. This ambiguity can affect stakeholder trust in audience quality and the accuracy of conversion metrics.
Root Cause
Filtering logic relies on platform-defined detection mechanisms (such as User-Agent analysis and behavioral patterns) which require explicit documentation for transparency.
Verification
Bot filtering logic aligns with documented behavior, and analytics reflect cleaned, human-centric data streams.
Summary
Customers may seek clarity on whether Personalize is restricted to a single domain. This ambiguity can impact high-level architectural design decisions and multi-site deployment strategies.
Root Cause
Misinterpretation of how domain-level tracking and integration limitations apply across a distributed stack. This often stems from confusion between "one-to-one" vs. "one-to-many" site configurations.
Verification
Personalize features function correctly across multiple verified domains as expected within the project scope.
Summary
Attempts to create variant groups using Content Management Architecture (CMA) APIs may result in 400-series validation errors or "Method Not Allowed" responses. This limitation can block automated CI/CD workflows or bulk content migration strategies.
Root Cause
Current platform architecture restricts Variant Group creation to the Visual Builder UI. The API implementation is intentionally scoped to Read-Only operations for these specific personalization objects.
Verification
Variant data can be successfully retrieved via GET requests, while the system correctly prevents unauthorized creation via the API.
Summary
Conditional rule behavior within the entry editor may fail to save or align with expected UI validation logic. This prevents administrators from successfully setting up complex "If/Then" content visibility or field requirements.
Root Cause
Pre-existing field-level validations (such as "Required" or "Regex" constraints) are conflicting with the logic engine during the rule creation phase, causing the save operation to fail.
Verification
The conditional rules function as expected in the entry editor without being blocked by validation errors.
Summary
Variant traffic distribution remains locked once an A/B test has been initialized, even if the test is currently paused. This prevents administrators from reallocating traffic percentages between variants mid-experiment.
Root Cause
This is an intentional system design feature to preserve statistical integrity. Altering distribution weights during an active or paused test would lead to "sample ratio mismatch" (SRM) and invalidate the final results.
Verification
The new experiment draft correctly reflects the updated distribution percentages and tracks data as a fresh baseline.