Contentful Personalization & Analytics
    Preparing search index...

    Variable ANONYMOUS_ID_COOKIEConst

    ANONYMOUS_ID_COOKIE: "ctfl-opt-aid" = 'ctfl-opt-aid'

    Anonymous-ID cookie name used by the Optimization Core.

    This constant represents the cookie key used by the Optimization Framework to persist an anonymous identifier for tracking personalization and analytics events when no explicit profile is known.

    import { ANONYMOUS_ID_COOKIE } from '@contentful/optimization-core'
    const profileId = request.cookies[ANONYMOUS_ID_COOKIE]