From 0ab6bb322577ee1f23c581fa28e0c2c64b980baa Mon Sep 17 00:00:00 2001 From: Ethan Jaffee Date: Tue, 27 Feb 2024 16:40:55 -0500 Subject: [PATCH] EventsSDK: Add originalEventName to EventPayload --- src/EventPayload.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/EventPayload.ts b/src/EventPayload.ts index 2945bd5..7627718 100644 --- a/src/EventPayload.ts +++ b/src/EventPayload.ts @@ -113,6 +113,8 @@ export interface EventPayload { pages?: { /** The scope of an action. Applies to Pages events. */ scope?: string; + /** The legacy identifier of the event. */ + originalEventName?: string; /* The UID of the site an event was tied to. */ siteUid?: number; /* The ID of the template from which a site was generated. */