1. @sitecore-cloudsdk/events/server

ExtensionData

Version:

Type

Type

Import path

@sitecore-cloudsdk/events/server

Any custom data to collect about an event in addition to the other attributes provided for the event data.

Objects of this type can contain maximum 50 custom attributes. The data becomes available in Sitecore CDP and Sitecore Personalize.

Use a flat object structure. Nested objects will be automatically flattened, and keys will be renamed as necessary.

Signature

export type ExtensionData = NestedObject;

Examples

{ customKey: "customValue" }
If you have suggestions for improving this article, let us know!