Contentful Personalization & Analytics
    Preparing search index...
    OptimizationData: Omit<ExperienceData, "experiences"> & {
        personalizations: any[];
    }

    Optimization data shape used for compatibility outside the API adapter.

    Type declaration

    • personalizations: any[]

      Selected personalizations for the profile.

    This type mirrors ExperienceData but replaces the experiences field with personalizations while preserving the rest of the structure.