Skip to content

Issue in /main/src/pages/getting-started/personalization.md #34

@nhecht

Description

@nhecht

This is the only document which describes how personalization on the Edge Network is configured, but it does not go into depth on how "Customer Personalization Connections" (CPC) are configured. Nor does the CPC documentation found here - https://experienceleague.adobe.com/en/docs/experience-platform/destinations/catalog/personalization/custom-personalization

Neither document describes that the "decisionScopes" parameter is required to get a CPC response for a CPC.

To get this to work the decisionScopes parameter must be set to the alias value that was configured as part of a CPC.

i.e. the following type of payload should be added to and Edge Network request expecting a CPC response.

            "query": {
                "personalization": {
                    "decisionScopes": ["<Destination Alias name>"]
                }
            }

Because this was not explained in the docs I had to go to an external source to find it out.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions