From 8d86521837e84edaec174071720c4bbcfeef198b Mon Sep 17 00:00:00 2001 From: Ethan Jaffee Date: Wed, 28 Feb 2024 12:54:40 -0500 Subject: [PATCH] Update desc --- src/EventPayload.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EventPayload.ts b/src/EventPayload.ts index c98f5d3..cb27d7d 100644 --- a/src/EventPayload.ts +++ b/src/EventPayload.ts @@ -113,7 +113,7 @@ export interface EventPayload { pages?: { /** The scope of an action. Applies to Pages events. */ scope?: string; - /** The identifier of the event. */ + /** The Event name as it was used in previous analytics implementations. */ originalEventName?: string; /* The UID of the site an event was tied to. */ siteUid?: number;