CS-log-dark.svg

UI and Access Management

1. Lytics Bot Filtering Clarification

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.

Resolution

  • Provide the detailed filtering methodology, including known crawler lists and IAB (Interactive Advertising Bureau) standards utilized.
  • Validate the current detection approach against the customer's expected industry standards.
  • Consult the technical documentation to distinguish between "Known Bots" and "Behavioral Anomalies."

Verification
Bot filtering logic aligns with documented behavior, and analytics reflect cleaned, human-centric data streams.

2. Personalize Domain Usage Clarification

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.

Resolution

  • Confirm that Personalize is domain-agnostic and can support multiple top-level domains within a single implementation.
  • Clarify any specific stack-level constraints or Lytics account linkage requirements that may dictate data isolation.
  • Review Cross-Domain Tracking settings if user identity must persist across different domains.

Verification
Personalize features function correctly across multiple verified domains as expected within the project scope.

3. Unable to Create Variant Groups via API

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.

Resolution

  • Use the Visual Builder UI for all variant group and entry variant creation tasks.
  • Avoid attempting POST or PUT requests to variant-specific endpoints.
  • Update automation scripts to account for manual UI-based setup of personalization structures.

Verification
Variant data can be successfully retrieved via GET requests, while the system correctly prevents unauthorized creation via the API.

4. Rule Configuration Limitation

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.

Resolution

  • Temporarily remove the strict validations from the affected fields within the Content Type builder.
  • Create and save the desired conditional rules while the fields are in a permissive state.
  • Reapply the field validations once the rules have been successfully registered.

Verification
The conditional rules function as expected in the entry editor without being blocked by validation errors.

5. Cannot Change A/B Distribution

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.

Resolution

  • Create a new draft or clone the existing experiment to define the updated traffic split.
  • Terminate the current test to free up the slot or URL path.
  • Redirect traffic manually by launching the new version with the corrected distribution settings.

Verification
The new experiment draft correctly reflects the updated distribution percentages and tracks data as a fresh baseline.